/*
Theme Name: Venore Home
Theme URI:
Author: Adrian Zawada
Author URI:
Description: Motyw dewelopera Venore Home s.c. — kierunek „Zielony dom" (rodzinny, ciepły, zielony). Prezentacja-only; logika w pluginie venore-home-core.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: venore-home
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* ==========================================================================
   DESIGN TOKENS — „ZIELONY DOM" (źródło: docs/wizualizacja/src/tokens.css)
   Zatwierdzona wizualizacja jest źródłem prawdy. Nazwy zmiennych zachowane
   1:1 z wizualizacji, aby komponenty portowały się bez przeróbek.
   ========================================================================== */

:root {
  /* --- Typography --- */
  --font-display: "Bricolage Grotesque", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, ui-sans-serif, sans-serif;
  --font-kicker: "Inter", ui-sans-serif, system-ui, sans-serif;

  /* --- Accent — szałwiowa zieleń --- */
  --accent: #3F5E4A;
  --accent-text: #2E4838;
  --accent-ink: #FFFFFF;
  --accent-soft: color-mix(in oklab, var(--accent) 12%, transparent);
  --accent-glow: color-mix(in oklab, var(--accent) 28%, transparent);

  /* --- Cool graphite neutrals (chłodny grafit, lekki zielonkawy podton) --- */
  --graf-50:  #F6F7F6;
  --graf-100: #EFF1EF;   /* background — jasny grafit */
  --graf-200: #E3E6E4;   /* surface */
  --graf-300: #CDD2CF;   /* border */
  --graf-400: #A5ABA7;
  --graf-500: #7B817D;
  --graf-600: #545A56;   /* secondary text */
  --graf-700: #383D3A;
  --graf-800: #242926;
  --graf-900: #1B201D;   /* ink — grafit głęboki */

  /* --- Semantic (light defaults) --- */
  --bg: var(--graf-100);
  --bg-elev: #FFFFFF;
  --bg-inset: var(--graf-200);
  --ink: var(--graf-900);
  --ink-2: #545A56;
  --ink-3: #7B817D;
  --hair: color-mix(in oklab, var(--graf-900) 12%, transparent);
  --hair-strong: color-mix(in oklab, var(--graf-900) 20%, transparent);
  --rule: color-mix(in oklab, var(--graf-900) 8%, transparent);

  /* --- Statusy lokali --- */
  --st-available: #4A7A4E;
  --st-reserved:  #C2913A;
  --st-sold:      #9C968A;

  /* --- Plan osiedla — zieleń ogródków + siatka „blueprint" --- */
  --grass:      color-mix(in oklab, var(--accent) 22%, #FFFFFF);
  --grass-line: color-mix(in oklab, var(--accent) 45%, transparent);
  --grass-ink:  var(--accent-text);
  --blueprint:  color-mix(in oklab, var(--accent) 10%, transparent);

  /* --- Type scale multiplier --- */
  --ts: 1;

  /* --- Spacing rhythm --- */
  --u: 4px;
  --measure: 66ch;
  --gutter-mobile: 20px;
  --gutter-desktop: 56px;

  /* --- Shadows --- */
  --shadow-card: 0 1px 2px rgba(27,32,29,.03), 0 8px 24px -14px rgba(27,32,29,.16);
  --shadow-lift: 0 2px 6px rgba(27,32,29,.05), 0 24px 56px -26px rgba(27,32,29,.28);

  /* --- Radius --- */
  --radius-sm: 8px;
  --radius: 12px;
  --radius-lg: 20px;
  --radius-img: 16px;

  /* --- Motion --- */
  --ease: cubic-bezier(.4,0,.2,1);

  /* --- Aliasy prefiksowane --vh-* (konwencja projektu; mapują na tokeny wizualizacji) --- */
  --vh-accent: var(--accent);
  --vh-ink: var(--ink);
  --vh-bg: var(--bg);
  --vh-sec: 110px;
}

[data-theme="dark"] {
  --bg: #171A18;
  --bg-elev: #1F2320;
  --bg-inset: #232725;
  --ink: #EFF1EF;
  --ink-2: #BEC4BF;
  --ink-3: #8B918C;
  --hair: color-mix(in oklab, #ffffff 12%, transparent);
  --hair-strong: color-mix(in oklab, #ffffff 20%, transparent);
  --rule: color-mix(in oklab, #ffffff 7%, transparent);
  --accent-text: #8FB89A;
  --accent-ink: #11201A;
  --grass:      color-mix(in oklab, var(--accent) 26%, #1E1E20);
  --grass-line: color-mix(in oklab, var(--accent) 50%, transparent);
  --grass-ink:  #A7C0A0;
  --blueprint:  color-mix(in oklab, var(--accent) 14%, transparent);
}

/* ===== Type utilities ===== */
.t-display { font-family: var(--font-display); font-weight: 600; letter-spacing: -0.01em; line-height: 1.1; text-transform: none; }
.t-display-soft { font-family: var(--font-display); font-weight: 500; letter-spacing: -0.005em; line-height: 1.15; }
.t-body { font-family: var(--font-body); letter-spacing: 0; }

.kicker {
  font-family: var(--font-kicker);
  font-size: 12px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-2); display: inline-flex; align-items: center; gap: 12px;
}
.kicker::before { content: ''; width: 24px; height: 2px; background: var(--accent); border-radius: 2px; display: inline-block; }
.kicker--light { color: rgba(255,255,255,.8); }

.lede {
  font-family: var(--font-body);
  font-size: calc(var(--ts, 1) * clamp(17px, 2vw, 21px));
  line-height: 1.6; letter-spacing: 0; color: var(--ink-2); max-width: 40ch;
}
.measure { max-width: var(--measure); }
.prose { font-size: 16.5px; line-height: 1.7; color: var(--ink-2); }
.prose strong { color: var(--ink); font-weight: 600; }

/* ===== Prose — treść stron (strony prawne: RODO / prywatność / cookies) ===== */
.prose { max-width: 72ch; }
.prose p { margin: 0 0 1.1em; }
.prose > :first-child { margin-top: 0; }
.prose > :last-child { margin-bottom: 0; }

.prose h2 {
  font-family: var(--font-display); font-weight: 600; letter-spacing: -0.01em; line-height: 1.25;
  font-size: 25px; color: var(--ink); margin: 2em 0 0.6em;
}
.prose h3 {
  font-family: var(--font-display); font-weight: 600; letter-spacing: -0.005em; line-height: 1.3;
  font-size: 19.5px; color: var(--ink); margin: 1.7em 0 0.5em;
}
.prose h4 {
  font-family: var(--font-display); font-weight: 600; line-height: 1.35;
  font-size: 17px; color: var(--ink); margin: 1.5em 0 0.45em;
}

.prose ul, .prose ol { margin: 0 0 1.1em; padding-left: 1.3em; }
.prose li { margin-bottom: 0.45em; }
.prose li::marker { color: var(--accent); }
.prose li > ul, .prose li > ol { margin: 0.45em 0 0; }

.prose a {
  color: var(--accent-text, var(--accent));
  text-decoration: underline;
  text-decoration-color: color-mix(in oklab, var(--accent) 45%, transparent);
  text-underline-offset: 2px;
  transition: color .2s var(--ease), text-decoration-color .2s var(--ease);
}
.prose a:hover, .prose a:focus-visible {
  color: var(--ink);
  text-decoration-color: var(--accent);
}

.prose table, .prose .cky-audit-table {
  display: block; overflow-x: auto; max-width: 100%;
  width: 100%; border-collapse: collapse;
  margin: 0 0 1.4em; font-size: 14px; line-height: 1.55;
  border: 1px solid var(--hair); border-radius: var(--radius-sm);
}
.prose th, .prose td,
.prose .cky-audit-table th, .prose .cky-audit-table td {
  padding: 10px 12px; text-align: left; vertical-align: top;
  border: 1px solid var(--hair);
}
.prose th, .prose .cky-audit-table th {
  background: var(--bg-inset); color: var(--ink); font-weight: 600; white-space: nowrap;
}
.prose tbody tr:nth-child(even) td { background: color-mix(in oklab, var(--bg-inset) 45%, transparent); }

.prose blockquote {
  margin: 1.4em 0; padding: 0.2em 0 0.2em 1.1em;
  border-left: 2px solid var(--accent); color: var(--ink-2); font-style: italic;
}
.prose blockquote p:last-child { margin-bottom: 0; }
.prose hr { border: 0; border-top: 1px solid var(--hair); margin: 2.2em 0; }

.prose code {
  font-size: 0.9em; background: var(--bg-inset); border: 1px solid var(--hair);
  border-radius: var(--radius-sm); padding: 0.1em 0.4em;
}

/* CookieYes — akordeony i drobiazgi shortcode'u wpasowane w design */
.prose .cky-accordion { border: 1px solid var(--hair); border-radius: var(--radius); margin-bottom: 0.6em; }
.prose .cky-accordion-btn { font-family: var(--font-body); color: var(--ink); }

.mark {
  background-image: linear-gradient(var(--accent-soft), var(--accent-soft));
  background-repeat: no-repeat; background-position: 0 92%; background-size: 100% 0.42em;
  padding: 0 0.06em 0.04em; border-radius: 3px;
}
.accent-text { color: var(--accent-text); }

/* ===== Base ===== */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-body); color: var(--ink); background: var(--bg);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
input, textarea, select { font: inherit; color: inherit; }
::selection { background: var(--accent); color: var(--accent-ink); }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; gap: 10px; padding: 15px 26px;
  font-family: var(--font-body); font-size: 15px; font-weight: 600; letter-spacing: 0;
  border-radius: var(--radius);
  transition: transform .2s var(--ease), background .2s var(--ease), color .2s var(--ease), box-shadow .2s var(--ease), border-color .2s var(--ease);
  white-space: nowrap; line-height: 1;
}
.btn-primary { background: var(--accent); color: var(--accent-ink); }
.btn-primary:hover { background: var(--accent-text); transform: translateY(-2px); box-shadow: 0 12px 26px -10px var(--accent-glow); }
.btn-secondary { border: 1.5px solid var(--ink); color: var(--ink); }
.btn-secondary:hover { background: var(--ink); color: var(--bg); transform: translateY(-2px); }
.btn-dark { background: var(--ink); color: var(--bg); }
.btn-dark:hover { transform: translateY(-2px); }
.btn-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-weight: 600; font-size: 15px; color: var(--accent-text);
  padding: 6px 0; position: relative;
}
.btn-link::after {
  content: ''; position: absolute; left: 0; bottom: 0; height: 1.5px; width: 100%;
  background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease);
}
.btn-link:hover::after { transform: scaleX(1); }

