@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Source+Serif+Pro:wght@400;500;600&display=swap');

/* ═══════════════════════════════════════════════════════════════
   PROSTY WYNAJEM — custom.css  (IdoBooking engine 25744)
   Vibe: SCANDI CLEAN · prefix: pw- · PL+EN
   Compose: HEAD/ROOT + L1 traps + L2 components + L3 offer +
            L4 variety + L7 interactions + L8 dividers + §PW-CLIENT
   ═══════════════════════════════════════════════════════════════ */

/* ============ ROOT — brand tokens (light) ============
   MARKA: żółć #F2E61A (wypełnienia/CTA, ZAWSZE ciemny tekst) + grafit + biel.
   Źródło: prostywynajem.pl (live) — CTA #F2E61A/tekst czarny, „Zarezerwuj" grafit.
   Vibe scandi-clean zostaje (typografia + oddech), paleta = realna marka. */
:root {
  --pw-primary:         #1B1C20;
  --pw-primary-light:   #3A3D45;
  --pw-primary-dark:    #0D0E11;
  --pw-primary-soft:    rgba(27, 28, 32, 0.06);
  --pw-secondary:       #F2E61A;
  --pw-secondary-light: #F7EE5E;
  --pw-secondary-dark:  #D9CE00;
  --pw-accent:          #F2E61A;
  --pw-on-accent:       #141414;
  --pw-bg:              #FFFFFF;
  --pw-dark:            #1B1C20;
  --pw-light:           #F5F4F1;
  --pw-white:           #FFFFFF;
  --pw-cream:           #F5F4F1;
  --pw-cream2:          #ECEAE5;
  --pw-cream3:          #E1DED7;
  --pw-text:            #1B1C20;
  --pw-text-soft:       #3A3D45;
  --pw-text-muted:      #565962; /* A11Y v3.5: było #6B6E76 (4.24:1 na sand) → #565962 (~5.6:1) WCAG AA */
  --pw-border:          rgba(20, 20, 20, 0.10);
  --pw-hero-bg:         #F1EFEA;
  --pw-footer-bg:       #17181C;
  --pw-header-h:        80px;
  --pw-radius:          4px;
  --pw-radius-lg:       8px;
  --pw-ease:            cubic-bezier(0.4, 0, 0.2, 1);
  --pw-shadow:          0 4px 30px rgba(20, 20, 20, 0.06);
  --pw-shadow-sm:       0 2px 8px rgba(20, 20, 20, 0.04);
  --pw-shadow-md:       0 4px 30px rgba(20, 20, 20, 0.07);
  --pw-shadow-lg:       0 12px 40px rgba(20, 20, 20, 0.10);
  --pw-gradient-primary: linear-gradient(135deg, #1B1C20 0%, #0D0E11 100%);
  --pw-gradient-accent:  linear-gradient(135deg, #F2E61A 0%, #D9CE00 100%);
  --pw-font-heading: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --pw-font-body:    'Source Serif Pro', Georgia, 'Times New Roman', serif;
  --pw-font-display: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --pw-letter-spacing-heading: -0.015em;
  --pw-letter-spacing-caption: 1.5px;
}

/* ============ ROOT — Scandi Clean dark tokens (OPT-IN only) ============
   Scandi = zawsze jasny. Auto-dark wyłączony (klient widział „czarne").
   Aktywne tylko gdy ktoś doda klasę .pw-enable-dark na :root. */
@media (prefers-color-scheme: dark) {
  :root.pw-enable-dark {
    --pw-primary:         #F5F4F1;
    --pw-primary-light:   #D8D6D0;
    --pw-primary-dark:    #FFFFFF;
    --pw-primary-soft:    rgba(245, 244, 241, 0.10);
    --pw-secondary:       #F2E61A;
    --pw-secondary-light: #F7EE5E;
    --pw-secondary-dark:  #D9CE00;
    --pw-accent:          #F2E61A;
    --pw-on-accent:       #141414;
    --pw-bg:              #0F0F0E;
    --pw-dark:            #EEF4F6;
    --pw-light:           #1A1A18;
    --pw-white:           #1A1A18;
    --pw-cream:           #1A1A18;
    --pw-cream2:          #161614;
    --pw-cream3:          #121210;
    --pw-text:            #EEF4F6;
    --pw-text-soft:       #D8E6EB;
    --pw-text-muted:      #A8A8A0;
    --pw-border:          rgba(240, 246, 248, 0.12);
    --pw-hero-bg:         #161614;
    --pw-footer-bg:       #0B0B0A;
    --pw-shadow:          0 4px 30px rgba(0, 0, 0, 0.38);
    --pw-shadow-sm:       0 2px 8px rgba(0, 0, 0, 0.28);
    --pw-shadow-md:       0 4px 30px rgba(0, 0, 0, 0.38);
    --pw-shadow-lg:       0 12px 40px rgba(0, 0, 0, 0.52);
    --pw-gradient-primary: linear-gradient(135deg, #F5F4F1 0%, #D8D6D0 100%);
    --pw-gradient-accent:  linear-gradient(135deg, #F2E61A 0%, #D9CE00 100%);
  }
}

/* ============ TYPOGRAPHY — Scandi Clean (global) ============ */
body {
  font-family: var(--pw-font-body);
  line-height: 1.6;
  color: var(--pw-text);
}
h1, .pw-h1 {
  font-family: var(--pw-font-heading);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: var(--pw-letter-spacing-heading);
  margin: 0 0 0.5em;
}
h2, .pw-h2 {
  font-family: var(--pw-font-heading);
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 0.6em;
}
h3, .pw-h3 {
  font-family: var(--pw-font-heading);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 0.6em;
}
h4, .pw-h4 {
  font-family: var(--pw-font-heading);
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0.7em;
}
p, .pw-p {
  font-family: var(--pw-font-body);
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.75;
  margin: 0 0 1em;
}
.pw-caption {
  font-family: var(--pw-font-heading);
  font-size: 12px;
  letter-spacing: var(--pw-letter-spacing-caption);
  text-transform: uppercase;
  font-weight: 600;
}
.pw-eyebrow {
  font-family: var(--pw-font-heading);
  font-size: 13px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--pw-primary);
}


/* ═══════════ LAYER 1 — SYSTEM TRAPS (full) ═══════════ */
/* ═══════════════════════════════════════════════════════════════
   ido-system-traps.css
   Layer 1 of 3 — IdoBooking System Bug Fixes (Traps)
   ═══════════════════════════════════════════════════════════════

   PURPOSE:
   All known IdoBooking / IdoSell system bugs that affect EVERY
   client identically. This file is shared — never client-specific.
   Client theme variables (colors, fonts, sizes) are defined in
   Layer 3 (client-theme.css) as --pw-* custom properties.

   LAYER ARCHITECTURE:
     Layer 1 -> ido-system-traps.css   (this file — universal fixes)
     Layer 2 -> ido-layout.css         (structural, client-customized)
     Layer 3 -> client-theme.css       (CSS vars + brand overrides)

   VARIABLE CONTRACT (must be defined in Layer 3 :root):
     --pw-primary      Primary brand color
     --pw-secondary    Secondary / lighter brand color
     --pw-accent       Accent / highlight color
     --pw-bg           Page background color
     --pw-dark         Dark text / dark surfaces color
     --pw-light        Light surface color (near-white)
     --pw-font-heading Heading font stack
     --pw-font-body    Body font stack
     --pw-radius       Base border-radius
     --pw-header-h     Fixed header height (e.g. 80px)

   HARDCODED ELEMENTS NOTE:
   The following selectors are rendered inside sandboxed iframes
   or injected shadow-like contexts where CSS custom properties
   do NOT inherit. Use literal hex values only:
     #bounce, #backTop, .ck_dsclr__btn_v2,
     .ck_dsclr__btn_v2:hover, .skip_link, .formbutton
   The generator replaces #3D7A96 and
   #DCAE62 tokens before deployment.

   TRAP COUNT: 18 root traps + page-specific universal fixes
   SOURCE: TEMPLATE_ARKUSZ_STYLOW.css + trap_tracker.json
   Updated: 2026-04-11
   ═══════════════════════════════════════════════════════════════ */


/* ═══════════════════════════════════════════════════════════════
   TRAP #1 — Body font-size reset
   ROOT CAUSE: IdoSell sets html { font-size: 140% } on the
   default13 template, which makes 1rem = 22.4px. Every unit
   derived from rem is 40% too large. Reset to 16px.
   CLIENTS: all (7/7 surveyed)
   ═══════════════════════════════════════════════════════════════ */
body,
body.default13 {
  font-size: 16px !important;
  font-family: var(--pw-font-body) !important;
  background: var(--pw-bg) !important;
  color: var(--pw-dark) !important;
  line-height: 1.7 !important;
  -webkit-font-smoothing: antialiased;
}


/* ═══════════════════════════════════════════════════════════════
   TRAP #2 — System orange #AD5009 -> brand color
   ROOT CAUSE: default13.css hardcodes #AD5009 on .btn,
   .btn-primary, .btn-success, filter headers, links. Override
   with brand primary. Exclude .slick-arrow (navigation arrows).
   CLIENTS: all (7/7)
   ═══════════════════════════════════════════════════════════════ */
.btn:not(.slick-arrow),
.btn-primary:not(.slick-arrow),
.btn-success:not(.slick-arrow),
a.btn:not(.slick-arrow),
button.btn:not(.slick-arrow) {
  background-color: var(--pw-primary) !important;
  border-color: var(--pw-primary) !important;
  color: #FFF !important;
}
.btn:not(.slick-arrow):hover,
.btn-primary:not(.slick-arrow):hover,
.btn-success:not(.slick-arrow):hover,
a.btn:not(.slick-arrow):hover,
button.btn:not(.slick-arrow):hover {
  background-color: var(--pw-secondary) !important;
  border-color: var(--pw-secondary) !important;
  color: #FFF !important;
}

/* System scheme CSS vars — override green/orange defaults
   (333333.css.gz defines --maincolor1 as green #4ADE80) */
html:root {
  --maincolor1: var(--pw-primary) !important;
  --supportcolor1: var(--pw-secondary) !important;
  --maincolor2: var(--pw-dark) !important;
}


/* ═══════════════════════════════════════════════════════════════
   TRAP #3 — H1 "big-label" hidden by system on /offer pages
   ROOT CAUSE: System applies display:none via JS on .big-label
   on accommodation detail pages. Force visible.
   CLIENTS: mazurski, mountainprestige (and others via JS)
   ═══════════════════════════════════════════════════════════════ */
h1.big-label {
  display: block !important;
  visibility: visible !important;
  font-family: var(--pw-font-heading) !important;
}


/* ═══════════════════════════════════════════════════════════════
   TRAP #4 — H2 "IdoBooking" injected inside .index-info
   ROOT CAUSE: System renders the literal text "IdoBooking" as
   an H2 inside .index-info and inside .section.parallax.
   Must be hidden — it overlaps hero content.
   CLIENTS: all (7/7)
   ═══════════════════════════════════════════════════════════════ */
.index-info h2,
.index-info h1,
.section.parallax > h2 {
  display: none !important;
  visibility: hidden !important;
}


/* ═══════════════════════════════════════════════════════════════
   TRAP #5 — Dark overlay on slider via pseudo-elements
   ROOT CAUSE: .parallax-slider::before gets a semi-opaque
   black background from system CSS, darkening the hero image.
   .parallax-image::after does the same on image-only heroes.
   Both must be suppressed so custom overlays render cleanly.
   CLIENTS: all (7/7)
   ═══════════════════════════════════════════════════════════════ */
.parallax-slider::before,
.parallax-slider::after,
.parallax-image::before,
.parallax-image::after {
  background: transparent !important;
  display: none !important;
  opacity: 0 !important;
}


/* ═══════════════════════════════════════════════════════════════
   TRAP #6 — Header must be position:fixed, NOT sticky
   ROOT CAUSE: position:sticky on .defaultsb / header.default13
   creates a layout gap between header and hero on iOS Safari
   and when sticky triggers at wrong scroll offset. Fixed + explicit
   top:0 is the only reliable cross-browser approach.
   CLIENTS: all (7/7)
   ═══════════════════════════════════════════════════════════════ */
.defaultsb,
#defaultsb,
.default13,
.navbar-wrapper,
header.header,
header.default13 {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 1100 !important;
}


/* ═══════════════════════════════════════════════════════════════
   TRAP #7 — Subpage padding-top compensates fixed header
   ROOT CAUSE: Fixed header overlaps page content on subpages.
   Homepage is excluded — fullscreen hero handles offset itself.
   Value comes from --pw-header-h measured on live site.
   CLIENTS: all (7/7)
   ═══════════════════════════════════════════════════════════════ */
body.page-offers,
body.page-offer,
body.page-contact,
body.page-txt,
body:not(.page-index) .content-wrapper,
body:not(.page-index) main {
  padding-top: var(--pw-header-h) !important;
}


/* ═══════════════════════════════════════════════════════════════
   TRAP #8 — Stacking context: .index-info z-index too high
   ROOT CAUSE: .index-info receives position:absolute and
   z-index:1000 from system, which traps it above the slider
   and blocks pointer events on hero CTAs. Reset position to
   allow hero overlay to sit above it.
   NOTE: pointer-events:none prevents invisible area blocking clicks.
   CLIENTS: all (7/7)
   ═══════════════════════════════════════════════════════════════ */
.index-info {
  z-index: 1 !important;
  pointer-events: none !important;
  overflow: visible !important;
}
.index-info * {
  pointer-events: none !important;
}
.index-info button,
.index-info .navbar-reservation {
  display: none !important;
}


/* ═══════════════════════════════════════════════════════════════
   TRAP #9 — System z-index: -1 on form inputs
   ROOT CAUSE: System stylesheet sets z-index:-1 on inputs and
   selects inside the booking widget, making them unclickable
   when the widget sits inside a positioned container.
   CLIENTS: najmar, ecocamping, madera, golden, mountainprestige
   ═══════════════════════════════════════════════════════════════ */
#iai_book_form input,
#iai_book_form select,
#iai_book_form textarea,
#iai_book_form .widget__option,
input,
select,
textarea {
  z-index: 2 !important;
  position: relative;
}


/* ═══════════════════════════════════════════════════════════════
   TRAP #10 — System inline positioning on .index-info
   ROOT CAUSE: System JS injects inline style="top:Xpx; left:Xpx"
   on .index-info, misaligning it relative to the hero. These
   overrides must use !important to beat inline styles.
   CLIENTS: all (7/7)
   ═══════════════════════════════════════════════════════════════ */
.index-info {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  transform: none !important;
}


/* ═══════════════════════════════════════════════════════════════
   TRAP #11 — Litepicker calendar rendered at 944px width
   ROOT CAUSE: Litepicker date range picker gets a hardcoded
   width from the system JS config, causing horizontal scroll
   on mobile and overflow on desktop sidebars. fit-content
   corrects to actual rendered width.
   CLIENTS: najmar, ecocamping, madera, golden, mountainprestige
   ═══════════════════════════════════════════════════════════════ */
.litepicker {
  width: fit-content !important;
  max-width: 100vw !important;
}


/* ═══════════════════════════════════════════════════════════════
   TRAP #12 — Ghost booking form on /offer pages
   ROOT CAUSE: System renders a duplicate #iai_book_form with
   class d-none on offer detail pages. Without explicit height:0
   it still occupies vertical space even when display:none,
   pushing content down.
   CLIENTS: all /offer pages
   ═══════════════════════════════════════════════════════════════ */
body.page-offer #iai_book_form.d-none,
body.page-offer .iai-search.d-none {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* ═══════════════════════════════════════════════════════════════
   TRAP #13 — .iai-search shown on /offers page (has its own)
   ROOT CAUSE: The /offers page has a built-in filter sidebar.
   The global .iai-search bar also renders, duplicating search UI.
   Also hide on /txt subpages where a search widget makes no sense.
   CLIENTS: najmar, ecocamping, madera, mazurski, golden, mountainprestige
   ═══════════════════════════════════════════════════════════════ */
body.page-offers .iai-search,
body.page-offers #iai_book_se,
body.page-txt .iai-search,
body.page-txt #iai_book_se {
  display: none !important;
}


/* ═══════════════════════════════════════════════════════════════
   TRAP #14 — FontAwesome NOT loaded — hide broken FA icons
   ROOT CAUSE: IdoSell does not load FontAwesome by default in
   template 11 / default13. FA icon elements render as invisible
   0x0 boxes OR as raw unicode squares. Hide them system-wide;
   replace with CSS-only chevrons where needed (see §7 /offers).
   CLIENTS: all (7/7)
   ═══════════════════════════════════════════════════════════════ */
body.page-offers .filter_header .fa,
body.page-offers .filter_header .fa-angle-down,
body.page-offers .filter_header [class^="fa-"],
body.page-offers .filter_header [class*=" fa-"] {
  display: none !important;
}


/* ═══════════════════════════════════════════════════════════════
   TRAP #15 — Gradient overlay on .section.parallax
   ROOT CAUSE: The system ::after pseudo-element on .section.parallax
   renders a dark solid overlay that obscures hero images.
   IMPORTANT: append custom overlays to .section.parallax itself,
   NOT to .parallax-slider — the slider has z-index:-2 which traps
   any positioned child below it (cannot be fixed without JS).
   .index-info::after must also be suppressed.
   CLIENTS: all (7/7)
   ═══════════════════════════════════════════════════════════════ */
.section.parallax::after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.85) 0%,
    rgba(255, 255, 255, 0.4)  12%,
    rgba(255, 255, 255, 0)    22%,
    rgba(0, 0, 0, 0)          60%,
    rgba(0, 0, 0, 0.35)      100%
  ) !important;
  pointer-events: none !important;
  z-index: 1 !important;
}
.index-info::after,
.index-info::before {
  display: none !important;
  content: none !important;
}


/* ═══════════════════════════════════════════════════════════════
   TRAP #16 — span.btn on /offers gets line-height: 49px
   ROOT CAUSE: System stylesheet targets span.btn and forces
   line-height:49px + height:49px, which makes the "SZCZEGOLY"
   button on offer listing cards enormously tall. Normalize to
   auto height with flex centering.
   CLIENTS: najmar, ecocamping, madera, mazurski, golden, mountainprestige
   ═══════════════════════════════════════════════════════════════ */
body.page-offers span.btn,
.page-offers .accommodation-buttons span.btn,
.offer span.btn {
  line-height: 1.4 !important;
  height: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 24px !important;
  font-family: var(--pw-font-body) !important;
  font-size: 13px !important;
}


/* ═══════════════════════════════════════════════════════════════
   TRAP #17 — Tabs sticky: system JS adds --fixed class, not .sticky
   ROOT CAUSE: The offer detail tabs bar gets a class of "--fixed"
   (double-dash prefix, Bootstrap modifier style) added by system JS
   when it sticks. This is NOT the standard .sticky class. Without
   an explicit rule targeting .tabs.--fixed the tab bar jumps out
   of layout — full-width fix and z-index are required.
   CLIENTS: mazurski, mountainprestige
   ═══════════════════════════════════════════════════════════════ */
.tabs.--fixed {
  position: fixed !important;
  top: var(--pw-header-h) !important;
  left: 0 !important;
  right: 0 !important;
  width: 100vw !important;
  margin: 0 !important;
  z-index: 1000 !important;
  background: var(--pw-light) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06) !important;
}

/* Tabs span child font size — system forces 1.3rem */
.tabs__item > span {
  font-size: 13px !important;
  font-family: var(--pw-font-body) !important;
  font-weight: 500 !important;
}


/* ═══════════════════════════════════════════════════════════════
   TRAP #18 — Footer VISA/MC strip dark default background
   ROOT CAUSE: .footer-contact-baner has a hardcoded dark navy
   background (#3E475E) from system CSS. Logos and icons inside
   render with wrong contrast against custom dark footers.
   Override background to match client dark color and invert logos.
   CLIENTS: all (7/7)
   ═══════════════════════════════════════════════════════════════ */
.footer-contact-baner,
.footer__strip,
footer .footer__strip,
.footer-bottom,
.payment-methods {
  background: var(--pw-dark) !important;
  background-color: var(--pw-dark) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
}
.footer-contact-baner svg,
.footer-contact-baner img,
.footer__strip img {
  filter: brightness(0) invert(1) !important;
  opacity: 0.4 !important;
}
.footer-contact-baner span,
.footer-contact-baner a,
.footer__strip a {
  color: rgba(255, 255, 255, 0.3) !important;
  font-size: 12px !important;
}
.powered_by_logo img {
  filter: brightness(0) invert(1) !important;
  opacity: 0.3 !important;
}


/* ═══════════════════════════════════════════════════════════════
   ADDITIONAL UNIVERSAL FIX — Leaflet map overflow
   ROOT CAUSE: A wildcard selector [class*="map"] from system CSS
   clips map tile images. Protect Leaflet containers explicitly.
   CLIENTS: najmar, madera, mountainprestige
   ═══════════════════════════════════════════════════════════════ */
.leaflet-container {
  overflow: hidden !important;
}
.leaflet-container * {
  box-sizing: content-box;
}


/* ═══════════════════════════════════════════════════════════════
   ADDITIONAL UNIVERSAL FIX — container-hotspot (JS rebuilds cards)
   ROOT CAUSE: System renders a .container-hotspot with system-styled
   offer cards that JS replaces. Hide the system version to prevent
   flash of unstyled content.
   CLIENTS: madera, mountainprestige
   ═══════════════════════════════════════════════════════════════ */
.container-hotspot {
  display: none !important;
}


/* ═══════════════════════════════════════════════════════════════
   §A — TYPOGRAPHY BASE (universal, uses CSS vars)
   ═══════════════════════════════════════════════════════════════ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--pw-font-heading) !important;
  color: var(--pw-dark) !important;
  line-height: 1.2 !important;
}

a {
  color: var(--pw-primary);
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover {
  color: var(--pw-secondary);
}


/* ═══════════════════════════════════════════════════════════════
   §B — SEARCH WIDGET (universal fixes)
   Font and persons-dropdown chevron are broken on all clients.
   ═══════════════════════════════════════════════════════════════ */
.iai-search,
#iai_book_form {
  font-family: var(--pw-font-body) !important;
}

/* Search / booking submit button — żółty CTA marki (czarny tekst).
   NOTE: .formbutton nie dziedziczy CSS vars we wszystkich kontekstach → literały. */
.formbutton,
#iai_book_form .formbutton {
  background: #F2E61A !important;
  color: #141414 !important;
  border: none !important;
  border-radius: var(--pw-radius) !important;
  font-family: var(--pw-font-body) !important;
  cursor: pointer !important;
}
.formbutton:hover,
#iai_book_form .formbutton:hover {
  background: #D9CE00 !important;
  color: #141414 !important;
}

/* Persons dropdown chevron — system button is 8x8 and invisible */
#iai_book_form .widget__option.iai_input-small .iai_widget_btn {
  position: absolute !important;
  top: 50% !important;
  right: 16px !important;
  left: auto !important;
  transform: translateY(-50%) !important;
  width: 20px !important;
  height: 20px !important;
  opacity: 1 !important;
  font-size: 0 !important;
  background: transparent !important;
  border: none !important;
}
#iai_book_form .widget__option.iai_input-small .iai_widget_btn::after {
  content: '' !important;
  display: block !important;
  width: 8px !important;
  height: 8px !important;
  border-right: 2px solid var(--pw-dark) !important;
  border-bottom: 2px solid var(--pw-dark) !important;
  transform: rotate(45deg) !important;
  margin: 2px auto 0 !important;
}
#iai_book_form .widget__option.iai_input-small {
  padding-right: 44px !important;
}

/* Persons dropdown list overflow */
.persons_list {
  overflow: visible !important;
  max-height: none !important;
  height: auto !important;
}


/* ═══════════════════════════════════════════════════════════════
   §C — /offers PAGE (universal styling for all clients)
   ═══════════════════════════════════════════════════════════════ */

/* Offers container background — system default is #292929 dark */
body.page-offers,
body.page-offers main,
.offers-container {
  background: var(--pw-bg) !important;
  color: var(--pw-dark) !important;
}

/* Filter section headers — brand color, heading font */
body.page-offers h4,
body.page-offers .sidebar h4,
body.page-offers .filter_header {
  color: var(--pw-primary) !important;
  font-family: var(--pw-font-heading) !important;
}

/* Filter header layout with CSS chevron (FontAwesome not loaded) */
body.page-offers .filter_header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  cursor: pointer !important;
  padding: 10px 16px !important;
  border: 1px solid #DDD !important;
  border-radius: 8px !important;
  margin-bottom: 8px !important;
  transition: background 0.2s ease !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}
body.page-offers .filter_header:hover {
  background: rgba(0, 0, 0, 0.03) !important;
}

/* CSS-only chevron replaces missing FontAwesome icon */
body.page-offers .filter_header::after {
  content: "" !important;
  display: inline-block !important;
  flex-shrink: 0 !important;
  width: 10px !important;
  height: 10px !important;
  border-right: 2px solid var(--pw-primary) !important;
  border-bottom: 2px solid var(--pw-primary) !important;
  transform: rotate(45deg) !important;
  transition: transform 0.3s ease !important;
  margin-left: 12px !important;
  margin-top: -3px !important;
}
body.page-offers .filter_header[aria-expanded="true"]::after {
  transform: rotate(-135deg) !important;
  margin-top: 3px !important;
}

/* Filter collapse — Bootstrap collapse guard */
body.page-offers .filter_content.collapse:not(.show) {
  display: none !important;
}
body.page-offers .filter_content.collapse.show {
  display: block !important;
  height: auto !important;
  overflow: visible !important;
}

/* /offers buttons */
body.page-offers .btn,
body.page-offers button.btn,
body.page-offers a.btn {
  background: var(--pw-primary) !important;
  color: #FFF !important;
  border: none !important;
}
body.page-offers .btn:hover {
  background: var(--pw-secondary) !important;
}


/* ═══════════════════════════════════════════════════════════════
   §D — /offer DETAIL PAGE (universal fixes)
   ═══════════════════════════════════════════════════════════════ */

/* Price circle — system renders oval 244x161, force 150x150 circle */
.offer-price {
  width: 150px !important;
  height: 150px !important;
  border-radius: 50% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--pw-primary) !important;
  color: #FFF !important;
  padding: 0 !important;
  text-align: center !important;
}
.offer-price small {
  font-size: 13px !important;
  line-height: 1.2 !important;
}
.offer-price span {
  font-size: 26px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

/* ZAREZERWUJ / Reserve button */
.accommodation-leftbutton,
.page-offer .btn-success,
.page-offer a.btn-success,
.page-offer .period-price .btn {
  background: var(--pw-primary) !important;
  border-color: var(--pw-primary) !important;
  color: #FFF !important;
  font-family: var(--pw-font-body) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 12px 24px !important;
  border-radius: var(--pw-radius) !important;
  border: none !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}
.accommodation-leftbutton:hover,
.page-offer .btn-success:hover,
.page-offer a.btn-success:hover {
  background: var(--pw-secondary) !important;
  border-color: var(--pw-secondary) !important;
}

/* ZAREZERWUJ TERAZ = PRIMARY CTA: żółć marki + WYŚRODKOWANY.
   Struktura systemu: <a.accommodation-reservation> (wrapper, transparent, text-align:left)
   > <span.accommodation-leftbutton> (właściwy przycisk). Wrapper tylko centruje,
   a WŁAŚCIWY przycisk robimy brandowo żółty (nie graniowy) — hierarchia CTA + „kolorystyka gra". */
html body.page-offer .accommodation-reservation,
html body.page-offer a.accommodation-reservation {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  padding: 0 !important;
  min-height: 0 !important;
}
html body.page-offer a.accommodation-reservation .accommodation-leftbutton,
html body.page-offer .accommodation-reservation .accommodation-leftbutton,
html body.page-offer .accommodation-leftbutton {
  background: var(--pw-secondary) !important;
  color: var(--pw-on-accent) !important;
  border: none !important;
  border-radius: var(--pw-radius-lg) !important;
  min-height: 52px !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  font-family: var(--pw-font-heading) !important;
  font-weight: 700 !important;
  letter-spacing: 0.3px !important;
  box-shadow: none !important;
}
html body.page-offer a.accommodation-reservation:hover .accommodation-leftbutton,
html body.page-offer .accommodation-reservation:hover .accommodation-leftbutton,
html body.page-offer .accommodation-leftbutton:hover {
  background: var(--pw-secondary-dark) !important;
  color: var(--pw-on-accent) !important;
}
/* „Zobacz na mapie" / „Sprawdź dostępność" / „Zobacz cennik" — wyśrodkowane (spójność) */
html body.page-offer #generateDirections,
html body.page-offer a.offerCalendar,
html body.page-offer a.to-offer-prices {
  text-align: center !important;
  justify-content: center !important;
}

/* contact__btn centering — system default justify-content:normal */
.contact__btn {
  justify-content: center !important;
  font-family: var(--pw-font-body) !important;
}

/* System price h2/p too large on detail page */
.price,
.offer .price,
.page-offer .price {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: var(--pw-primary) !important;
}


/* ═══════════════════════════════════════════════════════════════
   §E — /contact PAGE (universal)
   ═══════════════════════════════════════════════════════════════ */
body.page-contact a {
  color: var(--pw-primary) !important;
}
body.page-contact a:hover {
  color: var(--pw-secondary) !important;
}
body.page-contact .btn,
body.page-contact form button,
body.page-contact form input[type="submit"] {
  background: var(--pw-primary) !important;
  border-color: var(--pw-primary) !important;
  color: #FFF !important;
}
body.page-contact .btn:hover {
  background: var(--pw-secondary) !important;
}
body.page-contact .leaflet-container {
  border-radius: var(--pw-radius) !important;
  overflow: hidden !important;
}


/* ═══════════════════════════════════════════════════════════════
   §F — /txt SUBPAGES (universal)
   ═══════════════════════════════════════════════════════════════ */
.txt-text {
  font-family: var(--pw-font-body) !important;
  line-height: 1.7 !important;
  color: var(--pw-dark) !important;
}
.txt-text h2,
.txt-text h3 {
  font-family: var(--pw-font-heading) !important;
  color: var(--pw-primary) !important;
}


/* ═══════════════════════════════════════════════════════════════
   §G — FOOTER (universal dark override)
   ═══════════════════════════════════════════════════════════════ */
footer,
.footer,
.footer-wrapper,
.page-footer {
  background: var(--pw-dark) !important;
  color: rgba(255, 255, 255, 0.6) !important;
  font-family: var(--pw-font-body) !important;
}
footer h3,
footer h4,
.footer h3,
.footer h4 {
  color: #FFF !important;
  font-family: var(--pw-font-heading) !important;
  font-size: 16px !important;
}
footer a,
.footer a {
  color: var(--pw-accent) !important;
}
footer a:hover,
.footer a:hover {
  color: var(--pw-secondary) !important;
}


/* ═══════════════════════════════════════════════════════════════
   §H — SYSTEM ELEMENTS WITH HARDCODED HEX (no CSS var inheritance)
   WARNING: Do NOT replace these tokens manually.
   The pipeline generator substitutes them at build time:
     #3D7A96   -> client primary color hex (e.g. #4A6741)
     #DCAE62 -> client secondary color hex (e.g. #6B8F5E)
   Affected elements: #bounce, #backTop, .ck_dsclr__btn_v2, .skip_link
   These live in system-injected shadow contexts or iframes where
   CSS custom properties from :root do NOT cascade.
   ═══════════════════════════════════════════════════════════════ */

/* Scroll-down arrow (system positions it centered; move to right edge) */
#bounce {
  background-color: #1B1C20 !important;
  background: #1B1C20 !important;
  left: auto !important;
  right: 32px !important;
  transform: none !important;
  margin-left: 0 !important;
}

/* Back-to-top button */
#backTop {
  background: #1B1C20 !important;
}
#backTop:hover {
  background: #3A3D45 !important;
}

/* Cookie consent banner — „Akceptuję" = żółty CTA marki (jak na żywej stronie) */
.ck_dsclr__btn_v2 {
  background: #F2E61A !important;
  color: #141414 !important;
}
.ck_dsclr__btn_v2:hover {
  background: #D9CE00 !important;
}
.ck_dsclr_v2 a {
  color: #1B1C20 !important;
}
.ck_dsclr_x_v2 {
  color: #1B1C20 !important;
}

/* Skip-to-content accessibility link */
.skip_link {
  background: #1B1C20 !important;
  color: #FFF !important;
}


/* ═══════════ LAYER 2 — COMPONENTS (full) ═══════════ */
/*
 * ido-components.css
 * IdoBooking Universal Component Library — Layer 2
 * Shared by all clients. Parameterized via CSS custom properties.
 * Layer 1 (ido-base.css) sets the variables. Layer 3 (client.css) overrides.
 *
 * Prefix: ido-
 * Variables consumed: --pw-primary, --pw-secondary, --pw-accent,
 *   --pw-bg, --pw-dark, --pw-light, --pw-font-heading, --pw-font-body,
 *   --pw-radius
 *
 * Table of contents:
 *  1. Layout System
 *  2. Hero Section
 *  3. Split Layout
 *  4. Feature Grid
 *  5. Offer Cards
 *  6. CTA Section
 *  7. Stats Bar
 *  8. FAQ Accordion
 *  9. Gallery Grid
 * 10. Buttons
 * 11. Typography Helpers
 * 12. Animations
 * 13. Accessibility
 * 14. Responsive
 */

/* =========================================================
   1. LAYOUT SYSTEM
   ========================================================= */

.pw-section {
  padding: 80px 24px;
  box-sizing: border-box;
  width: 100%;
}

.pw-section--white {
  background-color: #FFFFFF;
}

.pw-section--cream {
  background-color: var(--pw-bg, #F8F5F0);
}

.pw-section--dark {
  background-color: var(--pw-dark, #21353E);
  color: #FFFFFF;
}

.pw-section--accent {
  background-color: var(--pw-accent, #E8D5B0);
}

.pw-container {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 24px;
  box-sizing: border-box;
  width: 100%;
}

.pw-container--narrow {
  max-width: 900px;
  margin-inline: auto;
  padding-inline: 24px;
  box-sizing: border-box;
  width: 100%;
}

/* =========================================================
   2. HERO SECTION
   ========================================================= */

.pw-hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Overlay on top of system slider (.section.parallax) */
.pw-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.25) 60%,
    rgba(0, 0, 0, 0.55) 100%
  );
  z-index: 5;
  pointer-events: none;
}

.pw-hero__content {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 24px;
  gap: 20px;
}

.pw-hero__title {
  font-family: var(--pw-font-heading, Georgia, serif);
  font-size: clamp(2rem, 5vw + 1rem, 4.5rem);
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.15;
  margin: 0;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55), 0 1px 4px rgba(0, 0, 0, 0.4);
  max-width: 900px;
}

.pw-hero__subtitle {
  font-family: var(--pw-font-body, system-ui, sans-serif);
  font-size: clamp(1rem, 1.5vw + 0.5rem, 1.375rem);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  line-height: 1.6;
  margin: 0;
  max-width: 680px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.pw-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--pw-primary, #8B6F47);
  color: #FFFFFF;
  font-family: var(--pw-font-body, system-ui, sans-serif);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  padding: 16px 40px;
  border-radius: var(--pw-radius, 4px);
  border: 2px solid transparent;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: background-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  margin-top: 8px;
}

.pw-hero__cta:hover {
  background-color: var(--pw-secondary, #6B5035);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.pw-hero__scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.75rem;
  font-family: var(--pw-font-body, system-ui, sans-serif);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  animation: ido-bounce 2s ease-in-out infinite;
  text-decoration: none;
}

.pw-hero__scroll::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-right: 2px solid rgba(255, 255, 255, 0.75);
  border-bottom: 2px solid rgba(255, 255, 255, 0.75);
  transform: rotate(45deg);
  margin-top: -6px;
}

@keyframes ido-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(8px); }
}

/* =========================================================
   3. SPLIT LAYOUT
   ========================================================= */

.pw-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.pw-split--reverse .pw-split__text {
  order: 2;
}

.pw-split--reverse .pw-split__img {
  order: 1;
}

.pw-split__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pw-split__img {
  overflow: hidden;
  border-radius: var(--pw-radius, 4px);
  line-height: 0;
}

.pw-split__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.pw-split__img:hover img {
  transform: scale(1.03);
}

/* =========================================================
   4. FEATURE GRID
   ========================================================= */

.pw-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 32px;
}

.pw-feature {
  text-align: center;
  padding: 36px 24px;
  border-radius: var(--pw-radius, 4px);
  background-color: var(--pw-light, #FFFFFF);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.pw-feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.pw-feature__icon {
  font-size: 48px;
  line-height: 1;
  display: block;
  margin-bottom: 4px;
}

.pw-feature__title {
  font-family: var(--pw-font-heading, Georgia, serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--pw-dark, #21353E);
  margin: 0;
  line-height: 1.3;
}

.pw-feature__desc {
  font-family: var(--pw-font-body, system-ui, sans-serif);
  font-size: 0.9rem;
  color: var(--pw-dark, #21353E);
  opacity: 0.7;
  line-height: 1.65;
  margin: 0;
}

/* =========================================================
   5. OFFER CARDS
   ========================================================= */

.pw-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 28px;
}

.pw-card {
  background-color: #FFFFFF;
  border-radius: var(--pw-radius, 4px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.pw-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.15);
}

.pw-card:hover .pw-card__img img {
  transform: scale(1.05);
}

.pw-card__img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  line-height: 0;
  flex-shrink: 0;
}

.pw-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.pw-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.pw-card__title {
  font-family: var(--pw-font-heading, Georgia, serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--pw-dark, #21353E);
  margin: 0;
  line-height: 1.3;
}

.pw-card__price {
  font-family: var(--pw-font-heading, Georgia, serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--pw-primary, #8B6F47);
  margin: 0;
}

/* Stretched link — makes entire card clickable */
.pw-card__link {
  position: static;
  text-decoration: none;
  color: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--pw-primary, #8B6F47);
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.pw-card__link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* =========================================================
   6. CTA SECTION
   ========================================================= */

.pw-cta {
  text-align: center;
  padding: 80px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.pw-cta--dark {
  background-color: var(--pw-dark, #21353E);
  color: #FFFFFF;
}

.pw-cta--dark .pw-cta__heading {
  color: #FFFFFF;
}

.pw-cta__heading {
  font-family: var(--pw-font-heading, Georgia, serif);
  font-size: clamp(1.6rem, 2.5vw + 0.75rem, 2.5rem);
  font-weight: 700;
  color: var(--pw-dark, #21353E);
  line-height: 1.2;
  margin: 0;
  max-width: 700px;
}

.pw-cta__contacts {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
  justify-content: center;
}

.pw-cta__contacts a {
  font-family: var(--pw-font-body, system-ui, sans-serif);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--pw-primary, #8B6F47);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.2s ease;
}

.pw-cta--dark .pw-cta__contacts a {
  color: var(--pw-accent, #E8D5B0);
}

.pw-cta__contacts a:hover {
  opacity: 0.75;
  text-decoration: underline;
}

.pw-cta__btn {
  font-size: 1.1rem;
  padding: 18px 48px;
}

/* =========================================================
   7. STATS BAR
   ========================================================= */

.pw-stats {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  padding: 60px 24px;
}

.pw-stat {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.pw-stat__number {
  font-family: var(--pw-font-heading, Georgia, serif);
  font-size: 3rem;
  font-weight: 700;
  color: var(--pw-primary, #8B6F47);
  line-height: 1;
  margin: 0;
}

.pw-stat__label {
  font-family: var(--pw-font-body, system-ui, sans-serif);
  font-size: 0.875rem;
  color: var(--pw-dark, #21353E);
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

/* =========================================================
   8. FAQ ACCORDION
   ========================================================= */

.pw-faq {
  display: flex;
  flex-direction: column;
}

.pw-faq__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pw-faq__item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pw-faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 4px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--pw-font-heading, Georgia, serif);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--pw-dark, #21353E);
  text-align: left;
  gap: 16px;
  line-height: 1.4;
  transition: color 0.2s ease;
}

.pw-faq__question:hover {
  color: var(--pw-primary, #8B6F47);
}

/* CSS chevron icon */
.pw-faq__question::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-top: -4px;
}

.pw-faq__question[aria-expanded="true"]::after {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.pw-faq__answer {
  display: none;
  padding: 0 4px 20px;
  font-family: var(--pw-font-body, system-ui, sans-serif);
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--pw-dark, #21353E);
  opacity: 0.8;
}

.pw-faq__question[aria-expanded="true"] + .pw-faq__answer {
  display: block;
}

/* =========================================================
   9. GALLERY GRID
   ========================================================= */

.pw-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 8px;
}

.pw-gallery__item {
  overflow: hidden;
  border-radius: calc(var(--pw-radius, 4px) / 2);
  line-height: 0;
  cursor: pointer;
  position: relative;
}

.pw-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 1 / 1;
  transition: transform 0.35s ease;
}

.pw-gallery__item:hover img {
  transform: scale(1.08);
}

/* =========================================================
   10. BUTTONS
   ========================================================= */

.pw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--pw-primary, #8B6F47);
  color: #FFFFFF;
  font-family: var(--pw-font-body, system-ui, sans-serif);
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border: 2px solid var(--pw-primary, #8B6F47);
  border-radius: var(--pw-radius, 4px);
  padding: 14px 32px;
  cursor: pointer;
  letter-spacing: 0.3px;
  white-space: nowrap;
  transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease,
              transform 0.18s ease, box-shadow 0.22s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  -webkit-appearance: none;
  appearance: none;
}

.pw-btn:hover {
  background-color: var(--pw-secondary, #6B5035);
  border-color: var(--pw-secondary, #6B5035);
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

.pw-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.pw-btn--outline {
  background-color: transparent;
  color: var(--pw-primary, #8B6F47);
  border-color: var(--pw-primary, #8B6F47);
  box-shadow: none;
}

.pw-btn--outline:hover {
  background-color: var(--pw-primary, #8B6F47);
  color: #FFFFFF;
}

.pw-btn--white {
  background-color: #FFFFFF;
  color: var(--pw-dark, #21353E);
  border-color: #FFFFFF;
}

.pw-btn--white:hover {
  background-color: var(--pw-bg, #F8F5F0);
  border-color: var(--pw-bg, #F8F5F0);
  color: var(--pw-dark, #21353E);
}

.pw-btn--lg {
  font-size: 1.0625rem;
  padding: 18px 48px;
}

.pw-btn:focus-visible {
  outline: 3px solid var(--pw-primary, #8B6F47);
  outline-offset: 3px;
}

/* =========================================================
   11. TYPOGRAPHY HELPERS
   ========================================================= */

.pw-heading {
  font-family: var(--pw-font-heading, Georgia, serif);
  color: var(--pw-dark, #21353E);
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}

.pw-kicker {
  display: block;
  font-family: var(--pw-font-body, system-ui, sans-serif);
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--pw-primary, #8B6F47);
  margin: 0;
}

.pw-text {
  font-family: var(--pw-font-body, system-ui, sans-serif);
  line-height: 1.7;
  margin: 0;
}

/* =========================================================
   12. ANIMATIONS
   ========================================================= */

.pw-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.pw-reveal--left {
  transform: translateX(-30px);
}

.pw-reveal--right {
  transform: translateX(30px);
}

.pw-revealed {
  opacity: 1;
  transform: translate(0, 0);
}

.pw-stagger-1 { transition-delay: 0.1s; }
.pw-stagger-2 { transition-delay: 0.2s; }
.pw-stagger-3 { transition-delay: 0.3s; }
.pw-stagger-4 { transition-delay: 0.4s; }

/* noscript fallback — when JS is not available, show all revealed elements */
html:not(.pw-js) .pw-reveal {
  opacity: 1;
  transform: none;
}

/* =========================================================
   13. ACCESSIBILITY
   ========================================================= */

/* Screen-reader only utility */
.pw-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Focus visible states for interactive elements */
.pw-feature:focus-visible,
.pw-card:focus-visible,
.pw-gallery__item:focus-visible,
.pw-faq__question:focus-visible,
.pw-cta__contacts a:focus-visible,
.pw-hero__cta:focus-visible,
.pw-hero__scroll:focus-visible {
  outline: 3px solid var(--pw-primary, #8B6F47);
  outline-offset: 2px;
}

/* Disable ALL animations for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .pw-reveal,
  .pw-reveal--left,
  .pw-reveal--right {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .pw-stagger-1,
  .pw-stagger-2,
  .pw-stagger-3,
  .pw-stagger-4 {
    transition-delay: 0s;
  }

  .pw-hero__scroll {
    animation: none;
  }

  .pw-btn,
  .pw-card,
  .pw-feature,
  .pw-split__img img,
  .pw-card__img img,
  .pw-gallery__item img,
  .pw-faq__question::after,
  .pw-faq__question,
  .pw-hero__cta,
  .pw-cta__contacts a {
    transition: none;
  }
}

/* =========================================================
   14. RESPONSIVE
   ========================================================= */

/* --- Tablet landscape (max 991px) --- */
@media (max-width: 991px) {
  .pw-section {
    padding: 60px 20px;
  }

  .pw-hero {
    min-height: 60vh;
  }

  .pw-split {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .pw-split--reverse .pw-split__text,
  .pw-split--reverse .pw-split__img {
    order: unset;
  }

  .pw-stats {
    gap: 32px;
    padding: 48px 20px;
  }

  .pw-cta {
    padding: 60px 20px;
  }

  .pw-cards {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
  }

  .pw-features {
    gap: 24px;
  }
}

/* --- Tablet portrait (max 768px) --- */
@media (max-width: 768px) {
  .pw-section {
    padding: 48px 16px;
  }

  .pw-container,
  .pw-container--narrow {
    padding-inline: 16px;
  }

  .pw-hero {
    min-height: 60vh;
  }

  .pw-hero__content {
    padding: 32px 16px;
    gap: 16px;
  }

  .pw-hero__cta {
    padding: 14px 28px;
    font-size: 0.9375rem;
  }

  .pw-features {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
  }

  .pw-feature {
    padding: 28px 16px;
  }

  .pw-cards {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .pw-stats {
    gap: 24px;
    padding: 40px 16px;
  }

  .pw-stat__number {
    font-size: 2.25rem;
  }

  .pw-gallery {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }

  .pw-cta {
    padding: 48px 16px;
    gap: 20px;
  }

  .pw-cta__contacts {
    flex-direction: column;
    gap: 16px;
  }

  .pw-faq__question {
    font-size: 0.975rem;
    padding: 16px 4px;
  }
}

/* --- Mobile (max 480px) --- */
@media (max-width: 480px) {
  .pw-section {
    padding: 40px 16px;
  }

  .pw-hero {
    min-height: 50vh;
  }

  .pw-hero__scroll {
    display: none;
  }

  .pw-cards {
    grid-template-columns: 1fr;
  }

  .pw-features {
    grid-template-columns: 1fr;
  }

  .pw-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }

  .pw-stat__number {
    font-size: 2rem;
  }

  .pw-stats {
    gap: 20px;
    padding: 32px 16px;
  }

  .pw-btn--lg {
    font-size: 1rem;
    padding: 16px 32px;
  }

  .pw-split {
    gap: 24px;
  }

  .pw-cta__heading {
    font-size: 1.5rem;
  }

  .pw-faq__question {
    font-size: 0.9375rem;
  }
}


/* ═══════════ LAYER 3 — OFFER PAGE (full) ═══════════ */
/* ═══════════════════════════════════════════════════════════════
   LAYER 3 — /OFFER/N/ PAGE BASE
   Reusable starter dla każdego nowego projektu IdoBooking.
   Adaptuj kolory przez podmianę CSS variables — zmienne `--pw-*`
   to placeholdery do podmienienia (np. --pk-, --fr-, --mc-).

   Pochodzenie: extracted z fairrentals (FR_ARKUSZ_STYLOW.css sekcje 28+49)
   + Piekary 1-3 (sekcja 50). Tested live (chrome-devtools MCP):
   - Sophie Apartment, /offer/13/ — tabs styled, prices centered,
     hotspot duplicates removed, page height -30%.

   Krytyczne klasy systemowe IdoBooking pokrywane:
   - .big-label, .offer-title (H1 — nazwa apartamentu)
   - .tabs / .object-menu (drugie menu obiektu — kalendarz/właściwości/...)
   - .object-price, .offer-price, .price-from, .price-block (ceny)
   - .price-list, .season-row, .season-cell_* (cennik sezonowy)
   - .offer-gallery, .gallery, .offer-photo (galeria)
   - .offer-features, .amenities, .features-list (udogodnienia)
   - .booking-form, .reservation-form (sidebar rezerwacji)
   - .container-hotspot (system "Proponowane oferty" — UKRYTE bo duplikat)
   ═══════════════════════════════════════════════════════════════ */

/* ──────────────────────────────────────────────────────────
   1. Page wrapper — padding sensowne, brak ucinania pod headerem
   ────────────────────────────────────────────────────────── */
html body.page-offer main,
html body.page-offer #pageContent {
  background: var(--pw-bg, #FAFAF5) !important;
  padding: clamp(80px, 10vw, 120px) clamp(20px, 4vw, 40px) clamp(40px, 6vw, 64px) !important;
}

/* Footer gap fix — eliminuj puste miejsce po cenniku */
html body.page-offer main,
html body.page-offer #pageContent {
  padding-bottom: 32px !important;
  margin-bottom: 0 !important;
}
html body.page-offer ~ footer,
html body.page-offer footer {
  margin-top: 0 !important;
}


/* ──────────────────────────────────────────────────────────
   2. Headings — nazwa apartamentu (H1) + sekcje (H2/H3)
   ────────────────────────────────────────────────────────── */
html body.page-offer h1,
html body.page-offer .big-label,
html body.page-offer .offer-title {
  font-family: var(--pw-font-heading, 'Playfair Display', serif) !important;
  font-size: clamp(32px, 4.4vw, 46px) !important;
  font-weight: 400 !important;
  color: var(--pw-text, #21353E) !important;
  margin: 0 0 16px !important;
  line-height: 1.15 !important;
}

html body.page-offer h2,
html body.page-offer h3,
html body.page-offer .label,
html body.page-offer .offer-label {
  font-family: var(--pw-font-heading, 'Playfair Display', serif) !important;
  color: var(--pw-text, #21353E) !important;
  margin-top: 32px !important;
  margin-bottom: 16px !important;
}


/* ──────────────────────────────────────────────────────────
   3. Object tabs (KALENDARZ DOSTĘPNOŚCI / WŁAŚCIWOŚCI / ZASADY...)
   System renderuje ul.tabs z linkami. Bez stylowania = brzydkie
   default <li> bullets + brak hierarchii. Tu: flex + underline.
   ────────────────────────────────────────────────────────── */
html body.page-offer .tabs,
html body.page-offer .object-menu,
html body.page-offer ul.tabs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0 !important;
  list-style: none !important;
  margin: 0 0 32px !important;
  padding: 0 !important;
  border-bottom: 1px solid var(--pw-border, #E5DDD0) !important;
  background: transparent !important;
}
html body.page-offer .tabs > li,
html body.page-offer .tabs > a,
html body.page-offer .object-menu > li,
html body.page-offer .object-menu > a {
  flex: 0 0 auto !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
html body.page-offer .tabs a,
html body.page-offer .object-menu a {
  display: inline-block !important;
  padding: 14px 18px !important;
  font-family: var(--pw-font-body, 'DM Sans', sans-serif) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 1.6px !important;
  text-transform: uppercase !important;
  color: var(--pw-text-muted, #69808A) !important;
  text-decoration: none !important;
  border-bottom: 2px solid transparent !important;
  transition: color 0.3s ease, border-color 0.3s ease !important;
}
html body.page-offer .tabs a:hover,
html body.page-offer .object-menu a:hover,
html body.page-offer .tabs li.active a,
html body.page-offer .tabs a.active,
html body.page-offer .object-menu a.active {
  color: var(--pw-primary, #722F37) !important;
  border-bottom-color: var(--pw-primary, #722F37) !important;
}


/* ──────────────────────────────────────────────────────────
   4. Price block — wycentrowany, cream tło, primary akcent
   Default systemowy: text-align right, flex — wygląda krzywo.
   ────────────────────────────────────────────────────────── */
html body.page-offer .object-price,
html body.page-offer .offer-price,
html body.page-offer .price-block,
html body.page-offer .price-from {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  margin: 0 auto 16px !important;
  width: 100% !important;
}
html body.page-offer .object-price {
  background: var(--pw-cream, #F2EDE4) !important;
  border: 1px solid var(--pw-border, #E5DDD0) !important;
  border-radius: var(--pw-radius-lg, 16px) !important;
  padding: 24px 32px !important;
  max-width: 280px !important;
  font-family: var(--pw-font-heading, 'Playfair Display', serif) !important;
  font-size: 18px !important;
  color: var(--pw-text, #21353E) !important;
  box-shadow: var(--pw-shadow, 0 4px 30px rgba(26,26,26,0.08)) !important;
}
html body.page-offer .object-price .price {
  font-size: 28px !important;
  font-weight: 500 !important;
  color: var(--pw-primary, #722F37) !important;
  letter-spacing: 0.5px !important;
}


/* ──────────────────────────────────────────────────────────
   5. Price list / cennik sezonowy
   System renderuje .price-list.row z .season-cell_* — bez stylów
   = ściany tekstu. Tu: cream container, czytelne rzędy.
   ────────────────────────────────────────────────────────── */
html body.page-offer .price-list,
html body.page-offer .price-list.row {
  background: var(--pw-cream, #F2EDE4) !important;
  border-radius: var(--pw-radius-lg, 16px) !important;
  padding: 20px !important;
  margin: 24px 0 !important;
}
html body.page-offer .season-row,
html body.page-offer [class*="season-row"] {
  border-bottom: 1px solid var(--pw-border, #E5DDD0) !important;
  padding: 12px 0 !important;
}
html body.page-offer .season-row:last-child {
  border-bottom: none !important;
}
html body.page-offer .season-cell_heading,
html body.page-offer .season-cell_dates {
  font-family: var(--pw-font-body, 'DM Sans', sans-serif) !important;
  color: var(--pw-text-soft, #40545D) !important;
  font-size: 14px !important;
}
html body.page-offer .season-cell_year,
html body.page-offer .season-cell_main .price {
  color: var(--pw-primary, #722F37) !important;
  font-family: var(--pw-font-heading, 'Playfair Display', serif) !important;
}

/* ──────────────────────────────────────────────────────────
   5b. Cennik — spłaszczenie zagnieżdżonych ramek (fix Damian 2026-07-09)
   System renderuje 3 boxy w boxie: .price-list (krem) > table (biały
   box+border 1px) > .object-price (krem chip+border). "Za dużo ramek
   w ramce". Zostawiamy JEDNĄ kartę (.price-list) + JEDEN biały akcent
   ceny; środkowy table + separatory (season-cell_dates/footer, season-
   row_sub) = płaskie/transparentne. Live-verified /offer/77.
   ────────────────────────────────────────────────────────── */
html body.page-offer .price-list table,
html body.page-offer .price-list tbody,
html body.page-offer .price-list tr,
html body.page-offer .price-list td {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
html body.page-offer .price-list .season-row_sub {
  border: 0 !important;
  padding: 4px 0 !important;
}
html body.page-offer .price-list tr.season-cell_footer,
html body.page-offer .price-list .season-cell_dates {
  border: 0 !important;
}
html body.page-offer .price-list .season-cell_dates {
  font-size: 15px !important;
  margin-bottom: 6px !important;
}
/* cena = jedyny akcent: biały badge na kremowej karcie (nie box-w-boxie) */
html body.page-offer .price-list .object-price {
  background: var(--pw-white, #FFFFFF) !important;
  border: 0 !important;
  box-shadow: 0 2px 12px rgba(20, 20, 20, 0.06) !important;
  border-radius: 12px !important;
  padding: 14px 24px !important;
  max-width: none !important;
  width: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  margin: 6px 0 14px !important;
}


/* ──────────────────────────────────────────────────────────
   6. Gallery + features + booking-form — białe karty z border
   ────────────────────────────────────────────────────────── */
html body.page-offer .offer-gallery img,
html body.page-offer .gallery img,
html body.page-offer .offer-photo img,
html body.page-offer .object-gallery img {
  border-radius: var(--pw-radius, 8px) !important;
}

html body.page-offer .offer-features,
html body.page-offer .amenities,
html body.page-offer .features-list,
html body.page-offer .object-amenities {
  background: var(--pw-white, #FFFFFF) !important;
  border-radius: var(--pw-radius-lg, 16px) !important;
  border: 1px solid var(--pw-border, #E5DDD0) !important;
  padding: 24px !important;
  margin: 16px 0 !important;
}

html body.page-offer .booking-form,
html body.page-offer .reservation-form,
html body.page-offer aside.booking,
html body.page-offer .object-booking {
  background: var(--pw-white, #FFFFFF) !important;
  border-radius: var(--pw-radius-lg, 16px) !important;
  border: 1px solid var(--pw-border, #E5DDD0) !important;
  padding: 24px !important;
  box-shadow: var(--pw-shadow, 0 4px 30px rgba(26,26,26,0.08)) !important;
}


/* ──────────────────────────────────────────────────────────
   7. Form inputs — brand focus state
   ────────────────────────────────────────────────────────── */
html body.page-offer input:not([type="radio"]):not([type="checkbox"]),
html body.page-offer select,
html body.page-offer textarea {
  font-family: var(--pw-font-body, 'DM Sans', sans-serif) !important;
  font-size: 15px !important;
  border: 1px solid var(--pw-border, #E5DDD0) !important;
  border-radius: var(--pw-radius, 8px) !important;
  padding: 12px 16px !important;
  min-height: 46px !important;
  background: var(--pw-white, #FFFFFF) !important;
}
html body.page-offer input:focus,
html body.page-offer select:focus,
html body.page-offer textarea:focus {
  border-color: var(--pw-primary, #722F37) !important;
  box-shadow: 0 0 0 3px var(--pw-primary-soft, rgba(114, 47, 55, 0.15)) !important;
  outline: none !important;
}


/* ──────────────────────────────────────────────────────────
   8. .container-hotspot — UKRYJ na /offer/N/
   System na /offer/N/ pokazuje "Proponowane oferty" w hotspocie
   z CAŁYM katalogiem (np. 122 obiekty u brokera Mentalis).
   To 99% duplikat z featured offers + przepełnienie strony.
   Jeśli masz własną sekcję wyróżnionych na home, na /offer/N/
   też ukryj nasze pk-offers-section (JS w initOfferPageBranding).
   ────────────────────────────────────────────────────────── */
body.page-offer .container-hotspot {
  display: none !important;
}


/* ──────────────────────────────────────────────────────────
   10. STICKY TABS — BEM modifier --fixed (KRYTYCZNE!)
   System IdoBooking dodaje JS-em modifier --fixed do .tabs gdy
   gość scrolluje past natural tab position. Bez tego stylowania
   sticky pasek jest WĄSKI (system max-width:1140px) + items
   pionowo (gdy .tabs__item bez width:auto).
   Historia: fairrentals v1.6 + v1.40, piekary 2026-05-25.
   Pełna analiza: lessons/024-tabs-fixed-bem-modifier-sticky-scroll.md
   ────────────────────────────────────────────────────────── */
html body .tabs.--fixed,
html body.page-offer .tabs.--fixed,
html body .tabs.tabs--fixed,
html body .tabs.sticky {
  position: fixed !important;
  top: 64px !important;              /* MUSI być zsynchronizowane z header scrolled height (verify live!) */
  left: 0 !important;
  right: 0 !important;
  inset-inline: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;       /* DEFEAT system .tabs{max-width:1140px} */
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 24px !important;
  z-index: 999 !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: var(--pw-shadow, 0 4px 30px rgba(26,26,26,0.08)) !important;
  border-bottom: 1px solid var(--pw-border, #E5DDD0) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 4px !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  box-sizing: border-box !important;
}

/* Mobile — header scrolled na mobile ~56px */
@media (max-width: 991.98px) {
  html body .tabs.--fixed,
  html body.page-offer .tabs.--fixed,
  html body .tabs.tabs--fixed {
    top: 56px !important;
    padding: 0 16px !important;
  }
}

/* KLUCZOWE: .tabs__item to KLIKALNY div z <span> w środku (tabindex+JS).
   IdoBooking NIE używa <a> w sticky tabs — wszystkie style padding/font
   muszą iść BEZPOŚREDNIO na .tabs__item, nie na descendant <a>.
   Active state: .tabs__item.active (zwykła klasa, bez BEM --).
   Live evidence (piekary 2026-05-25): DOM = <div class="tabs__item">
                                          <span>Tekst</span>
                                        </div> */
html body .tabs > .tabs__item,
html body .tabs .tabs__item,
html body .tabs.--fixed > .tabs__item,
html body .tabs.--fixed .tabs__item {
  flex: 0 0 auto !important;
  width: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 12px 14px !important;
  font-family: var(--pw-font-body, 'DM Sans', sans-serif) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 1.4px !important;
  text-transform: uppercase !important;
  color: var(--pw-text-muted, #69808A) !important;
  cursor: pointer !important;
  border-bottom: 2px solid transparent !important;
  white-space: nowrap !important;
  background: transparent !important;
  transition: color 0.2s ease, border-color 0.2s ease !important;
}
html body .tabs > .tabs__item:hover,
html body .tabs > .tabs__item.active,
html body .tabs.--fixed > .tabs__item:hover,
html body .tabs.--fixed > .tabs__item.active,
html body .tabs__item:hover,
html body .tabs__item.active {
  color: var(--pw-primary, #722F37) !important;
  border-bottom-color: var(--pw-primary, #722F37) !important;
}
/* Span wewnątrz dziedziczy styl z parent */
html body .tabs__item span,
html body .tabs.--fixed .tabs__item span {
  color: inherit !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
}

/* Fallback dla <a>/<li><a>/<button> — gdyby system zmienił DOM w przyszłości */
html body .tabs.--fixed a,
html body .tabs.--fixed li a,
html body .tabs.--fixed button {
  font-family: var(--pw-font-body, 'DM Sans', sans-serif) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 1.4px !important;
  text-transform: uppercase !important;
  color: var(--pw-text-muted, #69808A) !important;
  padding: 12px 14px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  border-bottom: 2px solid transparent !important;
}
html body .tabs.--fixed a:hover,
html body .tabs.--fixed a.active,
html body .tabs.--fixed li.active a {
  color: var(--pw-primary, #722F37) !important;
  border-bottom-color: var(--pw-primary, #722F37) !important;
}


/* ──────────────────────────────────────────────────────────
   9. Bootstrap row gutter fix — czasem ucina padding na .col-*
   ────────────────────────────────────────────────────────── */
html body.page-offer .row {
  margin-left: -12px !important;
  margin-right: -12px !important;
}
html body.page-offer .row > [class^="col"],
html body.page-offer .row > [class*=" col"] {
  padding-left: 12px !important;
  padding-right: 12px !important;
}


/* ──────────────────────────────────────────────────────────
   PRZY KOPIOWANIU DO NOWEGO PROJEKTU:
   1. Replace WSZYSTKIE --pw-* na własny prefix klienta (--pk-, --mc-, etc.)
   2. Upewnij się że masz w :root design tokens:
      --pw-primary (akcent), --pw-text, --pw-text-soft, --pw-text-muted,
      --pw-cream, --pw-white, --pw-bg, --pw-border,
      --pw-font-heading, --pw-font-body,
      --pw-radius, --pw-radius-lg, --pw-shadow,
      --pw-primary-soft (rgba primary 0.15 — dla focus glow)
   3. Po wklejeniu — chrome-devtools MCP verify:
      - body.page-offer h1 visible
      - .tabs display: flex + border-bottom
      - .object-price text-align: center + display: flex
      - .container-hotspot display: none
   ────────────────────────────────────────────────────────── */


/* ═══════════ LAYER 4 — VARIETY PATTERNS (full) ═══════════ */
/* ═══════════════════════════════════════════════════════════════
   LAYER 4 — VARIETY PATTERNS (70 wariantów sekcji)
   Modular section styles. Aktywacja: <section class="xx-hero xx-hero--asymmetric-grid">.
   JARVIS pickuje 1 wariant per sekcja per klient (z vibe-presets.json).

   Sections x variants:
   - Hero (10): asymmetric-grid, full-bleed-image, split-half, centered-typography,
     overlap-image, video-bg, parallax-scroll, slider-multi, mosaic-collage, minimal-text
   - About (8): asym-text-img, split-half, full-width-quote, timeline-vertical,
     stat-row-cards, image-mosaic-text, story-narrative, founder-portrait-quote
   - Gallery (8): asym-mosaic, masonry, slider-fullscreen, grid-equal,
     polaroid-stack, isotope-filter, lightbox-thumbs, carousel-3-cards
   - CTA (8): dark-bold, gradient, full-bleed-image-overlay, minimal-text,
     side-image, sticky-bottom-bar, countdown-timer, multi-button-row
   - Features (6): icon-grid-4col, text-list-numbered, alternating-rows,
     comparison-table, cards-pop-hover, accordion-vertical
   - Testimonials (6): slider-fullwidth, grid-3col, single-quote-big,
     video-grid, masonry-mixed, carousel-photos
   - Location/Map (5): full-bleed-map, split-text-map, info-cards-map,
     dual-location-tabs, interactive-points
   - FAQ (4): accordion-classic, two-column-grid, sidebar-search, tabs-categorized
   - Navigation (8): transparent-overlay, solid, megamenu, side-drawer,
     scroll-spy, hamburger-only, sticky-compact, pill-tabs
   - Footer (7): minimal, compact, dark-rich, image-bg, multi-column, centered, social-focus

   Total: 70 variants
   ═══════════════════════════════════════════════════════════════ */

/* ╔════════════════════════════════════════════════════════════╗
   ║  HERO SECTIONS (10 variants)                                ║
   ╚════════════════════════════════════════════════════════════╝ */

/* ──────────────────────────────────────────────────────────
   HERO 1/10 — asymmetric-grid
   Use: luxury-heritage, industrial-loft
   Layout: 3:2 grid, big image left, text right
   ────────────────────────────────────────────────────────── */
.pw-hero.pw-hero--asymmetric-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: clamp(24px, 4vw, 64px);
  min-height: 80vh;
  align-items: center;
  padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 48px);
  background: var(--pw-cream);
}
.pw-hero--asymmetric-grid .pw-hero__media {
  position: relative;
  aspect-ratio: 16/10;
  border-radius: var(--pw-radius-lg);
  overflow: hidden;
  box-shadow: var(--pw-shadow-lg);
}
.pw-hero--asymmetric-grid .pw-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pw-hero--asymmetric-grid .pw-hero__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pw-hero--asymmetric-grid .pw-hero__eyebrow {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--pw-primary);
  margin-bottom: 16px;
}
.pw-hero--asymmetric-grid .pw-hero__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(36px, 5vw, 64px);
  margin: 0 0 24px;
  line-height: 1.1;
  color: var(--pw-text);
}
.pw-hero--asymmetric-grid .pw-hero__lead {
  font-size: clamp(16px, 1.3vw, 19px);
  color: var(--pw-text-soft);
  margin: 0 0 32px;
  line-height: 1.6;
}
.pw-hero--asymmetric-grid .pw-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background: var(--pw-primary);
  color: #FFF;
  text-decoration: none;
  border-radius: var(--pw-radius);
  font-weight: 600;
  transition: background 0.3s var(--pw-ease);
  width: fit-content;
}
.pw-hero--asymmetric-grid .pw-hero__cta:hover {
  background: var(--pw-secondary);
}
@media (max-width: 991px) {
  .pw-hero.pw-hero--asymmetric-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .pw-hero--asymmetric-grid .pw-hero__media {
    aspect-ratio: 4/3;
  }
}

/* ──────────────────────────────────────────────────────────
   HERO 2/10 — full-bleed-image
   Use: cinematic, dramatic, resort
   Layout: full viewport image, centered overlay text
   ────────────────────────────────────────────────────────── */
.pw-hero.pw-hero--full-bleed-image {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  color: #FFF;
}
.pw-hero--full-bleed-image .pw-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.pw-hero--full-bleed-image .pw-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pw-hero--full-bleed-image .pw-hero__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.55) 100%);
}
.pw-hero--full-bleed-image .pw-hero__text {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 0 clamp(20px, 4vw, 48px);
}
.pw-hero--full-bleed-image .pw-hero__eyebrow {
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
  opacity: 0.9;
  margin-bottom: 20px;
}
.pw-hero--full-bleed-image .pw-hero__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(42px, 7vw, 88px);
  line-height: 1.05;
  margin: 0 0 24px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.3);
}
.pw-hero--full-bleed-image .pw-hero__lead {
  font-size: clamp(17px, 1.5vw, 22px);
  opacity: 0.95;
  margin: 0 0 40px;
  line-height: 1.55;
}
.pw-hero--full-bleed-image .pw-hero__cta {
  display: inline-block;
  padding: 18px 42px;
  background: var(--pw-primary);
  color: #FFF;
  text-decoration: none;
  border-radius: var(--pw-radius);
  font-weight: 600;
  letter-spacing: 1px;
  transition: transform 0.3s var(--pw-ease), background 0.3s var(--pw-ease);
}
.pw-hero--full-bleed-image .pw-hero__cta:hover {
  background: var(--pw-secondary);
  transform: translateY(-2px);
}
@media (max-width: 991px) {
  .pw-hero.pw-hero--full-bleed-image {
    min-height: 85vh;
  }
}

/* ──────────────────────────────────────────────────────────
   HERO 3/10 — split-half
   Use: editorial, boutique, balanced
   Layout: 50/50 split, image one side, text other
   ────────────────────────────────────────────────────────── */
.pw-hero.pw-hero--split-half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 90vh;
  background: var(--pw-bg);
}
.pw-hero--split-half .pw-hero__media {
  position: relative;
  overflow: hidden;
}
.pw-hero--split-half .pw-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pw-hero--split-half .pw-hero__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 6vw, 96px);
}
.pw-hero--split-half .pw-hero__eyebrow {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--pw-primary);
  margin-bottom: 20px;
}
.pw-hero--split-half .pw-hero__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(36px, 4.5vw, 60px);
  line-height: 1.1;
  margin: 0 0 24px;
  color: var(--pw-text);
}
.pw-hero--split-half .pw-hero__lead {
  font-size: clamp(15px, 1.2vw, 18px);
  color: var(--pw-text-soft);
  margin: 0 0 36px;
  line-height: 1.7;
}
.pw-hero--split-half .pw-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 28px;
  background: var(--pw-primary);
  color: #FFF;
  text-decoration: none;
  border-radius: var(--pw-radius);
  font-weight: 600;
  width: fit-content;
  transition: background 0.3s var(--pw-ease);
}
.pw-hero--split-half .pw-hero__cta:hover {
  background: var(--pw-secondary);
}
@media (max-width: 991px) {
  .pw-hero.pw-hero--split-half {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .pw-hero--split-half .pw-hero__media {
    aspect-ratio: 16/10;
  }
}

/* ──────────────────────────────────────────────────────────
   HERO 4/10 — centered-typography
   Use: minimal, typographic, editorial
   Layout: pure text, no image, centered
   ────────────────────────────────────────────────────────── */
.pw-hero.pw-hero--centered-typography {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(80px, 12vw, 160px) clamp(20px, 4vw, 48px);
  background: var(--pw-cream);
}
.pw-hero--centered-typography .pw-hero__text {
  max-width: 880px;
}
.pw-hero--centered-typography .pw-hero__eyebrow {
  font-size: 13px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--pw-primary);
  margin-bottom: 32px;
}
.pw-hero--centered-typography .pw-hero__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(44px, 7vw, 96px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0 0 32px;
  color: var(--pw-text);
}
.pw-hero--centered-typography .pw-hero__lead {
  font-size: clamp(17px, 1.4vw, 21px);
  color: var(--pw-text-soft);
  margin: 0 auto 44px;
  line-height: 1.65;
  max-width: 640px;
}
.pw-hero--centered-typography .pw-hero__cta {
  display: inline-block;
  padding: 16px 36px;
  background: transparent;
  color: var(--pw-primary);
  text-decoration: none;
  border: 2px solid var(--pw-primary);
  border-radius: var(--pw-radius);
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s var(--pw-ease);
}
.pw-hero--centered-typography .pw-hero__cta:hover {
  background: var(--pw-primary);
  color: #FFF;
}
@media (max-width: 991px) {
  .pw-hero.pw-hero--centered-typography {
    min-height: 60vh;
  }
}

/* ──────────────────────────────────────────────────────────
   HERO 5/10 — overlap-image
   Use: modern, layered, magazine
   Layout: image overlaps text box (negative margin)
   ────────────────────────────────────────────────────────── */
.pw-hero.pw-hero--overlap-image {
  position: relative;
  padding: clamp(80px, 10vw, 140px) clamp(20px, 4vw, 48px);
  background: var(--pw-cream);
}
.pw-hero--overlap-image .pw-hero__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center;
}
.pw-hero--overlap-image .pw-hero__media {
  position: relative;
  z-index: 1;
  aspect-ratio: 4/5;
  border-radius: var(--pw-radius-lg);
  overflow: hidden;
  box-shadow: var(--pw-shadow-lg);
}
.pw-hero--overlap-image .pw-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pw-hero--overlap-image .pw-hero__text {
  position: relative;
  z-index: 2;
  background: var(--pw-bg);
  padding: clamp(32px, 4vw, 56px);
  margin-left: -8%;
  border-radius: var(--pw-radius-lg);
  box-shadow: var(--pw-shadow-md);
}
.pw-hero--overlap-image .pw-hero__eyebrow {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--pw-primary);
  margin-bottom: 16px;
}
.pw-hero--overlap-image .pw-hero__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.1;
  margin: 0 0 20px;
  color: var(--pw-text);
}
.pw-hero--overlap-image .pw-hero__lead {
  font-size: clamp(15px, 1.2vw, 18px);
  color: var(--pw-text-soft);
  margin: 0 0 28px;
  line-height: 1.65;
}
.pw-hero--overlap-image .pw-hero__cta {
  display: inline-block;
  padding: 14px 30px;
  background: var(--pw-primary);
  color: #FFF;
  text-decoration: none;
  border-radius: var(--pw-radius);
  font-weight: 600;
  transition: background 0.3s var(--pw-ease);
}
.pw-hero--overlap-image .pw-hero__cta:hover {
  background: var(--pw-secondary);
}
@media (max-width: 991px) {
  .pw-hero--overlap-image .pw-hero__inner {
    grid-template-columns: 1fr;
  }
  .pw-hero--overlap-image .pw-hero__text {
    margin-left: 0;
    margin-top: -40px;
    width: 92%;
    margin-right: auto;
  }
}

/* ──────────────────────────────────────────────────────────
   HERO 6/10 — video-bg
   Use: cinematic, dynamic, premium
   Layout: video background + centered overlay text
   ────────────────────────────────────────────────────────── */
.pw-hero.pw-hero--video-bg {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #FFF;
  text-align: center;
}
.pw-hero--video-bg .pw-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.pw-hero--video-bg .pw-hero__media video,
.pw-hero--video-bg .pw-hero__media iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.pw-hero--video-bg .pw-hero__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%);
}
.pw-hero--video-bg .pw-hero__text {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 0 clamp(20px, 4vw, 48px);
}
.pw-hero--video-bg .pw-hero__eyebrow {
  font-size: 13px;
  letter-spacing: 5px;
  text-transform: uppercase;
  opacity: 0.95;
  margin-bottom: 24px;
}
.pw-hero--video-bg .pw-hero__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(44px, 7vw, 92px);
  line-height: 1.05;
  margin: 0 0 28px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.4);
}
.pw-hero--video-bg .pw-hero__lead {
  font-size: clamp(17px, 1.5vw, 22px);
  margin: 0 0 40px;
  line-height: 1.6;
  opacity: 0.95;
}
.pw-hero--video-bg .pw-hero__cta {
  display: inline-block;
  padding: 18px 44px;
  background: rgba(255,255,255,0.12);
  color: #FFF;
  text-decoration: none;
  border: 2px solid #FFF;
  border-radius: var(--pw-radius);
  font-weight: 600;
  letter-spacing: 1px;
  backdrop-filter: blur(8px);
  transition: all 0.3s var(--pw-ease);
}
.pw-hero--video-bg .pw-hero__cta:hover {
  background: #FFF;
  color: var(--pw-text);
}
@media (max-width: 991px) {
  .pw-hero.pw-hero--video-bg {
    min-height: 80vh;
  }
}

/* ──────────────────────────────────────────────────────────
   HERO 7/10 — parallax-scroll
   Use: scenic, immersive, storytelling
   Layout: parallax background (background-attachment: fixed)
   ────────────────────────────────────────────────────────── */
.pw-hero.pw-hero--parallax-scroll {
  position: relative;
  min-height: 95vh;
  display: flex;
  align-items: center;
  background-image: var(--pw-hero-bg, linear-gradient(135deg, #333, #111));
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #FFF;
  overflow: hidden;
}
.pw-hero--parallax-scroll::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.55) 100%);
  z-index: 0;
}
.pw-hero--parallax-scroll .pw-hero__text {
  position: relative;
  z-index: 1;
  max-width: 700px;
  padding: 0 clamp(20px, 6vw, 80px);
}
.pw-hero--parallax-scroll .pw-hero__eyebrow {
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  opacity: 0.9;
  margin-bottom: 20px;
}
.pw-hero--parallax-scroll .pw-hero__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(40px, 6vw, 78px);
  line-height: 1.08;
  margin: 0 0 24px;
}
.pw-hero--parallax-scroll .pw-hero__lead {
  font-size: clamp(16px, 1.3vw, 20px);
  opacity: 0.95;
  margin: 0 0 36px;
  line-height: 1.65;
}
.pw-hero--parallax-scroll .pw-hero__cta {
  display: inline-block;
  padding: 16px 36px;
  background: var(--pw-primary);
  color: #FFF;
  text-decoration: none;
  border-radius: var(--pw-radius);
  font-weight: 600;
  transition: transform 0.3s var(--pw-ease), background 0.3s var(--pw-ease);
}
.pw-hero--parallax-scroll .pw-hero__cta:hover {
  background: var(--pw-secondary);
  transform: translateY(-2px);
}
@media (max-width: 991px) {
  .pw-hero.pw-hero--parallax-scroll {
    background-attachment: scroll;
    min-height: 75vh;
  }
}

/* ──────────────────────────────────────────────────────────
   HERO 8/10 — slider-multi
   Use: resort, gallery-first, multi-property
   Layout: slick/swiper carousel with multiple full slides
   ────────────────────────────────────────────────────────── */
.pw-hero.pw-hero--slider-multi {
  position: relative;
  min-height: 90vh;
  overflow: hidden;
  background: var(--pw-text);
}
.pw-hero--slider-multi .pw-hero__slider {
  position: relative;
  height: 90vh;
}
.pw-hero--slider-multi .pw-hero__slide {
  position: relative;
  height: 90vh;
  display: flex;
  align-items: flex-end;
  color: #FFF;
  overflow: hidden;
}
.pw-hero--slider-multi .pw-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.pw-hero--slider-multi .pw-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pw-hero--slider-multi .pw-hero__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.15) 60%);
}
.pw-hero--slider-multi .pw-hero__text {
  position: relative;
  z-index: 1;
  padding: 0 clamp(20px, 6vw, 80px) clamp(60px, 10vw, 120px);
  max-width: 800px;
}
.pw-hero--slider-multi .pw-hero__eyebrow {
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  opacity: 0.9;
  margin-bottom: 16px;
}
.pw-hero--slider-multi .pw-hero__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(36px, 5.5vw, 72px);
  line-height: 1.1;
  margin: 0 0 20px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}
.pw-hero--slider-multi .pw-hero__lead {
  font-size: clamp(15px, 1.3vw, 19px);
  opacity: 0.95;
  margin: 0 0 28px;
  line-height: 1.6;
}
.pw-hero--slider-multi .pw-hero__cta {
  display: inline-block;
  padding: 14px 32px;
  background: var(--pw-primary);
  color: #FFF;
  text-decoration: none;
  border-radius: var(--pw-radius);
  font-weight: 600;
  transition: background 0.3s var(--pw-ease);
}
.pw-hero--slider-multi .pw-hero__cta:hover {
  background: var(--pw-secondary);
}
.pw-hero--slider-multi .slick-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
}
.pw-hero--slider-multi .slick-dots li button {
  width: 32px;
  height: 3px;
  background: rgba(255,255,255,0.4);
  border: none;
  font-size: 0;
  cursor: pointer;
  transition: background 0.3s var(--pw-ease);
}
.pw-hero--slider-multi .slick-dots li.slick-active button {
  background: #FFF;
}
@media (max-width: 991px) {
  .pw-hero.pw-hero--slider-multi,
  .pw-hero--slider-multi .pw-hero__slider,
  .pw-hero--slider-multi .pw-hero__slide {
    min-height: 75vh;
    height: 75vh;
  }
}

/* ──────────────────────────────────────────────────────────
   HERO 9/10 — mosaic-collage
   Use: gallery-rich, multi-shot, artistic
   Layout: 4-image collage grid with text overlay
   ────────────────────────────────────────────────────────── */
.pw-hero.pw-hero--mosaic-collage {
  position: relative;
  min-height: 100vh;
  padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 48px);
  background: var(--pw-cream);
  overflow: hidden;
}
.pw-hero--mosaic-collage .pw-hero__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 48px);
  align-items: center;
}
.pw-hero--mosaic-collage .pw-hero__media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  aspect-ratio: 1;
}
.pw-hero--mosaic-collage .pw-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--pw-radius);
}
.pw-hero--mosaic-collage .pw-hero__media img:nth-child(1) {
  grid-row: 1 / 3;
  border-radius: var(--pw-radius-lg);
}
.pw-hero--mosaic-collage .pw-hero__text {
  padding: clamp(20px, 4vw, 40px);
}
.pw-hero--mosaic-collage .pw-hero__eyebrow {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--pw-primary);
  margin-bottom: 16px;
}
.pw-hero--mosaic-collage .pw-hero__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.1;
  margin: 0 0 24px;
  color: var(--pw-text);
}
.pw-hero--mosaic-collage .pw-hero__lead {
  font-size: clamp(15px, 1.2vw, 18px);
  color: var(--pw-text-soft);
  margin: 0 0 32px;
  line-height: 1.65;
}
.pw-hero--mosaic-collage .pw-hero__cta {
  display: inline-block;
  padding: 14px 30px;
  background: var(--pw-primary);
  color: #FFF;
  text-decoration: none;
  border-radius: var(--pw-radius);
  font-weight: 600;
  transition: background 0.3s var(--pw-ease);
}
.pw-hero--mosaic-collage .pw-hero__cta:hover {
  background: var(--pw-secondary);
}
@media (max-width: 991px) {
  .pw-hero--mosaic-collage .pw-hero__inner {
    grid-template-columns: 1fr;
  }
  .pw-hero--mosaic-collage .pw-hero__media {
    aspect-ratio: 4/3;
  }
}

/* ──────────────────────────────────────────────────────────
   HERO 10/10 — minimal-text
   Use: editorial, austere, brutalist
   Layout: very minimal — small headline, large body type
   ────────────────────────────────────────────────────────── */
.pw-hero.pw-hero--minimal-text {
  min-height: 60vh;
  display: flex;
  align-items: center;
  padding: clamp(80px, 12vw, 160px) clamp(20px, 6vw, 80px);
  background: var(--pw-bg);
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.pw-hero--minimal-text .pw-hero__text {
  max-width: 900px;
}
.pw-hero--minimal-text .pw-hero__eyebrow {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--pw-text-muted);
  margin-bottom: 32px;
}
.pw-hero--minimal-text .pw-hero__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.3;
  margin: 0 0 24px;
  color: var(--pw-text);
  font-weight: 500;
}
.pw-hero--minimal-text .pw-hero__lead {
  font-size: clamp(20px, 2vw, 28px);
  color: var(--pw-text);
  margin: 0 0 40px;
  line-height: 1.45;
  font-weight: 300;
}
.pw-hero--minimal-text .pw-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--pw-primary);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: 2px solid var(--pw-primary);
  padding-bottom: 4px;
  transition: gap 0.3s var(--pw-ease);
}
.pw-hero--minimal-text .pw-hero__cta:hover {
  gap: 16px;
}
@media (max-width: 991px) {
  .pw-hero.pw-hero--minimal-text {
    min-height: 50vh;
  }
}

/* ╔════════════════════════════════════════════════════════════╗
   ║  ABOUT SECTIONS (8 variants)                                ║
   ╚════════════════════════════════════════════════════════════╝ */

/* ──────────────────────────────────────────────────────────
   ABOUT 1/8 — asym-text-img
   Use: editorial, magazine, story-led
   Layout: asymmetric 2:3 grid, text on left smaller
   ────────────────────────────────────────────────────────── */
.pw-about.pw-about--asym-text-img {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
  padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 48px);
  max-width: 1400px;
  margin: 0 auto;
}
.pw-about--asym-text-img .pw-about__content {
  display: flex;
  flex-direction: column;
}
.pw-about--asym-text-img .pw-about__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.1;
  margin: 0 0 24px;
  color: var(--pw-text);
}
.pw-about--asym-text-img .pw-about__body {
  font-size: clamp(15px, 1.2vw, 18px);
  color: var(--pw-text-soft);
  line-height: 1.75;
  margin: 0;
}
.pw-about--asym-text-img .pw-about__body p {
  margin: 0 0 18px;
}
.pw-about--asym-text-img .pw-about__media {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: var(--pw-radius-lg);
  overflow: hidden;
  box-shadow: var(--pw-shadow-md);
}
.pw-about--asym-text-img .pw-about__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .pw-about.pw-about--asym-text-img {
    grid-template-columns: 1fr;
  }
}

/* ──────────────────────────────────────────────────────────
   ABOUT 2/8 — split-half
   Use: balanced, classical
   Layout: 50/50 image + text
   ────────────────────────────────────────────────────────── */
.pw-about.pw-about--split-half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
  padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 48px);
  max-width: 1300px;
  margin: 0 auto;
}
.pw-about--split-half .pw-about__media {
  aspect-ratio: 1;
  border-radius: var(--pw-radius-lg);
  overflow: hidden;
  box-shadow: var(--pw-shadow-md);
}
.pw-about--split-half .pw-about__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pw-about--split-half .pw-about__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(32px, 4vw, 50px);
  margin: 0 0 24px;
  line-height: 1.15;
  color: var(--pw-text);
}
.pw-about--split-half .pw-about__body {
  font-size: clamp(15px, 1.2vw, 17px);
  color: var(--pw-text-soft);
  line-height: 1.75;
}
.pw-about--split-half .pw-about__body p {
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .pw-about.pw-about--split-half {
    grid-template-columns: 1fr;
  }
  .pw-about--split-half .pw-about__media {
    aspect-ratio: 4/3;
  }
}

/* ──────────────────────────────────────────────────────────
   ABOUT 3/8 — full-width-quote
   Use: brand voice, manifesto, hero-quote
   Layout: huge centered quote, no image
   ────────────────────────────────────────────────────────── */
.pw-about.pw-about--full-width-quote {
  padding: clamp(80px, 12vw, 160px) clamp(20px, 6vw, 80px);
  background: var(--pw-cream);
  text-align: center;
}
.pw-about--full-width-quote .pw-about__content {
  max-width: 1000px;
  margin: 0 auto;
}
.pw-about--full-width-quote .pw-about__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(28px, 3.6vw, 52px);
  line-height: 1.3;
  margin: 0 0 32px;
  color: var(--pw-text);
  font-style: italic;
  font-weight: 400;
  position: relative;
}
.pw-about--full-width-quote .pw-about__title::before {
  content: '\201C';
  display: block;
  font-size: clamp(80px, 12vw, 160px);
  line-height: 0.5;
  color: var(--pw-primary);
  margin-bottom: 24px;
  font-family: Georgia, serif;
}
.pw-about--full-width-quote .pw-about__body {
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--pw-text-muted);
}
@media (max-width: 991px) {
  .pw-about.pw-about--full-width-quote {
    padding: clamp(60px, 10vw, 100px) clamp(20px, 4vw, 32px);
  }
}

/* ──────────────────────────────────────────────────────────
   ABOUT 4/8 — timeline-vertical
   Use: heritage, story, history
   Layout: vertical timeline with milestones
   ────────────────────────────────────────────────────────── */
.pw-about.pw-about--timeline-vertical {
  padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 48px);
  max-width: 900px;
  margin: 0 auto;
}
.pw-about--timeline-vertical .pw-about__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(32px, 4vw, 48px);
  text-align: center;
  margin: 0 0 60px;
  color: var(--pw-text);
}
.pw-about--timeline-vertical .pw-about__content {
  position: relative;
  padding-left: 40px;
}
.pw-about--timeline-vertical .pw-about__content::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: var(--pw-primary);
  opacity: 0.3;
}
.pw-about--timeline-vertical .pw-about__item {
  position: relative;
  padding: 0 0 40px;
}
.pw-about--timeline-vertical .pw-about__item::before {
  content: '';
  position: absolute;
  left: -36px;
  top: 8px;
  width: 14px;
  height: 14px;
  background: var(--pw-primary);
  border: 3px solid var(--pw-bg);
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--pw-primary);
}
.pw-about--timeline-vertical .pw-about__year {
  font-family: var(--pw-font-heading);
  font-size: 22px;
  color: var(--pw-primary);
  margin: 0 0 8px;
  font-weight: 700;
}
.pw-about--timeline-vertical .pw-about__body {
  font-size: 16px;
  color: var(--pw-text-soft);
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 991px) {
  .pw-about--timeline-vertical .pw-about__content {
    padding-left: 32px;
  }
}

/* ──────────────────────────────────────────────────────────
   ABOUT 5/8 — stat-row-cards
   Use: data-driven, established, credibility
   Layout: 4-column stat cards beneath intro
   ────────────────────────────────────────────────────────── */
.pw-about.pw-about--stat-row-cards {
  padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 48px);
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}
.pw-about--stat-row-cards .pw-about__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(32px, 4vw, 50px);
  margin: 0 0 24px;
  color: var(--pw-text);
}
.pw-about--stat-row-cards .pw-about__body {
  font-size: clamp(16px, 1.3vw, 19px);
  color: var(--pw-text-soft);
  max-width: 740px;
  margin: 0 auto 64px;
  line-height: 1.7;
}
.pw-about--stat-row-cards .pw-about__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 32px);
}
.pw-about--stat-row-cards .pw-about__stat {
  padding: clamp(24px, 3vw, 40px) 20px;
  background: var(--pw-cream);
  border-radius: var(--pw-radius-lg);
  transition: transform 0.3s var(--pw-ease);
}
.pw-about--stat-row-cards .pw-about__stat:hover {
  transform: translateY(-4px);
  box-shadow: var(--pw-shadow-md);
}
.pw-about--stat-row-cards .pw-about__stat-number {
  font-family: var(--pw-font-heading);
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 700;
  color: var(--pw-primary);
  display: block;
  margin-bottom: 8px;
  line-height: 1;
}
.pw-about--stat-row-cards .pw-about__stat-label {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--pw-text-soft);
}
@media (max-width: 991px) {
  .pw-about--stat-row-cards .pw-about__stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ──────────────────────────────────────────────────────────
   ABOUT 6/8 — image-mosaic-text
   Use: gallery-led, visual brand
   Layout: 3-image mosaic + text below
   ────────────────────────────────────────────────────────── */
.pw-about.pw-about--image-mosaic-text {
  padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 48px);
  max-width: 1400px;
  margin: 0 auto;
}
.pw-about--image-mosaic-text .pw-about__media {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  height: clamp(360px, 50vw, 560px);
  margin-bottom: 60px;
}
.pw-about--image-mosaic-text .pw-about__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--pw-radius);
}
.pw-about--image-mosaic-text .pw-about__media img:nth-child(1) {
  grid-row: 1 / 3;
  border-radius: var(--pw-radius-lg);
}
.pw-about--image-mosaic-text .pw-about__content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.pw-about--image-mosaic-text .pw-about__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(32px, 4vw, 52px);
  margin: 0 0 24px;
  color: var(--pw-text);
}
.pw-about--image-mosaic-text .pw-about__body {
  font-size: clamp(16px, 1.3vw, 19px);
  color: var(--pw-text-soft);
  line-height: 1.75;
}
.pw-about--image-mosaic-text .pw-about__body p {
  margin: 0 0 18px;
}
@media (max-width: 991px) {
  .pw-about--image-mosaic-text .pw-about__media {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    height: auto;
  }
  .pw-about--image-mosaic-text .pw-about__media img:nth-child(1) {
    grid-row: 1;
    grid-column: 1 / 3;
    aspect-ratio: 16/9;
  }
}

/* ──────────────────────────────────────────────────────────
   ABOUT 7/8 — story-narrative
   Use: long-form, storytelling, heritage
   Layout: drop-cap intro + flowing paragraphs
   ────────────────────────────────────────────────────────── */
.pw-about.pw-about--story-narrative {
  padding: clamp(80px, 12vw, 140px) clamp(20px, 6vw, 80px);
  max-width: 760px;
  margin: 0 auto;
}
.pw-about--story-narrative .pw-about__eyebrow {
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--pw-primary);
  margin-bottom: 16px;
  text-align: center;
}
.pw-about--story-narrative .pw-about__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.1;
  margin: 0 0 48px;
  color: var(--pw-text);
  text-align: center;
}
.pw-about--story-narrative .pw-about__divider {
  width: 60px;
  height: 2px;
  background: var(--pw-primary);
  margin: 0 auto 48px;
}
.pw-about--story-narrative .pw-about__body {
  font-size: clamp(17px, 1.3vw, 19px);
  color: var(--pw-text);
  line-height: 1.85;
  font-family: var(--pw-font-body);
}
.pw-about--story-narrative .pw-about__body p {
  margin: 0 0 24px;
}
.pw-about--story-narrative .pw-about__body p:first-of-type::first-letter {
  font-family: var(--pw-font-heading);
  font-size: 76px;
  float: left;
  line-height: 0.85;
  padding: 8px 12px 0 0;
  color: var(--pw-primary);
  font-weight: 700;
}
@media (max-width: 991px) {
  .pw-about.pw-about--story-narrative {
    padding: clamp(60px, 10vw, 100px) clamp(20px, 4vw, 32px);
  }
}

/* ──────────────────────────────────────────────────────────
   ABOUT 8/8 — founder-portrait-quote
   Use: personal brand, owner-led, boutique
   Layout: square portrait + quote + name
   ────────────────────────────────────────────────────────── */
.pw-about.pw-about--founder-portrait-quote {
  display: grid;
  grid-template-columns: minmax(260px, 380px) 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 48px);
  max-width: 1200px;
  margin: 0 auto;
  background: var(--pw-cream);
  border-radius: var(--pw-radius-lg);
}
.pw-about--founder-portrait-quote .pw-about__media {
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: var(--pw-shadow-md);
}
.pw-about--founder-portrait-quote .pw-about__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pw-about--founder-portrait-quote .pw-about__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(22px, 2.4vw, 32px);
  font-style: italic;
  line-height: 1.4;
  margin: 0 0 28px;
  color: var(--pw-text);
  font-weight: 400;
}
.pw-about--founder-portrait-quote .pw-about__title::before {
  content: '\201C';
  color: var(--pw-primary);
  margin-right: 4px;
}
.pw-about--founder-portrait-quote .pw-about__title::after {
  content: '\201D';
  color: var(--pw-primary);
  margin-left: 4px;
}
.pw-about--founder-portrait-quote .pw-about__author {
  font-family: var(--pw-font-heading);
  font-size: 20px;
  color: var(--pw-text);
  margin: 0 0 4px;
}
.pw-about--founder-portrait-quote .pw-about__role {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--pw-primary);
}
@media (max-width: 991px) {
  .pw-about.pw-about--founder-portrait-quote {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .pw-about--founder-portrait-quote .pw-about__media {
    max-width: 260px;
    margin: 0 auto;
  }
}

/* ╔════════════════════════════════════════════════════════════╗
   ║  GALLERY SECTIONS (8 variants)                              ║
   ╚════════════════════════════════════════════════════════════╝ */

/* ──────────────────────────────────────────────────────────
   GALLERY 1/8 — asym-mosaic
   Use: editorial, magazine, varied
   Layout: asymmetric grid with mixed sizes
   ────────────────────────────────────────────────────────── */
.pw-gallery.pw-gallery--asym-mosaic {
  padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 48px);
  max-width: 1400px;
  margin: 0 auto;
}
.pw-gallery--asym-mosaic .pw-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 16px;
}
.pw-gallery--asym-mosaic .pw-gallery__item {
  position: relative;
  overflow: hidden;
  border-radius: var(--pw-radius);
  cursor: pointer;
}
.pw-gallery--asym-mosaic .pw-gallery__item:nth-child(1) {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}
.pw-gallery--asym-mosaic .pw-gallery__item:nth-child(4) {
  grid-column: 3 / 5;
  grid-row: 2 / 4;
}
.pw-gallery--asym-mosaic .pw-gallery__item:nth-child(6) {
  grid-column: 1 / 3;
  grid-row: 3 / 4;
}
.pw-gallery--asym-mosaic .pw-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--pw-ease);
}
.pw-gallery--asym-mosaic .pw-gallery__item:hover img {
  transform: scale(1.05);
}
.pw-gallery--asym-mosaic .pw-gallery__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 20px;
  background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, transparent 100%);
  color: #FFF;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s var(--pw-ease);
}
.pw-gallery--asym-mosaic .pw-gallery__item:hover .pw-gallery__caption {
  opacity: 1;
}
@media (max-width: 991px) {
  .pw-gallery--asym-mosaic .pw-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px;
  }
  .pw-gallery--asym-mosaic .pw-gallery__item:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }
}

/* ──────────────────────────────────────────────────────────
   GALLERY 2/8 — masonry
   Use: Pinterest-style, varied heights
   Layout: CSS columns masonry
   ────────────────────────────────────────────────────────── */
.pw-gallery.pw-gallery--masonry {
  padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 48px);
  max-width: 1400px;
  margin: 0 auto;
}
.pw-gallery--masonry .pw-gallery__grid {
  column-count: 4;
  column-gap: 16px;
}
.pw-gallery--masonry .pw-gallery__item {
  break-inside: avoid;
  margin-bottom: 16px;
  border-radius: var(--pw-radius);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.pw-gallery--masonry .pw-gallery__item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s var(--pw-ease);
}
.pw-gallery--masonry .pw-gallery__item:hover img {
  transform: scale(1.04);
}
.pw-gallery--masonry .pw-gallery__caption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 14px 18px;
  background: linear-gradient(0deg, rgba(0,0,0,0.75), transparent);
  color: #FFF;
  font-size: 13px;
  opacity: 0;
  transition: opacity 0.3s var(--pw-ease);
}
.pw-gallery--masonry .pw-gallery__item:hover .pw-gallery__caption {
  opacity: 1;
}
@media (max-width: 1200px) {
  .pw-gallery--masonry .pw-gallery__grid {
    column-count: 3;
  }
}
@media (max-width: 768px) {
  .pw-gallery--masonry .pw-gallery__grid {
    column-count: 2;
  }
}
@media (max-width: 480px) {
  .pw-gallery--masonry .pw-gallery__grid {
    column-count: 1;
  }
}

/* ──────────────────────────────────────────────────────────
   GALLERY 3/8 — slider-fullscreen
   Use: cinematic, immersive
   Layout: full-screen carousel with arrows
   ────────────────────────────────────────────────────────── */
.pw-gallery.pw-gallery--slider-fullscreen {
  position: relative;
  background: var(--pw-text);
  overflow: hidden;
}
.pw-gallery--slider-fullscreen .pw-gallery__grid {
  position: relative;
  height: 80vh;
}
.pw-gallery--slider-fullscreen .pw-gallery__item {
  position: relative;
  height: 80vh;
  width: 100%;
}
.pw-gallery--slider-fullscreen .pw-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pw-gallery--slider-fullscreen .pw-gallery__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  text-align: center;
  color: #FFF;
  font-family: var(--pw-font-heading);
  font-size: clamp(20px, 2vw, 28px);
  text-shadow: 0 2px 12px rgba(0,0,0,0.5);
  padding: 0 20px;
}
.pw-gallery--slider-fullscreen .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 56px;
  height: 56px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  color: #FFF;
  font-size: 20px;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: background 0.3s var(--pw-ease);
}
.pw-gallery--slider-fullscreen .slick-arrow:hover {
  background: rgba(255,255,255,0.3);
}
.pw-gallery--slider-fullscreen .slick-prev {
  left: 32px;
}
.pw-gallery--slider-fullscreen .slick-next {
  right: 32px;
}
@media (max-width: 991px) {
  .pw-gallery--slider-fullscreen .pw-gallery__grid,
  .pw-gallery--slider-fullscreen .pw-gallery__item {
    height: 60vh;
  }
  .pw-gallery--slider-fullscreen .slick-prev {
    left: 12px;
  }
  .pw-gallery--slider-fullscreen .slick-next {
    right: 12px;
  }
}

/* ──────────────────────────────────────────────────────────
   GALLERY 4/8 — grid-equal
   Use: clean, organized, catalog
   Layout: equal 3-column grid
   ────────────────────────────────────────────────────────── */
.pw-gallery.pw-gallery--grid-equal {
  padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 48px);
  max-width: 1400px;
  margin: 0 auto;
}
.pw-gallery--grid-equal .pw-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pw-gallery--grid-equal .pw-gallery__item {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: var(--pw-radius);
  overflow: hidden;
  cursor: pointer;
}
.pw-gallery--grid-equal .pw-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s var(--pw-ease);
}
.pw-gallery--grid-equal .pw-gallery__item:hover img {
  transform: scale(1.05);
}
.pw-gallery--grid-equal .pw-gallery__caption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 16px 20px;
  color: #FFF;
  background: linear-gradient(0deg, rgba(0,0,0,0.7), transparent);
  font-size: 14px;
}
@media (max-width: 991px) {
  .pw-gallery--grid-equal .pw-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .pw-gallery--grid-equal .pw-gallery__grid {
    grid-template-columns: 1fr;
  }
}

/* ──────────────────────────────────────────────────────────
   GALLERY 5/8 — polaroid-stack
   Use: nostalgic, scrapbook, playful
   Layout: rotated polaroid-style cards
   ────────────────────────────────────────────────────────── */
.pw-gallery.pw-gallery--polaroid-stack {
  padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 48px);
  max-width: 1300px;
  margin: 0 auto;
  background: var(--pw-cream);
}
.pw-gallery--polaroid-stack .pw-gallery__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
  justify-items: center;
}
.pw-gallery--polaroid-stack .pw-gallery__item {
  background: #FFF;
  padding: 14px 14px 48px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.15);
  max-width: 280px;
  transition: transform 0.35s var(--pw-ease);
  cursor: pointer;
}
.pw-gallery--polaroid-stack .pw-gallery__item:nth-child(odd) {
  transform: rotate(-2deg);
}
.pw-gallery--polaroid-stack .pw-gallery__item:nth-child(even) {
  transform: rotate(2deg);
}
.pw-gallery--polaroid-stack .pw-gallery__item:hover {
  transform: rotate(0) scale(1.05);
  z-index: 2;
}
.pw-gallery--polaroid-stack .pw-gallery__item img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}
.pw-gallery--polaroid-stack .pw-gallery__caption {
  padding-top: 14px;
  text-align: center;
  font-family: 'Caveat', 'Brush Script MT', cursive;
  font-size: 18px;
  color: var(--pw-text);
}
@media (max-width: 991px) {
  .pw-gallery--polaroid-stack .pw-gallery__grid {
    gap: 24px;
  }
}

/* ──────────────────────────────────────────────────────────
   GALLERY 6/8 — isotope-filter
   Use: categorized, portfolio, multi-category
   Layout: filter buttons + filtered grid
   ────────────────────────────────────────────────────────── */
.pw-gallery.pw-gallery--isotope-filter {
  padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 48px);
  max-width: 1400px;
  margin: 0 auto;
}
.pw-gallery--isotope-filter .pw-gallery__filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 48px;
}
.pw-gallery--isotope-filter .pw-gallery__filter-btn {
  padding: 10px 22px;
  background: transparent;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 999px;
  color: var(--pw-text-soft);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s var(--pw-ease);
}
.pw-gallery--isotope-filter .pw-gallery__filter-btn:hover {
  border-color: var(--pw-primary);
  color: var(--pw-primary);
}
.pw-gallery--isotope-filter .pw-gallery__filter-btn.is-active {
  background: var(--pw-primary);
  border-color: var(--pw-primary);
  color: #FFF;
}
.pw-gallery--isotope-filter .pw-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pw-gallery--isotope-filter .pw-gallery__item {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: var(--pw-radius);
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.3s var(--pw-ease), transform 0.3s var(--pw-ease);
}
.pw-gallery--isotope-filter .pw-gallery__item.is-hidden {
  display: none;
}
.pw-gallery--isotope-filter .pw-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s var(--pw-ease);
}
.pw-gallery--isotope-filter .pw-gallery__item:hover img {
  transform: scale(1.05);
}
.pw-gallery--isotope-filter .pw-gallery__caption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 16px 20px;
  background: linear-gradient(0deg, rgba(0,0,0,0.75), transparent);
  color: #FFF;
  font-size: 14px;
}
@media (max-width: 991px) {
  .pw-gallery--isotope-filter .pw-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .pw-gallery--isotope-filter .pw-gallery__grid {
    grid-template-columns: 1fr;
  }
}

/* ──────────────────────────────────────────────────────────
   GALLERY 7/8 — lightbox-thumbs
   Use: big preview + thumbnails (product detail style)
   Layout: large image left, thumbs grid right
   ────────────────────────────────────────────────────────── */
.pw-gallery.pw-gallery--lightbox-thumbs {
  padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 48px);
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}
.pw-gallery--lightbox-thumbs .pw-gallery__main {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: var(--pw-radius-lg);
  overflow: hidden;
  box-shadow: var(--pw-shadow-md);
}
.pw-gallery--lightbox-thumbs .pw-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pw-gallery--lightbox-thumbs .pw-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  align-content: start;
}
.pw-gallery--lightbox-thumbs .pw-gallery__item {
  position: relative;
  aspect-ratio: 1;
  border-radius: var(--pw-radius);
  overflow: hidden;
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 0.3s var(--pw-ease);
}
.pw-gallery--lightbox-thumbs .pw-gallery__item:hover,
.pw-gallery--lightbox-thumbs .pw-gallery__item.is-active {
  opacity: 1;
  outline: 2px solid var(--pw-primary);
  outline-offset: -2px;
}
.pw-gallery--lightbox-thumbs .pw-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .pw-gallery.pw-gallery--lightbox-thumbs {
    grid-template-columns: 1fr;
  }
  .pw-gallery--lightbox-thumbs .pw-gallery__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ──────────────────────────────────────────────────────────
   GALLERY 8/8 — carousel-3-cards
   Use: catalog, featured, slider preview
   Layout: 3-card slider with peek
   ────────────────────────────────────────────────────────── */
.pw-gallery.pw-gallery--carousel-3-cards {
  padding: clamp(60px, 8vw, 120px) 0;
  max-width: 100%;
  overflow: hidden;
}
.pw-gallery--carousel-3-cards .pw-gallery__grid {
  padding: 0 clamp(20px, 4vw, 48px);
  display: flex;
  gap: 20px;
}
.pw-gallery--carousel-3-cards .pw-gallery__item {
  flex: 0 0 calc((100% / 3) - 14px);
  position: relative;
  aspect-ratio: 3/4;
  border-radius: var(--pw-radius-lg);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s var(--pw-ease);
}
.pw-gallery--carousel-3-cards .pw-gallery__item:hover {
  transform: translateY(-6px);
}
.pw-gallery--carousel-3-cards .pw-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--pw-ease);
}
.pw-gallery--carousel-3-cards .pw-gallery__item:hover img {
  transform: scale(1.06);
}
.pw-gallery--carousel-3-cards .pw-gallery__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background: linear-gradient(0deg, rgba(0,0,0,0.8), transparent);
  color: #FFF;
  font-family: var(--pw-font-heading);
  font-size: 22px;
}
@media (max-width: 991px) {
  .pw-gallery--carousel-3-cards .pw-gallery__item {
    flex: 0 0 calc((100% / 2) - 10px);
  }
}
@media (max-width: 600px) {
  .pw-gallery--carousel-3-cards .pw-gallery__item {
    flex: 0 0 80%;
  }
}

/* ╔════════════════════════════════════════════════════════════╗
   ║  CTA SECTIONS (8 variants)                                  ║
   ╚════════════════════════════════════════════════════════════╝ */

/* ──────────────────────────────────────────────────────────
   CTA 1/8 — dark-bold
   Use: high-contrast, conversion-focused
   Layout: dark background, big white text, prominent CTA
   ────────────────────────────────────────────────────────── */
.pw-cta.pw-cta--dark-bold {
  background: var(--pw-text);
  color: #FFF;
  padding: clamp(80px, 10vw, 140px) clamp(20px, 4vw, 48px);
  text-align: center;
}
.pw-cta--dark-bold .pw-cta__inner {
  max-width: 800px;
  margin: 0 auto;
}
.pw-cta--dark-bold .pw-cta__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.1;
  margin: 0 0 24px;
}
.pw-cta--dark-bold .pw-cta__lead {
  font-size: clamp(16px, 1.4vw, 20px);
  opacity: 0.85;
  margin: 0 0 40px;
  line-height: 1.65;
}
.pw-cta--dark-bold .pw-cta__cta {
  display: inline-block;
  padding: 18px 44px;
  background: var(--pw-primary);
  color: #FFF;
  text-decoration: none;
  border-radius: var(--pw-radius);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  transition: transform 0.3s var(--pw-ease), background 0.3s var(--pw-ease);
}
.pw-cta--dark-bold .pw-cta__cta:hover {
  background: var(--pw-secondary);
  transform: translateY(-2px);
}
@media (max-width: 991px) {
  .pw-cta.pw-cta--dark-bold {
    padding: clamp(60px, 10vw, 100px) clamp(20px, 4vw, 32px);
  }
}

/* ──────────────────────────────────────────────────────────
   CTA 2/8 — gradient
   Use: vibrant, modern, energy
   Layout: gradient background, centered
   ────────────────────────────────────────────────────────── */
.pw-cta.pw-cta--gradient {
  background: var(--pw-gradient-primary, linear-gradient(135deg, var(--pw-primary), var(--pw-secondary)));
  color: #FFF;
  padding: clamp(80px, 10vw, 140px) clamp(20px, 4vw, 48px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pw-cta--gradient::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.15) 0%, transparent 60%);
  pointer-events: none;
}
.pw-cta--gradient .pw-cta__inner {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
}
.pw-cta--gradient .pw-cta__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 1.1;
  margin: 0 0 24px;
}
.pw-cta--gradient .pw-cta__lead {
  font-size: clamp(16px, 1.3vw, 19px);
  opacity: 0.95;
  margin: 0 0 40px;
  line-height: 1.65;
}
.pw-cta--gradient .pw-cta__cta {
  display: inline-block;
  padding: 18px 44px;
  background: #FFF;
  color: var(--pw-primary);
  text-decoration: none;
  border-radius: var(--pw-radius);
  font-weight: 700;
  letter-spacing: 1px;
  transition: transform 0.3s var(--pw-ease);
}
.pw-cta--gradient .pw-cta__cta:hover {
  transform: translateY(-2px) scale(1.02);
}
@media (max-width: 991px) {
  .pw-cta.pw-cta--gradient {
    padding: clamp(60px, 10vw, 100px) clamp(20px, 4vw, 32px);
  }
}

/* ──────────────────────────────────────────────────────────
   CTA 3/8 — full-bleed-image-overlay
   Use: scenic, emotion, immersive
   Layout: hero-style banner CTA with image bg
   ────────────────────────────────────────────────────────── */
.pw-cta.pw-cta--full-bleed-image-overlay {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFF;
  overflow: hidden;
  padding: clamp(60px, 10vw, 120px) clamp(20px, 4vw, 48px);
}
.pw-cta--full-bleed-image-overlay .pw-cta__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.pw-cta--full-bleed-image-overlay .pw-cta__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pw-cta--full-bleed-image-overlay .pw-cta__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.65) 100%);
}
.pw-cta--full-bleed-image-overlay .pw-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
}
.pw-cta--full-bleed-image-overlay .pw-cta__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(36px, 5.5vw, 68px);
  line-height: 1.1;
  margin: 0 0 24px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}
.pw-cta--full-bleed-image-overlay .pw-cta__lead {
  font-size: clamp(16px, 1.4vw, 20px);
  margin: 0 0 36px;
  line-height: 1.65;
  opacity: 0.95;
}
.pw-cta--full-bleed-image-overlay .pw-cta__cta {
  display: inline-block;
  padding: 18px 42px;
  background: var(--pw-primary);
  color: #FFF;
  text-decoration: none;
  border-radius: var(--pw-radius);
  font-weight: 700;
  letter-spacing: 1px;
  transition: background 0.3s var(--pw-ease);
}
.pw-cta--full-bleed-image-overlay .pw-cta__cta:hover {
  background: var(--pw-secondary);
}
@media (max-width: 991px) {
  .pw-cta.pw-cta--full-bleed-image-overlay {
    min-height: 50vh;
  }
}

/* ──────────────────────────────────────────────────────────
   CTA 4/8 — minimal-text
   Use: editorial, subtle, brand-led
   Layout: small section, just text and link
   ────────────────────────────────────────────────────────── */
.pw-cta.pw-cta--minimal-text {
  padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 48px);
  text-align: center;
  background: var(--pw-bg);
  border-top: 1px solid rgba(0,0,0,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.pw-cta--minimal-text .pw-cta__inner {
  max-width: 700px;
  margin: 0 auto;
}
.pw-cta--minimal-text .pw-cta__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(24px, 2.6vw, 34px);
  margin: 0 0 16px;
  color: var(--pw-text);
  font-weight: 500;
}
.pw-cta--minimal-text .pw-cta__lead {
  font-size: 16px;
  color: var(--pw-text-soft);
  margin: 0 0 24px;
  line-height: 1.6;
}
.pw-cta--minimal-text .pw-cta__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--pw-primary);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid var(--pw-primary);
  padding-bottom: 3px;
  transition: gap 0.3s var(--pw-ease);
}
.pw-cta--minimal-text .pw-cta__cta:hover {
  gap: 16px;
}
@media (max-width: 991px) {
  .pw-cta.pw-cta--minimal-text {
    padding: clamp(40px, 8vw, 80px) clamp(20px, 4vw, 32px);
  }
}

/* ──────────────────────────────────────────────────────────
   CTA 5/8 — side-image
   Use: balanced, visual + action
   Layout: image one side, big CTA other
   ────────────────────────────────────────────────────────── */
.pw-cta.pw-cta--side-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: var(--pw-cream);
  overflow: hidden;
}
.pw-cta--side-image .pw-cta__media {
  position: relative;
  min-height: 360px;
}
.pw-cta--side-image .pw-cta__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pw-cta--side-image .pw-cta__inner {
  padding: clamp(40px, 6vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pw-cta--side-image .pw-cta__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.15;
  margin: 0 0 20px;
  color: var(--pw-text);
}
.pw-cta--side-image .pw-cta__lead {
  font-size: clamp(15px, 1.2vw, 17px);
  color: var(--pw-text-soft);
  margin: 0 0 32px;
  line-height: 1.7;
}
.pw-cta--side-image .pw-cta__cta {
  display: inline-block;
  padding: 16px 36px;
  background: var(--pw-primary);
  color: #FFF;
  text-decoration: none;
  border-radius: var(--pw-radius);
  font-weight: 600;
  width: fit-content;
  transition: background 0.3s var(--pw-ease);
}
.pw-cta--side-image .pw-cta__cta:hover {
  background: var(--pw-secondary);
}
@media (max-width: 991px) {
  .pw-cta.pw-cta--side-image {
    grid-template-columns: 1fr;
  }
  .pw-cta--side-image .pw-cta__media {
    min-height: 240px;
  }
}

/* ──────────────────────────────────────────────────────────
   CTA 6/8 — sticky-bottom-bar
   Use: persistent conversion, mobile-first
   Layout: sticky bar at bottom of viewport
   ────────────────────────────────────────────────────────── */
.pw-cta.pw-cta--sticky-bottom-bar {
  position: sticky;
  bottom: 0;
  z-index: 100;
  background: var(--pw-text);
  color: #FFF;
  padding: 16px clamp(16px, 3vw, 32px);
  box-shadow: 0 -4px 16px rgba(0,0,0,0.12);
}
.pw-cta--sticky-bottom-bar .pw-cta__inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.pw-cta--sticky-bottom-bar .pw-cta__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(16px, 1.4vw, 20px);
  margin: 0;
  font-weight: 600;
}
.pw-cta--sticky-bottom-bar .pw-cta__lead {
  font-size: 13px;
  opacity: 0.8;
  margin: 0;
}
.pw-cta--sticky-bottom-bar .pw-cta__actions {
  display: flex;
  gap: 12px;
  margin-left: auto;
}
.pw-cta--sticky-bottom-bar .pw-cta__cta {
  display: inline-block;
  padding: 12px 28px;
  background: var(--pw-primary);
  color: #FFF;
  text-decoration: none;
  border-radius: var(--pw-radius);
  font-weight: 600;
  font-size: 14px;
  transition: background 0.3s var(--pw-ease);
}
.pw-cta--sticky-bottom-bar .pw-cta__cta:hover {
  background: var(--pw-secondary);
}
@media (max-width: 768px) {
  .pw-cta--sticky-bottom-bar .pw-cta__inner {
    justify-content: center;
  }
  .pw-cta--sticky-bottom-bar .pw-cta__actions {
    margin-left: 0;
    width: 100%;
    justify-content: center;
  }
}

/* ──────────────────────────────────────────────────────────
   CTA 7/8 — countdown-timer
   Use: urgency, limited offer, promo
   Layout: big timer + CTA
   ────────────────────────────────────────────────────────── */
.pw-cta.pw-cta--countdown-timer {
  background: var(--pw-gradient-accent, linear-gradient(135deg, var(--pw-secondary), var(--pw-primary)));
  color: #FFF;
  padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 48px);
  text-align: center;
}
.pw-cta--countdown-timer .pw-cta__inner {
  max-width: 800px;
  margin: 0 auto;
}
.pw-cta--countdown-timer .pw-cta__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(30px, 4vw, 48px);
  margin: 0 0 32px;
  line-height: 1.15;
}
.pw-cta--countdown-timer .pw-cta__timer {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2vw, 24px);
  margin-bottom: 36px;
}
.pw-cta--countdown-timer .pw-cta__timer-unit {
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
  border-radius: var(--pw-radius);
  padding: 16px 12px;
  min-width: 84px;
}
.pw-cta--countdown-timer .pw-cta__timer-value {
  font-family: var(--pw-font-heading);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  line-height: 1;
  display: block;
}
.pw-cta--countdown-timer .pw-cta__timer-label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.85;
  margin-top: 4px;
}
.pw-cta--countdown-timer .pw-cta__cta {
  display: inline-block;
  padding: 16px 40px;
  background: #FFF;
  color: var(--pw-primary);
  text-decoration: none;
  border-radius: var(--pw-radius);
  font-weight: 700;
  letter-spacing: 1px;
  transition: transform 0.3s var(--pw-ease);
}
.pw-cta--countdown-timer .pw-cta__cta:hover {
  transform: translateY(-2px);
}
@media (max-width: 991px) {
  .pw-cta--countdown-timer .pw-cta__timer-unit {
    min-width: 64px;
    padding: 12px 8px;
  }
}

/* ──────────────────────────────────────────────────────────
   CTA 8/8 — multi-button-row
   Use: multiple paths, choice, navigation
   Layout: text + row of multiple CTAs
   ────────────────────────────────────────────────────────── */
.pw-cta.pw-cta--multi-button-row {
  padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 48px);
  background: var(--pw-cream);
  text-align: center;
}
.pw-cta--multi-button-row .pw-cta__inner {
  max-width: 900px;
  margin: 0 auto;
}
.pw-cta--multi-button-row .pw-cta__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(30px, 4vw, 48px);
  margin: 0 0 16px;
  color: var(--pw-text);
  line-height: 1.15;
}
.pw-cta--multi-button-row .pw-cta__lead {
  font-size: clamp(15px, 1.2vw, 18px);
  color: var(--pw-text-soft);
  margin: 0 0 36px;
  line-height: 1.65;
}
.pw-cta--multi-button-row .pw-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.pw-cta--multi-button-row .pw-cta__cta {
  display: inline-block;
  padding: 14px 30px;
  background: var(--pw-primary);
  color: #FFF;
  text-decoration: none;
  border-radius: var(--pw-radius);
  font-weight: 600;
  transition: background 0.3s var(--pw-ease);
}
.pw-cta--multi-button-row .pw-cta__cta:hover {
  background: var(--pw-secondary);
}
.pw-cta--multi-button-row .pw-cta__cta-secondary {
  display: inline-block;
  padding: 14px 30px;
  background: transparent;
  color: var(--pw-primary);
  text-decoration: none;
  border: 2px solid var(--pw-primary);
  border-radius: var(--pw-radius);
  font-weight: 600;
  transition: all 0.3s var(--pw-ease);
}
.pw-cta--multi-button-row .pw-cta__cta-secondary:hover {
  background: var(--pw-primary);
  color: #FFF;
}
@media (max-width: 991px) {
  .pw-cta--multi-button-row .pw-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }
}

/* ╔════════════════════════════════════════════════════════════╗
   ║  FEATURES SECTIONS (6 variants)                             ║
   ╚════════════════════════════════════════════════════════════╝ */

/* ──────────────────────────────────────────────────────────
   FEATURES 1/6 — icon-grid-4col
   Use: amenities, services overview
   Layout: 4-column icon grid
   ────────────────────────────────────────────────────────── */
.pw-features.pw-features--icon-grid-4col {
  padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 48px);
  max-width: 1400px;
  margin: 0 auto;
}
.pw-features--icon-grid-4col .pw-features__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(30px, 4vw, 48px);
  text-align: center;
  margin: 0 0 60px;
  color: var(--pw-text);
}
.pw-features--icon-grid-4col .pw-features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(24px, 3vw, 40px);
}
.pw-features--icon-grid-4col .pw-features__item {
  text-align: center;
  padding: 24px 16px;
}
.pw-features--icon-grid-4col .pw-features__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  color: var(--pw-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pw-features--icon-grid-4col .pw-features__icon svg {
  width: 100%;
  height: 100%;
}
.pw-features--icon-grid-4col .pw-features__item .pw-features__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  color: var(--pw-text);
  text-align: center;
}
.pw-features--icon-grid-4col .pw-features__desc {
  font-size: 14px;
  color: var(--pw-text-soft);
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 991px) {
  .pw-features--icon-grid-4col .pw-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .pw-features--icon-grid-4col .pw-features__grid {
    grid-template-columns: 1fr;
  }
}

/* ──────────────────────────────────────────────────────────
   FEATURES 2/6 — text-list-numbered
   Use: process, methodology, steps
   Layout: large numbers + descriptions
   ────────────────────────────────────────────────────────── */
.pw-features.pw-features--text-list-numbered {
  padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 48px);
  max-width: 1000px;
  margin: 0 auto;
}
.pw-features--text-list-numbered .pw-features__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(30px, 4vw, 48px);
  margin: 0 0 60px;
  color: var(--pw-text);
}
.pw-features--text-list-numbered .pw-features__grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.pw-features--text-list-numbered .pw-features__item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  align-items: start;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.pw-features--text-list-numbered .pw-features__item:last-child {
  border-bottom: none;
}
.pw-features--text-list-numbered .pw-features__icon {
  font-family: var(--pw-font-heading);
  font-size: clamp(48px, 6vw, 72px);
  color: var(--pw-primary);
  font-weight: 700;
  line-height: 0.9;
  opacity: 0.85;
}
.pw-features--text-list-numbered .pw-features__item .pw-features__title {
  font-size: 22px;
  margin: 0 0 12px;
  color: var(--pw-text);
  font-weight: 600;
}
.pw-features--text-list-numbered .pw-features__desc {
  font-size: 16px;
  color: var(--pw-text-soft);
  line-height: 1.75;
  margin: 0;
}
@media (max-width: 768px) {
  .pw-features--text-list-numbered .pw-features__item {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* ──────────────────────────────────────────────────────────
   FEATURES 3/6 — alternating-rows
   Use: detailed features, image+text per item
   Layout: alternating left/right rows
   ────────────────────────────────────────────────────────── */
.pw-features.pw-features--alternating-rows {
  padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 48px);
  max-width: 1300px;
  margin: 0 auto;
}
.pw-features--alternating-rows .pw-features__grid {
  display: flex;
  flex-direction: column;
  gap: clamp(60px, 8vw, 100px);
}
.pw-features--alternating-rows .pw-features__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}
.pw-features--alternating-rows .pw-features__item:nth-child(even) .pw-features__icon {
  order: 2;
}
.pw-features--alternating-rows .pw-features__icon {
  aspect-ratio: 4/3;
  border-radius: var(--pw-radius-lg);
  overflow: hidden;
  box-shadow: var(--pw-shadow-md);
}
.pw-features--alternating-rows .pw-features__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pw-features--alternating-rows .pw-features__item .pw-features__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(26px, 3vw, 40px);
  margin: 0 0 20px;
  color: var(--pw-text);
  line-height: 1.15;
}
.pw-features--alternating-rows .pw-features__desc {
  font-size: clamp(15px, 1.2vw, 17px);
  color: var(--pw-text-soft);
  line-height: 1.75;
  margin: 0;
}
@media (max-width: 991px) {
  .pw-features--alternating-rows .pw-features__item,
  .pw-features--alternating-rows .pw-features__item:nth-child(even) .pw-features__icon {
    grid-template-columns: 1fr;
    order: unset;
  }
}

/* ──────────────────────────────────────────────────────────
   FEATURES 4/6 — comparison-table
   Use: tiers, packages, plans
   Layout: side-by-side comparison columns
   ────────────────────────────────────────────────────────── */
.pw-features.pw-features--comparison-table {
  padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 48px);
  max-width: 1200px;
  margin: 0 auto;
}
.pw-features--comparison-table .pw-features__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(30px, 4vw, 48px);
  text-align: center;
  margin: 0 0 60px;
  color: var(--pw-text);
}
.pw-features--comparison-table .pw-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pw-features--comparison-table .pw-features__item {
  background: var(--pw-bg);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: var(--pw-radius-lg);
  padding: clamp(28px, 3.5vw, 44px) clamp(24px, 3vw, 36px);
  transition: transform 0.3s var(--pw-ease), box-shadow 0.3s var(--pw-ease);
}
.pw-features--comparison-table .pw-features__item:hover {
  transform: translateY(-6px);
  box-shadow: var(--pw-shadow-md);
}
.pw-features--comparison-table .pw-features__item--featured {
  background: var(--pw-primary);
  color: #FFF;
  border-color: var(--pw-primary);
  transform: scale(1.04);
}
.pw-features--comparison-table .pw-features__icon {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--pw-primary);
  margin-bottom: 12px;
}
.pw-features--comparison-table .pw-features__item--featured .pw-features__icon {
  color: #FFF;
  opacity: 0.9;
}
.pw-features--comparison-table .pw-features__item .pw-features__title {
  font-family: var(--pw-font-heading);
  font-size: 32px;
  margin: 0 0 20px;
  text-align: left;
}
.pw-features--comparison-table .pw-features__desc {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}
.pw-features--comparison-table .pw-features__desc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pw-features--comparison-table .pw-features__desc li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.pw-features--comparison-table .pw-features__item--featured .pw-features__desc li {
  border-bottom-color: rgba(255,255,255,0.15);
}
@media (max-width: 991px) {
  .pw-features--comparison-table .pw-features__grid {
    grid-template-columns: 1fr;
  }
  .pw-features--comparison-table .pw-features__item--featured {
    transform: none;
  }
}

/* ──────────────────────────────────────────────────────────
   FEATURES 5/6 — cards-pop-hover
   Use: interactive, modern, services
   Layout: 3-col cards with strong hover effect
   ────────────────────────────────────────────────────────── */
.pw-features.pw-features--cards-pop-hover {
  padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 48px);
  max-width: 1300px;
  margin: 0 auto;
  background: var(--pw-cream);
}
.pw-features--cards-pop-hover .pw-features__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(30px, 4vw, 48px);
  text-align: center;
  margin: 0 0 56px;
  color: var(--pw-text);
}
.pw-features--cards-pop-hover .pw-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.5vw, 32px);
}
.pw-features--cards-pop-hover .pw-features__item {
  background: var(--pw-bg);
  padding: clamp(28px, 3vw, 40px);
  border-radius: var(--pw-radius-lg);
  position: relative;
  overflow: hidden;
  transition: transform 0.35s var(--pw-ease), box-shadow 0.35s var(--pw-ease);
  cursor: pointer;
}
.pw-features--cards-pop-hover .pw-features__item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--pw-gradient-primary, linear-gradient(135deg, var(--pw-primary), var(--pw-secondary)));
  opacity: 0;
  transition: opacity 0.35s var(--pw-ease);
  z-index: 0;
}
.pw-features--cards-pop-hover .pw-features__item:hover {
  transform: translateY(-8px);
  box-shadow: var(--pw-shadow-lg);
}
.pw-features--cards-pop-hover .pw-features__item:hover::before {
  opacity: 1;
}
.pw-features--cards-pop-hover .pw-features__item > * {
  position: relative;
  z-index: 1;
  transition: color 0.35s var(--pw-ease);
}
.pw-features--cards-pop-hover .pw-features__item:hover * {
  color: #FFF;
}
.pw-features--cards-pop-hover .pw-features__icon {
  width: 48px;
  height: 48px;
  color: var(--pw-primary);
  margin-bottom: 20px;
}
.pw-features--cards-pop-hover .pw-features__item .pw-features__title {
  font-size: 22px;
  margin: 0 0 12px;
  text-align: left;
}
.pw-features--cards-pop-hover .pw-features__desc {
  font-size: 15px;
  color: var(--pw-text-soft);
  line-height: 1.65;
  margin: 0;
}
@media (max-width: 991px) {
  .pw-features--cards-pop-hover .pw-features__grid {
    grid-template-columns: 1fr;
  }
}

/* ──────────────────────────────────────────────────────────
   FEATURES 6/6 — accordion-vertical
   Use: compact, expandable, faq-style
   Layout: vertical accordion list
   ────────────────────────────────────────────────────────── */
.pw-features.pw-features--accordion-vertical {
  padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 48px);
  max-width: 900px;
  margin: 0 auto;
}
.pw-features--accordion-vertical .pw-features__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(30px, 4vw, 48px);
  text-align: center;
  margin: 0 0 56px;
  color: var(--pw-text);
}
.pw-features--accordion-vertical .pw-features__grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pw-features--accordion-vertical .pw-features__item {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: var(--pw-radius);
  overflow: hidden;
  transition: border-color 0.3s var(--pw-ease);
}
.pw-features--accordion-vertical .pw-features__item.is-open {
  border-color: var(--pw-primary);
}
.pw-features--accordion-vertical .pw-features__item .pw-features__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: var(--pw-font-body);
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  padding: 20px 24px;
  color: var(--pw-text);
  cursor: pointer;
  text-align: left;
}
.pw-features--accordion-vertical .pw-features__icon {
  width: 24px;
  height: 24px;
  color: var(--pw-primary);
  flex-shrink: 0;
  transition: transform 0.3s var(--pw-ease);
}
.pw-features--accordion-vertical .pw-features__item.is-open .pw-features__icon {
  transform: rotate(45deg);
}
.pw-features--accordion-vertical .pw-features__desc {
  font-size: 15px;
  color: var(--pw-text-soft);
  line-height: 1.75;
  padding: 0 24px 20px;
  margin: 0;
  display: none;
}
.pw-features--accordion-vertical .pw-features__item.is-open .pw-features__desc {
  display: block;
}
@media (max-width: 991px) {
  .pw-features--accordion-vertical .pw-features__item .pw-features__title {
    font-size: 16px;
    padding: 18px 20px;
  }
}

/* ╔════════════════════════════════════════════════════════════╗
   ║  TESTIMONIALS SECTIONS (6 variants)                         ║
   ╚════════════════════════════════════════════════════════════╝ */

/* ──────────────────────────────────────────────────────────
   TESTIMONIALS 1/6 — slider-fullwidth
   Use: cinematic, single-focus
   Layout: full-width slider, one quote at a time
   ────────────────────────────────────────────────────────── */
.pw-testimonials.pw-testimonials--slider-fullwidth {
  padding: clamp(80px, 10vw, 140px) clamp(20px, 4vw, 48px);
  background: var(--pw-cream);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pw-testimonials--slider-fullwidth .pw-testimonials__slider {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.pw-testimonials--slider-fullwidth .pw-testimonials__item {
  padding: 32px 16px;
}
.pw-testimonials--slider-fullwidth .pw-testimonials__photo {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  margin: 0 auto 24px;
  overflow: hidden;
  box-shadow: var(--pw-shadow-md);
}
.pw-testimonials--slider-fullwidth .pw-testimonials__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pw-testimonials--slider-fullwidth .pw-testimonials__quote {
  font-family: var(--pw-font-heading);
  font-size: clamp(20px, 2.4vw, 32px);
  font-style: italic;
  line-height: 1.45;
  margin: 0 0 32px;
  color: var(--pw-text);
  font-weight: 400;
}
.pw-testimonials--slider-fullwidth .pw-testimonials__quote::before {
  content: '\201C';
  color: var(--pw-primary);
  font-size: 1.4em;
  line-height: 0;
  vertical-align: -0.2em;
  margin-right: 6px;
}
.pw-testimonials--slider-fullwidth .pw-testimonials__author {
  font-size: 17px;
  font-weight: 600;
  color: var(--pw-text);
  margin: 0 0 4px;
}
.pw-testimonials--slider-fullwidth .pw-testimonials__role {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--pw-primary);
}
.pw-testimonials--slider-fullwidth .slick-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  list-style: none;
  padding: 32px 0 0;
  margin: 0;
}
.pw-testimonials--slider-fullwidth .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(0,0,0,0.2);
  font-size: 0;
  cursor: pointer;
  transition: background 0.3s var(--pw-ease);
}
.pw-testimonials--slider-fullwidth .slick-dots li.slick-active button {
  background: var(--pw-primary);
}
@media (max-width: 991px) {
  .pw-testimonials.pw-testimonials--slider-fullwidth {
    padding: clamp(60px, 10vw, 100px) clamp(20px, 4vw, 32px);
  }
}

/* ──────────────────────────────────────────────────────────
   TESTIMONIALS 2/6 — grid-3col
   Use: many reviews, social proof
   Layout: 3-column card grid
   ────────────────────────────────────────────────────────── */
.pw-testimonials.pw-testimonials--grid-3col {
  padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 48px);
  max-width: 1300px;
  margin: 0 auto;
}
.pw-testimonials--grid-3col .pw-testimonials__slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 28px);
}
.pw-testimonials--grid-3col .pw-testimonials__item {
  background: var(--pw-bg);
  padding: clamp(24px, 3vw, 36px);
  border-radius: var(--pw-radius-lg);
  border: 1px solid rgba(0,0,0,0.06);
  transition: transform 0.3s var(--pw-ease), box-shadow 0.3s var(--pw-ease);
}
.pw-testimonials--grid-3col .pw-testimonials__item:hover {
  transform: translateY(-4px);
  box-shadow: var(--pw-shadow-md);
}
.pw-testimonials--grid-3col .pw-testimonials__quote {
  font-size: 15px;
  line-height: 1.7;
  color: var(--pw-text);
  margin: 0 0 24px;
  font-style: italic;
}
.pw-testimonials--grid-3col .pw-testimonials__quote::before {
  content: '\201C';
  font-family: var(--pw-font-heading);
  font-size: 40px;
  line-height: 0;
  color: var(--pw-primary);
  vertical-align: -0.3em;
  margin-right: 4px;
}
.pw-testimonials--grid-3col .pw-testimonials__author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pw-testimonials--grid-3col .pw-testimonials__photo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.pw-testimonials--grid-3col .pw-testimonials__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pw-testimonials--grid-3col .pw-testimonials__role {
  font-size: 12px;
  color: var(--pw-text-muted);
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .pw-testimonials--grid-3col .pw-testimonials__slider {
    grid-template-columns: 1fr;
  }
}

/* ──────────────────────────────────────────────────────────
   TESTIMONIALS 3/6 — single-quote-big
   Use: editorial, brand voice, one signature review
   Layout: single huge quote, no slider
   ────────────────────────────────────────────────────────── */
.pw-testimonials.pw-testimonials--single-quote-big {
  padding: clamp(80px, 12vw, 160px) clamp(20px, 6vw, 80px);
  background: var(--pw-text);
  color: #FFF;
  text-align: center;
}
.pw-testimonials--single-quote-big .pw-testimonials__item {
  max-width: 1000px;
  margin: 0 auto;
}
.pw-testimonials--single-quote-big .pw-testimonials__quote {
  font-family: var(--pw-font-heading);
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.3;
  margin: 0 0 40px;
  font-style: italic;
  font-weight: 300;
}
.pw-testimonials--single-quote-big .pw-testimonials__quote::before {
  content: '\201C';
  display: block;
  font-size: clamp(100px, 14vw, 180px);
  line-height: 0.5;
  color: var(--pw-primary);
  margin-bottom: 24px;
}
.pw-testimonials--single-quote-big .pw-testimonials__author {
  font-family: var(--pw-font-heading);
  font-size: 22px;
  margin: 0 0 6px;
}
.pw-testimonials--single-quote-big .pw-testimonials__role {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 0.7;
}
@media (max-width: 991px) {
  .pw-testimonials.pw-testimonials--single-quote-big {
    padding: clamp(60px, 12vw, 100px) clamp(20px, 4vw, 32px);
  }
}

/* ──────────────────────────────────────────────────────────
   TESTIMONIALS 4/6 — video-grid
   Use: rich media, video reviews
   Layout: 3-column grid of video cards
   ────────────────────────────────────────────────────────── */
.pw-testimonials.pw-testimonials--video-grid {
  padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 48px);
  max-width: 1300px;
  margin: 0 auto;
}
.pw-testimonials--video-grid .pw-testimonials__slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pw-testimonials--video-grid .pw-testimonials__item {
  position: relative;
  border-radius: var(--pw-radius-lg);
  overflow: hidden;
  background: var(--pw-text);
  cursor: pointer;
  transition: transform 0.3s var(--pw-ease);
}
.pw-testimonials--video-grid .pw-testimonials__item:hover {
  transform: translateY(-4px);
}
.pw-testimonials--video-grid .pw-testimonials__photo {
  position: relative;
  aspect-ratio: 9/16;
  overflow: hidden;
}
.pw-testimonials--video-grid .pw-testimonials__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pw-testimonials--video-grid .pw-testimonials__photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.7), transparent 50%);
}
.pw-testimonials--video-grid .pw-testimonials__photo::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  background: rgba(255,255,255,0.95);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.pw-testimonials--video-grid .pw-testimonials__quote {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  color: #FFF;
  font-size: 14px;
  line-height: 1.5;
  z-index: 2;
}
.pw-testimonials--video-grid .pw-testimonials__author {
  font-weight: 600;
  font-size: 15px;
  margin: 0 0 2px;
}
.pw-testimonials--video-grid .pw-testimonials__role {
  font-size: 11px;
  opacity: 0.85;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .pw-testimonials--video-grid .pw-testimonials__slider {
    grid-template-columns: 1fr;
  }
}

/* ──────────────────────────────────────────────────────────
   TESTIMONIALS 5/6 — masonry-mixed
   Use: varied quote lengths, organic
   Layout: masonry columns
   ────────────────────────────────────────────────────────── */
.pw-testimonials.pw-testimonials--masonry-mixed {
  padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 48px);
  max-width: 1300px;
  margin: 0 auto;
  background: var(--pw-cream);
}
.pw-testimonials--masonry-mixed .pw-testimonials__slider {
  column-count: 3;
  column-gap: 20px;
}
.pw-testimonials--masonry-mixed .pw-testimonials__item {
  break-inside: avoid;
  margin-bottom: 20px;
  background: var(--pw-bg);
  border-radius: var(--pw-radius);
  padding: 24px;
  box-shadow: var(--pw-shadow-sm);
}
.pw-testimonials--masonry-mixed .pw-testimonials__quote {
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 18px;
  color: var(--pw-text);
}
.pw-testimonials--masonry-mixed .pw-testimonials__author {
  font-weight: 600;
  font-size: 14px;
  color: var(--pw-text);
}
.pw-testimonials--masonry-mixed .pw-testimonials__role {
  font-size: 12px;
  color: var(--pw-text-muted);
}
@media (max-width: 991px) {
  .pw-testimonials--masonry-mixed .pw-testimonials__slider {
    column-count: 2;
  }
}
@media (max-width: 600px) {
  .pw-testimonials--masonry-mixed .pw-testimonials__slider {
    column-count: 1;
  }
}

/* ──────────────────────────────────────────────────────────
   TESTIMONIALS 6/6 — carousel-photos
   Use: photo-rich, lifestyle, real customers
   Layout: carousel with photo + short quote
   ────────────────────────────────────────────────────────── */
.pw-testimonials.pw-testimonials--carousel-photos {
  padding: clamp(60px, 8vw, 120px) 0;
  overflow: hidden;
}
.pw-testimonials--carousel-photos .pw-testimonials__slider {
  padding: 0 clamp(20px, 4vw, 48px);
  display: flex;
  gap: 24px;
}
.pw-testimonials--carousel-photos .pw-testimonials__item {
  flex: 0 0 calc((100% / 3) - 16px);
  background: var(--pw-bg);
  border-radius: var(--pw-radius-lg);
  overflow: hidden;
  box-shadow: var(--pw-shadow-sm);
}
.pw-testimonials--carousel-photos .pw-testimonials__photo {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.pw-testimonials--carousel-photos .pw-testimonials__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pw-testimonials--carousel-photos .pw-testimonials__quote {
  padding: 20px 24px 8px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--pw-text);
  margin: 0;
}
.pw-testimonials--carousel-photos .pw-testimonials__author {
  padding: 0 24px 20px;
  font-weight: 600;
  font-size: 14px;
}
.pw-testimonials--carousel-photos .pw-testimonials__role {
  font-size: 12px;
  color: var(--pw-text-muted);
  letter-spacing: 1px;
  margin-left: 6px;
}
@media (max-width: 991px) {
  .pw-testimonials--carousel-photos .pw-testimonials__item {
    flex: 0 0 calc((100% / 2) - 12px);
  }
}
@media (max-width: 600px) {
  .pw-testimonials--carousel-photos .pw-testimonials__item {
    flex: 0 0 85%;
  }
}

/* ╔════════════════════════════════════════════════════════════╗
   ║  LOCATION / MAP SECTIONS (5 variants)                       ║
   ╚════════════════════════════════════════════════════════════╝ */

/* ──────────────────────────────────────────────────────────
   LOCATION 1/5 — full-bleed-map
   Use: dramatic, full focus on location
   Layout: full-width map with floating info card
   ────────────────────────────────────────────────────────── */
.pw-location.pw-location--full-bleed-map {
  position: relative;
  min-height: 600px;
  background: var(--pw-cream);
}
.pw-location--full-bleed-map .pw-location__map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.pw-location--full-bleed-map .pw-location__map iframe,
.pw-location--full-bleed-map .pw-location__map img,
.pw-location--full-bleed-map .pw-location__map > div {
  width: 100%;
  height: 100%;
  border: 0;
}
.pw-location--full-bleed-map .pw-location__info {
  position: absolute;
  top: 50%;
  left: clamp(20px, 5vw, 80px);
  transform: translateY(-50%);
  z-index: 2;
  max-width: 380px;
  background: var(--pw-bg);
  padding: clamp(28px, 3.5vw, 44px);
  border-radius: var(--pw-radius-lg);
  box-shadow: var(--pw-shadow-lg);
}
.pw-location--full-bleed-map .pw-location__info h3 {
  font-family: var(--pw-font-heading);
  font-size: clamp(22px, 2.4vw, 30px);
  margin: 0 0 16px;
  color: var(--pw-text);
}
.pw-location--full-bleed-map .pw-location__address {
  font-size: 15px;
  line-height: 1.65;
  color: var(--pw-text-soft);
  margin: 0 0 20px;
  font-style: normal;
}
.pw-location--full-bleed-map .pw-location__directions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: var(--pw-primary);
  color: #FFF;
  text-decoration: none;
  border-radius: var(--pw-radius);
  font-size: 14px;
  font-weight: 600;
  transition: background 0.3s var(--pw-ease);
}
.pw-location--full-bleed-map .pw-location__directions:hover {
  background: var(--pw-secondary);
}
@media (max-width: 768px) {
  .pw-location.pw-location--full-bleed-map {
    min-height: 500px;
  }
  .pw-location--full-bleed-map .pw-location__info {
    top: auto;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: none;
    transform: none;
  }
}

/* ──────────────────────────────────────────────────────────
   LOCATION 2/5 — split-text-map
   Use: balanced, info-rich
   Layout: 50/50 text + map
   ────────────────────────────────────────────────────────── */
.pw-location.pw-location--split-text-map {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
  background: var(--pw-bg);
}
.pw-location--split-text-map .pw-location__info {
  padding: clamp(40px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pw-location--split-text-map .pw-location__info h3 {
  font-family: var(--pw-font-heading);
  font-size: clamp(28px, 3.5vw, 42px);
  margin: 0 0 24px;
  color: var(--pw-text);
  line-height: 1.15;
}
.pw-location--split-text-map .pw-location__address {
  font-size: 16px;
  line-height: 1.75;
  color: var(--pw-text-soft);
  margin: 0 0 28px;
  font-style: normal;
}
.pw-location--split-text-map .pw-location__directions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: var(--pw-primary);
  color: #FFF;
  text-decoration: none;
  border-radius: var(--pw-radius);
  font-weight: 600;
  width: fit-content;
  transition: background 0.3s var(--pw-ease);
}
.pw-location--split-text-map .pw-location__directions:hover {
  background: var(--pw-secondary);
}
.pw-location--split-text-map .pw-location__map {
  position: relative;
  min-height: 360px;
}
.pw-location--split-text-map .pw-location__map iframe,
.pw-location--split-text-map .pw-location__map > div {
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 991px) {
  .pw-location.pw-location--split-text-map {
    grid-template-columns: 1fr;
  }
}

/* ──────────────────────────────────────────────────────────
   LOCATION 3/5 — info-cards-map
   Use: multi-property, hotel details
   Layout: map + row of info cards below
   ────────────────────────────────────────────────────────── */
.pw-location.pw-location--info-cards-map {
  padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 48px);
  max-width: 1400px;
  margin: 0 auto;
}
.pw-location--info-cards-map .pw-location__map {
  height: 420px;
  margin-bottom: 40px;
  border-radius: var(--pw-radius-lg);
  overflow: hidden;
  box-shadow: var(--pw-shadow-md);
}
.pw-location--info-cards-map .pw-location__map iframe,
.pw-location--info-cards-map .pw-location__map > div {
  width: 100%;
  height: 100%;
  border: 0;
}
.pw-location--info-cards-map .pw-location__info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pw-location--info-cards-map .pw-location__card {
  background: var(--pw-cream);
  padding: 28px;
  border-radius: var(--pw-radius);
  transition: transform 0.3s var(--pw-ease);
}
.pw-location--info-cards-map .pw-location__card:hover {
  transform: translateY(-4px);
  box-shadow: var(--pw-shadow-sm);
}
.pw-location--info-cards-map .pw-location__card h4 {
  font-family: var(--pw-font-heading);
  font-size: 19px;
  margin: 0 0 10px;
  color: var(--pw-text);
}
.pw-location--info-cards-map .pw-location__address {
  font-size: 14px;
  line-height: 1.65;
  color: var(--pw-text-soft);
  margin: 0;
  font-style: normal;
}
.pw-location--info-cards-map .pw-location__directions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: var(--pw-primary);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .pw-location--info-cards-map .pw-location__info {
    grid-template-columns: 1fr;
  }
  .pw-location--info-cards-map .pw-location__map {
    height: 320px;
  }
}

/* ──────────────────────────────────────────────────────────
   LOCATION 4/5 — dual-location-tabs
   Use: multi-site, switchable
   Layout: tab buttons + switchable map panel
   ────────────────────────────────────────────────────────── */
.pw-location.pw-location--dual-location-tabs {
  padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 48px);
  max-width: 1300px;
  margin: 0 auto;
}
.pw-location--dual-location-tabs .pw-location__tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  flex-wrap: wrap;
}
.pw-location--dual-location-tabs .pw-location__tab {
  padding: 14px 24px;
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  color: var(--pw-text-soft);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s var(--pw-ease);
  margin-bottom: -1px;
}
.pw-location--dual-location-tabs .pw-location__tab.is-active {
  color: var(--pw-primary);
  border-bottom-color: var(--pw-primary);
}
.pw-location--dual-location-tabs .pw-location__panel {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
.pw-location--dual-location-tabs .pw-location__panel.is-active {
  display: grid;
}
.pw-location--dual-location-tabs .pw-location__map {
  height: 380px;
  border-radius: var(--pw-radius-lg);
  overflow: hidden;
}
.pw-location--dual-location-tabs .pw-location__map iframe,
.pw-location--dual-location-tabs .pw-location__map > div {
  width: 100%;
  height: 100%;
  border: 0;
}
.pw-location--dual-location-tabs .pw-location__info h3 {
  font-family: var(--pw-font-heading);
  font-size: clamp(24px, 2.6vw, 32px);
  margin: 0 0 16px;
  color: var(--pw-text);
}
.pw-location--dual-location-tabs .pw-location__address {
  font-size: 15px;
  line-height: 1.7;
  color: var(--pw-text-soft);
  margin: 0 0 24px;
  font-style: normal;
}
.pw-location--dual-location-tabs .pw-location__directions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: var(--pw-primary);
  color: #FFF;
  text-decoration: none;
  border-radius: var(--pw-radius);
  font-weight: 600;
  font-size: 14px;
  transition: background 0.3s var(--pw-ease);
}
.pw-location--dual-location-tabs .pw-location__directions:hover {
  background: var(--pw-secondary);
}
@media (max-width: 991px) {
  .pw-location--dual-location-tabs .pw-location__panel.is-active {
    grid-template-columns: 1fr;
  }
  .pw-location--dual-location-tabs .pw-location__map {
    height: 280px;
  }
}

/* ──────────────────────────────────────────────────────────
   LOCATION 5/5 — interactive-points
   Use: many points-of-interest, map with hotspots
   Layout: map + list of nearby attractions
   ────────────────────────────────────────────────────────── */
.pw-location.pw-location--interactive-points {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 0;
  min-height: 600px;
  background: var(--pw-bg);
}
.pw-location--interactive-points .pw-location__map {
  position: relative;
  min-height: 480px;
}
.pw-location--interactive-points .pw-location__map iframe,
.pw-location--interactive-points .pw-location__map > div {
  width: 100%;
  height: 100%;
  border: 0;
}
.pw-location--interactive-points .pw-location__info {
  padding: clamp(28px, 3vw, 40px);
  background: var(--pw-cream);
  overflow-y: auto;
  max-height: 600px;
}
.pw-location--interactive-points .pw-location__info h3 {
  font-family: var(--pw-font-heading);
  font-size: 24px;
  margin: 0 0 24px;
  color: var(--pw-text);
}
.pw-location--interactive-points .pw-location__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pw-location--interactive-points .pw-location__point {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  background: var(--pw-bg);
  border-radius: var(--pw-radius);
  cursor: pointer;
  transition: background 0.3s var(--pw-ease);
}
.pw-location--interactive-points .pw-location__point:hover {
  background: var(--pw-primary);
  color: #FFF;
}
.pw-location--interactive-points .pw-location__point-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--pw-primary);
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}
.pw-location--interactive-points .pw-location__point:hover .pw-location__point-num {
  background: #FFF;
  color: var(--pw-primary);
}
.pw-location--interactive-points .pw-location__point-name {
  font-size: 14px;
  font-weight: 500;
}
.pw-location--interactive-points .pw-location__point-dist {
  font-size: 12px;
  opacity: 0.7;
}
@media (max-width: 991px) {
  .pw-location.pw-location--interactive-points {
    grid-template-columns: 1fr;
  }
  .pw-location--interactive-points .pw-location__info {
    max-height: none;
  }
}

/* ╔════════════════════════════════════════════════════════════╗
   ║  FAQ SECTIONS (4 variants)                                  ║
   ╚════════════════════════════════════════════════════════════╝ */

/* ──────────────────────────────────────────────────────────
   FAQ 1/4 — accordion-classic
   Use: standard FAQ, common pattern
   Layout: vertical accordion
   ────────────────────────────────────────────────────────── */
.pw-faq.pw-faq--accordion-classic {
  padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 48px);
  max-width: 900px;
  margin: 0 auto;
}
.pw-faq--accordion-classic .pw-faq__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(30px, 4vw, 48px);
  text-align: center;
  margin: 0 0 56px;
  color: var(--pw-text);
}
.pw-faq--accordion-classic .pw-faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pw-faq--accordion-classic .pw-faq__item {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: var(--pw-radius);
  overflow: hidden;
  transition: border-color 0.3s var(--pw-ease);
}
.pw-faq--accordion-classic .pw-faq__item.is-open {
  border-color: var(--pw-primary);
}
.pw-faq--accordion-classic .pw-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 600;
  color: var(--pw-text);
  cursor: pointer;
  user-select: none;
  background: transparent;
  border: 0;
  width: 100%;
  text-align: left;
}
.pw-faq--accordion-classic .pw-faq__toggle {
  width: 24px;
  height: 24px;
  color: var(--pw-primary);
  flex-shrink: 0;
  transition: transform 0.3s var(--pw-ease);
}
.pw-faq--accordion-classic .pw-faq__item.is-open .pw-faq__toggle {
  transform: rotate(45deg);
}
.pw-faq--accordion-classic .pw-faq__answer {
  padding: 0 24px 20px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--pw-text-soft);
  display: none;
}
.pw-faq--accordion-classic .pw-faq__item.is-open .pw-faq__answer {
  display: block;
}

/* ──────────────────────────────────────────────────────────
   FAQ 2/4 — two-column-grid
   Use: many questions, scan-friendly
   Layout: 2-column static grid
   ────────────────────────────────────────────────────────── */
.pw-faq.pw-faq--two-column-grid {
  padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 48px);
  max-width: 1300px;
  margin: 0 auto;
}
.pw-faq--two-column-grid .pw-faq__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(30px, 4vw, 48px);
  text-align: center;
  margin: 0 0 56px;
  color: var(--pw-text);
}
.pw-faq--two-column-grid .pw-faq__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(28px, 3vw, 48px);
}
.pw-faq--two-column-grid .pw-faq__item {
  border-left: 3px solid var(--pw-primary);
  padding-left: 20px;
}
.pw-faq--two-column-grid .pw-faq__question {
  font-family: var(--pw-font-heading);
  font-size: 19px;
  font-weight: 600;
  margin: 0 0 12px;
  color: var(--pw-text);
}
.pw-faq--two-column-grid .pw-faq__answer {
  font-size: 15px;
  line-height: 1.75;
  color: var(--pw-text-soft);
  margin: 0;
}
@media (max-width: 768px) {
  .pw-faq--two-column-grid .pw-faq__list {
    grid-template-columns: 1fr;
  }
}

/* ──────────────────────────────────────────────────────────
   FAQ 3/4 — sidebar-search
   Use: large FAQ, knowledge base
   Layout: sidebar with category + search + list
   ────────────────────────────────────────────────────────── */
.pw-faq.pw-faq--sidebar-search {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 48px;
  padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 48px);
  max-width: 1300px;
  margin: 0 auto;
}
.pw-faq--sidebar-search aside {
  position: sticky;
  top: 100px;
  align-self: start;
}
.pw-faq--sidebar-search .pw-faq__search {
  display: block;
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 24px;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: var(--pw-radius);
  font-size: 14px;
  background: var(--pw-bg);
}
.pw-faq--sidebar-search .pw-faq__categories {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pw-faq--sidebar-search .pw-faq__categories li {
  padding: 10px 14px;
  border-radius: var(--pw-radius);
  font-size: 14px;
  font-weight: 500;
  color: var(--pw-text-soft);
  cursor: pointer;
  transition: background 0.3s var(--pw-ease), color 0.3s var(--pw-ease);
}
.pw-faq--sidebar-search .pw-faq__categories li:hover,
.pw-faq--sidebar-search .pw-faq__categories li.is-active {
  background: var(--pw-primary);
  color: #FFF;
}
.pw-faq--sidebar-search .pw-faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pw-faq--sidebar-search .pw-faq__item {
  background: var(--pw-cream);
  border-radius: var(--pw-radius);
  padding: 20px 24px;
}
.pw-faq--sidebar-search .pw-faq__question {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 10px;
  color: var(--pw-text);
}
.pw-faq--sidebar-search .pw-faq__answer {
  font-size: 14px;
  line-height: 1.7;
  color: var(--pw-text-soft);
  margin: 0;
}
@media (max-width: 991px) {
  .pw-faq.pw-faq--sidebar-search {
    grid-template-columns: 1fr;
  }
  .pw-faq--sidebar-search aside {
    position: static;
  }
}

/* ──────────────────────────────────────────────────────────
   FAQ 4/4 — tabs-categorized
   Use: grouped by topic
   Layout: tab bar + filtered list
   ────────────────────────────────────────────────────────── */
.pw-faq.pw-faq--tabs-categorized {
  padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 48px);
  max-width: 1000px;
  margin: 0 auto;
}
.pw-faq--tabs-categorized .pw-faq__title {
  font-family: var(--pw-font-heading);
  font-size: clamp(30px, 4vw, 48px);
  text-align: center;
  margin: 0 0 40px;
  color: var(--pw-text);
}
.pw-faq--tabs-categorized .pw-faq__tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
}
.pw-faq--tabs-categorized .pw-faq__tab {
  padding: 10px 20px;
  border: 1px solid rgba(0,0,0,0.15);
  background: transparent;
  border-radius: 999px;
  color: var(--pw-text-soft);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s var(--pw-ease);
}
.pw-faq--tabs-categorized .pw-faq__tab.is-active {
  background: var(--pw-primary);
  border-color: var(--pw-primary);
  color: #FFF;
}
.pw-faq--tabs-categorized .pw-faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pw-faq--tabs-categorized .pw-faq__item {
  background: var(--pw-cream);
  border-radius: var(--pw-radius);
  padding: 18px 22px;
}
.pw-faq--tabs-categorized .pw-faq__item.is-hidden {
  display: none;
}
.pw-faq--tabs-categorized .pw-faq__question {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;
  color: var(--pw-text);
}
.pw-faq--tabs-categorized .pw-faq__answer {
  font-size: 14px;
  line-height: 1.7;
  color: var(--pw-text-soft);
  margin: 0;
}

/* ╔════════════════════════════════════════════════════════════╗
   ║  NAVIGATION SECTIONS (8 variants)                           ║
   ╚════════════════════════════════════════════════════════════╝ */

/* ──────────────────────────────────────────────────────────
   NAVIGATION 1/8 — transparent-overlay
   Use: hero-overlap, immersive
   Layout: fixed transparent, becomes solid on scroll
   ────────────────────────────────────────────────────────── */
.pw-nav.pw-nav--transparent-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 20px clamp(20px, 4vw, 48px);
  background: transparent;
  transition: background 0.3s var(--pw-ease), padding 0.3s var(--pw-ease);
}
.pw-nav--transparent-overlay.is-scrolled {
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  padding: 14px clamp(20px, 4vw, 48px);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.pw-nav--transparent-overlay .pw-nav__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.pw-nav--transparent-overlay .pw-nav__brand {
  font-family: var(--pw-font-heading);
  font-size: 22px;
  color: #FFF;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.3s var(--pw-ease);
}
.pw-nav--transparent-overlay.is-scrolled .pw-nav__brand {
  color: var(--pw-text);
}
.pw-nav--transparent-overlay .pw-nav__list {
  list-style: none;
  display: flex;
  gap: clamp(20px, 3vw, 40px);
  margin: 0;
  padding: 0;
}
.pw-nav--transparent-overlay .pw-nav__link {
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: color 0.3s var(--pw-ease);
}
.pw-nav--transparent-overlay.is-scrolled .pw-nav__link {
  color: var(--pw-text);
}
.pw-nav--transparent-overlay .pw-nav__link:hover {
  color: var(--pw-primary);
}
.pw-nav--transparent-overlay .pw-nav__toggle {
  display: none;
  background: transparent;
  border: 0;
  color: #FFF;
  cursor: pointer;
}
.pw-nav--transparent-overlay.is-scrolled .pw-nav__toggle {
  color: var(--pw-text);
}
@media (max-width: 991px) {
  .pw-nav--transparent-overlay .pw-nav__list {
    display: none;
  }
  .pw-nav--transparent-overlay .pw-nav__toggle {
    display: block;
  }
}

/* ──────────────────────────────────────────────────────────
   NAVIGATION 2/8 — solid
   Use: standard, always visible
   Layout: solid bg, full opaque
   ────────────────────────────────────────────────────────── */
.pw-nav.pw-nav--solid {
  background: var(--pw-bg);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  padding: 16px clamp(20px, 4vw, 48px);
}
.pw-nav--solid .pw-nav__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.pw-nav--solid .pw-nav__brand {
  font-family: var(--pw-font-heading);
  font-size: 22px;
  color: var(--pw-text);
  text-decoration: none;
  font-weight: 700;
}
.pw-nav--solid .pw-nav__list {
  list-style: none;
  display: flex;
  gap: clamp(20px, 3vw, 40px);
  margin: 0;
  padding: 0;
}
.pw-nav--solid .pw-nav__link {
  color: var(--pw-text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s var(--pw-ease);
}
.pw-nav--solid .pw-nav__link:hover {
  color: var(--pw-primary);
}
.pw-nav--solid .pw-nav__toggle {
  display: none;
  background: transparent;
  border: 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  .pw-nav--solid .pw-nav__list {
    display: none;
  }
  .pw-nav--solid .pw-nav__toggle {
    display: block;
  }
}

/* ──────────────────────────────────────────────────────────
   NAVIGATION 3/8 — megamenu
   Use: large site, many sub-pages
   Layout: nav with expandable megamenu dropdown
   ────────────────────────────────────────────────────────── */
.pw-nav.pw-nav--megamenu {
  background: var(--pw-bg);
  position: relative;
  padding: 16px clamp(20px, 4vw, 48px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.pw-nav--megamenu .pw-nav__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.pw-nav--megamenu .pw-nav__brand {
  font-family: var(--pw-font-heading);
  font-size: 22px;
  color: var(--pw-text);
  text-decoration: none;
  font-weight: 700;
}
.pw-nav--megamenu .pw-nav__list {
  list-style: none;
  display: flex;
  gap: clamp(20px, 3vw, 36px);
  margin: 0;
  padding: 0;
}
.pw-nav--megamenu .pw-nav__item {
  position: static;
}
.pw-nav--megamenu .pw-nav__link {
  color: var(--pw-text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 0;
  transition: color 0.3s var(--pw-ease);
}
.pw-nav--megamenu .pw-nav__link:hover {
  color: var(--pw-primary);
}
.pw-nav--megamenu .pw-nav__drawer {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: var(--pw-bg);
  box-shadow: 0 12px 32px rgba(0,0,0,0.1);
  padding: 32px clamp(20px, 4vw, 48px);
  display: none;
  z-index: 1;
}
.pw-nav--megamenu .pw-nav__item:hover .pw-nav__drawer {
  display: block;
}
.pw-nav--megamenu .pw-nav__drawer-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.pw-nav--megamenu .pw-nav__drawer-col h4 {
  font-family: var(--pw-font-heading);
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--pw-primary);
  margin: 0 0 14px;
}
.pw-nav--megamenu .pw-nav__drawer-col a {
  display: block;
  padding: 6px 0;
  color: var(--pw-text-soft);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s var(--pw-ease);
}
.pw-nav--megamenu .pw-nav__drawer-col a:hover {
  color: var(--pw-primary);
}
.pw-nav--megamenu .pw-nav__toggle {
  display: none;
}
@media (max-width: 991px) {
  .pw-nav--megamenu .pw-nav__list,
  .pw-nav--megamenu .pw-nav__drawer {
    display: none;
  }
  .pw-nav--megamenu .pw-nav__toggle {
    display: block;
    background: transparent;
    border: 0;
    cursor: pointer;
  }
}

/* ──────────────────────────────────────────────────────────
   NAVIGATION 4/8 — side-drawer
   Use: mobile-first, minimal nav, off-canvas
   Layout: hamburger triggers full-height side drawer
   ────────────────────────────────────────────────────────── */
.pw-nav.pw-nav--side-drawer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 16px clamp(20px, 4vw, 48px);
  background: var(--pw-bg);
}
.pw-nav--side-drawer .pw-nav__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pw-nav--side-drawer .pw-nav__brand {
  font-family: var(--pw-font-heading);
  font-size: 20px;
  color: var(--pw-text);
  text-decoration: none;
  font-weight: 700;
}
.pw-nav--side-drawer .pw-nav__toggle {
  background: transparent;
  border: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  color: var(--pw-text);
}
.pw-nav--side-drawer .pw-nav__drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(420px, 90vw);
  background: var(--pw-text);
  color: #FFF;
  padding: 100px 40px 40px;
  transform: translateX(100%);
  transition: transform 0.4s var(--pw-ease);
  z-index: 999;
  overflow-y: auto;
}
.pw-nav--side-drawer.is-open .pw-nav__drawer {
  transform: translateX(0);
}
.pw-nav--side-drawer .pw-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pw-nav--side-drawer .pw-nav__link {
  font-family: var(--pw-font-heading);
  color: #FFF;
  font-size: 28px;
  text-decoration: none;
  font-weight: 500;
  display: block;
  transition: color 0.3s var(--pw-ease);
}
.pw-nav--side-drawer .pw-nav__link:hover {
  color: var(--pw-primary);
}

/* ──────────────────────────────────────────────────────────
   NAVIGATION 5/8 — scroll-spy
   Use: single-page, on-page anchors
   Layout: sticky nav with active link based on scroll
   ────────────────────────────────────────────────────────── */
.pw-nav.pw-nav--scroll-spy {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--pw-bg);
  padding: 14px clamp(20px, 4vw, 48px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.pw-nav--scroll-spy .pw-nav__inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.pw-nav--scroll-spy .pw-nav__brand {
  font-family: var(--pw-font-heading);
  font-size: 18px;
  color: var(--pw-text);
  text-decoration: none;
  font-weight: 700;
}
.pw-nav--scroll-spy .pw-nav__list {
  list-style: none;
  display: flex;
  gap: clamp(16px, 2vw, 32px);
  margin: 0;
  padding: 0;
}
.pw-nav--scroll-spy .pw-nav__link {
  color: var(--pw-text-soft);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 4px 0;
  position: relative;
  transition: color 0.3s var(--pw-ease);
}
.pw-nav--scroll-spy .pw-nav__link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  background: var(--pw-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--pw-ease);
}
.pw-nav--scroll-spy .pw-nav__link.is-active,
.pw-nav--scroll-spy .pw-nav__link:hover {
  color: var(--pw-primary);
}
.pw-nav--scroll-spy .pw-nav__link.is-active::after {
  transform: scaleX(1);
}
@media (max-width: 768px) {
  .pw-nav--scroll-spy .pw-nav__list {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
}

/* ──────────────────────────────────────────────────────────
   NAVIGATION 6/8 — hamburger-only
   Use: minimal, fashion, gallery
   Layout: just brand + hamburger
   ────────────────────────────────────────────────────────── */
.pw-nav.pw-nav--hamburger-only {
  padding: 24px clamp(20px, 4vw, 48px);
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.pw-nav--hamburger-only .pw-nav__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pw-nav--hamburger-only .pw-nav__brand {
  font-family: var(--pw-font-heading);
  font-size: 24px;
  color: var(--pw-text);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
}
.pw-nav--hamburger-only .pw-nav__toggle {
  width: 48px;
  height: 48px;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: var(--pw-text);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.pw-nav--hamburger-only .pw-nav__toggle span {
  display: block;
  width: 28px;
  height: 2px;
  background: currentColor;
  transition: transform 0.3s var(--pw-ease);
}
.pw-nav--hamburger-only .pw-nav__list {
  display: none;
}

/* ──────────────────────────────────────────────────────────
   NAVIGATION 7/8 — sticky-compact
   Use: shrinking on scroll
   Layout: sticky, compresses when scrolled
   ────────────────────────────────────────────────────────── */
.pw-nav.pw-nav--sticky-compact {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--pw-bg);
  padding: 20px clamp(20px, 4vw, 48px);
  transition: padding 0.3s var(--pw-ease), box-shadow 0.3s var(--pw-ease);
}
.pw-nav--sticky-compact.is-scrolled {
  padding: 10px clamp(20px, 4vw, 48px);
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.pw-nav--sticky-compact .pw-nav__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.pw-nav--sticky-compact .pw-nav__brand {
  font-family: var(--pw-font-heading);
  font-size: 24px;
  color: var(--pw-text);
  text-decoration: none;
  font-weight: 700;
  transition: font-size 0.3s var(--pw-ease);
}
.pw-nav--sticky-compact.is-scrolled .pw-nav__brand {
  font-size: 18px;
}
.pw-nav--sticky-compact .pw-nav__list {
  list-style: none;
  display: flex;
  gap: clamp(16px, 2.5vw, 32px);
  margin: 0;
  padding: 0;
}
.pw-nav--sticky-compact .pw-nav__link {
  color: var(--pw-text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s var(--pw-ease);
}
.pw-nav--sticky-compact .pw-nav__link:hover {
  color: var(--pw-primary);
}
.pw-nav--sticky-compact .pw-nav__toggle {
  display: none;
  background: transparent;
  border: 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  .pw-nav--sticky-compact .pw-nav__list {
    display: none;
  }
  .pw-nav--sticky-compact .pw-nav__toggle {
    display: block;
  }
}

/* ──────────────────────────────────────────────────────────
   NAVIGATION 8/8 — pill-tabs
   Use: playful, modern, app-like
   Layout: rounded pill background under active link
   ────────────────────────────────────────────────────────── */
.pw-nav.pw-nav--pill-tabs {
  padding: 16px clamp(20px, 4vw, 48px);
  background: var(--pw-bg);
}
.pw-nav--pill-tabs .pw-nav__inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.pw-nav--pill-tabs .pw-nav__brand {
  font-family: var(--pw-font-heading);
  font-size: 20px;
  color: var(--pw-text);
  text-decoration: none;
  font-weight: 700;
}
.pw-nav--pill-tabs .pw-nav__list {
  list-style: none;
  display: flex;
  gap: 4px;
  margin: 0;
  padding: 6px;
  background: var(--pw-cream);
  border-radius: 999px;
}
.pw-nav--pill-tabs .pw-nav__link {
  color: var(--pw-text-soft);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 999px;
  transition: all 0.3s var(--pw-ease);
}
.pw-nav--pill-tabs .pw-nav__link:hover {
  color: var(--pw-primary);
}
.pw-nav--pill-tabs .pw-nav__link.is-active {
  background: var(--pw-primary);
  color: #FFF;
}
.pw-nav--pill-tabs .pw-nav__toggle {
  display: none;
  background: transparent;
  border: 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  .pw-nav--pill-tabs .pw-nav__list {
    display: none;
  }
  .pw-nav--pill-tabs .pw-nav__toggle {
    display: block;
  }
}

/* ╔════════════════════════════════════════════════════════════╗
   ║  FOOTER SECTIONS (7 variants)                               ║
   ╚════════════════════════════════════════════════════════════╝ */

/* ──────────────────────────────────────────────────────────
   FOOTER 1/7 — minimal
   Use: clean, restrained
   Layout: single row, just essentials
   ────────────────────────────────────────────────────────── */
.pw-footer.pw-footer--minimal {
  padding: 32px clamp(20px, 4vw, 48px);
  background: var(--pw-bg);
  border-top: 1px solid rgba(0,0,0,0.08);
}
.pw-footer--minimal .pw-footer__inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.pw-footer--minimal .pw-footer__copyright {
  font-size: 13px;
  color: var(--pw-text-muted);
}
.pw-footer--minimal .pw-footer__list {
  list-style: none;
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
}
.pw-footer--minimal .pw-footer__list a {
  font-size: 13px;
  color: var(--pw-text-soft);
  text-decoration: none;
  transition: color 0.3s var(--pw-ease);
}
.pw-footer--minimal .pw-footer__list a:hover {
  color: var(--pw-primary);
}

/* ──────────────────────────────────────────────────────────
   FOOTER 2/7 — compact
   Use: small footer, brand + links + social
   Layout: 3-column compact
   ────────────────────────────────────────────────────────── */
.pw-footer.pw-footer--compact {
  padding: 48px clamp(20px, 4vw, 48px) 24px;
  background: var(--pw-cream);
}
.pw-footer--compact .pw-footer__inner {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 40px;
}
.pw-footer--compact .pw-footer__heading {
  font-family: var(--pw-font-heading);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--pw-primary);
  margin: 0 0 16px;
}
.pw-footer--compact .pw-footer__col p,
.pw-footer--compact .pw-footer__col address {
  font-size: 14px;
  line-height: 1.7;
  color: var(--pw-text-soft);
  margin: 0;
  font-style: normal;
}
.pw-footer--compact .pw-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pw-footer--compact .pw-footer__list a {
  display: block;
  padding: 4px 0;
  font-size: 14px;
  color: var(--pw-text-soft);
  text-decoration: none;
  transition: color 0.3s var(--pw-ease);
}
.pw-footer--compact .pw-footer__list a:hover {
  color: var(--pw-primary);
}
.pw-footer--compact .pw-footer__bottom {
  max-width: 1300px;
  margin: 32px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(0,0,0,0.08);
  font-size: 12px;
  color: var(--pw-text-muted);
  text-align: center;
}
@media (max-width: 768px) {
  .pw-footer--compact .pw-footer__inner {
    grid-template-columns: 1fr;
  }
}

/* ──────────────────────────────────────────────────────────
   FOOTER 3/7 — dark-rich
   Use: premium, sophisticated
   Layout: large dark footer with many sections
   ────────────────────────────────────────────────────────── */
.pw-footer.pw-footer--dark-rich {
  background: var(--pw-text);
  color: rgba(255,255,255,0.85);
  padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 48px) 24px;
}
.pw-footer--dark-rich .pw-footer__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: clamp(28px, 3vw, 48px);
}
.pw-footer--dark-rich .pw-footer__brand {
  font-family: var(--pw-font-heading);
  font-size: 28px;
  color: #FFF;
  margin: 0 0 16px;
  font-weight: 700;
}
.pw-footer--dark-rich .pw-footer__col p {
  font-size: 14px;
  line-height: 1.75;
  margin: 0 0 20px;
  opacity: 0.8;
}
.pw-footer--dark-rich .pw-footer__heading {
  font-family: var(--pw-font-heading);
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFF;
  margin: 0 0 20px;
}
.pw-footer--dark-rich .pw-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pw-footer--dark-rich .pw-footer__list a {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: color 0.3s var(--pw-ease);
}
.pw-footer--dark-rich .pw-footer__list a:hover {
  color: var(--pw-primary);
}
.pw-footer--dark-rich .pw-footer__social {
  display: flex;
  gap: 12px;
}
.pw-footer--dark-rich .pw-footer__social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  transition: background 0.3s var(--pw-ease);
}
.pw-footer--dark-rich .pw-footer__social a:hover {
  background: var(--pw-primary);
}
.pw-footer--dark-rich .pw-footer__bottom {
  max-width: 1400px;
  margin: 48px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  opacity: 0.7;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 991px) {
  .pw-footer--dark-rich .pw-footer__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .pw-footer--dark-rich .pw-footer__inner {
    grid-template-columns: 1fr;
  }
}

/* ──────────────────────────────────────────────────────────
   FOOTER 4/7 — image-bg
   Use: scenic, atmospheric
   Layout: footer with background image + dark overlay
   ────────────────────────────────────────────────────────── */
.pw-footer.pw-footer--image-bg {
  position: relative;
  padding: clamp(80px, 10vw, 120px) clamp(20px, 4vw, 48px) 24px;
  background-image: var(--pw-footer-bg, linear-gradient(135deg, #333, #111));
  background-size: cover;
  background-position: center;
  color: #FFF;
  overflow: hidden;
}
.pw-footer--image-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
  z-index: 0;
}
.pw-footer--image-bg .pw-footer__inner {
  position: relative;
  z-index: 1;
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
}
.pw-footer--image-bg .pw-footer__brand {
  font-family: var(--pw-font-heading);
  font-size: 32px;
  margin: 0 0 16px;
}
.pw-footer--image-bg .pw-footer__col p,
.pw-footer--image-bg .pw-footer__col address {
  font-size: 14px;
  line-height: 1.75;
  opacity: 0.85;
  margin: 0;
  font-style: normal;
}
.pw-footer--image-bg .pw-footer__heading {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 16px;
  opacity: 0.85;
}
.pw-footer--image-bg .pw-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pw-footer--image-bg .pw-footer__list a {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  transition: color 0.3s var(--pw-ease);
}
.pw-footer--image-bg .pw-footer__list a:hover {
  color: var(--pw-primary);
}
.pw-footer--image-bg .pw-footer__bottom {
  position: relative;
  z-index: 1;
  max-width: 1300px;
  margin: 56px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.15);
  font-size: 12px;
  opacity: 0.7;
  text-align: center;
}
@media (max-width: 991px) {
  .pw-footer--image-bg .pw-footer__inner {
    grid-template-columns: 1fr;
  }
}

/* ──────────────────────────────────────────────────────────
   FOOTER 5/7 — multi-column
   Use: large site map, many links
   Layout: 5-column grid
   ────────────────────────────────────────────────────────── */
.pw-footer.pw-footer--multi-column {
  background: var(--pw-cream);
  padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 48px) 24px;
}
.pw-footer--multi-column .pw-footer__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: clamp(24px, 3vw, 40px);
}
.pw-footer--multi-column .pw-footer__brand {
  font-family: var(--pw-font-heading);
  font-size: 26px;
  margin: 0 0 16px;
  color: var(--pw-text);
}
.pw-footer--multi-column .pw-footer__col p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--pw-text-soft);
  margin: 0 0 20px;
}
.pw-footer--multi-column .pw-footer__heading {
  font-family: var(--pw-font-heading);
  font-size: 14px;
  font-weight: 600;
  color: var(--pw-text);
  margin: 0 0 16px;
}
.pw-footer--multi-column .pw-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pw-footer--multi-column .pw-footer__list a {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: var(--pw-text-soft);
  text-decoration: none;
  transition: color 0.3s var(--pw-ease);
}
.pw-footer--multi-column .pw-footer__list a:hover {
  color: var(--pw-primary);
}
.pw-footer--multi-column .pw-footer__bottom {
  max-width: 1400px;
  margin: 48px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(0,0,0,0.08);
  font-size: 12px;
  color: var(--pw-text-muted);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 991px) {
  .pw-footer--multi-column .pw-footer__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .pw-footer--multi-column .pw-footer__inner {
    grid-template-columns: 1fr;
  }
}

/* ──────────────────────────────────────────────────────────
   FOOTER 6/7 — centered
   Use: brand-centric, single column
   Layout: centered brand + nav + social
   ────────────────────────────────────────────────────────── */
.pw-footer.pw-footer--centered {
  padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 48px) 24px;
  background: var(--pw-bg);
  text-align: center;
}
.pw-footer--centered .pw-footer__inner {
  max-width: 800px;
  margin: 0 auto;
}
.pw-footer--centered .pw-footer__brand {
  font-family: var(--pw-font-heading);
  font-size: clamp(28px, 3.5vw, 42px);
  color: var(--pw-text);
  margin: 0 0 16px;
  font-weight: 700;
}
.pw-footer--centered .pw-footer__col p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--pw-text-soft);
  margin: 0 auto 32px;
  max-width: 540px;
}
.pw-footer--centered .pw-footer__list {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0;
  margin: 0 0 32px;
}
.pw-footer--centered .pw-footer__list a {
  font-size: 14px;
  color: var(--pw-text);
  text-decoration: none;
  transition: color 0.3s var(--pw-ease);
}
.pw-footer--centered .pw-footer__list a:hover {
  color: var(--pw-primary);
}
.pw-footer--centered .pw-footer__social {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 40px;
}
.pw-footer--centered .pw-footer__social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pw-text-soft);
  text-decoration: none;
  transition: all 0.3s var(--pw-ease);
}
.pw-footer--centered .pw-footer__social a:hover {
  background: var(--pw-primary);
  border-color: var(--pw-primary);
  color: #FFF;
}
.pw-footer--centered .pw-footer__bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(0,0,0,0.08);
  font-size: 12px;
  color: var(--pw-text-muted);
}

/* ──────────────────────────────────────────────────────────
   FOOTER 7/7 — social-focus
   Use: community, brand engagement
   Layout: big social CTAs + minimal links
   ────────────────────────────────────────────────────────── */
.pw-footer.pw-footer--social-focus {
  background: var(--pw-gradient-primary, linear-gradient(135deg, var(--pw-primary), var(--pw-secondary)));
  color: #FFF;
  padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 48px) 24px;
  text-align: center;
}
.pw-footer--social-focus .pw-footer__inner {
  max-width: 900px;
  margin: 0 auto;
}
.pw-footer--social-focus .pw-footer__heading {
  font-family: var(--pw-font-heading);
  font-size: clamp(24px, 3vw, 36px);
  margin: 0 0 32px;
}
.pw-footer--social-focus .pw-footer__social {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.pw-footer--social-focus .pw-footer__social a {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-decoration: none;
  transition: transform 0.3s var(--pw-ease), background 0.3s var(--pw-ease);
}
.pw-footer--social-focus .pw-footer__social a:hover {
  background: #FFF;
  color: var(--pw-primary);
  transform: translateY(-4px);
}
.pw-footer--social-focus .pw-footer__list {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0;
  margin: 0 0 32px;
}
.pw-footer--social-focus .pw-footer__list a {
  font-size: 13px;
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: opacity 0.3s var(--pw-ease);
}
.pw-footer--social-focus .pw-footer__list a:hover {
  opacity: 0.7;
}
.pw-footer--social-focus .pw-footer__bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.18);
  font-size: 12px;
  opacity: 0.85;
}

/* ═══════════════════════════════════════════════════════════════
   END OF LAYER 4 — VARIETY PATTERNS
   70 variants across 9 section types.
   ═══════════════════════════════════════════════════════════════ */


/* ═══════════ LAYER 7 — INTERACTIONS (full) ═══════════ */
/* ═══════════════════════════════════════════════════════════════
   LAYER 7 — INTERACTIONS
   Hover effects (8), scroll reveals (5), modal animations (4),
   loading states (3), form validation visuals (3).

   Wszystkie używają --pw-ease (defined w layer5).
   Respektują @media (prefers-reduced-motion: reduce).
   ═══════════════════════════════════════════════════════════════ */

/* ── REDUCED MOTION GUARD (apply first) ─────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .pw-hover--scale,
  .pw-hover--glow,
  .pw-hover--lift,
  .pw-hover--rotate-3d,
  .pw-hover--slide-underline,
  .pw-hover--color-shift,
  .pw-hover--brightness-pop,
  .pw-hover--border-grow,
  .pw-reveal,
  .pw-reveal--slide-left,
  .pw-reveal--zoom,
  .pw-reveal--stagger > *,
  .pw-reveal--parallax,
  .pw-skeleton,
  .pw-spinner,
  .pw-dot-loader > span,
  .pw-modal--fade-in,
  .pw-modal--slide-up,
  .pw-modal--slide-right,
  .pw-modal--scale-bounce {
    transition: none !important;
    animation: none !important;
  }
  .pw-reveal,
  .pw-reveal--slide-left,
  .pw-reveal--zoom,
  .pw-reveal--parallax {
    opacity: 1 !important;
    transform: none !important;
  }
  .pw-reveal--stagger > * {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ═══════════════════════════════════════════════════════════════
   HOVER EFFECTS (8 variants)
   Wszystkie wykorzystują GPU-accelerated transforms i opacity.
   Dodawaj klasy do dowolnego elementu, np. .pw-card.pw-hover--lift.
   ═══════════════════════════════════════════════════════════════ */

/* ── 1. SCALE ───────────────────────────────────────────────── */
.pw-hover--scale {
  transition: transform 0.3s var(--pw-ease);
  will-change: transform;
  transform-origin: center center;
  cursor: pointer;
}
.pw-hover--scale:hover,
.pw-hover--scale:focus-visible {
  transform: scale(1.03);
}
.pw-hover--scale:active {
  transform: scale(0.98);
}

/* ── 2. GLOW ────────────────────────────────────────────────── */
.pw-hover--glow {
  transition: box-shadow 0.3s var(--pw-ease),
              transform 0.3s var(--pw-ease);
  will-change: box-shadow;
  cursor: pointer;
}
.pw-hover--glow:hover,
.pw-hover--glow:focus-visible {
  box-shadow: 0 12px 40px var(--pw-primary-soft),
              0 4px 12px rgba(0, 0, 0, 0.08);
}
.pw-hover--glow:active {
  box-shadow: 0 4px 16px var(--pw-primary-soft);
}

/* ── 3. SLIDE UNDERLINE ─────────────────────────────────────── */
.pw-hover--slide-underline {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
.pw-hover--slide-underline::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: var(--pw-primary);
  transition: width 0.3s var(--pw-ease);
  pointer-events: none;
}
.pw-hover--slide-underline:hover::after,
.pw-hover--slide-underline:focus-visible::after {
  width: 100%;
}

/* ── 4. LIFT ────────────────────────────────────────────────── */
.pw-hover--lift {
  transition: transform 0.3s var(--pw-ease),
              box-shadow 0.3s var(--pw-ease);
  will-change: transform, box-shadow;
  cursor: pointer;
}
.pw-hover--lift:hover,
.pw-hover--lift:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12),
              0 6px 16px rgba(0, 0, 0, 0.06);
}
.pw-hover--lift:active {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* ── 5. COLOR SHIFT ─────────────────────────────────────────── */
.pw-hover--color-shift {
  transition: color 0.3s var(--pw-ease),
              background-color 0.3s var(--pw-ease),
              border-color 0.3s var(--pw-ease);
  cursor: pointer;
  background-color: var(--pw-cream);
  color: var(--pw-text);
}
.pw-hover--color-shift:hover,
.pw-hover--color-shift:focus-visible {
  background-color: var(--pw-primary);
  color: var(--pw-cream);
  border-color: var(--pw-primary);
}
.pw-hover--color-shift:active {
  background-color: var(--pw-primary-dark, var(--pw-primary));
}

/* ── 6. ROTATE 3D ───────────────────────────────────────────── */
.pw-hover--rotate-3d {
  transition: transform 0.5s var(--pw-ease),
              box-shadow 0.5s var(--pw-ease);
  transform-style: preserve-3d;
  will-change: transform;
  cursor: pointer;
}
.pw-hover--rotate-3d:hover,
.pw-hover--rotate-3d:focus-visible {
  transform: perspective(800px) rotateY(5deg) rotateX(2deg);
  box-shadow: -12px 16px 32px rgba(0, 0, 0, 0.12);
}
.pw-hover--rotate-3d:active {
  transform: perspective(800px) rotateY(2deg) rotateX(1deg);
}

/* ── 7. BRIGHTNESS POP ──────────────────────────────────────── */
.pw-hover--brightness-pop {
  transition: filter 0.3s var(--pw-ease),
              transform 0.3s var(--pw-ease);
  will-change: filter;
  cursor: pointer;
}
.pw-hover--brightness-pop:hover,
.pw-hover--brightness-pop:focus-visible {
  filter: brightness(1.1) saturate(1.2);
}
.pw-hover--brightness-pop:active {
  filter: brightness(0.98) saturate(1.1);
}

/* ── 8. BORDER GROW (center-out) ────────────────────────────── */
.pw-hover--border-grow {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-bottom: 4px;
}
.pw-hover--border-grow::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--pw-primary);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s var(--pw-ease);
  pointer-events: none;
}
.pw-hover--border-grow:hover::after,
.pw-hover--border-grow:focus-visible::after {
  transform: scaleX(1);
}

/* ═══════════════════════════════════════════════════════════════
   SCROLL REVEAL (5 variants)
   Base state: hidden; add .pw-in via IntersectionObserver in JS.
   Wszystkie używają opacity + transform (GPU-friendly).
   ═══════════════════════════════════════════════════════════════ */

/* ── 1. BASE REVEAL (fade + slide up) ───────────────────────── */
.pw-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s var(--pw-ease),
              transform 0.6s var(--pw-ease);
  will-change: opacity, transform;
}
.pw-reveal.pw-in {
  opacity: 1;
  transform: translateY(0);
}

/* ── 2. SLIDE LEFT ──────────────────────────────────────────── */
.pw-reveal--slide-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.6s var(--pw-ease),
              transform 0.6s var(--pw-ease);
  will-change: opacity, transform;
}
.pw-reveal--slide-left.pw-in {
  opacity: 1;
  transform: translateX(0);
}

/* ── 3. ZOOM ────────────────────────────────────────────────── */
.pw-reveal--zoom {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.6s var(--pw-ease),
              transform 0.6s var(--pw-ease);
  will-change: opacity, transform;
}
.pw-reveal--zoom.pw-in {
  opacity: 1;
  transform: scale(1);
}

/* ── 4. STAGGER (parent class — children animate one by one) ── */
.pw-reveal--stagger > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s var(--pw-ease),
              transform 0.5s var(--pw-ease);
  will-change: opacity, transform;
}
.pw-reveal--stagger.pw-in > * {
  opacity: 1;
  transform: translateY(0);
}
/* JS sets transition-delay per child (data-stagger-index attr) */
.pw-reveal--stagger.pw-in > *:nth-child(1) { transition-delay: 0s; }
.pw-reveal--stagger.pw-in > *:nth-child(2) { transition-delay: 0.08s; }
.pw-reveal--stagger.pw-in > *:nth-child(3) { transition-delay: 0.16s; }
.pw-reveal--stagger.pw-in > *:nth-child(4) { transition-delay: 0.24s; }
.pw-reveal--stagger.pw-in > *:nth-child(5) { transition-delay: 0.32s; }
.pw-reveal--stagger.pw-in > *:nth-child(6) { transition-delay: 0.40s; }
.pw-reveal--stagger.pw-in > *:nth-child(7) { transition-delay: 0.48s; }
.pw-reveal--stagger.pw-in > *:nth-child(8) { transition-delay: 0.56s; }

/* ── 5. PARALLAX (longer distance, slower) ──────────────────── */
.pw-reveal--parallax {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.9s var(--pw-ease),
              transform 0.9s var(--pw-ease);
  will-change: opacity, transform;
}
.pw-reveal--parallax.pw-in {
  opacity: 1;
  transform: translateY(0);
}

/* ═══════════════════════════════════════════════════════════════
   MODAL ANIMATIONS (4 keyframes + 4 classes + overlay)
   Stosuj klasę .pw-active na modalu by uruchomić animację wejścia.
   Overlay (.pw-modal__overlay) zawsze fade-in.
   ═══════════════════════════════════════════════════════════════ */

/* ── OVERLAY (background dimmer) ────────────────────────────── */
.pw-modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  animation: xx-overlay-fade 0.3s var(--pw-ease) forwards;
  z-index: 1000;
}
.pw-modal__overlay.pw-closing {
  animation: xx-overlay-fade-out 0.25s var(--pw-ease) forwards;
}
@keyframes xx-overlay-fade {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes xx-overlay-fade-out {
  from { opacity: 1; }
  to   { opacity: 0; }
}

/* ── MODAL BASE (positioning) ───────────────────────────────── */
.pw-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--pw-cream);
  color: var(--pw-text);
  border-radius: 12px;
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.24);
  z-index: 1001;
  max-width: 90vw;
  max-height: 90vh;
  overflow: auto;
  opacity: 0;
}

/* ── 1. FADE IN ─────────────────────────────────────────────── */
@keyframes xx-modal-fade-in {
  from { opacity: 0; transform: translate(-50%, -50%) scale(0.95); }
  to   { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}
.pw-modal--fade-in.pw-active {
  animation: xx-modal-fade-in 0.3s var(--pw-ease) forwards;
}

/* ── 2. SLIDE UP ────────────────────────────────────────────── */
@keyframes xx-modal-slide-up {
  from { opacity: 0; transform: translate(-50%, calc(-50% + 40px)); }
  to   { opacity: 1; transform: translate(-50%, -50%); }
}
.pw-modal--slide-up.pw-active {
  animation: xx-modal-slide-up 0.35s var(--pw-ease) forwards;
}

/* ── 3. SLIDE RIGHT (drawer style) ──────────────────────────── */
@keyframes xx-modal-slide-right {
  from { opacity: 0; transform: translate(100%, -50%); }
  to   { opacity: 1; transform: translate(-50%, -50%); }
}
.pw-modal--slide-right.pw-active {
  animation: xx-modal-slide-right 0.4s var(--pw-ease) forwards;
}
/* Drawer variant: anchored to right edge */
.pw-modal--drawer.pw-modal--slide-right {
  top: 0;
  left: auto;
  right: 0;
  transform: translateX(100%);
  height: 100vh;
  max-height: 100vh;
  border-radius: 0;
  width: min(420px, 90vw);
}
.pw-modal--drawer.pw-modal--slide-right.pw-active {
  animation: xx-drawer-slide-right 0.4s var(--pw-ease) forwards;
}
@keyframes xx-drawer-slide-right {
  from { transform: translateX(100%); }
  to   { transform: translateX(0); }
}

/* ── 4. SCALE BOUNCE ────────────────────────────────────────── */
@keyframes xx-modal-scale-bounce {
  from { opacity: 0; transform: translate(-50%, -50%) scale(0.7); }
  to   { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}
.pw-modal--scale-bounce.pw-active {
  animation: xx-modal-scale-bounce 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

/* ── MODAL CLOSE (exit animation) ───────────────────────────── */
.pw-modal.pw-closing {
  animation: xx-modal-close 0.25s var(--pw-ease) forwards !important;
}
@keyframes xx-modal-close {
  from { opacity: 1; }
  to   { opacity: 0; transform: translate(-50%, -50%) scale(0.96); }
}

/* ═══════════════════════════════════════════════════════════════
   LOADING STATES (3 patterns)
   Skeleton (placeholder), Spinner (circular), Dot loader (bouncing).
   ═══════════════════════════════════════════════════════════════ */

/* ── 1. SKELETON ────────────────────────────────────────────── */
.pw-skeleton {
  display: block;
  background-color: var(--pw-cream);
  border-radius: 6px;
  animation: xx-skeleton-pulse 1.5s var(--pw-ease) infinite;
  pointer-events: none;
  user-select: none;
  color: transparent;
}
@keyframes xx-skeleton-pulse {
  0%, 100% { background-color: var(--pw-cream); }
  50%      { background-color: var(--pw-cream3, #E8E2D8); }
}
.pw-skeleton--text {
  height: 1em;
  width: 100%;
  margin-bottom: 0.5em;
  border-radius: 4px;
}
.pw-skeleton--text:last-child {
  width: 70%;
  margin-bottom: 0;
}
.pw-skeleton--title {
  height: 1.4em;
  width: 60%;
  margin-bottom: 0.75em;
  border-radius: 4px;
}
.pw-skeleton--circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.pw-skeleton--image {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
}
.pw-skeleton--button {
  width: 120px;
  height: 44px;
  border-radius: 8px;
}

/* ── 2. SPINNER ─────────────────────────────────────────────── */
.pw-spinner {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid var(--pw-cream3, #E8E2D8);
  border-top-color: var(--pw-primary);
  border-radius: 50%;
  animation: xx-spinner 0.8s linear infinite;
  vertical-align: middle;
}
@keyframes xx-spinner {
  to { transform: rotate(360deg); }
}
.pw-spinner--sm {
  width: 16px;
  height: 16px;
  border-width: 2px;
}
.pw-spinner--lg {
  width: 40px;
  height: 40px;
  border-width: 3px;
}
.pw-spinner--cream {
  border-color: rgba(255, 255, 255, 0.3);
  border-top-color: var(--pw-cream);
}

/* ── 3. DOT LOADER ──────────────────────────────────────────── */
.pw-dot-loader {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
}
.pw-dot-loader > span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pw-primary);
  animation: xx-dot-bounce 1.4s var(--pw-ease) infinite both;
  opacity: 0.5;
}
.pw-dot-loader > span:nth-child(1) { animation-delay: 0s; }
.pw-dot-loader > span:nth-child(2) { animation-delay: 0.15s; }
.pw-dot-loader > span:nth-child(3) { animation-delay: 0.3s; }
@keyframes xx-dot-bounce {
  0%, 80%, 100% {
    transform: scale(0.6);
    opacity: 0.5;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
.pw-dot-loader--lg > span {
  width: 12px;
  height: 12px;
}
.pw-dot-loader--cream > span {
  background: var(--pw-cream);
}

/* ═══════════════════════════════════════════════════════════════
   FORM VALIDATION VISUALS (3)
   Klasy aplikowane przez JS na podstawie state walidacji.
   Zielone/czerwone explicit (nie zmieniają się per klient).
   ═══════════════════════════════════════════════════════════════ */

/* ── 1. INPUT VALID (green checkmark) ───────────────────────── */
.pw-input--valid {
  border-color: #2ECC71 !important;
  padding-right: 36px !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='%232ECC71' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='3 8 7 12 13 4'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 16px 16px !important;
  transition: border-color 0.2s var(--pw-ease);
}

/* ── 2. INPUT ERROR (red x mark) ────────────────────────────── */
.pw-input--error {
  border-color: #E74C3C !important;
  padding-right: 36px !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='%23E74C3C' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><line x1='4' y1='4' x2='12' y2='12'/><line x1='12' y1='4' x2='4' y2='12'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 16px 16px !important;
  transition: border-color 0.2s var(--pw-ease);
}

/* ── 3. ERROR MESSAGE (below input) ─────────────────────────── */
.pw-input-error-msg {
  color: #E74C3C;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.pw-input-error-msg::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none' stroke='%23E74C3C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='7' cy='7' r='6'/><line x1='7' y1='4' x2='7' y2='8'/><line x1='7' y1='10' x2='7' y2='10'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
}

/* ── SHAKE ANIMATION (invalid submit) ───────────────────────── */
@keyframes xx-input-shake {
  0%, 100% { transform: translateX(0); }
  25%      { transform: translateX(-6px); }
  75%      { transform: translateX(6px); }
}
.pw-input--shake {
  animation: xx-input-shake 0.3s var(--pw-ease);
}

/* ── FOCUS RING (valid/error states) ────────────────────────── */
.pw-input--valid:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.2);
}
.pw-input--error:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.2);
}

/* ═══════════════════════════════════════════════════════════════
   COMBINATION UTILITIES
   Klasy łączące kilka efektów (np. card z lift + glow).
   Dodawaj do karty/buttonu by jednym slug-em włączyć kompozyt.
   ═══════════════════════════════════════════════════════════════ */

/* ── CARD INTERACTION (lift + glow) ─────────────────────────── */
.pw-hover--card {
  transition: transform 0.3s var(--pw-ease),
              box-shadow 0.3s var(--pw-ease);
  will-change: transform, box-shadow;
  cursor: pointer;
}
.pw-hover--card:hover,
.pw-hover--card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12),
              0 0 24px var(--pw-primary-soft);
}
.pw-hover--card:active {
  transform: translateY(-1px);
}

/* ── IMAGE ZOOM (within fixed-size container) ───────────────── */
.pw-hover--image-zoom {
  overflow: hidden;
  position: relative;
}
.pw-hover--image-zoom img,
.pw-hover--image-zoom > picture > img {
  transition: transform 0.5s var(--pw-ease);
  will-change: transform;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pw-hover--image-zoom:hover img,
.pw-hover--image-zoom:focus-visible img,
.pw-hover--image-zoom:hover > picture > img,
.pw-hover--image-zoom:focus-visible > picture > img {
  transform: scale(1.06);
}

/* ── OVERLAY REVEAL (caption on hover) ──────────────────────── */
.pw-hover--overlay {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.pw-hover--overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
              rgba(0, 0, 0, 0.6) 0%,
              rgba(0, 0, 0, 0) 60%);
  opacity: 0;
  transition: opacity 0.3s var(--pw-ease);
  pointer-events: none;
  z-index: 1;
}
.pw-hover--overlay:hover::before,
.pw-hover--overlay:focus-visible::before {
  opacity: 1;
}

/* ═══════════════════════════════════════════════════════════════
   DURATION + DELAY UTILITIES
   Dodaj klasę by precyzyjnie sterować czasem animacji/transition.
   Działa z .pw-reveal*, .pw-hover--*, .pw-modal--*.
   ═══════════════════════════════════════════════════════════════ */

.pw-dur-150 { transition-duration: 0.15s !important; animation-duration: 0.15s !important; }
.pw-dur-200 { transition-duration: 0.2s  !important; animation-duration: 0.2s  !important; }
.pw-dur-300 { transition-duration: 0.3s  !important; animation-duration: 0.3s  !important; }
.pw-dur-500 { transition-duration: 0.5s  !important; animation-duration: 0.5s  !important; }
.pw-dur-700 { transition-duration: 0.7s  !important; animation-duration: 0.7s  !important; }
.pw-dur-1000 { transition-duration: 1s   !important; animation-duration: 1s   !important; }

.pw-delay-0   { transition-delay: 0s     !important; animation-delay: 0s     !important; }
.pw-delay-100 { transition-delay: 0.1s   !important; animation-delay: 0.1s   !important; }
.pw-delay-200 { transition-delay: 0.2s   !important; animation-delay: 0.2s   !important; }
.pw-delay-300 { transition-delay: 0.3s   !important; animation-delay: 0.3s   !important; }
.pw-delay-500 { transition-delay: 0.5s   !important; animation-delay: 0.5s   !important; }
.pw-delay-700 { transition-delay: 0.7s   !important; animation-delay: 0.7s   !important; }

/* ═══════════════════════════════════════════════════════════════
   CURSOR + STATE HELPERS
   ═══════════════════════════════════════════════════════════════ */

.pw-cursor-pointer { cursor: pointer; }
.pw-cursor-help    { cursor: help; }
.pw-cursor-grab    { cursor: grab; }
.pw-cursor-grab:active { cursor: grabbing; }
.pw-cursor-not-allowed { cursor: not-allowed; }

.pw-state-loading {
  pointer-events: none;
  opacity: 0.6;
  position: relative;
}
.pw-state-loading::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.3);
  pointer-events: none;
}

.pw-state-disabled {
  pointer-events: none;
  opacity: 0.5;
  filter: grayscale(0.4);
  cursor: not-allowed;
}

/* ═══════════════════════════════════════════════════════════════
   PRINT MEDIA — disable all interactions/animations
   ═══════════════════════════════════════════════════════════════ */
@media print {
  .pw-skeleton,
  .pw-spinner,
  .pw-dot-loader,
  .pw-modal__overlay,
  .pw-modal {
    display: none !important;
  }
  .pw-reveal,
  .pw-reveal--slide-left,
  .pw-reveal--zoom,
  .pw-reveal--stagger > *,
  .pw-reveal--parallax {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ═══════════════════════════════════════════════════════════════
   END LAYER 7 — INTERACTIONS
   ═══════════════════════════════════════════════════════════════ */


/* ═══════════ LAYER 8 — DIVIDERS/PATTERNS (universal) ═══════════ */
/* ═══════════════════════════════════════════════════════════════
   LAYER 8 — DIVIDERS + PATTERNS + TEXTURES
   Visual accents do separowania sekcji i bogacenia teł.

   - Curved dividers (5): SVG shape masks między sekcjami
   - Wave dividers (5): soft/double/sharp/organic/thin
   - Geometric patterns (5): dots/lines/triangles/hexagon/diamond
   - Organic shapes (5): blob masks
   - Texture overlays (5): paper/fabric/grunge/noise/watercolor
   - Vibe-specific accents (8): luxury gold-leaf, art-deco sunburst, mountain topo, etc.

   Wszystkie SVG inline jako data: URI — bez assets zewnętrznych.
   ═══════════════════════════════════════════════════════════════ */


/* ───────────────────────────────────────────────────────────────
   1) CURVED DIVIDERS
   Sekcyjne przejścia z miękkimi krzywymi Béziera.
   Wszystkie wymagają parenta z kolorem dolnej sekcji.
   Element sam ma kolor górnej sekcji, ::after rysuje wycinek dolnej.
   ─────────────────────────────────────────────────────────────── */

.pw-divider--curve-down {
  position: relative;
  height: 100px;
  width: 100%;
  background: var(--pw-bg, #FAFAF5);
  margin: 0;
  pointer-events: none;
  overflow: hidden;
  color: var(--pw-cream, #FAFAF5);
}
.pw-divider--curve-down::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100' preserveAspectRatio='none'><path fill='%23FAFAF5' d='M0,60 C480,0 960,120 1440,60 L1440,100 L0,100 Z'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}

.pw-divider--curve-up {
  position: relative;
  height: 100px;
  width: 100%;
  background: var(--pw-bg, #FAFAF5);
  margin: 0;
  pointer-events: none;
  overflow: hidden;
}
.pw-divider--curve-up::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100' preserveAspectRatio='none'><path fill='%23FAFAF5' d='M0,40 C480,100 960,-20 1440,40 L1440,0 L0,0 Z'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}

.pw-divider--curve-asym {
  position: relative;
  height: 120px;
  width: 100%;
  background: var(--pw-bg, #FAFAF5);
  margin: 0;
  pointer-events: none;
  overflow: hidden;
}
.pw-divider--curve-asym::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'><path fill='%23FAFAF5' d='M0,20 C300,100 800,40 1100,90 C1280,118 1380,110 1440,90 L1440,120 L0,120 Z'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}

.pw-divider--curve-tilt {
  position: relative;
  height: 110px;
  width: 100%;
  background: var(--pw-bg, #FAFAF5);
  margin: 0;
  pointer-events: none;
  overflow: hidden;
}
.pw-divider--curve-tilt::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 110' preserveAspectRatio='none'><path fill='%23FAFAF5' d='M0,90 C400,70 800,40 1440,10 L1440,110 L0,110 Z'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}

.pw-divider--curve-double {
  position: relative;
  height: 130px;
  width: 100%;
  background: var(--pw-bg, #FAFAF5);
  margin: 0;
  pointer-events: none;
  overflow: hidden;
}
.pw-divider--curve-double::before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  height: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100' preserveAspectRatio='none'><path fill='%23EEEEE4' opacity='0.6' d='M0,50 C320,10 720,90 1440,50 L1440,100 L0,100 Z'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.pw-divider--curve-double::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100' preserveAspectRatio='none'><path fill='%23FAFAF5' d='M0,70 C480,20 960,110 1440,60 L1440,100 L0,100 Z'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}


/* ───────────────────────────────────────────────────────────────
   2) WAVE DIVIDERS
   Wave/zigzag variants — flowing transitions inspired by water/wind.
   ─────────────────────────────────────────────────────────────── */

.pw-divider--wave-soft {
  position: relative;
  height: 80px;
  width: 100%;
  background: var(--pw-bg, #FAFAF5);
  margin: 0;
  pointer-events: none;
  overflow: hidden;
}
.pw-divider--wave-soft::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'><path fill='%23FAFAF5' d='M0,40 C180,10 360,70 540,40 C720,10 900,70 1080,40 C1260,10 1440,40 1440,40 L1440,80 L0,80 Z'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}

.pw-divider--wave-double {
  position: relative;
  height: 100px;
  width: 100%;
  background: var(--pw-bg, #FAFAF5);
  margin: 0;
  pointer-events: none;
  overflow: hidden;
}
.pw-divider--wave-double::before {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  height: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100' preserveAspectRatio='none'><path fill='%23EEEEE4' opacity='0.55' d='M0,50 C200,20 400,80 600,50 C800,20 1000,80 1200,50 C1320,30 1440,50 1440,50 L1440,100 L0,100 Z'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.pw-divider--wave-double::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100' preserveAspectRatio='none'><path fill='%23FAFAF5' d='M0,60 C200,30 400,90 600,60 C800,30 1000,90 1200,60 C1320,40 1440,60 1440,60 L1440,100 L0,100 Z'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}

.pw-divider--wave-sharp {
  position: relative;
  height: 70px;
  width: 100%;
  background: var(--pw-bg, #FAFAF5);
  margin: 0;
  pointer-events: none;
  overflow: hidden;
}
.pw-divider--wave-sharp::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 70' preserveAspectRatio='none'><path fill='%23FAFAF5' d='M0,40 L120,10 L240,40 L360,10 L480,40 L600,10 L720,40 L840,10 L960,40 L1080,10 L1200,40 L1320,10 L1440,40 L1440,70 L0,70 Z'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}

.pw-divider--wave-organic {
  position: relative;
  height: 120px;
  width: 100%;
  background: var(--pw-bg, #FAFAF5);
  margin: 0;
  pointer-events: none;
  overflow: hidden;
}
.pw-divider--wave-organic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'><path fill='%23FAFAF5' d='M0,60 C120,30 240,100 380,70 C540,40 680,90 820,55 C980,25 1120,95 1260,65 C1340,50 1440,80 1440,80 L1440,120 L0,120 Z'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}

.pw-divider--wave-thin {
  position: relative;
  height: 40px;
  width: 100%;
  background: var(--pw-bg, #FAFAF5);
  margin: 0;
  pointer-events: none;
  overflow: hidden;
}
.pw-divider--wave-thin::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 40' preserveAspectRatio='none'><path fill='%23FAFAF5' d='M0,20 C240,5 480,35 720,20 C960,5 1200,35 1440,20 L1440,40 L0,40 Z'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}


/* ───────────────────────────────────────────────────────────────
   3) GEOMETRIC PATTERNS
   Tileable backgrounds — dots, lines, polygons.
   Aplikuj na sekcje jako bg-image (na .section.pw-pattern--dots).
   ─────────────────────────────────────────────────────────────── */

.pw-pattern--dots {
  background-color: var(--pw-bg, #FAFAF5);
  background-image: radial-gradient(var(--pw-cream3, #DCDCD0) 1px, transparent 1px);
  background-size: 20px 20px;
  background-position: 0 0;
}
.pw-pattern--dots.pw-pattern--lg {
  background-size: 40px 40px;
}
.pw-pattern--dots.pw-pattern--subtle {
  background-image: radial-gradient(rgba(0, 0, 0, 0.06) 1px, transparent 1px);
}

.pw-pattern--lines {
  background-color: var(--pw-bg, #FAFAF5);
  background-image: repeating-linear-gradient(
    45deg,
    var(--pw-cream3, #DCDCD0),
    var(--pw-cream3, #DCDCD0) 1px,
    transparent 1px,
    transparent 12px
  );
}
.pw-pattern--lines.pw-pattern--lg {
  background-image: repeating-linear-gradient(
    45deg,
    var(--pw-cream3, #DCDCD0),
    var(--pw-cream3, #DCDCD0) 2px,
    transparent 2px,
    transparent 24px
  );
}
.pw-pattern--lines.pw-pattern--subtle {
  background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.04),
    rgba(0, 0, 0, 0.04) 1px,
    transparent 1px,
    transparent 12px
  );
}

.pw-pattern--triangles {
  background-color: var(--pw-bg, #FAFAF5);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'><path fill='none' stroke='%23DCDCD0' stroke-width='1' d='M20,5 L35,35 L5,35 Z'/></svg>");
  background-size: 40px 40px;
  background-repeat: repeat;
}
.pw-pattern--triangles.pw-pattern--lg {
  background-size: 80px 80px;
}
.pw-pattern--triangles.pw-pattern--subtle {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'><path fill='none' stroke='rgba(0,0,0,0.05)' stroke-width='1' d='M20,5 L35,35 L5,35 Z'/></svg>");
}

.pw-pattern--hexagon {
  background-color: var(--pw-bg, #FAFAF5);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='56' height='100' viewBox='0 0 56 100'><path fill='none' stroke='%23DCDCD0' stroke-width='1' d='M28,1 L55,17 L55,49 L28,65 L1,49 L1,17 Z M28,65 L55,81 L55,113 M28,65 L1,81 L1,113'/></svg>");
  background-size: 56px 100px;
  background-repeat: repeat;
}
.pw-pattern--hexagon.pw-pattern--lg {
  background-size: 112px 200px;
}
.pw-pattern--hexagon.pw-pattern--subtle {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='56' height='100' viewBox='0 0 56 100'><path fill='none' stroke='rgba(0,0,0,0.05)' stroke-width='1' d='M28,1 L55,17 L55,49 L28,65 L1,49 L1,17 Z M28,65 L55,81 L55,113 M28,65 L1,81 L1,113'/></svg>");
}

.pw-pattern--diamond {
  background-color: var(--pw-bg, #FAFAF5);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'><path fill='none' stroke='%23DCDCD0' stroke-width='1' d='M20,2 L38,20 L20,38 L2,20 Z'/></svg>");
  background-size: 40px 40px;
  background-repeat: repeat;
}
.pw-pattern--diamond.pw-pattern--lg {
  background-size: 80px 80px;
}
.pw-pattern--diamond.pw-pattern--subtle {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'><path fill='none' stroke='rgba(0,0,0,0.05)' stroke-width='1' d='M20,2 L38,20 L20,38 L2,20 Z'/></svg>");
}


/* ───────────────────────────────────────────────────────────────
   4) ORGANIC SHAPES — BLOBS
   Absolutely positioned, decorative.
   Parent musi mieć position: relative + overflow: hidden.
   Kolor wypełnienia via currentColor -> ustaw color: var(--pw-primary).
   ─────────────────────────────────────────────────────────────── */

.pw-blob {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  width: 400px;
  height: 400px;
  opacity: 0.15;
  background-repeat: no-repeat;
  background-size: contain;
  color: var(--pw-primary, #722F37);
}
.pw-blob--top-right { top: -100px; right: -100px; }
.pw-blob--top-left { top: -100px; left: -100px; }
.pw-blob--bottom-right { bottom: -100px; right: -100px; }
.pw-blob--bottom-left { bottom: -100px; left: -100px; }
.pw-blob--sm { width: 220px; height: 220px; }
.pw-blob--lg { width: 600px; height: 600px; }

.pw-blob--soft {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><path fill='%23722F37' d='M44.6,-67.5C57.8,-58.6,68.3,-44.6,73.6,-29.2C78.9,-13.8,79,3,73.4,17.6C67.8,32.1,56.5,44.4,43.4,54.6C30.3,64.8,15.1,73,-0.8,74.1C-16.7,75.2,-33.3,69.3,-46.7,59.2C-60.1,49.1,-70.2,34.8,-74.5,18.7C-78.7,2.6,-77,-15.3,-69.7,-30C-62.5,-44.7,-49.6,-56.1,-35.6,-65C-21.5,-73.8,-6.4,-80,8.7,-79.5C23.7,-79,31.5,-76.3,44.6,-67.5Z' transform='translate(100 100)'/></svg>");
}

.pw-blob--spike {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><path fill='%23722F37' d='M48.5,-58.2L62.7,-49.3L72.1,-32.9L74.8,-12.5L70.8,7.6L60.1,28.5L43.3,49.4L21.8,68.1L-3.6,73L-29.5,64.5L-50.4,46.6L-66.2,22.9L-72.8,-4.5L-68.3,-32.5L-53.1,-52.8L-31.8,-65.7L-7.9,-71.6L17.6,-69.5L34.3,-67.1Z' transform='translate(100 100)'/></svg>");
}

.pw-blob--circle-organic {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><path fill='%23722F37' d='M51,-67.5C66.1,-58.4,77.9,-43.1,82.5,-26.1C87.1,-9.1,84.5,9.6,77.2,25.5C69.9,41.4,57.9,54.6,43.2,63C28.5,71.4,11.1,75,-5.5,82.2C-22.1,89.4,-37.9,100.1,-50.3,95.2C-62.7,90.3,-71.8,69.7,-77.7,50.5C-83.6,31.3,-86.3,13.6,-83.9,-3.2C-81.5,-19.9,-74.1,-35.6,-63.1,-46.1C-52.1,-56.6,-37.5,-61.9,-23.4,-69.5C-9.3,-77.1,4.3,-87.1,18.7,-86C33.1,-84.9,48.3,-72.7,51,-67.5Z' transform='translate(100 100)'/></svg>");
}

.pw-blob--asym {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><path fill='%23722F37' d='M37.5,-55.8C47.4,-49.7,53.5,-37.4,61.6,-23.7C69.7,-10,79.7,5.1,79.1,19.6C78.4,34.1,67.1,48,53.2,57.3C39.4,66.7,23.1,71.5,7.1,68.7C-9,65.9,-24.6,55.5,-39.1,46.2C-53.5,36.9,-66.7,28.7,-72.8,16.2C-78.8,3.6,-77.7,-13.4,-70.4,-26.7C-63.1,-40,-49.7,-49.6,-36.1,-55.1C-22.4,-60.5,-8.5,-61.7,3.6,-66.8C15.7,-71.8,27.5,-61.9,37.5,-55.8Z' transform='translate(100 100)'/></svg>");
}

.pw-blob--small {
  width: 220px;
  height: 220px;
  opacity: 0.18;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><path fill='%23722F37' d='M53.7,-65.5C66.4,-55.6,71.4,-35.9,73.3,-17.4C75.2,1.2,74,18.6,66.6,33.3C59.2,48,45.6,60,30,67.1C14.4,74.2,-3.2,76.4,-19.6,72.1C-36,67.7,-51.2,56.7,-61.8,42.4C-72.4,28.1,-78.3,10.6,-76.3,-5.7C-74.3,-22,-64.4,-37.1,-51.5,-46.8C-38.6,-56.5,-22.7,-60.8,-4.5,-55.7C13.7,-50.6,41,-75.4,53.7,-65.5Z' transform='translate(100 100)'/></svg>");
}


/* ───────────────────────────────────────────────────────────────
   5) TEXTURE OVERLAYS
   Subtelne nakładki na sekcje — paper, fabric, grain.
   Element musi mieć position: relative; texture-y nakładane via ::after.
   ─────────────────────────────────────────────────────────────── */

.pw-texture--paper {
  position: relative;
}
.pw-texture--paper::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='p'><feTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.2 0 0 0 0 0.2 0 0 0 0 0.2 0 0 0 0.15 0'/></filter><rect width='200' height='200' filter='url(%23p)'/></svg>");
  background-size: 200px 200px;
  opacity: 0.04;
  pointer-events: none;
  mix-blend-mode: multiply;
  z-index: 1;
}

.pw-texture--fabric {
  position: relative;
}
.pw-texture--fabric::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='none' stroke='%23000000' stroke-width='0.5' opacity='0.4' d='M0,0 L8,8 M0,8 L8,0'/></svg>");
  background-size: 8px 8px;
  background-repeat: repeat;
  opacity: 0.06;
  pointer-events: none;
  mix-blend-mode: multiply;
  z-index: 1;
}

.pw-texture--grunge {
  position: relative;
}
.pw-texture--grunge::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300'><filter id='g'><feTurbulence type='turbulence' baseFrequency='0.02 0.15' numOctaves='5' seed='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.1 0 0 0 0 0.1 0 0 0 0 0.1 0 0 0 1 0'/></filter><rect width='300' height='300' filter='url(%23g)'/></svg>");
  background-size: 300px 300px;
  opacity: 0.08;
  pointer-events: none;
  mix-blend-mode: multiply;
  z-index: 1;
}

.pw-texture--noise {
  position: relative;
}
.pw-texture--noise::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/></filter><rect width='100' height='100' filter='url(%23n)' opacity='0.6'/></svg>");
  background-size: 100px 100px;
  opacity: 0.05;
  pointer-events: none;
  mix-blend-mode: multiply;
  z-index: 1;
}

.pw-texture--watercolor {
  position: relative;
}
.pw-texture--watercolor::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(114, 47, 55, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 75% 60%, rgba(212, 165, 116, 0.07) 0%, transparent 55%),
    radial-gradient(circle at 50% 90%, rgba(143, 175, 162, 0.06) 0%, transparent 60%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0.85;
  pointer-events: none;
  mix-blend-mode: multiply;
  z-index: 1;
}


/* ───────────────────────────────────────────────────────────────
   6) VIBE-SPECIFIC ACCENTS


/* ═══════════════════════════════════════════════════════════════
   §PW-CLIENT — Prosty Wynajem (Scandi Clean)
   GAP-TRAPS (dopełnienie layer1) + bespoke UX + page guards
   ─────────────────────────────────────────────────────────────
   Edytuj TYLKO tutaj przy zmianach per-klient. Reszta = biblioteka.
   ═══════════════════════════════════════════════════════════════ */

/* ───────── GAP-TRAP A — default13 root 10px rem (62.5%) awareness ─────────
   default13 ustawia html{font-size:62.5%} -> 1rem = 10px. Nasze reguły
   używają px/clamp, więc wymuszamy przewidywalny root. */
html { font-size: 100%; }
body.default13, body[class*="page-"] { font-size: 16px; }

/* ───────── GAP-TRAP B — TRAP-01 default13 baseline (navbar-toggler) ─────────
   System: header.default13 .navbar-toggler ma 0,2,3 !important.
   Nasz override równej/wyższej specyficzności. */
header.default13 .navbar-toggler {
  background: transparent !important;
  border-color: var(--pw-primary) !important;
  color: var(--pw-primary) !important;
}
body.page-index header.default13:not(.pw-header--scrolled) .navbar-reservation,
header.default13 .navbar-reservation {
  background: var(--pw-primary) !important;
  border-color: var(--pw-primary) !important;
  color: #FFF !important;
}
header.default13 .navbar-reservation:hover {
  background: var(--pw-primary-dark) !important;
  border-color: var(--pw-primary-dark) !important;
}

/* ───────── GAP-TRAP C — TRAP-09: zamiast agresywnego 110% systemu →
   ŁAGODNY, powolny Ken Burns (1 → 1.06, 22s, w obie strony). Zaczyna od 1
   (pełna kompozycja widoczna), nie ucina kadru jak default13. ───────── */
#parallax_topslider .slick-track img,
#parallax_topslider .slick-track img.animate,
.section.parallax .slick-track img,
.section.parallax .slick-track img.animate {
  /* NIE ustawiaj tu transform:scale(1)!important — deklaracja !important
     przebija animację w kaskadzie i zoom stoi. Animacja sama trzyma scale. */
  transition: none !important;
  transform-origin: center center;
  animation: pwKenBurns 22s ease-in-out infinite alternate !important;
  will-change: transform;
}
@keyframes pwKenBurns { from { transform: scale(1); } to { transform: scale(1.06); } }
@media (prefers-reduced-motion: reduce) {
  #parallax_topslider .slick-track img,
  .section.parallax .slick-track img { animation: none !important; transform: scale(1) !important; }
}

/* ───────── GAP-TRAP D — parallax slider z-index (znika za body bg) ───────── */
.section.parallax { z-index: 0 !important; isolation: isolate; }

/* ───────── GAP-TRAP E — hero scrim .fp-tableCell::before (fullpage, defensywnie) ───────── */
.fp-tableCell::before,
.section.parallax .fp-tableCell::before {
  background: rgba(26, 26, 26, 0.28) !important;
}

/* ───────── GAP-TRAP F — TRAP-08 menu-wrapper bg (nav solid -> cream) ───────── */
header.default13 .menu-wrapper { background: var(--pw-bg) !important; }

/* ───────── GAP-TRAP G — navbar-brand logo w białej karcie wystaje ───────── */
header.default13 .navbar-brand {
  height: auto !important;
  min-height: 0 !important;
  line-height: 0 !important;
}
header.default13 .navbar-brand img { max-height: 52px; width: auto; }

/* ───────── GAP-TRAP H — TRAP-12 footer ::before navy pseudo ───────── */
.footer-contact-baner::before,
.footer-contact-baner::after { display: none !important; content: none !important; }

/* ───────── GAP-TRAP I — TRAP-03/13 Powered by IdoBooking widoczne ─────────
   Wymóg licencyjny. on_white.svg jako bg (nie <img>, bo fill=none). */
.powered-by-idobooking img,
.powered-logo,
img[src*="logo_powered_by"],
.powered_by img {
  filter: none !important;
  opacity: 1 !important;
  width: 240px !important;
  height: 56px !important;
}
.powered_by a.powered_by_logo {
  display: inline-block;
  width: 240px; height: 56px;
  background: #F5F4F1 url("https://static.idobooking.com/images/logo_powered_by_on_white.svg") center/150px no-repeat;
  border-radius: 4px;
}

/* ───────── GAP-TRAP J — TRAP-13 payment logos invert kills colors ─────────
   System: .footer-contact-baner svg{filter:brightness(0) invert(1)}.
   MC = kolorowy pattern -> invert zabija. Wyłączamy invert, monochrom VISA->ciemny. */
.footer-contact-baner svg { filter: none !important; }
.footer-contact-baner svg path:not([fill]) { fill: var(--pw-text-soft) !important; }

/* ───────── GAP-TRAP K — TRAP-07 litepicker --static centering ───────── */
.litepicker.litepicker--static {
  position: relative !important;
  left: auto !important; right: auto !important;
  margin: 0 auto !important;
}
/* litepicker centering = obsłużone przez fixed-modal w §FR-CLIENT v1.2
   (anty-wzorzec [style*="left"] usunięty — kolidował z modalem). */

/* ───────── GAP-TRAP L — iai_location dropdown branding on container ─────────
   Branding na #iailocation-container, NIE na kotwicy #iai_location (klipuje). */
#iailocation-container,
.iai-location-dropdown {
  border-radius: var(--pw-radius) !important;
  border: 1px solid var(--pw-border) !important;
  box-shadow: var(--pw-shadow-md) !important;
  background: var(--pw-bg) !important;
}

/* ───────── GAP-TRAP M — TRAP-02 container-hotspot duplicate kill ───────── */
.container-hotspot { display: none !important; }

/* ───────── GAP-TRAP N — /offer #additional absolute overflow ───────── */
body.page-offer #additional { position: static !important; }

/* ───────── GAP-TRAP O — global heading dark !important on dark sections ─────────
   Jasne nagłówki na ciemnym MUSZĄ mieć własny !important. */
.pw-band--dark h1, .pw-band--dark h2, .pw-band--dark h3,
.pw-band--dark h4, .pw-band--dark p,
.pw-band--dark .pw-h1, .pw-band--dark .pw-h2, .pw-band--dark .pw-h3 {
  color: #EEF4F6 !important;
}

/* ───────── GAP-TRAP P — /txt .txt-text wrapper colors our titles ───────── */
body.page-txt .txt-text .pw-section-title,
body.page-txt .txt-text .pw-h2,
body.page-txt .pw-page h1, body.page-txt .pw-page h2 {
  color: var(--pw-text) !important;
}

/* ───────── GAP-TRAP Q — body_top <header> łapie header{position:fixed} ───────── */
.pw-page > header, .pw-section > header { position: static !important; }

/* ───────── GAP-TRAP R — cookie toast nad polem hero ─────────
   bottom 92px (nie 16) — nad sticky ministripem v2.0 (kolizja mobile). */
#ck_dsclr_v2, .cookie-disclaimer {
  top: auto !important; bottom: 92px !important;
  left: 16px !important; right: auto !important;
  max-width: 380px;
}

/* ═══════════════════════════════════════════════════════════════
   BANDS — system 3-tonów (cream / white / dark) + full-bleed §19
   KAŻDA sekcja pełnoekranowa MUSI być tu wylistowana. */
.pw-band {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50vw);
  padding: clamp(56px, 8vw, 120px) 0;
}
.pw-band__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 48px);
}
.pw-band--cream { background: var(--pw-cream); }
.pw-band--white { background: var(--pw-bg); }
.pw-band--dark  { background: var(--pw-footer-bg); color: #EEF4F6; }
.pw-band--sand  { background: var(--pw-cream2); }

/* ═══════════════════════════════════════════════════════════════
   HEADER — solid (scandi) */
header.default13 {
  background: var(--pw-bg) !important;
  box-shadow: 0 1px 0 var(--pw-border);
}
header.default13 a[href]:not(.navbar-reservation):not(.logo) {
  color: var(--pw-text) !important;
  font-family: var(--pw-font-heading);
  font-weight: 500;
  letter-spacing: 0.01em;
}
header.default13 a[href]:not(.navbar-reservation):not(.logo):hover {
  color: var(--pw-primary) !important;
}

/* ═══════════════════════════════════════════════════════════════
   BUTTONS */
.pw-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--pw-font-heading); font-weight: 600;
  font-size: 15px; letter-spacing: 0.01em;
  padding: 14px 30px; border-radius: var(--pw-radius);
  border: 1.5px solid transparent; cursor: pointer;
  text-decoration: none; transition: all 0.25s var(--pw-ease);
}
.pw-btn--primary { background: var(--pw-primary); color: #FFF; }
.pw-btn--primary:hover { background: var(--pw-primary-dark); transform: translateY(-2px); }
.pw-btn--ghost { background: transparent; color: var(--pw-text); border-color: var(--pw-text); }
.pw-btn--ghost:hover { background: var(--pw-text); color: var(--pw-bg); }
.pw-btn--sand { background: var(--pw-secondary); color: #3B2F10; }
.pw-btn--sand:hover { background: var(--pw-secondary-dark); color: #FFFFFF; }

/* ═══════════════════════════════════════════════════════════════
   HERO — centered-typography (scandi) */
.pw-hero {
  position: relative; min-height: 88vh;
  display: flex; align-items: center; justify-content: center;
  text-align: center; overflow: hidden;
  background: var(--pw-hero-bg);
}
.pw-hero__bg {
  position: absolute; inset: 0; z-index: 0;
  background: var(--pw-cream3) center/cover no-repeat;
}
.pw-hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(26,26,26,0.10) 0%, rgba(26,26,26,0.34) 100%);
}
.pw-hero__inner { position: relative; z-index: 2; max-width: 860px; padding: 0 24px; color: #FFF; }
.pw-hero__eyebrow { color: var(--pw-secondary-light); margin-bottom: 18px; }
.pw-hero__title { color: #FFF; font-size: clamp(38px, 6vw, 76px); margin-bottom: 18px; }
.pw-hero__lead {
  font-family: var(--pw-font-body); font-size: clamp(17px, 1.6vw, 21px);
  color: rgba(255,255,255,0.92); max-width: 620px; margin: 0 auto 30px;
}

/* ═══════════════════════════════════════════════════════════════
   §UX1 — Morphing booking bar (hero -> sticky pill) */
.pw-bookbar {
  position: relative; z-index: 3;
  display: flex; flex-wrap: wrap; gap: 10px; align-items: center;
  background: var(--pw-bg); color: var(--pw-text);
  border-radius: var(--pw-radius-lg); box-shadow: var(--pw-shadow-lg);
  padding: 14px; max-width: 820px; margin: 8px auto 0;
}
.pw-bookbar__field {
  flex: 1 1 150px; display: flex; flex-direction: column;
  gap: 3px; padding: 6px 14px; text-align: left;
  border-right: 1px solid var(--pw-border);
}
.pw-bookbar__field:last-of-type { border-right: none; }
.pw-bookbar__label { font-family: var(--pw-font-heading); font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: var(--pw-text-muted); }
.pw-bookbar__value { font-family: var(--pw-font-heading); font-weight: 600; font-size: 14px; color: var(--pw-text); }
.pw-bookbar .pw-btn { flex: 0 0 auto; }
/* sticky/morphed state (JS adds --fixed via IntersectionObserver) */
.pw-bookbar--fixed {
  position: fixed; top: calc(var(--pw-header-h) + 8px); left: 50%;
  transform: translateX(-50%); z-index: 1200;
  max-width: 680px; width: calc(100% - 32px);
  padding: 8px 10px; animation: pwBarDrop 0.4s var(--pw-ease);
}
.pw-bookbar--fixed .pw-bookbar__field { padding: 2px 12px; }
.pw-bookbar--fixed .pw-bookbar__label { display: none; }
@keyframes pwBarDrop { from { opacity: 0; transform: translate(-50%, -14px); } to { opacity: 1; transform: translate(-50%, 0); } }

/* §UX2 — Location toggle (Gdańsk / Gdynia / Plaża41) */
.pw-loctoggle {
  display: inline-flex; gap: 4px; padding: 5px;
  background: var(--pw-cream2); border-radius: 999px;
}
.pw-loctoggle__btn {
  font-family: var(--pw-font-heading); font-weight: 600; font-size: 14px;
  padding: 9px 22px; border-radius: 999px; border: none; cursor: pointer;
  background: transparent; color: var(--pw-text-soft); transition: all 0.2s var(--pw-ease);
}
.pw-loctoggle__btn[aria-pressed="true"] { background: var(--pw-primary); color: #FFF; }
.pw-loctoggle__btn .pw-star { color: var(--pw-secondary); }

/* §UX3 — Plaża41 spotlight */
.pw-plaza41__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 14px; }
.pw-plaza41__tile { position: relative; border-radius: var(--pw-radius-lg); overflow: hidden; min-height: 220px; background: var(--pw-cream3) center/cover; }
.pw-plaza41__tile img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pw-plaza41__badge {
  position: absolute; top: 14px; left: 14px;
  background: var(--pw-bg); color: var(--pw-primary-dark);
  font-family: var(--pw-font-heading); font-weight: 600; font-size: 12px;
  padding: 6px 12px; border-radius: 999px;
}

/* §UX4 — Map-first apartamenty */
.pw-aptmap { display: grid; grid-template-columns: 1.3fr 1fr; gap: 22px; align-items: stretch; }
.pw-aptmap__map { min-height: 460px; border-radius: var(--pw-radius-lg); overflow: hidden; background: var(--pw-cream3); }
.pw-aptmap__map .leaflet-container { width: 100%; height: 100%; min-height: 460px; }
.pw-aptmap__list { display: flex; flex-direction: column; gap: 12px; max-height: 460px; overflow-y: auto; padding-right: 4px; }
.pw-aptcard { display: flex; gap: 14px; background: var(--pw-bg); border: 1px solid var(--pw-border); border-radius: var(--pw-radius-lg); overflow: hidden; transition: box-shadow 0.2s var(--pw-ease); cursor: pointer; }
.pw-aptcard:hover { box-shadow: var(--pw-shadow-md); }
.pw-aptcard__thumb { flex: 0 0 110px; background: var(--pw-cream3) center/cover; }
.pw-aptcard__body { padding: 12px 14px; }
.pw-aptcard__name { font-family: var(--pw-font-heading); font-weight: 600; font-size: 16px; margin: 0 0 4px; }
.pw-aptcard__meta { font-size: 13px; color: var(--pw-text-muted); }
.pw-aptcard__price { font-family: var(--pw-font-heading); font-weight: 600; color: var(--pw-primary-dark); margin-top: 6px; }

/* §UX5 — Współpraca process timeline */
.pw-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: pwstep; }
.pw-process__step { position: relative; padding: 28px 20px; background: var(--pw-bg); border: 1px solid var(--pw-border); border-radius: var(--pw-radius-lg); }
.pw-process__step::before {
  counter-increment: pwstep; content: counter(pwstep);
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--pw-primary); color: #FFF;
  font-family: var(--pw-font-heading); font-weight: 700; font-size: 18px; margin-bottom: 14px;
}
.pw-process__step:last-child::before { background: var(--pw-secondary); color: #FFFFFF; }
.pw-process__title { font-family: var(--pw-font-heading); font-weight: 600; font-size: 18px; margin: 0 0 6px; }

/* §UX6 — SmartHotel trust strip */
.pw-smart { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; background: var(--pw-primary); color: #FFF; padding: 18px 24px; text-align: center; }
.pw-smart__txt { font-family: var(--pw-font-heading); font-weight: 600; font-size: clamp(15px, 1.4vw, 18px); }

/* ═══════════════════════════════════════════════════════════════
   SECTION HELPERS */
.pw-section-eyebrow { text-align: center; }
.pw-section-title { text-align: center; margin-bottom: 12px; }
.pw-section-lead { text-align: center; max-width: 640px; margin: 0 auto 44px; color: var(--pw-text-soft); }
.pw-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pw-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; align-items: center; }
.pw-feature { text-align: center; padding: 24px; }
.pw-feature__icon { font-size: 34px; color: var(--pw-primary); margin-bottom: 12px; display: block; }

/* divider thin-line (scandi) */
.pw-divider-line { width: 56px; height: 2px; background: var(--pw-secondary); border: none; margin: 0 auto 22px; }

/* ═══════════════════════════════════════════════════════════════
   FOOTER — minimal (scandi) */
footer .footer.container,
.footer-contact-baner { background: var(--pw-footer-bg) !important; }
footer, footer a { color: #D8E6EB; }
footer a:hover { color: var(--pw-secondary-light); }

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE */
@media (max-width: 991px) {
  .pw-aptmap { grid-template-columns: 1fr; }
  .pw-aptmap__map { min-height: 320px; }
  .pw-process { grid-template-columns: repeat(2, 1fr); }
  .pw-plaza41__grid { grid-template-columns: 1fr 1fr; }
  .pw-grid-3 { grid-template-columns: 1fr 1fr; }
  .pw-grid-2 { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .pw-hero { min-height: 78vh; }
  .pw-bookbar__field { flex: 1 1 100%; border-right: none; border-bottom: 1px solid var(--pw-border); }
  .pw-bookbar__field:last-of-type { border-bottom: none; }
  .pw-process, .pw-grid-3, .pw-plaza41__grid { grid-template-columns: 1fr; }
  .pw-loctoggle { width: 100%; justify-content: center; flex-wrap: wrap; }
  /* TRAP — mobile hero search-first order (markup v2.0:
     .pw-hero-wrap__inner + relokowany widget w .pw-widget-anim) */
  body.page-index .pw-hero-wrap__inner { display: flex; flex-direction: column; }
  body.page-index .pw-hero-wrap__inner .pw-widget-anim { order: -1; margin-bottom: 18px; }
}

/* ═══════════════════════════════════════════════════════════════
   HTML SUPPORT — klasy używane w body_top (styl tylko w CSS,
   bo sanitizer wycina inline style="" z body_top) */
.pw-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.pw-hero__scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(26,26,26,0.18) 0%, rgba(26,26,26,0.42) 100%); }
.pw-hero .pw-hero__inner { z-index: 2; }
.pw-bookbar__anchor { width: 100%; }

/* scroll reveal */
.pw-reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s var(--pw-ease), transform 0.7s var(--pw-ease); }
.pw-reveal--in { opacity: 1; transform: none; }

/* header scrolled + mobile drawer */
header.default13.pw-header--scrolled { box-shadow: var(--pw-shadow-md); }
@media (max-width: 991px) {
  body.pw-nav-open .menu-wrapper, body.pw-nav-open #navbar { display: block !important; }
}

/* sticky tabs */
.pw-tabs--fixed { position: fixed !important; top: var(--pw-header-h); left: 0; right: 0; z-index: 1100; background: var(--pw-bg); box-shadow: var(--pw-shadow-md); }

/* feature / card / about */
.pw-feature__title { font-family: var(--pw-font-heading); font-weight: 600; font-size: 19px; margin: 0 0 8px; }
.pw-card { background: var(--pw-bg); border: 1px solid var(--pw-border); border-radius: var(--pw-radius-lg); padding: 28px; }
.pw-about__media { border-radius: var(--pw-radius-lg); overflow: hidden; min-height: 360px; background: var(--pw-cream3) center/cover; }
.pw-about__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pw-plaza41__text { padding-right: 12px; }
.pw-cta-band { text-align: center; }
.pw-lead-list { list-style: none; padding: 0; margin: 18px 0; display: grid; gap: 12px; }
.pw-lead-list li { padding-left: 28px; position: relative; font-family: var(--pw-font-body); }
.pw-lead-list li::before { content: ""; position: absolute; left: 0; top: 9px; width: 14px; height: 8px; border-left: 2px solid var(--pw-primary); border-bottom: 2px solid var(--pw-primary); transform: rotate(-45deg); }
.pw-stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: center; }
.pw-stat__num { font-family: var(--pw-font-heading); font-weight: 700; font-size: clamp(32px, 4vw, 52px); color: var(--pw-primary); line-height: 1; }
.pw-stat__lbl { font-family: var(--pw-font-heading); font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: var(--pw-text-muted); margin-top: 8px; }
@media (max-width: 767px) { .pw-stat-row { grid-template-columns: 1fr; gap: 28px; } }

/* ═══════════════════════════════════════════════════════════════
   §FR-CLIENT — miejsce na ręczne regułki klienta (NIE usuwać) */
.pw-band--flush { padding-top: 0; padding-bottom: 0; }
.pw-smart { width: 100vw; margin-left: 50%; transform: translateX(-50vw); }
.pw-hero { width: 100vw; margin-left: 50%; transform: translateX(-50vw); }
.pw-plaza41 .pw-grid-2 { align-items: stretch; }

/* ═══════════════════════════════════════════════════════════════
   §FR-CLIENT v1.1 — FIXY po teście na stagingu (footer BEM + hero fallback)
   ─────────────────────────────────────────────────────────────── */

/* HERO — grafitowe tło-fallback (gdy brak/404 zdjęcia, biały tekst czytelny) */
.pw-hero { background: linear-gradient(160deg, #1B1C20 0%, #0D0E11 100%); }
.pw-hero__title, .pw-hero__lead, .pw-hero__eyebrow { color: #FFFFFF !important; }
.pw-hero__eyebrow { color: var(--pw-secondary-light) !important; }

/* FOOTER — default13 BEM markup (Scandi minimal, ciemny) */
footer,
footer .footer.container,
footer .footer-contact-baner { background: var(--pw-footer-bg) !important; }
footer .footer__wrapper { max-width: 1200px; margin: 0 auto; padding: 52px 24px; }
footer .footer__wrapper .row { display: flex; flex-wrap: wrap; gap: 24px; justify-content: space-between; align-items: center; }
footer, footer span, footer li, footer p { color: #D8E6EB !important; font-family: var(--pw-font-body); }
footer a { color: #D8E6EB !important; text-decoration: none; }
footer a:hover { color: var(--pw-secondary-light) !important; }
ul.footer__contact {
  list-style: none; margin: 0 auto; padding: 0;
  display: flex; flex-wrap: wrap; gap: 8px 28px; justify-content: center; align-items: center;
}
ul.footer__contact li { font-family: var(--pw-font-heading); font-size: 14px; }
.footer__social_media { display: flex; gap: 14px; justify-content: center; margin: 14px 0; }
.footer__social_media a { font-size: 18px; }
/* powered-by widoczne na ciemnej stopce (on_white chip) — wzmocnienie GAP-I */
footer .powered_by { text-align: center; margin-top: 18px; }
footer .powered_by a.powered_by_logo,
footer .powered_by img { opacity: 1 !important; filter: none !important; }

/* ═══════════════════════════════════════════════════════════════
   §FR-CLIENT v1.2 — HERO = SYSTEM SLIDER + REAL WIDGET (wzorzec FR/EasyRent)
   Nakładka brandu teleportowana nad .section.parallax; PRAWDZIWY
   #iai_book_form relokowany do hero i wymuszony widoczny+klikalny.
   ZASADA JARVIS: reskin działających komponentów, NIE atrapy.
   ─────────────────────────────────────────────────────────────── */

/* widget KLIKALNY na home (default13 daje .index-info{pointer-events:none}) */
body.page-index .index-info,
body.page-index .index-info * { pointer-events: auto !important; }

/* nakładka brandu nad systemowym sliderem (bez własnego tła!) */
.pw-hero-wrap {
  position: relative; z-index: 3;
  width: 100%; max-width: 960px; margin: 0 auto;
  padding: clamp(96px, 13vh, 150px) 24px 56px;
  text-align: center; color: #FFF;
}
.pw-hero-wrap__inner { position: relative; z-index: 3; }
/* scrim na slider dla czytelności (gdy hero w .fp-tableCell) */
.section.parallax .fp-tableCell::after,
.pw-hero-wrap::before { content: ""; }
.section.parallax.pw-scrim::before,
body.page-index .section.parallax::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(26,26,26,0.30) 0%, rgba(26,26,26,0.52) 100%);
  pointer-events: none;
}
.pw-hero-wrap .pw-hero__title { color: #FFF !important; font-size: clamp(38px,6vw,72px); margin-bottom: 16px; text-shadow: 0 2px 18px rgba(0,0,0,0.28); }
.pw-hero-wrap .pw-hero__eyebrow { color: var(--pw-secondary-light) !important; margin-bottom: 16px; }
.pw-hero-wrap .pw-hero__lead { color: rgba(255,255,255,0.94) !important; max-width: 620px; margin: 0 auto 26px; text-shadow: 0 1px 10px rgba(0,0,0,0.3); }

/* ── REAL WIDGET RESKIN (.iai-search / #iai_book_form) ── */
.index-info { max-width: 960px; margin: 26px auto 0 !important; }
.iai-search, #iai_book_form {
  font-family: var(--pw-font-heading) !important;
  display: flex !important; flex-wrap: wrap; gap: 10px; align-items: stretch;
  background: var(--pw-bg); border-radius: var(--pw-radius-lg);
  box-shadow: var(--pw-shadow-lg); padding: 12px;
}
#iai_book_form .widget__option {
  position: relative !important; flex: 1 1 160px;
  background: var(--pw-cream); border: 1px solid var(--pw-border);
  border-radius: var(--pw-radius); min-height: 56px; overflow: visible;
}
/* label-wypełnia-pole fix (klik trafia natywnie w input) */
#iai_book_form .widget__option label {
  position: absolute !important; top: 8px; left: 14px; z-index: 1;
  pointer-events: none !important;
  font-size: 11px !important; letter-spacing: 1px; text-transform: uppercase;
  color: var(--pw-text-muted) !important; font-family: var(--pw-font-heading) !important;
}
#iai_book_form .widget__option input,
#iai_book_form .widget__option .iai_widget_input {
  position: absolute !important; inset: 0 !important;
  padding: 26px 14px 8px !important; background: transparent !important;
  border: none !important; z-index: 2; width: 100%;
  font-family: var(--pw-font-heading) !important; font-weight: 600; color: var(--pw-text) !important;
}
/* persons chevron */
#iai_book_form .widget__option.iai_input-small { padding-right: 40px !important; }
#iai_book_form .widget__option.iai_input-small .iai_widget_btn {
  position: absolute !important; top: 50% !important; right: 14px !important; left: auto !important;
  transform: translateY(-50%) !important; width: 18px !important; height: 18px !important;
  opacity: 1 !important; font-size: 0 !important; background: transparent !important; border: none !important;
}
#iai_book_form .widget__option.iai_input-small .iai_widget_btn::after {
  content: '' !important; display: block; width: 8px; height: 8px;
  border-right: 2px solid var(--pw-text) !important; border-bottom: 2px solid var(--pw-text) !important;
  transform: rotate(45deg); margin: 0 auto;
}
#person_section { position: relative !important; }
#iai_persons_list { position: absolute !important; top: calc(100% + 6px) !important; left: 0 !important; right: auto !important; z-index: 100; }
/* submit = brand button, tekst skrócony */
#iai_book_form .formbutton, .formbutton {
  flex: 0 0 auto !important;
  background: var(--pw-primary) !important; color: #FFF !important; border: none !important;
  border-radius: var(--pw-radius) !important; font-family: var(--pw-font-heading) !important;
  font-weight: 600 !important; padding: 0 28px !important; min-height: 56px; cursor: pointer !important;
}
#iai_book_form .formbutton:hover, .formbutton:hover { background: var(--pw-primary-dark) !important; }
body.page-index #iai_book_form .formbutton { font-size: 0 !important; }
body.page-index #iai_book_form .formbutton::after { content: "Szukaj"; font-size: 15px; }
html[lang="en"] body.page-index #iai_book_form .formbutton::after { content: "Search"; }
/* litepicker = wycentrowany modal (fullpage transform łamie absolute)
   TRAP (EasyRent 2026-07-01): SCOPE do body.page-index! Globalny fixed
   przylepia kalendarz przy scrollu na /offer/N. */
body.page-index .litepicker:not(.litepicker--static) {
  position: fixed !important; left: 50% !important; top: 50% !important;
  transform: translate(-50%, -50%) !important; max-height: 88vh; overflow: auto; z-index: 100000 !important;
}
body.page-index .litepicker-backdrop { position: fixed !important; inset: 0 !important; background: rgba(26,26,26,0.55) !important; z-index: 99999 !important; }
body:not(.page-index) .litepicker-backdrop { display: none !important; }
/* location dropdown structure */
.iailocation-city > .iailocation-city, ul.iailocation-cities li { font-family: var(--pw-font-body); }

/* hero-wrap fallback: sage bg gdy NIE teleportowany (brak systemowego slidera);
   gdy wewnatrz .section.parallax -> przezroczysty (lezy na zdjeciu slidera) */
.pw-hero-wrap { background: linear-gradient(160deg, #1B1C20 0%, #0D0E11 100%); min-height: 62vh; display: flex; align-items: center; }
.section.parallax .pw-hero-wrap { background: transparent !important; min-height: 0; display: block; }

/* ═══════════════════════════════════════════════════════════════
   §FR-CLIENT v1.3 — AUDYT FIXES (2026-06-29, raport AUDYT_TRAPS)
   ─────────────────────────────────────────────────────────────── */

/* /txt: fixed-header offset + ukryj systemowy dubel H1 (big-label) */
body.page-txt #pageContent,
body.page-txt #content { padding-top: 96px !important; padding-bottom: 0 !important; }
body.page-txt h1.big-label,
body.page-txt .big-label,
body.page-txt .index-info h2 { display: none !important; }

/* price chip — ujednolicenie do prostokąta h64 r12 (usuwa kolizyjne koło §D) */
.offer-price,
.offer-right .offer-price,
.offer-right-top .offer-price {
  width: auto !important;
  height: 64px !important;
  min-width: 0 !important;
  border-radius: 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 18px !important;
  background: var(--pw-primary) !important;
  color: #FFF !important;
  font-family: var(--pw-font-heading) !important;
}

/* object-fit cover (iPhone Safari crop na galeriach/ofertach) */
.slick-slide img,
.offer img,
a[href*="/offer/"] img,
.pw-aptcard__thumb img,
.pw-plaza41__tile img,
.pw-about__media img { object-fit: cover !important; }

/* touch targets ≥44px (WCAG / §200) */
a[href*="/offer/"],
.pw-loctoggle__btn,
.navbar-reservation { min-height: 44px; }

/* hamburger FIXED poza drawerem (mobile) — drawer chowa toggler */
@media (max-width: 991px) {
  header.default13 .navbar-toggler,
  .navbar-toggler {
    position: fixed !important;
    top: 14px; right: 14px;
    z-index: 2000 !important;
    display: inline-flex !important;
    align-items: center; justify-content: center;
    width: 46px; height: 46px;
    background: var(--pw-bg) !important;
    border: 1px solid var(--pw-border) !important;
    border-radius: 6px !important;
  }
  /* backdrop NIGDY nad headerem/hamburgerem */
  .menu-backdrop, .navbar-backdrop { z-index: 1500 !important; }

  /* Etykieta „Menu" pod ikoną: chowamy wizualnie (a11y zostaje) — wystawała
     poza prawą krawędź (page-pan) i nachodziła na przycisk rezerwacji. */
  header.default13 .navbar-toggler span,
  .navbar-toggler span {
    position: absolute !important;
    width: 1px !important; height: 1px !important;
    padding: 0 !important; margin: -1px !important;
    overflow: hidden !important; clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important; border: 0 !important;
  }
  /* „Rezerwacja online": w otwartym menu = PEŁNA SZEROKOŚĆ pod listą linków,
     a nie w ciasnym górnym rzędzie POD hamburgerem (nachodzenie „nieczytelne"). */
  header.default13 .navbar { flex-wrap: wrap !important; }
  header.default13 .navbar .navbar-reservation {
    order: 5 !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 6px 0 4px !important;
    justify-content: center !important;
    text-align: center !important;
  }
}

/* ═══════════════════════════════════════════════════════════════
   §FR-CLIENT v1.4 — WARSTWA INTERAKTYWNOŚCI (Scandi: płynnie, subtelnie)
   smart-sticky · counters · staggered reveals · hover-lift ·
   Swiper (galeria) · back-to-top · smooth-scroll
   ─────────────────────────────────────────────────────────────── */

/* smart-sticky header: chowa się przy scroll w dół, wraca w górę */
header.default13 { transition: transform 0.4s var(--pw-ease), box-shadow 0.3s var(--pw-ease); will-change: transform; }
header.default13.pw-header--hidden { transform: translateY(-100%); }

/* staggered + kierunkowe reveals (rozszerza .pw-reveal) */
.pw-reveal[data-rev="left"]  { transform: translateX(-32px); }
.pw-reveal[data-rev="right"] { transform: translateX(32px); }
.pw-reveal[data-rev="scale"] { transform: scale(0.94); }
.pw-reveal[data-rev="left"].pw-reveal--in,
.pw-reveal[data-rev="right"].pw-reveal--in,
.pw-reveal[data-rev="scale"].pw-reveal--in { transform: none; }

/* hover-lift mikro-interakcje */
.pw-aptcard, .pw-feature, .pw-plaza41__tile, .pw-card, .pw-process__step {
  transition: transform 0.3s var(--pw-ease), box-shadow 0.3s var(--pw-ease);
}
.pw-feature:hover, .pw-process__step:hover { transform: translateY(-6px); box-shadow: var(--pw-shadow-md); }
.pw-plaza41__tile:hover { transform: scale(1.02); }
.pw-plaza41__tile img { transition: transform 0.6s var(--pw-ease); }
.pw-plaza41__tile:hover img { transform: scale(1.06); }

/* animowane liczniki (stat) */
.pw-stat__num { font-variant-numeric: tabular-nums; }

/* ── Swiper skin (Scandi) ── */
.pw-swiper { position: relative; overflow: hidden; border-radius: var(--pw-radius-lg); }
.pw-swiper .swiper-slide { height: auto; }
.pw-swiper .swiper-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pw-swiper .swiper-button-prev, .pw-swiper .swiper-button-next {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--pw-bg); color: var(--pw-primary-dark);
  box-shadow: var(--pw-shadow-md); --swiper-navigation-size: 16px;
}
.pw-swiper .swiper-pagination-bullet { background: var(--pw-bg); opacity: 0.6; }
.pw-swiper .swiper-pagination-bullet-active { background: var(--pw-secondary); opacity: 1; }

/* back-to-top */
.pw-backtop {
  position: fixed; right: 22px; bottom: 22px; z-index: 1200;
  width: 48px; height: 48px; border-radius: 50%; border: none; cursor: pointer;
  background: var(--pw-primary); color: #FFF; box-shadow: var(--pw-shadow-lg);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transform: translateY(12px);
  transition: opacity 0.3s var(--pw-ease), transform 0.3s var(--pw-ease), visibility 0.3s;
}
.pw-backtop.pw-backtop--show { opacity: 1; visibility: visible; transform: none; }
.pw-backtop:hover { background: var(--pw-primary-dark); }
.pw-backtop svg { width: 20px; height: 20px; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .pw-reveal { transition: none; opacity: 1; transform: none; }
  header.default13 { transition: none; }
}

/* Plaża41 slider — wysokość + badge nad slajdami */
.pw-plaza41__slider { min-height: 380px; }
.pw-plaza41__slider .swiper-slide { min-height: 380px; }
.pw-plaza41__slider .pw-plaza41__badge { z-index: 10; }
@media (max-width: 991px) { .pw-plaza41__slider, .pw-plaza41__slider .swiper-slide { min-height: 300px; } }

/* ═══════════════════════════════════════════════════════════════
   §PW-CLIENT v2.0 — LEGENDARY (2026-07-02)
   Motion system + premium footer + nowe sekcje home.
   Gating: html.pw-js (dodaje JS w body_bottom) — bez JS wszystko
   widoczne. prefers-reduced-motion = pełny kill-switch na końcu.
   ═══════════════════════════════════════════════════════════════ */

/* ───────── M1 — Scroll progress hairline (element tworzy JS) ───────── */
.pw-progress {
  position: fixed; top: 0; left: 0; width: 100%; height: 3px;
  z-index: 9999; pointer-events: none;
  background: linear-gradient(90deg, #F2E61A 0%, #D9CE00 100%);
  transform: scaleX(0); transform-origin: 0 50%;
}

/* ───────── M2 — Hero entrance choreography (home) ─────────
   Stany startowe TYLKO pod html.pw-js + body.page-index;
   .pw-hero--play dodaje boot() w pierwszej linii. */
html.pw-js body.page-index .pw-hero-wrap .pw-hero__eyebrow,
html.pw-js body.page-index .pw-hero-wrap .pw-hero__title,
html.pw-js body.page-index .pw-hero-wrap .pw-hero__lead { opacity: 0; }
html.pw-js body.page-index .pw-hero-wrap:not(.pw-hero--play) .pw-widget-anim { opacity: 0; }

.pw-hero-wrap.pw-hero--play .pw-hero__eyebrow {
  animation: pwEyebrowIn 1.0s var(--pw-ease) 0.15s forwards;
}
.pw-hero-wrap.pw-hero--play .pw-hero__title {
  animation: pwTitleLift 1.15s cubic-bezier(0.19, 1, 0.22, 1) 0.35s forwards;
}
.pw-hero-wrap.pw-hero--play .pw-hero__lead {
  animation: pwBlurUp 0.9s var(--pw-ease) 0.75s forwards;
}
.pw-hero-wrap.pw-hero--play .pw-widget-anim {
  animation: pwBlurUp 0.9s var(--pw-ease) 1.0s backwards;
}
@keyframes pwEyebrowIn {
  from { opacity: 0; letter-spacing: 0.5em; }
  to   { opacity: 1; letter-spacing: 1.5px; }
}
@keyframes pwTitleLift {
  from { opacity: 0; transform: translateY(36px); clip-path: inset(0 -5% 100% -5%); }
  to   { opacity: 1; transform: none; clip-path: inset(-12% -5% -12% -5%); }
}
@keyframes pwBlurUp {
  from { opacity: 0; transform: translateY(20px); filter: blur(9px); }
  to   { opacity: 1; transform: none; filter: blur(0); }
}

/* scroll-down chevron (tworzy JS w hero) */
.pw-hero__scrolldown {
  width: 30px; height: 46px; margin: 26px auto 0;
  border: 1.5px solid rgba(255, 255, 255, 0.55); border-radius: 999px;
  position: relative; opacity: 0;
}
.pw-hero--play .pw-hero__scrolldown { animation: pwFadeIn 0.8s var(--pw-ease) 1.6s forwards; }
.pw-hero__scrolldown span {
  position: absolute; left: 50%; top: 9px; width: 8px; height: 8px;
  margin-left: -4px; border-right: 1.5px solid #FFFFFF; border-bottom: 1.5px solid #FFFFFF;
  transform: rotate(45deg); animation: pwBob 2.1s ease-in-out infinite;
}
@keyframes pwFadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes pwBob {
  0%, 100% { transform: translateY(0) rotate(45deg); opacity: 1; }
  55%      { transform: translateY(12px) rotate(45deg); opacity: 0.25; }
}

/* ───────── M3 — Word-split nagłówki (.pw-words, JS tnie na .pw-w) ───────── */
.pw-words .pw-w {
  display: inline-block;
  transition: opacity 0.7s var(--pw-ease), transform 0.7s var(--pw-ease), filter 0.7s var(--pw-ease);
  transition-delay: calc(var(--wi, 0) * 70ms);
}
html.pw-js .pw-words:not(.pw-words--in) .pw-w {
  opacity: 0; transform: translateY(0.55em); filter: blur(6px);
}
.pw-words--in .pw-w { opacity: 1; transform: none; filter: blur(0); }

/* ───────── M4 — Reveal warianty (bazowy .pw-reveal już istnieje) ─────────
   UWAGA kaskada: blok v2.0 jest PO .pw-reveal--in w pliku, więc stany
   startowe MUSZĄ być scope'owane :not(.pw-reveal--in) — inaczej wygrywają
   na stałe (bug złapany na pre-verify 9933: +38px overflow na mobile). */
.pw-reveal--left:not(.pw-reveal--in)  { transform: translateX(-38px); }
.pw-reveal--right:not(.pw-reveal--in) { transform: translateX(38px); }
.pw-reveal--scale:not(.pw-reveal--in) { transform: scale(0.94); }
.pw-reveal--blur:not(.pw-reveal--in)  { filter: blur(10px); }
/* mobile/tablet: kierunkowe warianty robia poziomy overflow (elementy
   ponizej foldu wystaja transformem poza viewport) -> degradacja do
   fade-up (bug zlapany na pre-verify 9933, 390px, +11px scrollWidth) */
@media (max-width: 991px) {
  .pw-reveal--left:not(.pw-reveal--in),
  .pw-reveal--right:not(.pw-reveal--in) { transform: translateY(24px); }
}
.pw-reveal--blur {
  transition: opacity 0.8s var(--pw-ease), transform 0.8s var(--pw-ease), filter 0.8s var(--pw-ease);
}
.pw-reveal--blur.pw-reveal--in { filter: blur(0); }

/* ───────── M5 — Kurtynowe odsłanianie zdjęć (.pw-imgreveal) ─────────
   Kurtyna TYLKO pod html.pw-js — bez JS zdjęcia nie mogą zostać
   na stałe zakryte kremową płachtą. */
.pw-imgreveal { position: relative; overflow: hidden; }
html.pw-js .pw-imgreveal::after {
  content: ""; position: absolute; inset: 0; z-index: 6; pointer-events: none;
  background: var(--pw-cream2);
  transform: scaleX(1); transform-origin: right;
  transition: transform 0.95s cubic-bezier(0.77, 0, 0.18, 1);
}
/* open-rule MUSI mieć wyższą specyficzność niż baza „html.pw-js .pw-imgreveal::after"
   (0,2,2), inaczej kurtyna zostaje nad zdjęciem mimo .pw-reveal--in */
html.pw-js .pw-imgreveal.pw-reveal--in::after { transform: scaleX(0); }
html.pw-js .pw-imgreveal img {
  transform: scale(1.08);
  transition: transform 1.25s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}
html.pw-js .pw-imgreveal.pw-reveal--in img { transform: scale(1); }

/* ───────── M6 — Tilt 3D kart (JS mousemove, desktop pointer:fine) ───────── */
.pw-tilt { transition: transform 0.4s var(--pw-ease), box-shadow 0.3s var(--pw-ease); will-change: transform; }

/* ───────── M7 — Magnetic buttons (JS dodaje .pw-magnet) ───────── */
.pw-magnet { transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background 0.25s var(--pw-ease); will-change: transform; }

/* ───────── M8 — Pas lokalizacji (STATYCZNY, full-bleed §19) ─────────
   v2.3: marquee usuniety (Damian: ciete slowa na krawedziach = zly UX).
   Statyczna, wysrodkowana lista — zawija sie, nic nie jest uciete. */
.pw-places {
  width: 100vw; margin-left: 50%; transform: translateX(-50vw);
  padding: clamp(36px, 5vw, 66px) clamp(20px, 5vw, 48px);
  background: var(--pw-bg);
  text-align: center;
}
.pw-places__list {
  max-width: 980px; margin: 0 auto;
  font-family: var(--pw-font-body); font-style: italic;
  font-size: clamp(22px, 3vw, 38px); line-height: 1.5;
  color: var(--pw-primary-dark);
}
.pw-places__list span {
  color: var(--pw-secondary);
  padding: 0 14px; font-style: normal;
}

/* ───────── M9 — Fala bałtycka (mask-based, kolory przez CSS vars) ─────────
   bg = kolor GÓRNEGO pasa, --pw-wave-fill = kolor DOLNEGO pasa. */
.pw-wave {
  --pw-wave-fill: var(--pw-cream);
  position: relative; height: 74px; overflow: hidden;
  width: 100vw; margin-left: 50%; transform: translateX(-50vw);
  background: var(--pw-primary);
}
/* szerokość = 100% + JEDEN kafel maski: po przesunięciu o kafel
   pseudo-element wciąż pokrywa cały viewport (300% robiło dziurę
   w fali na ekranach < ~580px) */
.pw-wave::before,
.pw-wave::after {
  content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: calc(100% + 900px);
  background: var(--pw-wave-fill);
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20900%2074'%20preserveAspectRatio='none'%3E%3Cpath%20d='M0%2044%20C150%2068%20300%2016%20450%2038%20C600%2060%20750%2018%20900%2044%20L900%2074%20L0%2074%20Z'/%3E%3C/svg%3E") repeat-x bottom left / 900px 100%;
          mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20900%2074'%20preserveAspectRatio='none'%3E%3Cpath%20d='M0%2044%20C150%2068%20300%2016%20450%2038%20C600%2060%20750%2018%20900%2044%20L900%2074%20L0%2074%20Z'/%3E%3C/svg%3E") repeat-x bottom left / 900px 100%;
  animation: pwWaveA 21s linear infinite;
}
.pw-wave::after {
  opacity: 0.45;
  width: calc(100% + 1160px);
  -webkit-mask-size: 1160px 86%;
          mask-size: 1160px 86%;
  animation: pwWaveB 34s linear infinite;
}
@keyframes pwWaveA { to { transform: translateX(-900px); } }
@keyframes pwWaveB { to { transform: translateX(-1160px); } }
/* warianty przejść */
.pw-wave--sage-cream { background: var(--pw-primary); --pw-wave-fill: var(--pw-cream); }
.pw-wave--white-dark { background: var(--pw-bg);      --pw-wave-fill: var(--pw-footer-bg); }
.pw-wave--cream-white { background: var(--pw-cream);  --pw-wave-fill: var(--pw-bg); }

/* ───────── M10 — „Pobyt w 3 krokach" (.pw-how, rysująca się linia) ───────── */
.pw-how { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 10px; }
.pw-how__line {
  position: absolute; top: 34px; left: 10%; right: 10%; height: 2px;
  background: linear-gradient(90deg, var(--pw-secondary) 0%, var(--pw-primary) 100%);
  transform: scaleX(0); transform-origin: left;
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1) 0.25s;
  z-index: 0;
}
.pw-how__line.pw-reveal--in { transform: scaleX(1); }
.pw-how__step { position: relative; text-align: center; padding: 0 10px; z-index: 1; }
.pw-how__num {
  position: relative; width: 68px; height: 68px; margin: 0 auto 20px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; background: var(--pw-bg);
  border: 2px solid var(--pw-secondary);
  font-family: var(--pw-font-heading); font-weight: 700; font-size: 22px;
  color: var(--pw-primary-dark); z-index: 2;
}
.pw-how__step.pw-reveal--in .pw-how__num::after {
  content: ""; position: absolute; inset: -2px; border-radius: 50%;
  border: 2px solid var(--pw-secondary); opacity: 0;
  animation: pwPulse 1.15s var(--pw-ease) 0.55s;
}
@keyframes pwPulse {
  0%   { transform: scale(1); opacity: 0.65; }
  100% { transform: scale(1.6); opacity: 0; }
}
.pw-how__title { font-family: var(--pw-font-heading); font-weight: 600; font-size: 19px; margin: 0 0 8px; }
.pw-how__step p { color: var(--pw-text-soft); }

/* ───────── M11 — Story band Brzeźno (parallax + grain + cytat) ───────── */
.pw-story {
  position: relative; width: 100vw; margin-left: 50%; transform: translateX(-50vw);
  min-height: clamp(420px, 60vh, 640px); overflow: hidden;
  display: flex; align-items: center; justify-content: center; text-align: center;
  background: var(--pw-footer-bg);
}
.pw-story__bg { position: absolute; left: 0; right: 0; top: -14%; bottom: -14%; z-index: 0; }
.pw-story__bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pw-story__scrim {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(26, 26, 26, 0.32) 0%, rgba(26, 26, 26, 0.58) 100%);
}
.pw-story__inner { position: relative; z-index: 3; max-width: 840px; padding: 72px 24px; }
.pw-story__quote {
  font-family: var(--pw-font-body); font-style: italic; font-weight: 400;
  font-size: clamp(25px, 3.4vw, 42px); line-height: 1.35;
  color: #FFFFFF; margin: 0 0 20px;
}
.pw-story__src {
  font-family: var(--pw-font-heading); font-size: 13px;
  letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--pw-secondary-light);
}
.pw-story .pw-btn { margin-top: 26px; }

/* ───────── M12 — Grain (szum na ciemnych pasach = głębia) ───────── */
.pw-grain { position: relative; }
.pw-grain::before {
  content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='240'%20height='240'%3E%3Cfilter%20id='n'%3E%3CfeTurbulence%20type='fractalNoise'%20baseFrequency='0.9'%20numOctaves='2'/%3E%3C/filter%3E%3Crect%20width='240'%20height='240'%20filter='url(%23n)'%20opacity='0.7'/%3E%3C/svg%3E");
  background-size: 240px 240px;
}
.pw-band--dark.pw-grain .pw-band__inner,
.pw-story.pw-grain .pw-story__inner { position: relative; z-index: 3; }

/* ───────── M13 — Ikony feature rysują się (stroke-draw, pathLength=1 w HTML) ───────── */
html.pw-js .pw-feature .pw-feature__icon path,
html.pw-js .pw-feature .pw-feature__icon rect,
html.pw-js .pw-feature .pw-feature__icon circle {
  stroke-dasharray: 1; stroke-dashoffset: 1;
  transition: stroke-dashoffset 1.3s var(--pw-ease) 0.3s;
}
.pw-feature.pw-reveal--in .pw-feature__icon path,
.pw-feature.pw-reveal--in .pw-feature__icon rect,
.pw-feature.pw-reveal--in .pw-feature__icon circle { stroke-dashoffset: 0; }

/* ───────── M14 — Sticky mini book-bar (tworzy JS; delegacja book-now) ───────── */
.pw-ministrip {
  position: fixed; left: 50%; bottom: 18px; z-index: 1300;
  display: flex; align-items: center; gap: 16px;
  background: rgba(23, 24, 28, 0.94);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  color: #F5F4F1; border-radius: 999px;
  padding: 9px 10px 9px 24px;
  box-shadow: var(--pw-shadow-lg);
  max-width: calc(100vw - 88px);
  opacity: 0; transform: translate(-50%, 140%);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s var(--pw-ease);
}
.pw-ministrip--show { opacity: 1; transform: translate(-50%, 0); }
.pw-ministrip__txt { font-family: var(--pw-font-heading); font-weight: 500; font-size: 14px; white-space: nowrap; }
.pw-ministrip__btn {
  display: inline-flex; align-items: center;
  font-family: var(--pw-font-heading); font-weight: 600; font-size: 14px;
  background: var(--pw-primary); color: #FFFFFF !important;
  border-radius: 999px; padding: 11px 22px; text-decoration: none;
  transition: background 0.25s var(--pw-ease), transform 0.25s var(--pw-ease);
  min-height: 44px;
}
.pw-ministrip__btn:hover { background: var(--pw-primary-dark); transform: translateY(-1px); }
@media (max-width: 640px) {
  .pw-ministrip { padding: 8px; bottom: 14px; max-width: calc(100vw - 84px); left: 14px; transform: translate(0, 140%); }
  .pw-ministrip--show { transform: translate(0, 0); }
  .pw-ministrip__txt { display: none; }
}

/* ───────── M15 — Nav underline (animowane podkreślenie menu) ───────── */
header.default13 #navbar a.nav-link { position: relative; }
header.default13 #navbar a.nav-link::after {
  content: ""; position: absolute; left: 0; bottom: 6px;
  width: 100%; height: 2px; border-radius: 2px; background: var(--pw-secondary);
  transform: scaleX(0); transform-origin: right;
  transition: transform 0.32s var(--pw-ease);
}
header.default13 #navbar a.nav-link:hover::after {
  transform: scaleX(1); transform-origin: left;
}

/* ───────── M18 — Paleta A "Bursztyn i Bałtyk": eyebrows bursztynowe
   na jasnych pasach (na ciemnych zostają jasne przez safety-net) ───────── */
.pw-band--cream .pw-eyebrow,
.pw-band--white .pw-eyebrow,
.pw-band--sand .pw-eyebrow { color: var(--pw-secondary-dark); }

/* ───────── M17 — Hero: czytelność na jasnych zdjęciach + widget mobile ───────── */
.pw-hero-wrap .pw-hero__eyebrow,
.pw-hero-wrap .pw-hero__title,
.pw-hero-wrap .pw-hero__lead {
  text-shadow: 0 1px 3px rgba(26, 26, 26, 0.30), 0 2px 28px rgba(26, 26, 26, 0.40);
}
@media (max-width: 767px) {
  /* przycisk wyszukiwarki = pelna szerokosc (byl maly, wyrownany do lewej) */
  body.page-index #iai_book_form .formbutton,
  body.page-index .formbutton {
    width: 100% !important;
    flex: 1 1 100% !important;
  }
}

/* ───────── M16 — Liczniki: gradient grafit→szary (żółty tekst na jasnym = nieczytelny) ───────── */
@supports (-webkit-background-clip: text) {
  .pw-stat__num {
    background: linear-gradient(115deg, #1B1C20 20%, #3A3D45 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

/* ═══════════════════════════════════════════════════════════════
   §PW-FOOTER v2.0 — premium 4-kolumnowa stopka (TRAP-11/16:
   JS buildSiteFooter RELOKUJE żywe węzły panelu, nav = mirror menu) */
footer { position: relative; }
.pw-sitefooter {
  max-width: 1240px; margin: 0 auto;
  padding: clamp(52px, 7vw, 84px) 28px 0;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.15fr;
  gap: 44px; text-align: left;
}
.pw-sitefooter__logo {
  font-family: var(--pw-font-heading); font-weight: 700; font-size: 24px;
  letter-spacing: 0.01em; color: #EEF4F6;
}
.pw-sitefooter__logo .pw-sitefooter__logo-dot { color: var(--pw-secondary); }
.pw-sitefooter__tag {
  font-family: var(--pw-font-body); font-size: 15px; line-height: 1.65;
  color: #ABC3CC !important; margin: 12px 0 20px;
}
.pw-sitefooter__h {
  font-family: var(--pw-font-heading); font-size: 13px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--pw-secondary-light) !important; margin: 0 0 18px;
}
.pw-sitefooter ul { list-style: none; margin: 0; padding: 0; }
.pw-sitefooter__nav ul { display: grid; gap: 10px; }
.pw-sitefooter a { color: #D8E6EB !important; text-decoration: none; transition: color 0.2s var(--pw-ease), padding-left 0.2s var(--pw-ease); }
.pw-sitefooter a:hover { color: var(--pw-secondary-light) !important; }
.pw-sitefooter__nav a:hover { padding-left: 6px; }
/* relokowany kontakt panelu — reset systemowego flex-center */
.pw-sitefooter ul.footer__contact {
  display: grid !important; gap: 10px !important;
  justify-content: start !important; justify-items: start !important;
  margin: 0 !important; text-align: left;
}
/* relokowane social — kółka */
.pw-sitefooter ul.footer__social_media { display: flex !important; gap: 10px; margin: 0; }
.pw-sitefooter ul.footer__social_media li a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid rgba(240, 246, 248, 0.25);
  transition: background 0.25s var(--pw-ease), border-color 0.25s var(--pw-ease), transform 0.25s var(--pw-ease);
}
.pw-sitefooter ul.footer__social_media li a:hover {
  background: var(--pw-secondary); border-color: var(--pw-secondary);
  transform: translateY(-3px);
}
.pw-sitefooter__cta { margin-top: 4px; }
/* dolny pas: copyright + płatności + powered by */
.pw-sitefooter__bottom {
  grid-column: 1 / -1;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 16px; border-top: 1px solid rgba(240, 246, 248, 0.14);
  margin-top: 30px; padding: 22px 0 28px;
}
.pw-sitefooter__copy { font-family: var(--pw-font-heading); font-size: 13px; color: #90A9B3 !important; }
.pw-sitefooter__bottomright { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.pw-sitefooter .footer-contact-baner {
  background: transparent !important; padding: 0 !important; margin: 0 !important;
  display: flex; align-items: center; gap: 10px; position: static !important;
  width: auto !important; height: auto !important;
}
.pw-sitefooter .powered_by { margin: 0 !important; text-align: left; }
/* TRAP-13 w ciemnej stopce: monochromatyczne loga płatności (VISA)
   muszą być jasne — ciemny fill na #2A5C72 byłby niewidoczny */
.pw-sitefooter .footer-contact-baner svg { filter: none !important; }
.pw-sitefooter .footer-contact-baner svg path:not([fill]) { fill: #EEF4F6 !important; }
/* ukryj systemowy kontener PO udanej relokacji (klasa dodawana przez JS) */
footer .footer.container.pw-syshide,
footer .pw-syshide { display: none !important; }
@media (max-width: 991px) {
  .pw-sitefooter { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 640px) {
  .pw-sitefooter { grid-template-columns: 1fr; gap: 32px; padding-left: 22px; padding-right: 22px; }
  .pw-sitefooter__bottom { flex-direction: column; align-items: flex-start; }
}

/* ───────── RESPONSIVE — nowe sekcje ───────── */
@media (max-width: 991px) {
  .pw-how { grid-template-columns: 1fr; gap: 38px; }
  .pw-how__line { display: none; }
}

/* ═══════════════════════════════════════════════════════════════
   §PW-MOTION — prefers-reduced-motion = pełny kill-switch */
@media (prefers-reduced-motion: reduce) {
  html.pw-js body.page-index .pw-hero-wrap .pw-hero__eyebrow,
  html.pw-js body.page-index .pw-hero-wrap .pw-hero__title,
  html.pw-js body.page-index .pw-hero-wrap .pw-hero__lead,
  html.pw-js body.page-index .pw-hero-wrap:not(.pw-hero--play) .pw-widget-anim { opacity: 1; animation: none !important; }
  .pw-hero__scrolldown, .pw-hero__scrolldown span { animation: none !important; opacity: 1; }
  .pw-words .pw-w { transition: none !important; }
  html.pw-js .pw-words:not(.pw-words--in) .pw-w { opacity: 1; transform: none; filter: none; }
  .pw-imgreveal::after { display: none !important; }
  html.pw-js .pw-imgreveal img { transform: none !important; transition: none !important; }
  .pw-wave::before, .pw-wave::after { animation: none !important; }
  .pw-how__line { transform: scaleX(1) !important; transition: none !important; }
  .pw-how__step.pw-reveal--in .pw-how__num::after { animation: none !important; }
  html.pw-js .pw-feature .pw-feature__icon path,
  html.pw-js .pw-feature .pw-feature__icon rect,
  html.pw-js .pw-feature .pw-feature__icon circle { stroke-dasharray: none; stroke-dashoffset: 0; transition: none !important; }
  .pw-progress { display: none !important; }
  .pw-ministrip { transition: opacity 0.2s !important; }
  .pw-reveal--left, .pw-reveal--right, .pw-reveal--scale { transform: none; }
  .pw-reveal--blur { filter: none; transition: none; }
  .pw-tilt, .pw-magnet { transition: none !important; transform: none !important; }
}

/* ═══════════════════════════════════════════════════════════════
   §PW-NEWS v2.1 — modul Aktualnosci (wzorzec cityofthekings):
   wpis w panelu -> auto /news + teaser na home. Reskin systemowych
   .news-item na karty scandi. JS: liftNewsImages + fixNewsMenuLink.
   ═══════════════════════════════════════════════════════════════ */

/* ---------- HOME: teaser 3 najnowszych ----------
   TRAP (fullpage home): rodzic .container jest PRZEZROCZYSTY, a pod spodem
   siedzi FIXED slider hero -> zdjecie przeswituje. News = pelny pas §19
   z wlasnym solidnym tlem (jak sekcje pw-band). */
body.page-index main.fullpage-wrapper > .container:has(.news-container) {
  max-width: none !important; width: 100% !important;
  padding: 0 !important; margin: 0 !important;
}
body.page-index .news-container {
  width: 100vw !important; max-width: none !important;
  margin-left: 50% !important; margin-right: 0 !important;
  transform: translateX(-50vw);
  background: var(--pw-cream);
  padding: clamp(56px, 8vw, 110px) clamp(20px, 5vw, 48px);
}
body.page-index .news-container h2.big-label,
body.page-index .news-container .news-wrapper {
  max-width: 1200px; margin-left: auto; margin-right: auto;
}
body.page-index .news-container h2.big-label {
  display: block !important; text-align: center;
  font-family: var(--pw-font-heading); font-weight: 700;
  font-size: clamp(26px, 3.4vw, 40px); letter-spacing: var(--pw-letter-spacing-heading);
  color: var(--pw-text) !important; margin: 0 0 8px; padding: 0;
  background: none !important;
}
body.page-index .news-container h2.big-label::before,
body.page-index .news-container h2.big-label::after { display: none !important; content: none !important; }
body.page-index .news-container .news-wrapper.row {
  display: grid !important;
  /* auto-fit + justify center: 1-2 wpisy stoja na srodku, nie w lewym rogu */
  grid-template-columns: repeat(auto-fit, minmax(300px, 380px));
  justify-content: center;
  gap: 24px; align-items: stretch; margin-top: 34px;
}
body.page-index .news-container .news-item:nth-child(n+4) { display: none !important; }
@media (max-width: 991px) {
  body.page-index .news-container .news-wrapper.row { grid-template-columns: 1fr !important; }
}

/* ---------- KARTY (home + /news listing) ---------- */
body.page-index .news-container .news-item,
body.page-news .news-list .news-item {
  width: auto !important; max-width: none !important; flex: none !important;
  margin: 0 !important; padding: 0 0 8px !important;
  background: var(--pw-white) !important;
  border: 1px solid var(--pw-border) !important;
  border-radius: var(--pw-radius-lg) !important;
  overflow: hidden !important;
  display: flex !important; flex-direction: column !important;
  transition: transform 0.25s var(--pw-ease), box-shadow 0.25s var(--pw-ease);
  height: 100%;
}
body.page-index .news-container .news-item:hover,
body.page-news .news-list .news-item:hover {
  transform: translateY(-4px); box-shadow: var(--pw-shadow-lg);
}
/* miniatura wyciagnieta przez JS (liftNewsImages) na GORE karty */
body.page-index .news-container .news-item > img:first-child,
body.page-news .news-list .news-item > img:first-child {
  width: 100% !important; max-width: 100% !important;
  aspect-ratio: 16/10; object-fit: cover;
  margin: 0 0 14px !important; border-radius: 0 !important;
}
body.page-index .news-container .news-item h2,
body.page-index .news-container .news-item h3,
body.page-news .news-list .news-item h2,
body.page-news .news-list .news-item h3 {
  font-family: var(--pw-font-heading) !important; font-weight: 600 !important;
  font-size: 19px !important; line-height: 1.3 !important;
  margin: 14px 0 6px !important; padding: 0 22px !important;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
body.page-index .news-container .news-item h2 a,
body.page-index .news-container .news-item h3 a,
body.page-news .news-list .news-item h2 a,
body.page-news .news-list .news-item h3 a {
  color: var(--pw-text) !important; text-decoration: none !important;
  transition: color 0.2s var(--pw-ease);
}
body.page-index .news-container .news-item h3 a:hover,
body.page-news .news-list .news-item h2 a:hover,
body.page-news .news-list .news-item h3 a:hover { color: var(--pw-primary-dark) !important; }
body.page-index .news-container .news-date,
body.page-news .news-date {
  display: block; font-family: var(--pw-font-heading);
  font-size: 11px !important; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--pw-text-muted) !important; padding: 0 22px !important; margin: 0 0 8px;
}
body.page-index .news-container .news-content,
body.page-news .news-list .news-content {
  font-family: var(--pw-font-body) !important;
  font-size: 14px !important; line-height: 1.65 !important;
  color: var(--pw-text-soft) !important; padding: 0 22px !important;
  display: -webkit-box !important; -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical !important; overflow: hidden !important;
}
/* przycisk "czytaj wiecej" = ghost pill scandi */
body.page-index .news-container .more-news,
body.page-news .more-news {
  align-self: flex-start;
  margin: 14px 22px 16px !important;
  font-family: var(--pw-font-heading) !important; font-weight: 600 !important;
  font-size: 13px !important;
  background: transparent !important; color: var(--pw-text) !important;
  border: 1.5px solid var(--pw-text) !important; border-radius: var(--pw-radius) !important;
  padding: 9px 20px !important; text-decoration: none !important;
  transition: background 0.25s var(--pw-ease), color 0.25s var(--pw-ease);
}
body.page-index .news-container .more-news:hover,
body.page-news .more-news:hover { background: var(--pw-text) !important; color: var(--pw-bg) !important; }
body.page-index .news-container .news-item .more-news { margin-top: auto !important; }

/* ---------- /news LISTING ---------- */
body.page-news main.news-list {
  max-width: 1200px; margin: 0 auto;
  padding: 110px clamp(20px, 5vw, 48px) 72px; /* fixed header offset */
}
body.page-news .news-list .news-wrapper.row {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 26px; align-items: start;
}
body.page-news h2.big-label {
  font-family: var(--pw-font-heading) !important; font-weight: 700 !important;
  font-size: clamp(28px, 4vw, 46px) !important; color: var(--pw-text) !important;
  text-align: center; margin: 0 0 30px !important; background: none !important;
}
body.page-news h2.big-label::before,
body.page-news h2.big-label::after { display: none !important; content: none !important; }

/* ---------- POJEDYNCZY WPIS /news/N ----------
   TRAP (feedback_idobooking_news_single_post_image_aspect_crop):
   zadnego dziedziczenia 16/10 z miniatur — natural aspect. */
body.page-news main.news-item.page {
  max-width: 860px !important; margin: 0 auto !important;
  padding: 120px 22px 72px !important; box-sizing: border-box !important;
  background: transparent !important; border: 0 !important;
  display: block !important; overflow: visible !important;
}
body.page-news main.news-item.page img {
  width: 100% !important; height: auto !important;
  aspect-ratio: auto !important; object-fit: contain !important;
  border-radius: var(--pw-radius-lg) !important; margin: 18px 0 !important;
}
body.page-news main.news-item.page h2,
body.page-news main.news-item.page h3 {
  font-family: var(--pw-font-heading) !important; font-weight: 700 !important;
  color: var(--pw-text) !important; padding: 0 !important;
  display: block; -webkit-line-clamp: unset;
}
body.page-news main.news-item.page .news-content {
  display: block !important; -webkit-line-clamp: unset !important;
  overflow: visible !important; padding: 0 !important;
  font-size: 16px !important; line-height: 1.75 !important;
}

/* ═══════════════════════════════════════════════════════════════
   §PW-SEARCH v2.3 — wyszukiwarka OD ZERA (wzorzec cityofthekings):
   wlasny formularz .pw-search w hero, GET /book-now + delegacja do
   natywnego widgetu (JS). Systemowy #iai_book_form ukryty w DOM.
   Jasna baltycka: biala tafla, morski przycisk, piaskowe akcenty. */
.pw-search {
  display: flex; align-items: stretch;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(20, 20, 20, 0.18);
  padding: 10px;
  max-width: 940px; margin: 0 auto;
  text-align: left;
}
.pw-search__field {
  flex: 1 1 0; min-width: 0;
  display: flex; flex-direction: column; gap: 5px;
  padding: 10px 18px;
  border-right: 1px solid var(--pw-border);
  border-radius: 10px;
  transition: background 0.2s var(--pw-ease);
}
.pw-search__field--persons { flex: 0 1 130px; }
.pw-search__field:focus-within { background: #FBF9E3; border-right-color: transparent; }
.pw-search__field:last-of-type { border-right: 0; }
.pw-search__label {
  display: flex; align-items: center; gap: 7px;
  font-family: var(--pw-font-heading); font-size: 11px; font-weight: 600;
  letter-spacing: 1.2px; text-transform: uppercase;
  color: var(--pw-text-muted);
  white-space: nowrap;
}
.pw-search__label svg { width: 15px; height: 15px; color: var(--pw-primary); flex: 0 0 auto; }
.pw-search select,
.pw-search input {
  border: 0; outline: 0; background: transparent;
  font-family: var(--pw-font-heading); font-weight: 600; font-size: 15px;
  color: var(--pw-text);
  width: 100%; padding: 2px 0;
  cursor: pointer;
  appearance: none; -webkit-appearance: none; -moz-appearance: none;
}
.pw-search select {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='M6%209l6%206%206-6'%20fill='none'%20stroke='%2340545D'%20stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 2px center; background-size: 14px;
  padding-right: 22px;
}
.pw-search input[type="date"] { min-height: 24px; }
.pw-search input::placeholder { color: var(--pw-text-muted); font-weight: 500; }
.pw-search__submit {
  flex: 0 0 auto; align-self: stretch;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  border: 0; cursor: pointer;
  background: var(--pw-secondary); color: var(--pw-on-accent);
  font-family: var(--pw-font-heading); font-weight: 700; font-size: 15px;
  padding: 0 30px; margin-left: 8px;
  border-radius: 12px; min-height: 58px;
  transition: background 0.25s var(--pw-ease), transform 0.25s var(--pw-ease), box-shadow 0.25s var(--pw-ease);
}
.pw-search__submit:hover {
  background: var(--pw-secondary-dark); color: var(--pw-on-accent);
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(20, 20, 20, 0.28);
}
.pw-search__submit svg { width: 17px; height: 17px; }
@media (max-width: 860px) {
  .pw-search { flex-direction: column; gap: 2px; padding: 12px; border-radius: 14px; }
  .pw-search__field { border-right: 0; border-bottom: 1px solid var(--pw-border); padding: 10px 12px; }
  .pw-search__field--persons { flex: 1 1 auto; }
  .pw-search__field:last-of-type { border-bottom: 0; }
  .pw-search__submit { width: 100%; min-height: 52px; margin: 8px 0 0; }
}

/* flatpickr — kalendarz w palecie (jasny baltycki) */
.flatpickr-calendar {
  border-radius: 12px;
  border: 1px solid var(--pw-border);
  box-shadow: 0 18px 50px rgba(20, 20, 20, 0.18);
  font-family: var(--pw-font-heading);
}
.flatpickr-day.selected,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: var(--pw-primary); border-color: var(--pw-primary); color: #FFFFFF;
}
.flatpickr-day.today { border-color: var(--pw-secondary); }
.flatpickr-day:hover { background: var(--pw-cream); border-color: var(--pw-cream); }
.flatpickr-day.flatpickr-disabled { color: var(--pw-text-muted); opacity: 0.35; }
.flatpickr-months .flatpickr-month,
.flatpickr-current-month,
.flatpickr-weekday { color: var(--pw-text); fill: var(--pw-text); }

/* altInputy flatpickra + natywne date = przezroczyste, bez UA-szarosci */
.pw-search input[readonly],
.pw-search .flatpickr-input,
.pw-search input.form-control,
.pw-search input[type="text"] {
  background: transparent; border: 0; outline: 0;
  font-family: var(--pw-font-heading); font-weight: 600; font-size: 15px;
  color: var(--pw-text); width: 100%; padding: 2px 0; cursor: pointer;
}

/* ═══════════════════════════════════════════════════════════════
   §PW-OFFERS-LIST v2.4 — /offers jak na cityofthekings:
   jasne tlo, zwijane sekcje filtrow z CSS-chevronem (FontAwesome
   nie jest ladowany), przyciski w palecie, "Wyczysc filtry".
   JS: initOffersFilters (stan checkboxow z URL + collapse). */
body.page-offers,
body.page-offers main,
body.page-offers .offers-container {
  background: var(--pw-bg) !important;
  color: var(--pw-text) !important;
}
body.page-offers h4,
body.page-offers .sidebar h4,
body.page-offers .filter_header {
  color: var(--pw-primary-dark) !important;
  font-family: var(--pw-font-heading) !important;
}
/* naglowek sekcji filtra: flex + chevron */
body.page-offers .filter_header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  cursor: pointer !important;
  padding: 14px 2px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--pw-border) !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
  transition: color 0.2s var(--pw-ease) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  background: transparent !important;
}
body.page-offers .filter_header:hover { color: var(--pw-primary) !important; }
body.page-offers .filter_header::after {
  content: "" !important;
  display: inline-block !important;
  flex-shrink: 0 !important;
  width: 10px !important; height: 10px !important;
  border-right: 2px solid var(--pw-primary) !important;
  border-bottom: 2px solid var(--pw-primary) !important;
  transform: rotate(45deg) !important;
  transition: transform 0.3s var(--pw-ease) !important;
  margin-left: 12px !important;
  margin-top: -3px !important;
}
body.page-offers .filter_header[aria-expanded="true"]::after {
  transform: rotate(-135deg) !important;
  margin-top: 3px !important;
}
/* Bootstrap collapse guard */
body.page-offers .filter_content.collapse:not(.show) { display: none !important; }
body.page-offers .filter_content.collapse.show {
  display: block !important; height: auto !important; overflow: visible !important;
  padding: 12px 2px 16px !important;
}
body.page-offers .filter_items label,
body.page-offers .filter_content label {
  font-family: var(--pw-font-body) !important;
  color: var(--pw-text-soft) !important;
  cursor: pointer;
}
body.page-offers .filter_content input[type="checkbox"] { accent-color: var(--pw-primary); }
/* przyciski na /offers */
body.page-offers .btn,
body.page-offers button.btn,
body.page-offers a.btn {
  background: var(--pw-primary) !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: var(--pw-radius) !important;
  font-family: var(--pw-font-heading) !important;
  font-weight: 600 !important;
  transition: background 0.25s var(--pw-ease) !important;
}
body.page-offers .btn:hover { background: var(--pw-primary-dark) !important; }
/* "Wyczysc filtry" (tworzone przez JS przy aktywnych filtrach) */
.pw-filter-clear {
  display: inline-block; margin: 10px 0 0 12px;
  font-family: var(--pw-font-heading); font-weight: 600; font-size: 13px;
  color: var(--pw-text-muted) !important; text-decoration: underline;
  transition: color 0.2s var(--pw-ease);
}
.pw-filter-clear:hover { color: var(--pw-primary-dark) !important; }

/* ───────── HOME: oddech miedzy mapa a przyciskiem "Zobacz wszystkie" ───────── */
.pw-aptmap + .pw-section-lead { margin-top: 40px; }

/* ───────── Popup mapy: link "Zobacz oferte" ───────── */
.leaflet-popup-content .pw-mappop-link {
  display: inline-block; margin-top: 7px;
  font-family: var(--pw-font-heading); font-weight: 600; font-size: 13px;
  color: var(--pw-primary-dark) !important; text-decoration: none;
  border-bottom: 1.5px solid var(--pw-secondary);
  padding-bottom: 1px;
}
.leaflet-popup-content .pw-mappop-link:hover { color: var(--pw-primary) !important; }
.leaflet-popup-content { font-family: var(--pw-font-heading); }

/* ───────── Powered by IdoBooking: subtelniejszy chip ─────────
   Jasny podklad MUSI zostac (wariant on_dark.svg = 404, a filtrowanie
   cudzego logo = ryzyko licencyjne) — ale delikatny: mgla, wieksze
   zaokraglenie, pol-transparentny. Wymiar 240x56 bez zmian (licencja). */
.powered_by a.powered_by_logo {
  background-color: rgba(238, 244, 246, 0.92) !important;
  border-radius: 12px !important;
}

/* ───────── v2.4.1 — HOME: biały pas między hero a SmartHotel ─────────
   TRAP (feedback_idobooking_bodytop_section_sub_container_fullbleed):
   body_top na 25744 renderuje się w .about-main-description.container
   > .section.fp-auto-height.pb-5 > .section_sub.container — ich
   padding/tło robi jasny pas między zdjęciem a paskiem SmartHotel.
   Zerujemy: strip ma się łączyć bezpośrednio ze zdjęciem hero. */
body.page-index .about-main-description.container {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
  background: transparent !important;
}
body.page-index .about-main-description .section.fp-auto-height {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: transparent !important;
}
body.page-index .about-main-description .section_sub.container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  background: transparent !important;
}

/* ═══════════════════════════════════════════════════════════════
   §PW-BRAND-YELLOW — dostrojenie do realnej marki (prostywynajem.pl)
   Marka = żółć #F2E61A (WYPEŁNIENIA/CTA, zawsze ciemny tekst) + grafit + biel.
   Ładowane na końcu = wygrywa kaskadę.
   ŻELAZNA REGUŁA: żółć NIGDY jako tekst na jasnym tle (nieczytelna).
   ═══════════════════════════════════════════════════════════════ */

/* — ciemny tekst na żółtych wypełnieniach (kontrast WCAG) — */
.pw-btn--sand              { background: var(--pw-secondary); color: var(--pw-on-accent); }
.pw-btn--sand:hover        { background: var(--pw-secondary-dark); color: var(--pw-on-accent); }
.pw-process__step:last-child::before { background: var(--pw-secondary); color: var(--pw-on-accent); }

/* — żółć jako TEKST na jasnym tle jest nieczytelna → grafit — */
a:hover                    { color: var(--pw-primary-light); }
.pw-band--cream .pw-eyebrow,
.pw-band--white .pw-eyebrow,
.pw-band--sand  .pw-eyebrow,
.pw-section-eyebrow        { color: var(--pw-primary); }
.pw-places__list span      { color: var(--pw-primary-light); }

/* — żółte akcenty jako WYPEŁNIENIA (na marce mają „pop") — */
.pw-how__num               { background: var(--pw-secondary); border-color: var(--pw-secondary); color: var(--pw-on-accent); }
.pw-how__step.pw-reveal--in .pw-how__num::after { border-color: var(--pw-secondary); }
.pw-plaza41__badge         { background: var(--pw-secondary); color: var(--pw-on-accent); }
.pw-divider-line           { background: var(--pw-secondary); }
.pw-loctoggle__btn .pw-star{ color: var(--pw-secondary-dark); }

/* — PIKTOGRAMY sekcji „Wszystko, czego potrzebujesz":
     żółty kafel + grafitowa kreska, ZAWSZE widoczne. Ikony nie zależą już od
     scroll-reveal (fullpage home potrafi go nie odpalić → wcześniej znikały). — */
.pw-feature__icon {
  box-sizing: content-box;
  width: 34px; height: 34px; padding: 16px;
  display: inline-block; margin: 0 auto 18px;
  border-radius: 18px;
  background: var(--pw-secondary);
  color: var(--pw-on-accent);          /* stroke = currentColor = grafit */
  box-shadow: 0 8px 22px rgba(20, 20, 20, 0.10);
  overflow: visible; font-size: 0;
  transition: transform 0.25s var(--pw-ease);
}
.pw-feature:hover .pw-feature__icon { transform: translateY(-3px) rotate(-3deg); }
/* zdejmujemy „draw-gate" — stroke zawsze narysowany, bez czekania na reveal */
.pw-feature .pw-feature__icon path,
.pw-feature .pw-feature__icon rect,
.pw-feature .pw-feature__icon circle {
  stroke-dasharray: none !important;
  stroke-dashoffset: 0 !important;
  transition: none !important;
}

/* ═══════════════════════════════════════════════════════════════
   §PW-V26 — mapa live-data + luki bieli + klikalne lokalizacje + mini-sekcja
   ═══════════════════════════════════════════════════════════════ */

/* — LUKA BIELI: body_top siedzi w systemowej sekcji .fp-auto-height.pb-5
   (bg #F1F1F1 + padding 48px) → jasny pas nad SmartHotel i pod CTA.
   Zerujemy padding + tło, żeby pełne pasy stykały się z hero i stopką. — */
body.page-index .section.fp-auto-height,
body.page-index .section.fp-auto-height.pb-5,
body.page-index .fp-section.fp-auto-height {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: transparent !important;
}

/* — MAPA większa + karty-linki — */
.pw-aptmap { grid-template-columns: 1.55fr 1fr; gap: 26px; }
.pw-aptmap__map, .pw-aptmap__map .leaflet-container { min-height: 560px; }
.pw-aptmap__list { max-height: 560px; }
.pw-aptcard { color: inherit; text-decoration: none; align-items: stretch; min-height: 96px; }
.pw-aptcard__thumb { position: relative; overflow: hidden; flex: 0 0 116px; min-height: 96px; }
.pw-aptcard__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pw-aptcard__body { display: flex; flex-direction: column; justify-content: center; gap: 3px; min-width: 0; }
.pw-aptcard__name { font-size: 15px; line-height: 1.25; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pw-aptcard__meta, .pw-aptcard__price { margin: 0; }
.pw-aptcard--hot, .pw-aptcard:hover { box-shadow: var(--pw-shadow-md); border-color: var(--pw-secondary); }

/* filtr pojemności (chipy) */
.pw-aptmap__filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 0 auto 26px; }
.pw-chip {
  font-family: var(--pw-font-heading); font-weight: 600; font-size: 13.5px;
  letter-spacing: .2px; padding: 9px 18px; border-radius: 999px; cursor: pointer;
  background: var(--pw-bg); color: var(--pw-text); border: 1px solid var(--pw-border);
  transition: background .2s var(--pw-ease), color .2s var(--pw-ease), border-color .2s var(--pw-ease);
}
.pw-chip:hover { border-color: var(--pw-secondary); }
.pw-chip--on { background: var(--pw-secondary); color: var(--pw-on-accent); border-color: var(--pw-secondary); }

/* własny pin (żółty, grafitowy obrys) */
.pw-pin { background: none; border: 0; }
.pw-pin::before {
  content: ""; display: block; width: 20px; height: 20px;
  background: var(--pw-secondary); border: 2px solid var(--pw-primary);
  border-radius: 50% 50% 50% 0; transform: rotate(-45deg);
  box-shadow: 0 3px 8px rgba(20,20,20,.35);
}
/* popup mapy w palecie + foto */
.pw-mappop { text-align: left; min-width: 200px; }
.pw-mappop img { width: 100%; height: 116px; object-fit: cover; border-radius: 8px; margin-bottom: 8px; display: block; }
.pw-mappop strong { display: block; font-family: var(--pw-font-heading); color: var(--pw-text); font-size: 15px; line-height: 1.25; }
.pw-mappop span { display: block; color: var(--pw-text-muted); font-size: 13px; margin: 3px 0 8px; }
.pw-mappop-link { font-family: var(--pw-font-heading); font-weight: 700; font-size: 13px; color: var(--pw-primary); text-decoration: none; }
.pw-mappop-link:hover { color: var(--pw-secondary-dark); }
.leaflet-popup-content-wrapper { border-radius: 12px; }

/* — KLIKALNE lokalizacje (pas .pw-places) — */
.pw-places__list a {
  color: inherit; text-decoration: none; cursor: pointer;
  border-bottom: 2px solid transparent; transition: border-color .2s var(--pw-ease), color .2s var(--pw-ease);
}
.pw-places__list a:hover { color: var(--pw-primary); border-bottom-color: var(--pw-secondary); }

/* — SEKCJA DOMYKAJĄCA .pw-invite (pełny pas krem, zaproszenie gościa) —
   Pełny .pw-band daje full-bleed 100vw + padding clamp(56-120px) → pas jest PEŁNY.
   Zastąpiła cienką .pw-endnote (padding 40px = „za mała, tu nic nie ma"). */
/* Bulletproof nieprzezroczystość: na fullpage-home fixed slider hero prześwituje
   przez przezroczyste sekcje (stary .pw-endnote miał bg transparent -> zdjęcie w tle).
   .pw-band--cream już to zapewnia, ale wymuszamy tu + z-index nad sliderem (z-index:0). */
.pw-invite { background: var(--pw-cream) !important; position: relative; z-index: 1; }
.pw-invite .pw-band__inner { text-align: center; position: relative; z-index: 1; }
.pw-invite .pw-section-lead { max-width: 620px; margin-left: auto; margin-right: auto; }
.pw-invite__assurances {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
  max-width: 940px; margin: 48px auto 0;
  border-top: 1px solid var(--pw-border); padding-top: 40px;
}
.pw-invite__item { padding: 0 24px; text-align: center; }
.pw-invite__item:not(:first-child) { border-left: 1px solid var(--pw-border); }
.pw-invite__label { margin: 0; font-family: var(--pw-font-heading); font-weight: 600; font-size: 17px; color: var(--pw-primary); }
.pw-invite__label::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--pw-secondary); margin-right: 9px; vertical-align: middle; }
.pw-invite__note { margin: 6px 0 0; font-family: var(--pw-font-body); font-size: 15px; line-height: 1.55; color: var(--pw-text-soft); }
.pw-invite__cta { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 40px; }
@media (max-width: 767px) {
  .pw-invite__assurances { grid-template-columns: 1fr; gap: 0; max-width: 460px; }
  .pw-invite__item { padding: 22px 0; }
  .pw-invite__item:not(:first-child) { border-left: none; border-top: 1px solid var(--pw-border); }
  .pw-invite__cta .pw-btn { width: 100%; justify-content: center; }
}

@media (max-width: 860px) {
  .pw-aptmap { grid-template-columns: 1fr; }
  .pw-aptmap__map, .pw-aptmap__map .leaflet-container { min-height: 380px; }
  .pw-aptmap__list { max-height: none; }
}

/* ═══════════════════════════════════════════════════════════════
   §PW-V27 — particles, klikalne-pill lokalizacje, stopka (bez kresek),
   1 strzałka do góry, atrakcje, /contact (czcionki + mapa na górze)
   ═══════════════════════════════════════════════════════════════ */

/* — CZĄSTECZKI na ciemnych pasach (jak goldenapartments) — */
.pw-particles { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.pw-particles span {
  position: absolute; bottom: -12px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  animation-name: pwFloatUp; animation-timing-function: linear; animation-iteration-count: infinite;
}
@keyframes pwFloatUp {
  0%   { transform: translateY(0) translateX(0); opacity: 0; }
  10%  { opacity: 0.7; }
  90%  { opacity: 0.5; }
  100% { transform: translateY(-118%) translateX(14px); opacity: 0; }
}
/* treść nad cząsteczkami */
.pw-band--dark .pw-band__inner, .pw-cta-band .pw-band__inner, .pw-story__inner { position: relative; z-index: 1; }
@media (prefers-reduced-motion: reduce) { .pw-particles { display: none !important; } }

/* — LOKALIZACJE jako widoczne PRZYCISKI — */
.pw-places__list { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; }
.pw-places__list > span { display: none; } /* kropki-separatory zbędne przy pillach */
.pw-places__list a {
  display: inline-flex; align-items: center;
  font-family: var(--pw-font-heading); font-weight: 600; font-style: normal;
  font-size: clamp(14px, 1.4vw, 16px); letter-spacing: .2px;
  padding: 10px 20px; border-radius: 999px; cursor: pointer;
  color: var(--pw-primary); background: var(--pw-bg);
  border: 1.5px solid var(--pw-border);
  transition: background .2s var(--pw-ease), color .2s var(--pw-ease), border-color .2s var(--pw-ease), transform .2s var(--pw-ease);
}
.pw-places__list a::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--pw-secondary); margin-right: 9px; flex: 0 0 auto; }
.pw-places__list a:hover { border-color: var(--pw-secondary); transform: translateY(-2px); box-shadow: var(--pw-shadow-sm); }
.pw-places__list a.pw-places__on { background: var(--pw-secondary); color: var(--pw-on-accent); border-color: var(--pw-secondary); }

/* — STOPKA: usuń pionowe kreski „|" po pozycjach kontaktu — */
footer .footer__contact li::after,
.pw-sitefooter .footer__contact li::after,
footer .footer-contact-adress::after,
footer ul.footer__contact li::after { content: none !important; }

/* — JEDNA strzałka: chowamy SYSTEMOWE #bounce (scroll-hint) ORAZ #backTop (back-to-top),
   zostaje nasza .pw-backtop. #backTop (ikona icon-arrow_smaller_down) duplikował
   .pw-backtop — po scrollu widoczne były DWIE strzałki w prawym dolnym rogu. — */
#bounce, #backTop { display: none !important; }
.pw-backtop { right: 24px !important; bottom: 24px !important; }

/* — ATRAKCJE — klikalne karty ze zdjęciami + modal z detalami (wzorzec BHP/fairrentals) — */
.pw-attr-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 8px; }
.pw-attr-card {
  display: flex; flex-direction: column; text-decoration: none; color: inherit;
  background: var(--pw-bg); border: 1px solid var(--pw-border); border-radius: var(--pw-radius-lg);
  overflow: hidden; cursor: pointer;
  transition: transform .28s var(--pw-ease), box-shadow .28s var(--pw-ease), border-color .28s var(--pw-ease);
}
.pw-attr-card:hover { transform: translateY(-5px); box-shadow: var(--pw-shadow-lg); border-color: var(--pw-secondary); }
.pw-attr-card__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.pw-attr-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s var(--pw-ease); }
.pw-attr-card:hover .pw-attr-card__media img { transform: scale(1.05); }
.pw-attr-card__body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 6px; }
.pw-attr-card__meta { margin: 0; font-family: var(--pw-font-heading); font-weight: 700; font-size: 11.5px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--pw-secondary-dark); }
.pw-attr-card__title { margin: 0; font-family: var(--pw-font-heading); font-weight: 600; font-size: 20px; color: var(--pw-text); }
.pw-attr-card__cta { margin-top: 6px; font-family: var(--pw-font-heading); font-weight: 700; font-size: 14px; color: var(--pw-primary); }
.pw-attr-card:hover .pw-attr-card__cta { color: var(--pw-secondary-dark); }
.pw-attractions .pw-btn { margin-top: 4px; }
/* detale ukryte (SEO-crawlable), JS klonuje do modala; no-JS fallback = :target */
.pw-attr-detail { display: none; }
.pw-attr-detail:target { display: block; max-width: 760px; margin: 32px auto; padding: 0 24px; }
/* MODAL */
.pw-attr-modal { position: fixed; inset: 0; z-index: 4000; display: flex; align-items: center; justify-content: center; padding: 24px; opacity: 0; visibility: hidden; transition: opacity .25s var(--pw-ease), visibility .25s var(--pw-ease); }
.pw-attr-modal.pw-attr-modal--open { opacity: 1; visibility: visible; }
.pw-attr-modal__backdrop { position: absolute; inset: 0; background: rgba(20, 20, 22, 0.62); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); }
.pw-attr-modal__panel { position: relative; z-index: 1; width: min(680px, 100%); max-height: 88vh; overflow-y: auto; background: var(--pw-bg); border-radius: var(--pw-radius-lg); box-shadow: 0 30px 80px rgba(20,20,20,.4); transform: translateY(16px) scale(.98); transition: transform .28s var(--pw-ease); }
.pw-attr-modal--open .pw-attr-modal__panel { transform: none; }
.pw-attr-modal__panel img { width: 100%; height: 300px; object-fit: cover; display: block; }
.pw-attr-modal__inner { padding: 28px 32px 34px; }
.pw-attr-modal__inner h2 { margin: 0 0 14px; font-family: var(--pw-font-heading); font-size: clamp(22px, 3vw, 30px); color: var(--pw-text); }
.pw-attr-modal__inner p { color: var(--pw-text-soft); line-height: 1.65; margin: 0 0 14px; }
.pw-attr-facts { list-style: none; padding: 0; margin: 0 0 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; }
.pw-attr-facts li { font-size: 14.5px; color: var(--pw-text-soft); padding-left: 16px; position: relative; }
.pw-attr-facts li::before { content: ""; position: absolute; left: 0; top: 8px; width: 7px; height: 7px; border-radius: 50%; background: var(--pw-secondary); }
.pw-attr-facts strong { color: var(--pw-text); font-family: var(--pw-font-heading); }
.pw-attr-modal__close { position: absolute; top: 14px; right: 14px; z-index: 2; width: 40px; height: 40px; border: 0; border-radius: 50%; cursor: pointer; background: var(--pw-bg); color: var(--pw-text); font-size: 22px; line-height: 40px; box-shadow: var(--pw-shadow-md); }
.pw-attr-modal__close:hover { background: var(--pw-secondary); color: var(--pw-on-accent); }
@media (max-width: 860px) { .pw-attr-grid { grid-template-columns: 1fr; } .pw-attr-facts { grid-template-columns: 1fr; } .pw-attr-modal__panel img { height: 220px; } }

/* — /CONTACT: czcionki (system daje ~28–51px) + mapa NA GÓRZE (TRAP-18) — */
body.page-contact .contact { display: flex; flex-direction: column; }
body.page-contact #map_container { order: -1; width: 100%; min-height: 420px; margin: 0 0 40px; border-radius: var(--pw-radius-lg); overflow: hidden; }
body.page-contact h1, body.page-contact .contact__label { font-size: clamp(26px, 3.4vw, 38px) !important; line-height: 1.15 !important; }
body.page-contact h2, body.page-contact .contact__label.--inner { font-size: clamp(19px, 2.4vw, 24px) !important; line-height: 1.2 !important; }
body.page-contact .contact p, body.page-contact .contact li,
body.page-contact .contact span, body.page-contact .contact address,
body.page-contact .contact a, body.page-contact .contact__locations { font-size: 16px !important; line-height: 1.6 !important; }
body.page-contact .contact__locations li, body.page-contact .contact__locations a { font-size: 15px !important; }
/* żółte znaczniki mapy /contact (best-effort: przebarwienie domyślnej niebieskiej pinezki) */
body.page-contact .leaflet-marker-icon { filter: hue-rotate(183deg) saturate(3) brightness(1.12); }

/* ═══════════════════════════════════════════════════════════════
   §PW-V28 — lista mapy pogrupowana po obszarze (mniej kart naraz)
   ═══════════════════════════════════════════════════════════════ */
.pw-aptgroup { margin-bottom: 10px; }
.pw-aptgroup__head {
  position: sticky; top: 0; z-index: 2;
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  margin: 0 0 12px; padding: 9px 4px; background: var(--pw-bg);
  font-family: var(--pw-font-heading); font-weight: 700; font-size: 13px;
  letter-spacing: 1.2px; text-transform: uppercase; color: var(--pw-text);
  border-bottom: 1px solid var(--pw-border);
}
.pw-aptgroup__count { font-size: 12px; color: var(--pw-on-accent); background: var(--pw-secondary); border-radius: 999px; padding: 2px 11px; letter-spacing: 0; }
.pw-aptgroup__items { display: flex; flex-direction: column; gap: 12px; }
.pw-aptcard--extra { display: none; }
.pw-aptgroup__more {
  width: 100%; margin: 12px 0 6px; padding: 11px; cursor: pointer;
  border: 1px dashed var(--pw-border); background: transparent; border-radius: var(--pw-radius-lg);
  font-family: var(--pw-font-heading); font-weight: 600; font-size: 13.5px; color: var(--pw-primary);
  transition: border-color .2s var(--pw-ease), background .2s var(--pw-ease);
}
.pw-aptgroup__more:hover { border-color: var(--pw-secondary); background: var(--pw-cream); }
.pw-chip__n { display: inline-block; margin-left: 6px; font-size: 11px; opacity: .65; }
.pw-chip--on .pw-chip__n { opacity: 1; }

/* ═══════════════════════════════════════════════════════════════
   §PW-OFFERS-V29 — /offers: SIATKA 2-KOLUMNOWA (karty pionowe) + żółte
   akcenty CTA (spójność z marką) + mobile. Strona automatyczna → tylko CSS.
   ═══════════════════════════════════════════════════════════════ */
/* 37 kart w 2 kolumnach zamiast jednej wielkiej listy */
body.page-offers .offers_wrapper {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 24px !important;
  align-items: stretch !important;   /* RÓWNE karty: side-by-side ta sama wysokość */
}
/* karta PIONOWA: zdjęcie na górze, treść pod spodem (system daje flex-row) */
body.page-offers .offers-container {
  flex-direction: column !important;
  height: 100% !important;            /* wypełnia rozciągniętą komórkę siatki */
  margin: 0 !important;
  border: 1px solid var(--pw-border) !important;
  border-radius: var(--pw-radius-lg) !important;
  overflow: hidden !important;
  background: var(--pw-bg) !important;
  transition: box-shadow .25s var(--pw-ease), transform .25s var(--pw-ease), border-color .25s var(--pw-ease) !important;
}
body.page-offers .offers-container:hover {
  box-shadow: var(--pw-shadow-lg) !important; transform: translateY(-4px) !important;
  border-color: var(--pw-secondary) !important;
}
body.page-offers .offers-container > a.object-icon,
body.page-offers .offers-container > .object-icon {
  width: 100% !important; max-width: 100% !important; flex: 0 0 auto !important;
  aspect-ratio: 16 / 10 !important; overflow: hidden !important; margin: 0 !important; display: block !important;
}
body.page-offers .offers-container .object-icon img {
  width: 100% !important; height: 100% !important; object-fit: cover !important; display: block !important;
  transition: transform .5s var(--pw-ease) !important;
}
body.page-offers .offers-container:hover .object-icon img { transform: scale(1.05) !important; }
body.page-offers .offers-container .accommodation-rest {
  width: 100% !important; max-width: 100% !important; flex: 1 1 auto !important;
  padding: 20px 22px 22px !important; display: flex !important; flex-direction: column !important;
}
/* RÓWNE karty: opis do 4 linii (system daje różną długość → rozjeżdżało karty) */
body.page-offers .offers-container .accommodation-short-description {
  display: -webkit-box !important;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  margin-bottom: 0 !important;
}
/* CTA „Szczegóły" przyklejony do dołu karty → przyciski w jednej linii bazowej */
body.page-offers .offers-container .accommodation-buttons {
  margin-top: auto !important;
  padding-top: 14px !important;
}
/* CTA karty ("Szczegóły"/rezerwuj) = ŻÓŁTY brandowy z CIEMNYM tekstem */
body.page-offers .offers-container .btn,
body.page-offers .offers-container a.btn,
body.page-offers .offers-container button.btn {
  background: var(--pw-secondary) !important; color: var(--pw-on-accent) !important; font-weight: 700 !important;
}
body.page-offers .offers-container .btn:hover { background: var(--pw-secondary-dark) !important; color: var(--pw-on-accent) !important; }
/* aktywny/zaznaczony filtr = żółć marki (spójność) */
body.page-offers .filter_content input[type="checkbox"] { accent-color: var(--pw-secondary) !important; }
/* FIX kontrastu: hover przycisków w sidebarze nie może dawać białego na żółtym */
body.page-offers .btn:hover { color: #FFFFFF !important; }
/* tytuł karty: system daje h2 ~36px (za duży w wąskiej karcie) → zmniejsz;
   wewnętrzne kolumny bootstrap (tytuł/cena/miejsca) układają się w pionie */
body.page-offers .offers-container h2,
body.page-offers .offers-container h3 {
  font-size: clamp(18px, 1.5vw, 21px) !important; line-height: 1.25 !important; margin: 0 0 8px !important;
}
body.page-offers .offers-container .accommodation-rest [class*="col-md-"] {
  flex: 0 0 100% !important; max-width: 100% !important; width: 100% !important;
}
body.page-offers .offers-container .accommodation-rest .price,
body.page-offers .offers-container .accommodation-rest [class*="price"] { text-align: left !important; }
/* mobile: 1 kolumna; sidebar filtrów układa się nad listą (Bootstrap col stack) */
@media (max-width: 991px) {
  body.page-offers .offers_wrapper { grid-template-columns: 1fr !important; }
}
@media (max-width: 560px) {
  body.page-offers .offers-container .accommodation-rest { padding: 16px !important; }
}

/* ============================================================
   §PW-A11Y-FIX v3.5 (2026-07-10) — audyt kontrastu WCAG (Damian)
   Wszystkie fixy zmierzone na żywym DOM (getComputedStyle + matchedRules).
   ============================================================ */

/* BUG#1 — /txt: reguła `body.page-txt .pw-page h1 {color:var(--pw-text)!important}`
   (spec 0.2.2) ślepo przyciemniała KAŻDY h1 na podstronie — też nagłówek na
   ciemnym pasie CTA (Współpraca: „Masz mieszkanie?…" = 1.04:1, niewidoczny).
   Override tylko dla ciemnych pasów (spec 0.3.2 > 0.2.2). `.pw-w` = word-split
   spany bez własnego koloru → dziedziczą po h1. */
body.page-txt .pw-page .pw-band--dark h1,
body.page-txt .pw-page .pw-band--dark h2,
body.page-txt .pw-page .pw-band--dark h3,
body.page-txt .pw-page .pw-band--dark .pw-words,
body.page-txt .pw-page .pw-band--dark .pw-words .pw-w,
body.page-txt .pw-page .pw-band--dark .pw-section-lead {
  color: #F5F4F1 !important;
  -webkit-text-fill-color: #F5F4F1 !important;
}

/* BUG#2 — stopka: rezyduum starej palety „bałtyckiej" #D8E6EB (`.pw-sitefooter a`
   / `footer a` !important) barwiło też ŻÓŁTY przycisk CTA „Sprawdź dostępność"
   → 1.02:1 (niewidoczny na #F2E61A). Wymuś ciemny tekst na przyciskach w stopce,
   linki tekstowe → neutralny (on-brand, zamiast błękitu). */
body footer .pw-sitefooter__cta,
body footer .pw-sitefooter .pw-btn--sand,
body footer a.pw-btn--sand {
  color: var(--pw-on-accent) !important;
  -webkit-text-fill-color: var(--pw-on-accent) !important;
}
body footer .pw-sitefooter a:not(.pw-btn):not(.powered_by_logo) { color: #D9D8D3 !important; }
body footer .pw-sitefooter a:not(.pw-btn):not(.powered_by_logo):hover { color: #F2E61A !important; }

/* BUG#3 — `.pw-stat__lbl` używał --pw-text-muted (#6B6E76=4.24:1 na sand).
   Token podbity globalnie do #565962 (~5.6:1) w :root. Tu strażnik dla pewności. */
body .pw-stat__lbl { color: #565962 !important; }

/* ============================================================
   §PW-CONTACT-COMPACT v3.5 (2026-07-10) — /contact lista lokalizacji
   (Damian): 34 obiekty × 434px = 7620px pionu; nazwa `strong` = 30.4px.
   → siatka 4-kol, karty „pozamykane", nazwa 15px, zwarte przyciski.
   CSS-only (strona /contact jest AUTOMATYCZNA — brak body_top).
   Layout: lista siedzi w Bootstrap .col-md-6 (585px) obok kolumny .contact__payments
   → 4 kolumny by się NIE zmieściły (nachodzenie na płatności). Rozbijamy rząd na
   pełną szerokość: kolumna lokalizacji 100%, płatności zawijają się pod spód.
   ============================================================ */
body.page-contact .contact .row { flex-wrap: wrap !important; }
body.page-contact .contact .row > .col-md-6.mr-md-auto { flex: 0 0 100% !important; max-width: 100% !important; margin-right: 0 !important; }
body.page-contact .contact .row > .contact__payments { flex: 0 0 100% !important; max-width: 100% !important; margin-top: 24px; }
/* treść nie-lokalizacyjna (kontakt/bank) czytelnej szerokości, siatka = pełna */
body.page-contact .contact .row > .col-md-6.mr-md-auto > :not(.contact__locations):not(.contact__label) { max-width: 760px; }
body.page-contact .contact__locations {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 14px !important;
  align-items: stretch !important;
  margin-top: 10px;
}
body.page-contact .contact__item {
  display: flex !important;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid var(--pw-border);
  border-radius: var(--pw-radius-lg);
  padding: 16px 16px 14px;
  box-shadow: 0 1px 3px rgba(20, 20, 20, 0.05);
  transition: box-shadow .2s var(--pw-ease), transform .2s var(--pw-ease), border-color .2s var(--pw-ease);
}
body.page-contact .contact__item:hover {
  box-shadow: 0 8px 22px rgba(20, 20, 20, 0.10);
  transform: translateY(-3px);
  border-color: var(--pw-secondary);
}
/* wewnętrzny wrapper tekstu = kolumna wypełniająca wysokość (równe karty) */
body.page-contact .contact__item > div { display: flex !important; flex-direction: column; flex: 1 1 auto; }
/* pinezka: mała, u góry, akcent marki */
body.page-contact .contact__item > .icon,
body.page-contact .contact__item .icon-pointer {
  color: var(--pw-secondary-dark) !important;
  font-size: 20px !important;
  margin: 0 0 8px !important;
}
/* nazwa obiektu: 30.4px → 15px */
body.page-contact .contact__item strong {
  font-family: var(--pw-font-heading) !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  color: var(--pw-text) !important;
  margin: 0 0 4px !important;
}
/* linie adresu: zwarte */
body.page-contact .contact__item span.d-block {
  font-size: 13px !important;
  line-height: 1.45 !important;
  color: var(--pw-text-muted) !important;
}
/* przyciski: przyklejone do dołu karty (równa wysokość), zwarte */
body.page-contact .contact__links {
  display: flex !important;
  flex-wrap: wrap;
  gap: 4px 16px;
  margin-top: auto !important;
  padding-top: 12px;
}
body.page-contact .contact__links a,
body.page-contact .contact__item .contact__btn {
  font-family: var(--pw-font-heading) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: .04em !important;
  color: var(--pw-primary) !important;
  padding: 0 !important;
  min-height: 0 !important;
  white-space: nowrap;
}
body.page-contact .contact__links a:hover,
body.page-contact .contact__item .contact__btn:hover { color: var(--pw-secondary-dark) !important; }
/* responsywnie: 4 → 3 → 2 → 1 */
@media (max-width: 1100px) { body.page-contact .contact__locations { grid-template-columns: repeat(3, 1fr) !important; } }
@media (max-width: 767px)  { body.page-contact .contact__locations { grid-template-columns: repeat(2, 1fr) !important; gap: 10px !important; } }
@media (max-width: 460px)  { body.page-contact .contact__locations { grid-template-columns: 1fr !important; } }

/* ============================================================
   §PW-ROUTE v3.5 (2026-07-10) — interaktywna mapa "Odkryj Trojmiasto"
   na /txt/201/Atrakcje (wzorzec cityofthekings). Przystanki + apartamenty
   w poblizu. JS: initRoute() w KONIEC_BODY (guard #pw-route-map).
   ============================================================ */
.pw-route__wrap {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  max-width: 1100px;
  margin: 8px auto 0;
  border: 1px solid var(--pw-border);
  border-radius: var(--pw-radius-lg);
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: var(--pw-shadow-sm, 0 2px 10px rgba(20,20,20,0.06));
}
.pw-route__mapcol { display: flex; flex-direction: column; }
.pw-route__controls { display: flex; flex-wrap: wrap; gap: 8px; padding: 12px; background: var(--pw-cream); border-bottom: 1px solid var(--pw-border); }
.pw-route__ctrl {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--pw-font-heading); font-size: 13px; font-weight: 600;
  color: var(--pw-text); background: #FFFFFF;
  border: 1px solid var(--pw-border); border-radius: 999px;
  padding: 8px 15px; cursor: pointer; text-decoration: none;
  transition: background .2s var(--pw-ease), border-color .2s var(--pw-ease), color .2s var(--pw-ease);
}
.pw-route__ctrl svg { width: 16px; height: 16px; flex-shrink: 0; }
.pw-route__ctrl:hover { background: var(--pw-cream2); }
.pw-route__ctrl[aria-pressed="true"] { background: var(--pw-secondary); border-color: var(--pw-secondary); color: var(--pw-on-accent); }
.pw-route__ctrl--link { color: var(--pw-secondary-dark); }
.pw-route__map { flex: 1; min-height: 460px; background: var(--pw-cream2); }
.pw-route__map img { max-width: none; }
.pw-route__legend { display: flex; gap: 18px; padding: 10px 14px; background: #FFFFFF; border-top: 1px solid var(--pw-border); font-size: 12px; color: var(--pw-text-muted); }
.pw-route__legend span { display: inline-flex; align-items: center; gap: 7px; }
.pw-route__dot { width: 12px; height: 12px; border-radius: 50%; display: inline-block; box-sizing: border-box; }
.pw-route__dot--stop { background: var(--pw-secondary); border: 1px solid var(--pw-on-accent); }
.pw-route__dot--apt { background: #FFFFFF; border: 2px solid var(--pw-primary); }
.pw-route__stops { max-height: 528px; overflow-y: auto; text-align: left; }
.pw-route__stop {
  display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: start;
  padding: 16px 18px; border-bottom: 1px solid var(--pw-border); cursor: pointer;
  transition: background .2s var(--pw-ease);
}
.pw-route__stop:last-child { border-bottom: 0; }
.pw-route__stop:hover, .pw-route__stop.is-on { background: var(--pw-cream); }
.pw-route__num {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--pw-secondary); color: var(--pw-on-accent);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--pw-font-heading); font-weight: 700; font-size: 15px;
}
.pw-route__stop.is-on .pw-route__num { box-shadow: 0 0 0 3px var(--pw-secondary-light); }
.pw-route__era { display: block; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--pw-secondary-dark); font-family: var(--pw-font-heading); font-weight: 700; }
.pw-route__body h3 { font-family: var(--pw-font-heading); font-size: 16px; font-weight: 600; margin: 3px 0 5px; color: var(--pw-text); }
.pw-route__body p { font-size: 13px; line-height: 1.5; color: var(--pw-text-muted); margin: 0 0 8px; }
.pw-route__foot { display: flex; }
.pw-route__near { display: inline-flex; align-items: center; font-size: 12px; color: var(--pw-text); background: var(--pw-cream); border: 1px solid var(--pw-border); border-radius: 999px; padding: 4px 11px; }
.pw-route__near-n { display: inline-flex; align-items: center; justify-content: center; min-width: 18px; height: 18px; padding: 0 5px; margin-right: 6px; border-radius: 999px; background: var(--pw-secondary); color: var(--pw-on-accent); font-size: 11px; font-weight: 700; }
.pw-route__near-n:empty { display: none; }
/* Leaflet markery (JS divIcon) */
.pw-route__marker { width: 30px; height: 30px; background: var(--pw-secondary); border: 2px solid #FFFFFF; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); box-shadow: 0 2px 6px rgba(20,20,20,0.3); display: flex; align-items: center; justify-content: center; }
.pw-route__marker span { transform: rotate(45deg); font-family: var(--pw-font-heading); font-weight: 700; font-size: 13px; color: var(--pw-on-accent); }
.pw-route__marker.is-on { background: var(--pw-secondary-dark); }
.pw-route__aptwrap { background: none; border: 0; }
.pw-route__apt { width: 26px; height: 26px; background: #FFFFFF; border: 2px solid var(--pw-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--pw-primary); box-shadow: 0 1px 4px rgba(20,20,20,0.25); }
.pw-route__apt svg { width: 15px; height: 15px; }
.pw-route__pop b { display: block; font-family: var(--pw-font-heading); font-weight: 600; font-size: 14px; color: var(--pw-text); margin-bottom: 4px; }
.pw-route__pop p { font-size: 12.5px; line-height: 1.45; color: var(--pw-text-muted); margin: 0; }
.pw-route__aptpop { display: block; text-decoration: none; }
.pw-route__aptpop b { display: block; font-family: var(--pw-font-heading); font-weight: 600; font-size: 13px; color: var(--pw-text); }
.pw-route__aptpop span { display: block; font-size: 12px; color: var(--pw-text-muted); }
.pw-route__aptpop em { display: block; margin-top: 5px; font-style: normal; font-family: var(--pw-font-heading); font-weight: 700; font-size: 12px; color: var(--pw-secondary-dark); }
@media (max-width: 860px) {
  .pw-route__wrap { grid-template-columns: 1fr; }
  .pw-route__map { min-height: 340px; order: -1; }
  .pw-route__stops { max-height: none; overflow-y: visible; }
}

/* ============================================================
   §PW-HEADER-FIX v3.8 (2026-07-10) — mobile logo/hamburger,
   przełącznik języka (font), podwójny CTA rezerwacji, nagłówek lokalizacji.
   Wszystko zmierzone na żywym DOM (getComputedStyle).
   ============================================================ */
/* 1) Font marki (Inter) na CTA rezerwacji + przełączniku języka (system dawał Source Serif Pro) */
html body header .navbar-reservation, html body .navbar-reservation,
html body header .page-top__language, html body header .language__toggler,
html body header #language_label, html body header .language,
html body header .flags, html body header .flags a, html body header .flags span {
  font-family: var(--pw-font-heading) !important;
}
/* 2) Przełącznik języka — dopasowanie do nawigacji (Inter, grafit, rozmiar) */
html body header .language__toggler, html body header #language_label {
  font-size: 14px !important; font-weight: 600 !important; color: var(--pw-primary) !important; letter-spacing: .02em;
}
/* 3) Podwójny CTA rezerwacji: ministrip TYLKO gdy brak innego widocznego CTA.
   Desktop = header ma „Rezerwacja online"; drawer otwarty (body.pw-nav-open) = CTA w drawerze. */
@media (min-width: 992px) { html body .pw-ministrip { display: none !important; } }
html body.pw-nav-open .pw-ministrip { display: none !important; }
/* 4) Nagłówek sekcji lokalizacji (.pw-places) — odstęp od pigułek */
html body .pw-places .pw-section-title { margin: 4px 0 22px !important; }
html body .pw-places .pw-eyebrow { margin-bottom: 6px !important; }

@media (max-width: 991px) {
  /* 5) Hamburger widoczny na białym headerze — grafitowa ramka + ciemna ikona + cień */
  html body header.default13 .navbar-toggler, html body .navbar-toggler {
    background: #FFFFFF !important;
    border: 1.5px solid var(--pw-primary) !important;
    color: var(--pw-primary) !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 10px rgba(20, 20, 20, 0.14) !important;
    width: 46px !important; height: 46px !important;
  }
  html body .navbar-toggler .icon-menu, html body .navbar-toggler .icon,
  html body .navbar-toggler i { color: var(--pw-primary) !important; font-size: 22px !important; }
  /* 6) Logo czytelniejsze na mobile (system klampował ~33px wys.) */
  html body header.default13 .navbar-brand img, html body header .navbar-brand img {
    height: 42px !important; width: auto !important; max-height: none !important; min-height: 40px !important;
  }
}

/* ============================================================
   §PW-HOME-GATE v3.9 (2026-07-10) — KRYTYCZNE
   Pole fg_body_top_code (/panel/frontpage) jest GLOBALNE (render na KAŻDEJ
   podstronie, jak HEAD/body_bottom). Treść strony głównej owinięta w .pw-home
   (GLOWNA_PL/EN); tu ukrywamy ją wszędzie POZA stroną główną (body.page-index),
   żeby home nie wyciekał na /txt/*. Na home .pw-home widoczne (bez zmian).
   ============================================================ */
html body:not(.page-index) .pw-home { display: none !important; }

/* ============================================================
   §PW-HOME-SELF-CONTAINED v3.10 (2026-07-10) — DURABLE FIX „strona główna rozjechana"
   ROOT CAUSE (live-verified 25744): treść home renderuje się jako .pw-home w
   GLOBALNYM polu fg_body_top_code → siedzi PRZED <main.fullpage-wrapper>. Do tego
   home body_top jest ZDUBLOWANY: stara kopia zostaje w main > .section_sub.container
   (pole CMS strony głównej sprzed panel-fill). Hero teleportował się w dół do
   systemowego slidera (top ~6500-9800px). Efekt: hero+wyszukiwarka na dole, treść
   podwojona, systemowy parallax-image (fixed) przykrywał górę.
   FIX (kod, niezależny od fullpage.js/bxSlider/timingu HEAD):
   (1) ukryj CAŁY systemowy main na home — kasuje orphan slider + parallax-image
       + STARĄ kopię dubla (wszystko siedzi w main). Footer jest POZA main → nietknięty.
   (2) hero samodzielny (KONIEC integrateHero NIE teleportuje) — zostaje w .pw-home,
       własne tło-zdjęcie: --pw-hero-bg ustawia JS (src z systemowego slidera =
       wybór klienta w panelu; fallback frontpageGallery/4) + scrim dla kontrastu.
   Powiązane: [[feedback_idobooking_frontpage_body_top_global]],
   [[feedback_idobooking_use_system_hero_slider_and_widget]] (świadome odejście:
   silnikowy slider pusty/kruchy — bxSlider crash — więc hero uniezależniony).
   ============================================================ */
html body.page-index main.fullpage-wrapper,
html body.page-index main#pageContent { display: none !important; }

/* hero samodzielny: własne tło + scrim (gdy --pw-hero-bg puste → grafit).
   FULL-BLEED: bazowy .pw-hero-wrap ma max-width:960px + margin:auto (był centrowaną
   NAKŁADKĄ na pełnoszerokim sliderze). Teraz sam niesie tło → musi iść na całą
   szerokość jak pasy §19. Idiom BEZ transform (transform=containing block łamałby
   pozycję kalendarza flatpickr w wyszukiwarce); treść (__inner) wyśrodkowana. */
html body.page-index .pw-home .pw-hero-wrap {
  background-color: #1B1C20;
  background-image: linear-gradient(180deg, rgba(18,19,22,0.42) 0%, rgba(13,14,17,0.70) 100%), var(--pw-hero-bg, none);
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  min-height: clamp(560px, 84vh, 820px);
  max-width: none;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  justify-content: center;
}
html body.page-index .pw-home .pw-hero-wrap__inner {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  html body.page-index .pw-home .pw-hero-wrap { min-height: clamp(520px, 80vh, 700px); }
}

/* ============================================================
   §PW-BATCH v3.11 (2026-07-10) — poprawki Damiana (live-verified 25744)
   A /contact przerwa · B mobile select · C SmartGuest strip · D cena-label · E lang dropdown
   ============================================================ */

/* A — /contact: oddech pod „Płatności"/przelewami (blok kleił się do stopki) */
body.page-contact .contact { padding-bottom: clamp(40px, 5vw, 72px) !important; }

/* B — wyszukiwarka hero: select/inputy min 16px (iOS = brak auto-zoom + czytelne opcje na mobile) */
html body .pw-search select,
html body .pw-search input { font-size: 16px !important; }
html body .pw-search select option { font-size: 16px; }

/* C — „SmartGuest" strip: mniej jak GŁÓWNE HASŁO — mniejszy, lżejszy, z ikoną kłódki.
   Zostaje ciemny (rytm pasów: hero → strip → fala sage-cream wymaga ciemnego tła). */
html body .pw-smart { padding: 13px 24px !important; gap: 10px !important; }
html body .pw-smart__txt {
  font-size: 14px !important; font-weight: 500 !important; letter-spacing: .01em;
  display: inline-flex !important; align-items: center; gap: 9px;
}
html body .pw-smart__txt::before {
  content: ""; flex: 0 0 auto; width: 17px; height: 17px;
  background: center/contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F2E61A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E");
}

/* D — cena na karcie mapy = żółty label (bardziej wyróżniona), przylega do treści
   (nie pełna szerokość — karta bywa flex-column ze stretch, więc fit-content+align-self) */
html body .pw-aptcard__price {
  display: inline-block !important;
  width: fit-content !important; max-width: max-content !important; align-self: flex-start !important;
  font-family: var(--pw-font-heading);
  font-weight: 700 !important; font-size: 13px !important; line-height: 1;
  color: var(--pw-on-accent, #141414) !important;
  background: var(--pw-secondary) !important;
  padding: 5px 10px !important; border-radius: 999px !important; margin: 8px 0 0 !important;
}

/* E — dropdown wersji językowej: czysta karta, Inter, flagi rozsądny rozmiar
   (hardening — na emulacji font był już Inter; potwierdzić na realnym iPhone) */
html body header #language_menu {
  background: #FFFFFF; border: 1px solid var(--pw-border); border-radius: 12px;
  box-shadow: var(--pw-shadow-md); padding: 10px 12px;
}
html body header #language_menu,
html body header #language_menu a,
html body header #language_menu span,
html body header #language_menu select,
html body header #language_menu option {
  font-family: var(--pw-font-heading) !important; font-size: 14px !important; font-weight: 500 !important;
}
html body header #language_menu .flag { width: 24px !important; height: auto !important; border-radius: 2px; }
html body header #language_menu .currency select { padding: 6px 8px; border-radius: 8px; }