/* ===== Chips / cards ===== */
.pebble {
  display: inline-flex; align-items: center; gap: 9px; padding: 10px 16px;
  background: var(--bg-elev); border: 1px solid var(--hair); border-radius: var(--radius-lg);
  font-family: var(--font-body); font-size: 13.5px; font-weight: 500; color: var(--ink); box-shadow: var(--shadow-card);
}
.pebble svg { color: var(--accent-text); flex-shrink: 0; }
.tag {
  display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px;
  font-family: var(--font-body); font-size: 12px; font-weight: 600; letter-spacing: 0.01em;
  border-radius: 999px; background: var(--accent-soft); color: var(--accent-text);
}
.card { background: var(--bg-elev); border: 1px solid var(--hair); border-radius: var(--radius-lg); transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.card:hover { box-shadow: var(--shadow-card); }
.ph { background: linear-gradient(145deg, var(--graf-200), var(--graf-100)); position: relative; overflow: hidden; border-radius: var(--radius-img); }
[data-theme="dark"] .ph { background: linear-gradient(145deg, #262B28, #1F2320); }

/* ==========================================================================
   THEME LAYOUT — bootstrap (M1). Pełne template-parts/single = Milestone 2.
   ========================================================================== */

.vh-section { padding: 56px var(--gutter-mobile); border-top: 1px solid var(--hair); }
.vh-section--inset { background: var(--bg-inset); }
@media (min-width: 880px) { .vh-section { padding: var(--vh-sec) var(--gutter-desktop); } }

.vh-section__head { display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.vh-section h2 {
  font-family: var(--font-display); font-weight: 600; margin: 8px 0 0; line-height: 1.1;
  font-size: calc(var(--ts,1) * clamp(28px, 8vw, 36px));
}
@media (min-width: 880px) { .vh-section h2 { font-size: calc(var(--ts,1) * clamp(34px, 3.6vw, 48px)); } }

/* ===== Header ===== */
.vh-header { position: sticky; top: 0; z-index: 30; background: var(--bg); border-bottom: 1px solid var(--hair); }
.vh-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px var(--gutter-mobile); }
@media (min-width: 880px) { .vh-header__inner { padding: 18px var(--gutter-desktop); } }
.vh-logo { display: inline-flex; align-items: center; gap: 12px; }
.vh-logo__name { font-family: var(--font-display); font-size: 21px; font-weight: 600; letter-spacing: -0.01em; color: var(--ink); }
.vh-nav { display: none; gap: 28px; align-items: center; }
.vh-nav a { font-size: 15px; font-weight: 500; color: var(--ink-2); padding-bottom: 3px; border-bottom: 2px solid transparent; }
.vh-nav a:hover, .vh-nav a.current-menu-item { color: var(--ink); border-bottom-color: var(--accent); }
.vh-header__cta { display: none; align-items: center; gap: 18px; }
.vh-header__phone { font-weight: 600; font-size: 15px; display: inline-flex; align-items: center; gap: 8px; }
.vh-header__phone svg { color: var(--accent-text); }
.vh-burger { padding: 6px; }
@media (min-width: 880px) {
  .vh-nav, .vh-header__cta { display: flex; }
  .vh-burger { display: none; }
}

/* mobile menu */
.vh-mobile-menu { position: fixed; inset: 0; background: var(--bg); z-index: 50; display: none; flex-direction: column; }
.vh-mobile-menu.is-open { display: flex; }
.vh-mobile-menu__head { display: flex; align-items: center; justify-content: space-between; padding: 16px; border-bottom: 1px solid var(--hair); }
.vh-mobile-menu nav { flex: 1; padding: 8px 16px; overflow-y: auto; }
.vh-mobile-menu nav a { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid var(--hair); }
.vh-mobile-menu nav a span { font-family: var(--font-display); font-size: 26px; font-weight: 600; }

/* ===== Hero (feature 60/40) ===== */
.vh-hero { padding: 28px var(--gutter-mobile) 40px; display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }
@media (min-width: 880px) { .vh-hero { padding: 64px var(--gutter-desktop) 80px; grid-template-columns: 1.25fr 1fr; gap: 64px; } }
.vh-hero h1 { font-family: var(--font-display); font-weight: 600; margin: 20px 0 0; line-height: 1.1; font-size: calc(var(--ts,1) * clamp(34px, 9vw, 44px)); }
@media (min-width: 880px) { .vh-hero h1 { font-size: calc(var(--ts,1) * clamp(44px, 4.6vw, 66px)); } }
.vh-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.vh-hero__pebbles { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.vh-figure { border-radius: var(--radius-img); overflow: hidden; aspect-ratio: 4/5; position: relative; }
.vh-figure img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 879px) { .vh-figure { aspect-ratio: 4/3; } }

/* ===== Generic grids ===== */
.vh-grid-2 { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: start; }
@media (min-width: 880px) { .vh-grid-2 { grid-template-columns: 1fr 1.2fr; gap: 72px; } }
.vh-cards { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 720px) { .vh-cards { grid-template-columns: 1fr 1fr; gap: 18px; } }
.vh-value { padding: 24px; }
.vh-value__icon { width: 46px; height: 46px; border-radius: var(--radius); background: var(--accent-soft); color: var(--accent-text); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.vh-value h3 { font-family: var(--font-display); font-size: 21px; margin: 0; font-weight: 600; }
.vh-value p { font-size: 14px; color: var(--ink-2); line-height: 1.55; margin: 8px 0 0; }
.vh-note { font-size: 12.5px; color: var(--ink-3); line-height: 1.6; }

/* ===== O nas — warm / organic ===== */
.vh-about__grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
@media (min-width: 900px) { .vh-about__grid { grid-template-columns: 0.9fr 1.1fr; gap: 64px; } }

.vh-about__media { position: relative; padding: 0 14px 34px 0; }
.vh-about__photo {
  margin: 0; aspect-ratio: 4/5; border-radius: 28px 28px 28px 64px;
  overflow: hidden; box-shadow: var(--shadow-lift);
}
.vh-about__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (min-width: 900px) { .vh-about__photo { aspect-ratio: 5/6; } }

.vh-about__badge {
  position: absolute; right: 0; bottom: 0; z-index: 2;
  display: inline-flex; align-items: center; gap: 12px;
  padding: 12px 18px 12px 14px; border-radius: 999px;
  background: var(--bg-elev); border: 1px solid var(--hair);
  box-shadow: var(--shadow-lift);
}
.vh-about__badge-icon {
  width: 40px; height: 40px; flex-shrink: 0; border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  background: var(--accent); color: var(--accent-ink);
}
.vh-about__badge-text { display: flex; flex-direction: column; line-height: 1.2; }
.vh-about__badge-text strong { font-family: var(--font-display); font-size: 16px; font-weight: 600; color: var(--ink); }
.vh-about__badge-text em { font-style: normal; font-size: 12.5px; color: var(--ink-2); }

.vh-about__title { margin-top: 18px; }
.vh-about__lead { margin-top: 16px; max-width: 48ch; }
.vh-about__lead + .vh-about__lead { margin-top: 12px; }

.vh-about__chips { list-style: none; margin: 26px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px; }
.vh-chip {
  flex: 1 1 210px; min-width: 190px; display: flex; align-items: flex-start; gap: 12px;
  padding: 14px 18px 14px 14px; border-radius: 22px;
  background: var(--bg-elev); border: 1px solid var(--hair);
  box-shadow: var(--shadow-card); transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.vh-chip:hover { transform: translateY(-3px); box-shadow: var(--shadow-lift); }
.vh-chip:nth-child(2n) { border-radius: 22px 22px 22px 8px; }
.vh-chip__icon {
  width: 40px; height: 40px; flex-shrink: 0; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  background: var(--accent-soft); color: var(--accent-text);
}
.vh-chip__body { display: flex; flex-direction: column; gap: 3px; }
.vh-chip__title { font-family: var(--font-display); font-size: 16.5px; font-weight: 600; color: var(--ink); line-height: 1.25; }
.vh-chip__desc { font-size: 13px; color: var(--ink-2); line-height: 1.5; }

.vh-about__cta { margin-top: 24px; }

/* ===== Waitlist band ===== */
.vh-waitlist { background: var(--ink); color: var(--bg); padding: 48px var(--gutter-mobile); text-align: center; }
@media (min-width: 880px) { .vh-waitlist { padding: 88px var(--gutter-desktop); } }
.vh-waitlist__inner { max-width: 760px; margin: 0 auto; }
.vh-waitlist h2 { color: var(--bg); }

/* ===== Footer ===== */
/* Animacja sekcji przy scrollu — klasa nadawana przez JS (main.js:initReveal) */
.vh-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.vh-reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .vh-reveal { opacity: 1; transform: none; transition: none; } }

.vh-footer { background: var(--ink); color: var(--bg); }
.vh-footer__cta { padding: 44px var(--gutter-mobile); border-bottom: 1px solid rgba(255,255,255,.12); display: grid; grid-template-columns: 1fr; gap: 24px; align-items: end; }
.vh-footer__cta h2 { font-size: calc(var(--ts,1) * clamp(30px, 4.2vw, 62px)); }
.vh-footer__cols { padding: 32px var(--gutter-mobile) 24px; display: grid; grid-template-columns: 1fr; gap: 28px; border-bottom: 1px solid rgba(255,255,255,.12); }
.vh-footer__legal { padding: 18px var(--gutter-mobile); display: flex; flex-direction: column; gap: 14px; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,.5); line-height: 1.7; }
@media (min-width: 880px) {
  .vh-footer__cta { padding: 72px var(--gutter-desktop); grid-template-columns: 1.4fr 1fr; gap: 48px; }
  .vh-footer__cols { padding: 48px var(--gutter-desktop) 32px; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; }
  .vh-footer__legal { padding: 22px var(--gutter-desktop); flex-direction: row; align-items: center; }
}
.vh-footer h2 { color: var(--bg); margin: 0; }
.vh-footer__coltitle { font-weight: 600; font-size: 12.5px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 16px; }
.vh-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; font-size: 13.5px; color: rgba(255,255,255,.75); }
.vh-footer__desc { color: rgba(255,255,255,.6); font-size: 13.5px; line-height: 1.65; margin-top: 16px; max-width: 340px; }
.vh-footer__legal-links { display: flex; gap: 18px; flex-wrap: wrap; }
.vh-footer__legal-links a:hover { color: var(--bg); }

/* ===== a11y ===== */
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 12px; top: 12px; z-index: 100; background: var(--bg-elev); padding: 10px 16px; border-radius: var(--radius-sm); }

/* ==========================================================================
   MILESTONE 2 — komponenty front-endu (porty wizualizacji „Zielony dom")
   Wszystkie sekcje pełnej szerokości, padding edge — zgodnie z wizualizacją.
   ========================================================================== */

/* ===== Section helpers ===== */
.vh-section--tight { padding-top: 40px; padding-bottom: 40px; }
.vh-section--dark { background: var(--ink); color: var(--bg); border-top: 0; }
.vh-section--dark h2, .vh-section--dark h3 { color: var(--bg); }
.vh-section__lead { font-size: clamp(16px, 2vw, 19px); line-height: 1.6; color: var(--ink-2); max-width: 56ch; margin: 12px 0 0; }
.vh-center { text-align: center; }
.vh-center .vh-section__lead, .vh-center .lede { margin-left: auto; margin-right: auto; }
.vh-section h1 { font-family: var(--font-display); font-weight: 600; line-height: 1.08; margin: 20px 0 0; font-size: calc(var(--ts,1) * clamp(34px, 10vw, 48px)); }
@media (min-width: 880px) { .vh-section h1 { font-size: calc(var(--ts,1) * clamp(48px, 5.5vw, 84px)); } }
.vh-section h3 { font-family: var(--font-display); font-weight: 600; }

/* ===== Breadcrumbs ===== */
.vh-breadcrumbs { padding: 16px var(--gutter-mobile) 0; }
@media (min-width: 880px) { .vh-breadcrumbs { padding: 22px var(--gutter-desktop) 0; } }
.vh-breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; font-size: 13px; color: var(--ink-2); align-items: center; }
.vh-breadcrumbs li { display: inline-flex; align-items: center; gap: 8px; }
.vh-breadcrumbs li + li::before { content: '/'; color: var(--hair-strong); }
.vh-breadcrumbs a:hover { color: var(--ink); }
.vh-breadcrumbs [aria-current] { color: var(--accent-text); font-weight: 600; }

/* ===== Status badge ===== */
.vh-status { display: inline-flex; align-items: center; gap: 7px; padding: 5px 12px; border-radius: 999px; font-size: 12px; font-weight: 600; border: 1px solid transparent; line-height: 1; white-space: nowrap; }
.vh-status::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.vh-status--available { color: var(--st-available); border-color: color-mix(in oklab, var(--st-available) 45%, transparent); background: color-mix(in oklab, var(--st-available) 10%, transparent); }
.vh-status--reserved  { color: var(--st-reserved);  border-color: color-mix(in oklab, var(--st-reserved) 45%, transparent);  background: color-mix(in oklab, var(--st-reserved) 10%, transparent); }
.vh-status--sold      { color: var(--st-sold);      border-color: color-mix(in oklab, var(--st-sold) 45%, transparent);      background: color-mix(in oklab, var(--st-sold) 12%, transparent); }

/* ===== Units — filters ===== */
.vh-filters { display: flex; flex-wrap: wrap; gap: 16px 18px; align-items: flex-end; padding: 20px; background: var(--bg-elev); border: 1px solid var(--hair); border-radius: var(--radius-lg); margin-bottom: 24px; }
.vh-filter { display: flex; flex-direction: column; gap: 7px; }
.vh-filter > label { font-size: 12px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-2); }
.vh-filter select, .vh-filter input { padding: 11px 13px; border: 1.5px solid var(--hair-strong); background: var(--bg); border-radius: var(--radius-sm); font-size: 15px; min-width: 130px; }
.vh-filter__range { display: flex; align-items: center; gap: 8px; }
.vh-filter__range input { min-width: 96px; width: 110px; }
.vh-filters__reset { margin-left: auto; }

/* ===== Units — table (desktop) ===== */
.vh-units-table { width: 100%; border-collapse: collapse; border: 1px solid var(--hair); border-radius: var(--radius-lg); overflow: hidden; }
.vh-units-table thead { background: var(--ink); }
.vh-units-table th { text-align: left; padding: 15px 18px; font-size: 12px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: rgba(255,255,255,.85); }
.vh-units-table td { padding: 16px 18px; font-size: 15px; border-top: 1px solid var(--hair); vertical-align: middle; }
.vh-units-table tbody tr:nth-child(even) { background: var(--bg-inset); }
.vh-units-table tbody tr:nth-child(odd) { background: var(--bg-elev); }
.vh-units-table tbody tr:hover { background: var(--accent-soft); }
.vh-units-table td:first-child { font-family: var(--font-display); font-weight: 600; font-size: 17px; }
.vh-price { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; color: var(--accent-text); }
.vh-price-m2 { font-size: 12.5px; color: var(--ink-3); font-weight: 500; }
.vh-price-ask { color: var(--accent-text); font-weight: 600; text-decoration: underline; }
.vh-price-history-btn { display: inline-flex; padding: 2px; background: none; border: 0; cursor: pointer; color: var(--ink-3); border-radius: var(--radius); }
.vh-price-history-btn:hover, .vh-price-history-btn:focus-visible { color: var(--accent); }

/* ===== Historia zmian cen — modal ===== */
.vh-ph-modal { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 20px; }
.vh-ph-modal[hidden] { display: none; }
.vh-ph-modal__backdrop { position: absolute; inset: 0; background: color-mix(in oklab, var(--graf-900) 55%, transparent); }
.vh-ph-modal__dialog { position: relative; background: var(--bg-elev); border-radius: var(--radius-lg); border-top: 2px solid var(--accent); max-width: 560px; width: 100%; max-height: 80vh; overflow: auto; box-shadow: var(--shadow-lift); }
.vh-ph-modal__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding: 22px 24px; border-bottom: 1px solid var(--hair); }
.vh-ph-modal__head h3 { font-family: var(--font-display); font-size: 22px; margin: 0; font-weight: 600; }
.vh-ph-modal__subtitle { font-size: 13px; color: var(--ink-3); margin: 4px 0 0; }
.vh-ph-modal__close { font-size: 24px; color: var(--ink-3); line-height: 1; background: none; border: 0; cursor: pointer; }
.vh-ph-modal__close:hover { color: var(--ink); }
.vh-ph-modal__body { padding: 8px 24px 24px; }
.vh-ph-table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.vh-ph-table th { text-align: left; padding: 12px 8px; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); border-bottom: 1px solid var(--hair); }
.vh-ph-table td { padding: 12px 8px; border-bottom: 1px solid var(--hair); white-space: nowrap; }
.vh-ph-cell__main { display: block; font-weight: 600; }
.vh-ph-cell__sub { display: block; font-size: 11.5px; color: var(--ink-3); }
.vh-ph-table__diff--down { color: var(--accent); }
.vh-ph-table__diff--up { color: #B4564B; }
.vh-ph-modal__empty, .vh-ph-modal__loading { color: var(--ink-2); padding: 20px 0; text-align: center; }
.vh-units-table .vh-btn-round { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--hair-strong); display: inline-flex; align-items: center; justify-content: center; color: var(--ink); transition: background .2s var(--ease), color .2s var(--ease); }
.vh-units-table .vh-btn-round:hover { background: var(--ink); color: var(--bg); }
.vh-units-table__inv { color: var(--accent-text); font-weight: 600; }

/* ===== Units — cards (mobile / grid) ===== */
.vh-units-cards { display: none; grid-template-columns: 1fr; gap: 16px; }
.vh-unit-card { background: var(--bg-elev); border: 1px solid var(--hair); border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .2s var(--ease), transform .2s var(--ease); }
.vh-unit-card:hover { box-shadow: var(--shadow-card); transform: translateY(-2px); }
.vh-unit-card__media { position: relative; aspect-ratio: 16/10; background: linear-gradient(145deg, var(--graf-200), var(--graf-100)); }
.vh-unit-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vh-unit-card__media .vh-status { position: absolute; top: 12px; right: 12px; background: var(--bg-elev); }
.vh-unit-card__body { padding: 20px 22px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.vh-unit-card__head { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.vh-unit-card__title { font-family: var(--font-display); font-size: 24px; font-weight: 600; }
.vh-unit-card__sub { font-size: 13px; color: var(--ink-3); }
.vh-unit-card__meta { display: flex; flex-wrap: wrap; gap: 8px; font-size: 13px; color: var(--ink-2); align-items: center; }
.vh-unit-card__meta span { display: inline-flex; align-items: center; gap: 6px; }
.vh-unit-card__meta svg { color: var(--accent-text); }
.vh-unit-card__price { margin-top: auto; }
.vh-unit-card__price b { font-family: var(--font-display); font-size: 23px; font-weight: 600; color: var(--accent-text); display: block; }
.vh-unit-card__row { display: flex; justify-content: space-between; font-size: 14px; color: var(--ink-2); padding: 7px 0; border-top: 1px solid var(--hair); }
.vh-unit-card__row span:last-child { color: var(--ink); font-weight: 600; }
.vh-unit-card__cta { display: flex; align-items: center; justify-content: space-between; padding: 14px 22px; border-top: 1px solid var(--hair); font-weight: 600; font-size: 14px; color: var(--accent-text); }
.vh-unit-card__cta:hover { background: var(--accent-soft); }

/* na wąskich ekranach: tabela → karty */
@media (max-width: 859px) {
  .vh-units-table { display: none; }
  .vh-units-cards { display: grid; }
}
@media (min-width: 720px) and (max-width: 859px) { .vh-units-cards { grid-template-columns: 1fr 1fr; } }

/* grid kart wymuszony (np. „pozostałe lokale") */
.vh-units-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.vh-units-grid .vh-units-cards { display: grid; }
@media (min-width: 720px) { .vh-units-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .vh-units-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } }

.vh-empty { padding: 40px; text-align: center; border: 1px dashed var(--hair-strong); border-radius: var(--radius-lg); color: var(--ink-2); }
.vh-empty p { margin: 0 0 12px; }

/* ===== Pagination ===== */
.vh-pagination { margin-top: 32px; }
.vh-pagination ul { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; justify-content: center; }
.vh-pagination a, .vh-pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 12px; border: 1px solid var(--hair-strong); border-radius: var(--radius-sm); font-weight: 600; font-size: 15px; }
.vh-pagination .current { background: var(--accent); color: var(--accent-ink); border-color: var(--accent); }
.vh-pagination a:hover { background: var(--accent-soft); }

/* ===== Forms ===== */
.vh-form { display: flex; flex-direction: column; gap: 16px; padding: clamp(22px, 3vw, 32px); background: var(--bg-elev); border: 1px solid var(--hair); border-radius: var(--radius-lg); }
.vh-form__title { font-family: var(--font-display); font-size: 24px; font-weight: 600; margin: 0; }
.vh-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 599px) { .vh-form__row { grid-template-columns: 1fr; } }
.vh-form__field { display: flex; flex-direction: column; gap: 7px; }
.vh-form__field label { font-size: 13px; font-weight: 600; color: var(--ink-2); }
.vh-form__field input, .vh-form__field textarea, .vh-form__field select { width: 100%; padding: 13px 14px; border: 1.5px solid var(--hair-strong); background: var(--bg); border-radius: var(--radius-sm); font-size: 16px; font-family: var(--font-body); }
.vh-form__field input:focus, .vh-form__field textarea:focus, .vh-form__field select:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.vh-form__honey { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }
.vh-form__consent { display: flex; gap: 11px; font-size: 13px; color: var(--ink-2); line-height: 1.5; cursor: pointer; }
.vh-form__consent input { margin-top: 2px; width: 20px; height: 20px; flex-shrink: 0; accent-color: var(--accent); }
.vh-form__msg { padding: 12px 15px; border-radius: var(--radius-sm); font-size: 14px; font-weight: 500; }
.vh-form__msg--success { background: color-mix(in oklab, var(--st-available) 14%, transparent); color: var(--st-available); }
.vh-form__msg--error { background: color-mix(in oklab, #c0392b 12%, transparent); color: #c0392b; }
.vh-form__tag { align-self: flex-start; }

/* ===== Contact info column ===== */
.vh-contact-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
@media (min-width: 880px) { .vh-contact-grid { grid-template-columns: 1fr 1fr; gap: 64px; } }
.vh-contact-lines { list-style: none; padding: 0; margin: 30px 0 0; display: flex; flex-direction: column; gap: 18px; }
.vh-contact-line { display: flex; gap: 16px; align-items: center; }
.vh-contact-line__icon { width: 46px; height: 46px; border-radius: var(--radius); background: var(--accent-soft); color: var(--accent-text); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.vh-contact-line__label { font-size: 12px; color: var(--ink-3); letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600; }
.vh-contact-line__value { font-size: 16px; margin-top: 3px; font-weight: 500; }
.vh-contact-line__value a:hover { color: var(--accent-text); }

/* big phone band (kontakt) */
.vh-phone-band { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: end; }
@media (min-width: 880px) { .vh-phone-band { grid-template-columns: 1.6fr 1fr; gap: 56px; } }
.vh-phone-band__label { font-size: 13px; color: var(--accent-text); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 14px; }
.vh-phone-band__big { font-family: var(--font-display); font-weight: 600; display: inline-block; border-bottom: 3px solid var(--accent); padding-bottom: 6px; font-size: calc(var(--ts,1) * clamp(30px, 9vw, 46px)); }
@media (min-width: 880px) { .vh-phone-band__big { font-size: calc(var(--ts,1) * clamp(44px, 5vw, 76px)); } }
.vh-hours-row { display: flex; justify-content: space-between; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.15); font-size: 14.5px; }
.vh-hours-row span:last-child { font-weight: 600; }
.vh-hours-label { font-size: 13px; color: rgba(255,255,255,.5); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 16px; }

/* legal box */
.vh-legal-box { margin-top: 24px; padding: 18px; background: var(--bg-inset); border-radius: var(--radius); font-size: 13.5px; color: var(--ink-2); line-height: 1.7; }
.vh-legal-box strong { color: var(--ink); }

/* ===== Map ===== */
.vh-map { position: relative; aspect-ratio: 16/9; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--hair); background: linear-gradient(145deg, var(--graf-200), var(--graf-100)); }
.vh-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.vh-map__pill { position: absolute; top: 14px; left: 14px; background: var(--bg-elev); padding: 6px 12px; border-radius: 999px; font-size: 12px; font-weight: 600; box-shadow: var(--shadow-card); }
.vh-map__note { position: absolute; bottom: 12px; right: 12px; background: var(--bg-elev); padding: 5px 11px; border-radius: 999px; font-size: 10.5px; color: var(--ink-3); }
.vh-fullwidth-map { height: clamp(320px, 45vw, 520px); }
.vh-fullwidth-map iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ===== Offices ===== */
.vh-offices { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 760px) { .vh-offices { grid-template-columns: 1fr 1fr; } }
.vh-office { padding: 28px; background: var(--bg-elev); border: 1px solid var(--hair); border-radius: var(--radius-lg); }
.vh-office--sales { background: var(--accent-soft); border-color: color-mix(in oklab, var(--accent) 28%, transparent); }
.vh-office__pill { display: inline-flex; padding: 6px 12px; border-radius: 999px; background: var(--accent); color: var(--accent-ink); font-size: 12px; font-weight: 600; }
.vh-office__title { font-family: var(--font-display); font-size: 24px; font-weight: 600; margin: 14px 0 6px; }
.vh-office__addr { color: var(--ink-2); margin: 0 0 16px; line-height: 1.6; }
.vh-office__contacts { list-style: none; padding: 0; margin: 0 0 18px; display: flex; flex-direction: column; gap: 12px; }
.vh-office__contacts li { display: flex; gap: 12px; align-items: center; }
.vh-office__contacts svg { color: var(--accent-text); flex-shrink: 0; }
.vh-office__cta { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--accent-text); }
.vh-office__cta:hover { text-decoration: underline; }

/* ===== Spec lists (inwestycja / lokal) ===== */
.vh-spec { border-top: 1px solid var(--hair); }
.vh-spec__row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--hair); }
.vh-spec__key { font-size: 14.5px; color: var(--ink-2); }
.vh-spec__val { font-family: var(--font-display); font-weight: 600; font-size: clamp(18px, 2.4vw, 24px); text-align: right; }
.vh-spec--compact .vh-spec__val { font-family: var(--font-body); font-size: 16px; }

/* ===== Price breakdown ===== */
.vh-price-breakdown__row { display: flex; justify-content: space-between; padding: 14px 0; border-top: 1px solid var(--hair); font-size: 15px; }
.vh-price-breakdown__row span:first-child { color: var(--ink-2); }
.vh-price-breakdown__row span:last-child { font-weight: 600; }
.vh-price-breakdown__total { display: flex; justify-content: space-between; align-items: baseline; padding: 18px 0 0; border-top: 2px solid var(--ink); margin-top: 4px; }
.vh-price-breakdown__total .vh-total-label { font-family: var(--font-display); font-size: 20px; font-weight: 600; }
.vh-price-breakdown__total .vh-total-val { font-family: var(--font-display); font-size: 24px; font-weight: 700; color: var(--accent-text); }

/* ===== Standard / checklist ===== */
.vh-standard { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--hair); display: grid; grid-template-columns: 1fr; }
@media (min-width: 760px) { .vh-standard { grid-template-columns: 1fr 1fr; column-gap: 32px; } }
.vh-standard li { display: flex; gap: 14px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--hair); font-size: 16px; }
.vh-standard li svg { color: var(--accent-text); flex-shrink: 0; }

/* ===== Documents ===== */
.vh-docs { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 760px) { .vh-docs { grid-template-columns: 1fr 1fr; } }
.vh-doc { display: flex; align-items: center; gap: 16px; padding: 20px 22px; background: var(--bg-elev); border: 1px solid var(--hair); border-radius: var(--radius-lg); text-align: left; transition: box-shadow .2s var(--ease), transform .2s var(--ease); }
.vh-doc:hover { box-shadow: var(--shadow-card); transform: translateY(-2px); }
.vh-doc__icon { width: 46px; height: 46px; border-radius: var(--radius); background: var(--accent-soft); color: var(--accent-text); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.vh-doc__label { flex: 1; font-weight: 600; font-size: 15.5px; }
.vh-doc__arrow { color: var(--ink-3); }

/* ===== Benefits (lokalizacja) ===== */
.vh-benefits { list-style: none; padding: 0; margin: 26px 0 0; display: flex; flex-direction: column; gap: 14px; }
.vh-benefits li { display: flex; gap: 14px; align-items: center; }
.vh-benefits__icon { width: 42px; height: 42px; border-radius: var(--radius); background: var(--accent-soft); color: var(--accent-text); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.vh-benefits li span:last-child { font-size: 15.5px; }

/* ===== Mini gallery (single inwestycja) ===== */
.vh-mini-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
@media (min-width: 880px) { .vh-mini-gallery { grid-template-columns: repeat(4, 1fr); gap: 16px; } }
.vh-thumb { position: relative; aspect-ratio: 4/3; border-radius: var(--radius-img); overflow: hidden; background: linear-gradient(145deg, var(--graf-200), var(--graf-100)); }
.vh-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vh-thumb__tag { position: absolute; top: 12px; left: 12px; background: var(--bg-elev); padding: 5px 11px; border-radius: 999px; font-size: 11.5px; font-weight: 600; }

/* ===== Completed grid ===== */
.vh-completed { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 760px) { .vh-completed { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
.vh-completed-card { background: var(--bg-elev); border: 1px solid var(--hair); border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; text-align: left; transition: box-shadow .2s var(--ease), transform .2s var(--ease); }
.vh-completed-card:hover { box-shadow: var(--shadow-card); transform: translateY(-2px); }
.vh-completed-card__media { position: relative; aspect-ratio: 16/10; background: linear-gradient(145deg, var(--graf-200), var(--graf-100)); }
.vh-completed-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vh-completed-card__badge { position: absolute; top: 10px; left: 10px; background: var(--bg-elev); padding: 5px 11px; border-radius: 999px; font-size: 11.5px; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }
.vh-completed-card__badge svg { color: var(--accent-text); }
.vh-completed-card__ph { position: absolute; bottom: 10px; right: 10px; background: color-mix(in oklab, var(--ink) 55%, transparent); color: #fff; padding: 3px 9px; border-radius: 999px; font-size: 10px; letter-spacing: 0.04em; }
.vh-completed-card__body { padding: 18px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.vh-completed-card__body h3 { font-family: var(--font-display); font-size: 20px; margin: 0; font-weight: 600; }
.vh-completed-card__meta { font-size: 13.5px; color: var(--ink-3); display: flex; align-items: center; gap: 7px; }

/* ===== Steps (o nas — dark band) ===== */
.vh-steps { display: grid; grid-template-columns: 1fr; gap: 0; }
@media (min-width: 880px) { .vh-steps { grid-template-columns: repeat(4, 1fr); gap: 28px; } }
.vh-step { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.14); }
@media (min-width: 880px) { .vh-step { border-top: 0; padding: 0; } }
.vh-step__num { font-family: var(--font-display); font-size: 44px; font-weight: 600; color: var(--accent-text); }
.vh-section--dark .vh-step__num { color: #8FB89A; }
.vh-step h3 { font-size: 24px; margin: 8px 0 0; }
.vh-step p { font-size: 14.5px; color: rgba(255,255,255,.65); line-height: 1.6; margin: 10px 0 0; }

/* ===== Value cards (o nas) ===== */
.vh-value-row { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 760px) { .vh-value-row { grid-template-columns: 1fr 1fr; gap: 18px; } }
.vh-value-card { padding: 28px; display: flex; gap: 18px; background: var(--bg-elev); border: 1px solid var(--hair); border-radius: var(--radius-lg); }
.vh-value-card__icon { width: 50px; height: 50px; border-radius: var(--radius); background: var(--accent-soft); color: var(--accent-text); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.vh-value-card h3 { font-size: 22px; margin: 0; font-weight: 600; }
.vh-value-card p { font-size: 15px; color: var(--ink-2); line-height: 1.6; margin: 8px 0 0; }

/* ===== Investment list card ===== */
.vh-inv-card { background: var(--bg-elev); border: 1px solid var(--hair); border-radius: var(--radius-lg); overflow: hidden; display: grid; grid-template-columns: 1fr; transition: box-shadow .2s var(--ease); }
@media (min-width: 880px) { .vh-inv-card { grid-template-columns: 1.1fr 1fr; } }
.vh-inv-card:hover { box-shadow: var(--shadow-lift); }
.vh-inv-card__media { position: relative; min-height: 240px; background: linear-gradient(145deg, var(--graf-200), var(--graf-100)); }
.vh-inv-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vh-inv-card__media .tag { position: absolute; top: 14px; left: 14px; }
.vh-inv-card__body { padding: clamp(24px, 3vw, 40px); display: flex; flex-direction: column; justify-content: center; }
.vh-inv-card__body h2, .vh-inv-card__body h3 { font-family: var(--font-display); font-weight: 600; margin: 16px 0 6px; font-size: clamp(28px, 4vw, 38px); }
.vh-inv-card__loc { font-size: 15px; color: var(--ink-2); display: flex; align-items: center; gap: 7px; margin: 0; }
.vh-inv-card__loc svg { color: var(--accent-text); }
.vh-inv-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 26px 0; }
.vh-stat__val { font-family: var(--font-display); font-size: clamp(30px, 5vw, 48px); line-height: 1; font-weight: 600; }
.vh-stat__val span { color: var(--accent-text); font-size: 0.5em; margin-left: 3px; }
.vh-stat__label { font-size: 13px; color: var(--ink-3); margin-top: 8px; }

/* ===== Gallery / lightbox ===== */
.vh-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (min-width: 880px) { .vh-gallery { grid-template-columns: repeat(4, 1fr); gap: 16px; } }
.vh-gallery__item { position: relative; aspect-ratio: 4/3; border-radius: var(--radius-img); overflow: hidden; background: linear-gradient(145deg, var(--graf-200), var(--graf-100)); }
.vh-gallery__item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; cursor: zoom-in; transition: transform .3s var(--ease); }
.vh-gallery__item:hover img { transform: scale(1.04); }

.vh-lightbox { position: fixed; inset: 0; z-index: 80; background: rgba(20,24,22,.92); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .2s var(--ease); }
.vh-lightbox.is-open { opacity: 1; }
.vh-lightbox[hidden] { display: none; }
.vh-lightbox__img { max-width: 92vw; max-height: 82vh; border-radius: var(--radius); object-fit: contain; }
.vh-lightbox__caption { position: absolute; bottom: 24px; left: 0; right: 0; text-align: center; color: rgba(255,255,255,.85); font-size: 14px; }
.vh-lightbox__counter { position: absolute; top: 20px; left: 24px; color: rgba(255,255,255,.7); font-size: 13px; font-weight: 600; }
.vh-lightbox button { position: absolute; width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; display: flex; align-items: center; justify-content: center; }
.vh-lightbox button:hover { background: rgba(255,255,255,.24); }
.vh-lightbox [data-action="close"] { top: 18px; right: 18px; }
.vh-lightbox [data-action="prev"] { left: 18px; top: 50%; transform: translateY(-50%); }
.vh-lightbox [data-action="next"] { right: 18px; top: 50%; transform: translateY(-50%); }
body.vh-lightbox-open { overflow: hidden; }

/* ===== Plan osiedla — taśma =====
   Od ulicy: parking (przód) → dom → ogródek (tył). Budynek = 2 lokale obok
   siebie (Lokal 1 z lewej, Lokal 2 z prawej). Jeden serwerowy markup,
   przewijany poziomo z auto-panem; pasek ulicy przesuwa się razem z taśmą. */
.vh-plan-switch { display: inline-flex; border: 1px solid var(--hair-strong); border-radius: var(--radius); overflow: hidden; }
.vh-plan-switch button { padding: 9px 18px; font-size: 13.5px; font-weight: 600; color: var(--ink-2); background: transparent; cursor: pointer; }
.vh-plan-switch button.is-active { background: var(--accent); color: var(--accent-ink); }
.vh-plan-legend { display: flex; gap: 16px; flex-wrap: wrap; margin: 24px 0 18px; }
.vh-plan-legend span { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-2); font-weight: 500; }
.vh-plan-legend i { width: 12px; height: 12px; border-radius: 2px; }

.vh-siteplan[hidden] { display: none; }

/* Viewport + tło „blueprint" (kolumna z budynkami dosuniętymi do dołu, aby pasek przewijania siedział na dole) */
.vh-siteplan__viewport { position: relative; display: flex; flex-direction: column; padding: 40px 16px 8px; min-height: 360px; border: 1px solid var(--hair); border-radius: var(--radius-lg); background-color: var(--bg-inset); background-image: linear-gradient(var(--blueprint) 1px, transparent 1px), linear-gradient(90deg, var(--blueprint) 1px, transparent 1px); background-size: 28px 28px; }

/* Ścieżka przewijana — budynki + pasek ulicy przesuwają się razem; rozciąga się na całą szerokość taśmy */
.vh-siteplan__track { display: flex; flex-direction: column; gap: 10px; width: max-content; min-width: 100%; flex-shrink: 0; }

/* Powtarzalny pasek „ul. …" pod domami (strona parkingu) — przewija się z taśmą */
.vh-siteplan__streetband { display: flex; width: 100%; border-top: 2px solid var(--accent); }
.vh-siteplan__streetband-label { flex: 1 1 0; min-width: 120px; text-align: center; font: 600 11px var(--font-display); color: var(--accent); letter-spacing: .1em; text-transform: uppercase; padding: 6px 8px 0; white-space: nowrap; }

/* Budynek (bliźniak) */
.vh-siteplan__buildings { display: flex; gap: 14px; }
.vh-siteplan__building { display: flex; flex-direction: column; width: 248px; flex: 0 0 auto; }
.vh-siteplan__blabel { font: 600 12px var(--font-display); letter-spacing: .02em; text-align: center; padding: 6px 0; color: var(--ink-2); background: color-mix(in oklab, var(--accent) 5%, var(--bg-elev)); border: 1px solid var(--hair); border-bottom: 0; border-radius: 6px 6px 0 0; }
.vh-siteplan__segs { display: flex; border: 1px solid var(--hair); border-radius: 0 0 6px 6px; overflow: hidden; background: var(--bg-elev); }

/* Segment lokalu — kolumna: ogródek (góra/tył) → dom → parking (dół/ulica) */
.vh-siteplan__seg { flex: 1; min-width: 120px; display: flex; flex-direction: column; text-decoration: none; color: inherit; transition: transform .18s var(--ease), filter .18s var(--ease); }
.vh-siteplan__seg + .vh-siteplan__seg { border-left: 1px dashed var(--hair-strong); }
.vh-siteplan__seg:hover { transform: translateY(-3px); filter: saturate(1.1); }
.vh-siteplan__seg:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 2px; }
.vh-siteplan__garden { background: var(--grass); border-bottom: 1px solid var(--grass-line); font: 600 12.5px var(--font-body); color: var(--grass-ink); text-align: center; min-height: 56px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; padding: 8px 4px; }
.vh-siteplan__garden-l { display: block; font-size: 9.5px; letter-spacing: .07em; text-transform: uppercase; opacity: .75; }
.vh-siteplan__garden-v { display: block; margin-top: 2px; }
/* Ogródek narożny — skrajne segmenty: zielony pas z boku domu, połączony z ogródkiem u góry (L-kształt) */
.vh-siteplan__seg--corner-left .vh-siteplan__house,
.vh-siteplan__seg--corner-right .vh-siteplan__house { position: relative; }
.vh-siteplan__seg--corner-left .vh-siteplan__house::before,
.vh-siteplan__seg--corner-right .vh-siteplan__house::before { content: ''; position: absolute; top: 0; bottom: 0; width: 15px; background: var(--grass); }
.vh-siteplan__seg--corner-left .vh-siteplan__house::before { left: 0; border-right: 1px solid var(--grass-line); }
.vh-siteplan__seg--corner-right .vh-siteplan__house::before { right: 0; border-left: 1px solid var(--grass-line); }
.vh-siteplan__seg--corner-left .vh-siteplan__house { padding-left: 22px; }
.vh-siteplan__seg--corner-right .vh-siteplan__house { padding-right: 22px; }
.vh-siteplan__house { flex: 0 0 auto; padding: 18px 10px; text-align: center; }
.vh-siteplan__seg-num { display: block; font: 700 17px var(--font-display); color: var(--ink); }
.vh-siteplan__seg-area { display: block; font: 500 12.5px var(--font-body); color: var(--ink-2); margin-top: 2px; }
.vh-siteplan__seg-price { display: block; font: 700 13.5px var(--font-display); color: var(--accent-text); margin-top: 3px; }
.vh-siteplan__seg-st { display: block; font: 700 10px var(--font-body); text-transform: uppercase; letter-spacing: .04em; margin-top: 6px; }
.vh-siteplan__park { font: 500 12px var(--font-body); color: var(--ink-2); text-align: center; min-height: 96px; display: flex; align-items: center; justify-content: center; padding: 10px 4px; border-top: 1px dashed var(--ink-3); background: repeating-linear-gradient(45deg, transparent, transparent 4px, color-mix(in oklab, var(--graf-900) 4%, transparent) 4px, color-mix(in oklab, var(--graf-900) 4%, transparent) 6px); }
.vh-siteplan__seg--available .vh-siteplan__house { background: color-mix(in oklab, var(--st-available) 9%, var(--bg-elev)); }
.vh-siteplan__seg--available .vh-siteplan__seg-st { color: var(--st-available); }
.vh-siteplan__seg--reserved .vh-siteplan__house { background: color-mix(in oklab, var(--st-reserved) 10%, var(--bg-elev)); }
.vh-siteplan__seg--reserved .vh-siteplan__seg-st { color: var(--st-reserved); }
.vh-siteplan__seg--sold .vh-siteplan__house { background: color-mix(in oklab, var(--st-sold) 12%, var(--bg-elev)); opacity: .72; }
.vh-siteplan__seg--sold .vh-siteplan__seg-st { color: var(--st-sold); }

/* Fade na prawej krawędzi taśmy */
.vh-siteplan__fade { display: block; position: absolute; top: 1px; bottom: 1px; right: 1px; width: 44px; pointer-events: none; border-radius: 0 var(--radius-lg) var(--radius-lg) 0; background: linear-gradient(270deg, var(--bg-inset), transparent); }
.vh-siteplan__hint { margin-top: 12px; font-size: 12.5px; color: var(--ink-3); }
.vh-siteplan__soon { margin-top: 24px; padding: 28px 22px; border: 1px dashed var(--hair-strong); border-radius: var(--radius-lg); color: var(--ink-2); font-size: 15px; font-weight: 600; text-align: center; }
.vh-siteplan__soon span { display: block; margin-top: 8px; font-size: 13px; font-weight: 400; color: var(--ink-3); }

/* Kontener przewijania — pasek na dole, ~40px odstępu nad nim */
.vh-siteplan__row { flex: 1 1 auto; display: flex; align-items: flex-end; overflow-x: auto; scroll-behavior: smooth; padding-bottom: 40px; -webkit-overflow-scrolling: touch; }
.vh-siteplan__row::-webkit-scrollbar { height: 8px; }
.vh-siteplan__row::-webkit-scrollbar-thumb { background: var(--hair-strong); border-radius: 4px; }

@media (max-width: 720px) { .vh-siteplan__building { width: 220px; } }
@media (max-width: 700px) {
    .vh-siteplan__viewport { padding: 28px 12px 24px; min-height: 300px; }
    .vh-siteplan__seg { min-width: 84px; }
}
@media (prefers-reduced-motion: reduce) {
    .vh-siteplan__row { scroll-behavior: auto; }
    .vh-siteplan__seg { transition: none; }
}

/* ===== Sticky mobile bottom bar ===== */
.vh-mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; display: flex; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: var(--bg-elev); border-top: 1px solid var(--hair); box-shadow: 0 -8px 24px -16px rgba(35,40,38,.4); transform: translateY(110%); transition: transform .25s var(--ease); }
.vh-mobile-bar .btn { flex: 1; justify-content: center; padding: 13px 18px; }
body.vh-show-mobile-bar .vh-mobile-bar { transform: translateY(0); }
@media (min-width: 880px) { .vh-mobile-bar { display: none !important; } }
@media (max-width: 879px) { body.vh-show-mobile-bar { padding-bottom: 70px; } }

/* ===== Hero glass stats (cover variant) ===== */
.vh-hero-stats { display: flex; flex-wrap: wrap; gap: 10px; }
.vh-hero-stat { display: inline-flex; align-items: center; gap: 9px; padding: 9px 15px; border-radius: var(--radius-lg); background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.28); backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px); color: #fff; font-size: 13.5px; font-weight: 500; white-space: nowrap; }

/* ===== Figure helpers ===== */
.vh-figure__tag { position: absolute; top: 14px; left: 14px; z-index: 2; background: var(--bg-elev); color: var(--ink); padding: 6px 12px; border-radius: 999px; font-size: 12px; font-weight: 600; display: inline-flex; align-items: center; gap: 7px; }
.vh-figure__tag::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.caption { margin-top: 12px; font-size: 12.5px; color: var(--ink-3); line-height: 1.5; }
.vh-note { font-size: 12.5px; color: var(--ink-3); line-height: 1.6; }
.vh-figure--contain img { object-fit: contain; background: var(--bg-inset); }

/* generic two-column split */
.vh-split { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; }
@media (min-width: 880px) { .vh-split { grid-template-columns: 1fr 1fr; gap: 64px; } }
.vh-split--media-narrow { grid-template-columns: 1fr; }
@media (min-width: 880px) { .vh-split--media-narrow { grid-template-columns: 1.1fr 1fr; } }

/* ===== Fix: centrowanie treści do kontenera 1240px (pasy tła zostają pełnoekranowe) ===== */
:root { --container: 1240px; }
.vh-header__inner, .vh-hero, .vh-section, .vh-breadcrumbs, .vh-waitlist,
.vh-footer__cta, .vh-footer__cols, .vh-footer__legal {
  padding-inline: max(var(--gutter-mobile), calc((100% - var(--container)) / 2));
}
@media (min-width: 880px) {
  .vh-header__inner, .vh-hero, .vh-section, .vh-breadcrumbs, .vh-waitlist,
  .vh-footer__cta, .vh-footer__cols, .vh-footer__legal {
    padding-inline: max(var(--gutter-desktop), calc((100% - var(--container)) / 2));
  }
}
/* nav: pozycje menu nie zawijają się */
.vh-nav { flex-wrap: nowrap; gap: 22px; }
.vh-nav a { white-space: nowrap; }

/* ===== Hero cover-full — pełnoekranowy 100vh (sygnatura strony głównej) ===== */
.vh-hero-cover { position: relative; min-height: 100vh; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background-size: cover; background-position: center; background-color: var(--accent); }
.vh-hero-cover__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(35,40,38,.80) 0%, rgba(35,40,38,.45) 55%, rgba(35,40,38,.22) 100%); }
.vh-hero-cover__inner { position: relative; z-index: 2; flex: 1; width: 100%; display: flex; flex-direction: column; justify-content: center; padding-block: 96px 30px; padding-inline: max(var(--gutter-mobile), calc((100% - var(--container)) / 2)); }
@media (min-width: 880px) { .vh-hero-cover__inner { padding-inline: max(var(--gutter-desktop), calc((100% - var(--container)) / 2)); } }
.vh-hero-cover__content { max-width: 600px; }
.vh-hero-cover__content .kicker { color: rgba(255,255,255,.85); }
.vh-hero-cover h1 { font-family: var(--font-display); font-weight: 600; line-height: 1.1; margin: 18px 0 0; color: #fff; font-size: calc(var(--ts,1) * clamp(34px, 9vw, 46px)); }
@media (min-width: 880px) { .vh-hero-cover h1 { font-size: calc(var(--ts,1) * clamp(46px, 4.8vw, 70px)); } }
.vh-hero-cover .lede { margin-top: 18px; max-width: 46ch; color: rgba(255,255,255,.9); }
.vh-hero-cover .vh-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.vh-hero-cover .btn-secondary { border: 1.5px solid rgba(255,255,255,.65); color: #fff; background: transparent; }
.vh-hero-cover .btn-secondary:hover { background: rgba(255,255,255,.12); }
.vh-hero-cover .vh-hero-stats { margin-top: 26px; }

/* ===== Hero pełny ekran MINUS sticky header (żeby nic nie ucinało) ===== */
:root { --header-h: 68px; }
@media (min-width: 880px) { :root { --header-h: 76px; } }
.vh-hero-cover { min-height: calc(100vh - var(--header-h)); min-height: calc(100svh - var(--header-h)); }

/* ===== Fix: zamknięte nakładki nie przechwytują kliknięć (były niewidoczne, ale łapały klik) ===== */
.vh-lightbox { pointer-events: none; }
.vh-lightbox.is-open { pointer-events: auto; }

/* ===== Odsyłacz do inwestycji sióstr (cross-site) ===== */
.vh-crosssites { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 32px; }
@media (min-width: 720px) { .vh-crosssites { grid-template-columns: 1fr 1fr; } }
.vh-crosssite {
  display: flex; flex-direction: column; gap: 6px;
  padding: 28px; background: var(--bg-elev); border: 1px solid var(--hair);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-card);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s var(--ease);
}
.vh-crosssite:hover { transform: translateY(-3px); border-color: var(--accent); box-shadow: 0 12px 26px -12px var(--accent-glow); }
.vh-crosssite__name { font-family: var(--font-display); font-weight: 600; font-size: clamp(20px, 2.6vw, 26px); color: var(--ink); }
.vh-crosssite__url { font-size: 14.5px; font-weight: 500; color: var(--ink-3); letter-spacing: 0.01em; }
.vh-crosssite__go { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; font-size: 15px; font-weight: 600; color: var(--accent-text); }
.vh-crosssite:hover .vh-crosssite__go { gap: 12px; }

/* ===== Hero slider (strona główna) — crossfade + Ken Burns ===== */
.vh-hero-cover__img-lcp { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.vh-hero-cover__slides { position: absolute; inset: 0; z-index: 1; }
.vh-hero-cover__slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transform: scale(1); transition: opacity 1.2s ease; will-change: opacity, transform; }
.vh-hero-cover__slide.is-active { opacity: 1; }
.vh-hero-cover__slide.is-zooming { transform: scale(1.08); transition: opacity 1.2s ease, transform 8s ease-out; }
.vh-hero-cover__overlay { z-index: 2; }
.vh-hero-cover__inner { z-index: 3; }
.vh-hero-cover__dots { position: absolute; z-index: 4; right: 24px; bottom: 96px; display: flex; gap: 10px; }
.vh-hero-cover__dot { width: 28px; height: 3px; padding: 0; border: 0; cursor: pointer; background: rgba(255,255,255,.34); transition: background .3s ease, width .3s ease; }
.vh-hero-cover__dot:hover { background: rgba(255,255,255,.6); }
.vh-hero-cover__dot.is-active { background: #fff; width: 40px; }
@media (max-width: 879px) { .vh-hero-cover__dots { bottom: 120px; right: 16px; } }
@media (prefers-reduced-motion: reduce) { .vh-hero-cover__slide { transition: none; } .vh-hero-cover__slide.is-zooming { transform: none; transition: none; } }

/* ===== Galeria inwestycji z tabami (single-investment hero) ===== */
.vh-inv-hero .kicker { display: inline-flex; margin-bottom: 26px; }
.vh-inv-gallery { border: 1px solid var(--hair); border-radius: var(--radius-lg); overflow: hidden; background: var(--bg-elev); width: 100%; max-width: 100%; min-width: 0; }
.vh-inv-gallery--hero .vh-inv-gallery__stage { aspect-ratio: 4/3; }
.vh-inv-gallery__tabs { display: flex; gap: 4px; overflow-x: auto; border-bottom: 1px solid var(--hair); padding: 6px 6px 0; scrollbar-width: none; }
.vh-inv-gallery__tabs::-webkit-scrollbar { display: none; }
.vh-inv-gallery__tab { padding: 12px 16px; font-size: 13px; font-weight: 600; color: var(--ink-2); border-bottom: 2px solid transparent; white-space: nowrap; background: none; border-left: 0; border-right: 0; border-top: 0; cursor: pointer; }
.vh-inv-gallery__tab.is-active { color: var(--ink); border-bottom-color: var(--accent); }
.vh-inv-gallery__stage { position: relative; aspect-ratio: 16/10; background: linear-gradient(145deg, var(--graf-200), var(--graf-100)); }
.vh-inv-gallery__slide { position: absolute; inset: 0; margin: 0; opacity: 0; pointer-events: none; z-index: 1; transition: opacity .85s cubic-bezier(.45, 0, .2, 1); }
.vh-inv-gallery__slide.is-active { opacity: 1; pointer-events: auto; z-index: 2; }
@media (prefers-reduced-motion: reduce) { .vh-inv-gallery__slide { transition: none; } }
.vh-inv-gallery__slide a, .vh-inv-gallery__slide img { display: block; width: 100%; height: 100%; }
.vh-inv-gallery__slide img { object-fit: cover; cursor: zoom-in; }

/* ===== Single lokal — zbalansowany hero (media = kolumna parametrów) ===== */
.vh-unit-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 18px 40px; margin-bottom: 28px; }
.vh-unit-head__meta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.vh-section .vh-unit-head h1 { font-size: calc(var(--ts,1) * clamp(28px, 4.6vw, 42px)); margin: 12px 0 0; }
.vh-unit-head__sub { margin: 10px 0 0; font-size: 15.5px; color: var(--ink-2); }
.vh-unit-head__price { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; text-align: right; }
@media (max-width: 879px) { .vh-unit-head__price { align-items: flex-start; text-align: left; } }
.vh-unit-hero { align-items: stretch; }
@media (min-width: 880px) { .vh-unit-hero { grid-template-columns: 1.15fr 1fr; gap: 48px; } }
.vh-unit-info { display: flex; flex-direction: column; }
.vh-unit-price__val { font-size: clamp(24px, 3.4vw, 34px); font-weight: 600; }
.vh-unit-price__m2 { font-size: 14px; color: var(--ink-2); }
.vh-unit-spec { margin-top: 18px; }
.vh-unit-media { display: flex; flex-direction: column; gap: 18px; min-width: 0; }
.vh-unit-gallery { flex: 1 1 auto; display: flex; flex-direction: column; }
.vh-unit-gallery .vh-inv-gallery__stage { flex: 1 1 auto; aspect-ratio: auto; min-height: 460px; }
.vh-unit-gallery .vh-inv-gallery__slide--plan img { object-fit: contain; background: var(--bg-inset); cursor: zoom-in; }
.vh-unit-media__actions { display: flex; flex-direction: column; gap: 12px; }
@media (max-width: 879px) {
  .vh-unit-gallery .vh-inv-gallery__stage { flex: 0 0 auto; aspect-ratio: 4/3; min-height: 0; }
}

/* ===== Podstrony — spacing / kontakt band ===== */
.vh-breadcrumbs + .kicker { display: flex; margin-top: 26px; margin-bottom: 16px; }
.vh-phone-band { align-items: start; }
.vh-phone-band__cta { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.vh-phone-band__line { font-family: var(--font-display); font-size: calc(var(--ts,1) * clamp(24px, 3vw, 40px)); line-height: 1.25; font-weight: 500; color: rgba(255,255,255,.78); margin: 0; }
.vh-phone-band__line a { color: #fff; font-weight: 600; border-bottom: 2px solid var(--accent); padding-bottom: 4px; white-space: nowrap; }
.vh-phone-band__line a:hover { border-bottom-color: #fff; }

/* ===== FAQ (akordeon <details>) ===== */
.vh-faq-wrap { max-width: 860px; margin: 0 auto; }
.vh-faq { margin-top: 24px; border-top: 1px solid var(--hair); }
.vh-faq__item { border-bottom: 1px solid var(--hair); }
.vh-faq__q {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  cursor: pointer; list-style: none; padding: 22px 4px;
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(17px, 2.2vw, 21px); color: var(--ink); letter-spacing: -0.01em;
  transition: color .2s ease;
}
.vh-faq__q::-webkit-details-marker { display: none; }
.vh-faq__q:hover,
.vh-faq__item[open] .vh-faq__q { color: var(--accent-text); }
.vh-faq__mark { position: relative; flex: 0 0 18px; width: 18px; height: 18px; }
.vh-faq__mark::before,
.vh-faq__mark::after {
  content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  background: var(--accent-text); transition: transform .25s ease, opacity .2s ease;
}
.vh-faq__mark::before { width: 18px; height: 2px; }
.vh-faq__mark::after  { width: 2px; height: 18px; }
.vh-faq__item[open] .vh-faq__mark::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }
.vh-faq__a { padding: 0 4px 24px; max-width: 68ch; }
.vh-faq__a .prose { margin: 0; color: var(--ink-2); }

/* ---- CookieYes (cookie-law-info): baner zgód w stylu motywu ----
   Kolory przycisków/suwaków wtyczka wstrzykuje inline z konfiguracji banera,
   dlatego nadpisania wymagają !important. */
.cky-consent-bar,
.cky-preference-center { font-family: var(--font-body) !important; }
.cky-consent-bar { border-color: var(--hair) !important; }
.cky-title,
.cky-preference-title { font-family: var(--font-display) !important; font-weight: 600 !important; letter-spacing: 0 !important; }
.cky-notice-btn-wrapper,
.cky-prefrence-btn-wrapper { align-items: center; display: flex !important; flex-wrap: wrap; gap: 10px; }
.cky-btn {
  border: 1px solid transparent !important;
  border-radius: var(--radius) !important;
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: .01em;
  line-height: 1.2 !important;
  margin: 0 !important;
  min-height: 44px;
  padding: 12px 20px !important;
  transition: transform .2s var(--ease), background .2s var(--ease), color .2s var(--ease), box-shadow .2s var(--ease);
}
.cky-btn.cky-btn-accept,
.cky-btn.cky-btn-preferences { background-color: var(--accent) !important; border-color: var(--accent) !important; color: var(--accent-ink) !important; }
.cky-btn.cky-btn-accept:hover,
.cky-btn.cky-btn-preferences:hover { box-shadow: 0 10px 24px -8px var(--accent-glow); transform: translateY(-2px); }
.cky-btn.cky-btn-customize,
.cky-btn.cky-btn-reject { background-color: transparent !important; border-color: var(--accent-text) !important; color: var(--accent-text) !important; }
.cky-btn.cky-btn-customize:hover,
.cky-btn.cky-btn-reject:hover { background-color: var(--accent-soft) !important; transform: translateY(-2px); }
.cky-btn:focus-visible { outline: 2px solid var(--accent-text) !important; outline-offset: 2px; }
.cky-btn-revisit-wrapper { background-color: var(--accent) !important; }
/* Mobile: podnieś pływającą ikonę CookieYes ponad pasek „Zadzwoń" (mobile-bar) */
@media (max-width: 879px) {
  body.vh-show-mobile-bar .cky-btn-revisit-wrapper { bottom: calc(84px + env(safe-area-inset-bottom, 0px)) !important; }
}
.cky-switch input:checked { background-color: var(--accent) !important; }
.cky-consent-bar a,
.cky-preference-center a { color: var(--accent-text) !important; text-decoration-color: var(--accent) !important; }
