/* =========================================================================
   AutoSPA BlueSteam — pranietapicerkibrzozow.pl
   v16 — branding BlueSteam; jeden spójny arkusz (mobile-first). Zastępuje warstwy v5/v6/v7.
   Kolejność: tokeny → baza → nagłówek → hero → dowód przed/po →
              sekcje → kontakt → stopka → pasek mobilny → lightbox → RWD
   ========================================================================= */

/* ---------- 0. Kroje pisma (hostowane lokalnie, licencja SIL OFL) ---------- */
@font-face {
  font-family: 'Manrope';
  src: url('/assets/fonts/manrope-var.woff2') format('woff2-variations');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0100-024F, U+2000-206F, U+20AC, U+2122, U+2212;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('/assets/fonts/spacegrotesk-var.woff2') format('woff2-variations');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0100-024F, U+2000-206F, U+20AC, U+2122, U+2212;
}

/* ---------- 1. Tokeny ---------- */
:root {
  --ink: #06111F;
  --ink-deep: #030A13;
  --surface: #0B1A2B;
  --surface-2: #12263C;
  --line: rgba(134, 174, 219, .16);
  --line-strong: rgba(134, 174, 219, .28);

  --steam: #36B7F3;
  --steam-deep: #0874CF;
  --steam-glow: rgba(54, 183, 243, .34);
  --steam-wash: rgba(54, 183, 243, .09);
  --action: #086ECB;
  --action-hover: #075FB1;
  --amber: #F4B860;

  --text: #F3F6FA;
  --chrome: #CFD8E4;
  --muted: #A6B4C6;

  --display: 'Space Grotesk', 'Segoe UI', system-ui, sans-serif;
  --body: 'Manrope', 'Segoe UI', system-ui, sans-serif;

  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 22px;
  --r-pill: 999px;

  --gutter: clamp(18px, 5vw, 28px);
  --section-y: clamp(64px, 9vw, 108px);
  --shadow: 0 28px 60px -32px rgba(0, 0, 0, .8);

  --header-h: 78px;
}

/* ---------- 2. Baza ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 18px);
  -webkit-text-size-adjust: 100%;
}

body {
  background: var(--ink);
  color: var(--text);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -.018em;
  line-height: 1.12;
  text-wrap: balance;
}

h1 { font-size: clamp(2.15rem, 1.5rem + 2.5vw, 3.3rem); line-height: 1.06; }
h2 { font-size: clamp(1.65rem, 1.2rem + 1.9vw, 2.65rem); }
h3 { font-size: 1.16rem; letter-spacing: -.01em; }

p { text-wrap: pretty; }

a { color: inherit; text-decoration: none; }
img, svg, iframe, video { display: block; max-width: 100%; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

:focus-visible {
  outline: 2px solid var(--steam);
  outline-offset: 3px;
  border-radius: 5px;
}

::selection { background: var(--steam); color: #06111F; }

.wrap {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -80px;
  z-index: 200;
  background: var(--steam);
  color: #06111F;
  font-weight: 800;
  padding: 11px 18px;
  border-radius: var(--r-pill);
  transition: top .2s;
}
.skip-link:focus { top: 12px; }

/* Wspólne elementy tekstowe */
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--steam);
}
.kicker::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--steam);
  box-shadow: 0 0 10px 1px var(--steam-glow);
  flex: none;
}

.lead {
  font-size: clamp(1.02rem, .96rem + .35vw, 1.16rem);
  color: var(--chrome);
  max-width: 58ch;
}

.prose p { color: var(--muted); margin-bottom: 1rem; max-width: 62ch; }
.prose p:last-child { margin-bottom: 0; }
.prose strong { color: var(--text); font-weight: 700; }

/* Link tekstowy — podkreślenie zamiast doklejanej strzałki */
.link {
  display: inline;
  color: var(--steam);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--steam-glow);
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
  transition: text-decoration-color .18s, color .18s;
}
.link:hover { text-decoration-color: var(--steam); }

/* Afordancja „wejdź w kartę” — okrągły chevron, nie znak → w tekście */
.go {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-block: 9px;
  font-size: .87rem;
  font-weight: 800;
  color: var(--steam);
}
.go::after {
  content: '';
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2336B7F3' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h13M12 5l7 7-7 7'/%3E%3C/svg%3E") no-repeat center / 13px 13px;
  transition: transform .22s ease, border-color .22s ease;
  flex: none;
}

/* Przyciski */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 24px;
  border-radius: var(--r-pill);
  font-weight: 800;
  font-size: .96rem;
  letter-spacing: -.005em;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease;
  min-height: 48px;
}
.btn--primary {
  background: linear-gradient(180deg, #0874CF, #065AB6);
  color: #FFFFFF;
  box-shadow: 0 14px 34px -14px var(--steam-glow);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -14px var(--steam-glow); }
.btn--ghost { border-color: var(--line-strong); color: var(--text); }
.btn--ghost:hover { border-color: var(--steam); color: var(--steam); }
.btn:active { transform: translateY(0); }

/* ---------- 3. Nagłówek ---------- */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  background: rgba(6, 17, 31, .78);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid transparent;
  transition: border-color .25s, background .25s;
  padding-top: env(safe-area-inset-top, 0px);
}
.site-header.is-stuck {
  border-bottom-color: var(--line);
  background: rgba(5, 14, 26, .92);
}

.nav {
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: none;
  text-decoration: none;
  border-radius: 8px;
}
.brand__logo {
  width: 132px;
  height: 66px;
  object-fit: contain;
}
.brand__descriptor {
  display: grid;
  gap: 2px;
  padding-left: 13px;
  border-left: 1px solid var(--line-strong);
  font-family: var(--display);
  font-size: .91rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: .025em;
}
.brand__descriptor small {
  color: var(--muted);
  font-family: var(--body);
  font-size: .69rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
@media (min-width: 1020px) {
  .brand__logo { width: 152px; height: 76px; }
}
@media (max-width: 479px) {
  .site-header .brand__descriptor { display: none; }
}

.nav-menu {
  display: none;
  align-items: center;
  gap: 26px;
  font-size: .88rem;
  font-weight: 600;
  color: var(--chrome);
}
.nav-menu a { position: relative; padding: 4px 0; opacity: .85; transition: opacity .18s, color .18s; }
.nav-menu a:hover { opacity: 1; color: var(--steam); }
.nav-menu a[aria-current="page"] { opacity: 1; color: var(--steam); }
.nav-menu a[aria-current="page"]::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 2px;
  border-radius: 2px;
  background: var(--steam);
}

.nav-call {
  display: none;
  align-items: center;
  gap: 8px;
  background: var(--action);
  color: #FFFFFF;
  font-weight: 800;
  font-size: .9rem;
  padding: 10px 17px;
  border-radius: var(--r-pill);
  white-space: nowrap;
  transition: transform .18s, box-shadow .18s;
}
.nav-call:hover { transform: translateY(-1px); box-shadow: 0 12px 26px -12px var(--steam-glow); }

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 46px;
  height: 46px;
  align-items: center;
  border-radius: var(--r-sm);
  border: 1px solid var(--line);
}
.nav-toggle span {
  display: block;
  width: 19px;
  height: 1.8px;
  border-radius: 2px;
  background: var(--text);
  transition: transform .24s ease, opacity .18s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.8px) rotate(-45deg); }

/* Panel mobilny */
@media (max-width: 1019px) {
  .nav-menu {
    position: absolute;
    left: var(--gutter);
    right: var(--gutter);
    top: calc(var(--header-h) + env(safe-area-inset-top, 0px) - 4px);
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 10px;
    background: #0B1A2B;
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .65);
    font-size: 1rem;
  }
  .nav-menu[hidden] { display: none; }
  .nav-menu:not([hidden]) { display: flex; }
  .nav-menu a { padding: 12px 12px; border-radius: var(--r-sm); opacity: 1; }
  .nav-menu a:hover { background: var(--steam-wash); }
  .nav-menu a[aria-current="page"]::after { display: none; }
  .nav-menu a[aria-current="page"] { background: var(--steam-wash); }
  .nav-menu__call {
    margin-top: 8px;
    justify-content: center;
    text-align: center;
    background: var(--action);
    color: #FFFFFF !important;
    font-weight: 800;
    border-radius: var(--r-pill);
    padding: 13px 16px !important;
  }
  .nav-menu__call:hover { background: var(--action-hover); }
}
@media (min-width: 1020px) { .nav-menu__call { display: none; } }

/* ---------- 20. Ikonka Facebooka: nagłówek (telefon i desktop) i stopka ---------- */
.nav-actions { display: flex; align-items: center; gap: 14px; }
.nav-fb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: none;
  border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--chrome);
  transition: color .18s, border-color .18s, background .18s, transform .18s;
}
.nav-fb svg { display: block; width: 15px; height: 15px; flex: none; }
.nav-fb:hover { color: var(--steam); border-color: var(--steam); background: var(--steam-wash); transform: translateY(-1px); }

@media (max-width: 1019px) {
  .nav-actions { gap: 8px; flex: none; }
}
@media (max-width: 380px) {
  .nav { gap: 8px; }
  .nav > .brand { gap: 8px; }
  .brand__logo { width: 120px; height: 62px; }
}


.foot-brand { display: flex; align-items: center; gap: 12px; }
.foot-fb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--muted);
  transition: color .18s, border-color .18s, background .18s;
}
.foot-fb svg { display: block; width: 13px; height: 13px; flex: none; }
.foot-fb:hover { color: var(--steam); border-color: var(--steam); background: var(--steam-wash); }

@media (min-width: 1020px) {
  .nav-menu { display: flex !important; }
  .nav-call { display: inline-flex; }
  .nav-toggle { display: none; }
}


/* ---------- 4. Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--header-h) + clamp(44px, 9vw, 80px)) 0 clamp(52px, 8vw, 86px);
  background:
    radial-gradient(ellipse 820px 520px at 12% -12%, rgba(54, 183, 243, .17), transparent 62%),
    radial-gradient(ellipse 640px 460px at 102% 6%, rgba(8, 116, 207, .13), transparent 58%),
    var(--ink);
}
.hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-strong), transparent);
}

.hero-grid { display: grid; gap: clamp(34px, 5vw, 52px); align-items: center; }

.hero h1 { margin-top: 18px; }
.hero h1 em {
  font-style: normal;
  color: var(--steam);
}
.hero .lead { margin-top: 20px; }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
  gap: 18px 22px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.facts div b {
  display: block;
  font-family: var(--display);
  font-size: 1.32rem;
  font-weight: 600;
  letter-spacing: -.02em;
}
.facts div span {
  display: block;
  font-size: .76rem;
  color: var(--muted);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-top: 2px;
}

/* Okruszki */
.crumbs { font-size: .84rem; color: var(--muted); margin-bottom: 18px; }
.crumbs a { color: var(--chrome); text-decoration: underline; text-decoration-color: var(--line-strong); text-underline-offset: 3px; }
.crumbs a:hover { color: var(--steam); }

/* Podstrona: nagłówek + karta zakresu */
.page-head { display: grid; gap: clamp(28px, 4vw, 44px); align-items: start; }

.quick {
  background: linear-gradient(158deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(22px, 3vw, 30px);
  box-shadow: var(--shadow);
}
.quick h2 { font-size: 1.22rem; margin-bottom: 12px; }

.checks { list-style: none; display: grid; gap: 11px; }
.checks li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  font-size: .96rem;
  color: var(--chrome);
}
.checks li::before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--steam-wash);
  border: 1px solid var(--steam-glow);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2336B7F3' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  background-size: 11px 11px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 2px;
}

/* ---------- 5. Dowód „przed / po” (element sygnaturowy) ---------- */
/*
   .proof dostaje --ar równe rzeczywistym proporcjom pliku,
   dzięki czemu kolaż nigdy nie jest przycięty ani zalany czarnymi pasami.
   data-split="x" → zestawienie lewo/prawo, "y" → góra/dół, "none" → zwykłe zdjęcie.
*/
.proof {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: var(--ar, 3 / 2);
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #071321;
  box-shadow: var(--shadow);
  isolation: isolate;
}
.proof img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.2, .7, .3, 1);
}

/* delikatne przyciemnienie tylko tam, gdzie leżą opisy */
.proof::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(3, 10, 19, .34) 0%, transparent 22%, transparent 58%, rgba(3, 10, 19, .82) 100%);
}

/* znaczniki PRZED / PO wyrównane do osi podziału kolażu */
.proof__tag {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: var(--r-pill);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: rgba(5, 14, 26, .72);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  border: 1px solid rgba(255, 255, 255, .13);
  color: var(--chrome);
}
.proof__tag--after { color: #FFFFFF; background: rgba(6, 83, 159, .94); border-color: rgba(86, 186, 243, .56); }

/* podział pionowy: przed = lewy dół, po = prawy dół */
.proof[data-split="x"] .proof__tag--before { left: 12px; bottom: 12px; }
.proof[data-split="x"] .proof__tag--after  { right: 12px; bottom: 12px; }
/* podział poziomy: przed = lewy góra, po = lewy dół */
.proof[data-split="y"] .proof__tag--before { left: 12px; top: 12px; }
.proof[data-split="y"] .proof__tag--after  { left: 12px; bottom: 12px; }
.proof[data-split="none"] .proof__tag--before { display: none; }
.proof[data-split="none"] .proof__tag--after { left: 12px; bottom: 12px; }

/* lupa */
.proof__zoom {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(5, 14, 26, .72);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  border: 1px solid rgba(255, 255, 255, .13);
  color: var(--text);
  transition: background .2s, color .2s, transform .2s;
}
.proof__zoom svg { width: 17px; height: 17px; }
button.proof:hover .proof__zoom,
.shot:hover .proof__zoom { background: var(--steam); color: #06111F; transform: scale(1.06); }
button.proof:hover img { transform: scale(1.02); }

/* wariant hero: podpis pod zdjęciem zamiast na nim */
.hero-proof { position: relative; }
.hero-proof .proof { cursor: zoom-in; }
.hero-proof__caption {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px 16px;
  margin-top: 14px;
  padding-inline: 4px;
}
.hero-proof__caption b { font-family: var(--display); font-size: 1rem; font-weight: 600; }
.hero-proof__caption span { font-size: .84rem; color: var(--muted); }

/* ---------- 6. Sekcje ---------- */
.section { padding-block: var(--section-y); }
.section--panel { background: var(--surface); }
.section--deep { background: var(--ink-deep); }

.section-head { max-width: 62ch; margin-bottom: clamp(32px, 4.5vw, 50px); }
.section-head h2 { margin-top: 14px; }
.section-head p { color: var(--muted); margin-top: 14px; }

.split { display: grid; gap: clamp(30px, 4.5vw, 56px); align-items: start; }

/* filary / małe karty informacyjne */
.pillars { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }
.pillar, .note {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 20px;
}
.section--panel .pillar, .section--panel .note { background: rgba(255, 255, 255, .028); }
.pillar b, .note b {
  display: block;
  font-family: var(--display);
  font-size: .98rem;
  color: var(--steam);
  margin-bottom: 5px;
}
.pillar span, .note span { font-size: .9rem; color: var(--muted); }
.note { padding: clamp(22px, 3vw, 28px); }

/* obszar działania — miejscowości pogrupowane wg gmin */
.areas { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); margin-top: 6px; }
.areas__group {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 18px 20px;
}
.section--panel .areas__group { background: rgba(255, 255, 255, .028); }
.areas__group h3 {
  font-family: var(--display);
  font-size: .92rem;
  font-weight: 600;
  color: var(--steam);
  margin-bottom: 11px;
}
.areas__list { list-style: none; display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 0; }
.areas__list li {
  font-size: .84rem;
  color: var(--chrome);
  background: var(--steam-wash);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  padding: 5px 12px;
  line-height: 1.3;
}
.areas__note { margin-top: 20px; color: var(--muted); font-size: .92rem; }

/* usługi */
.cards { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); }
.card {
  display: flex;
  flex-direction: column;
  gap: 9px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(22px, 2.6vw, 28px);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}
.section--panel .card { background: var(--surface-2); }
a.card:hover { transform: translateY(-4px); border-color: var(--steam-glow); }
.card__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--steam-wash);
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  margin-bottom: 8px;
  color: var(--steam);
}
.card__icon svg { width: 21px; height: 21px; }
.card p { font-size: .94rem; color: var(--muted); flex: 1; }
.card .go { margin-top: 6px; }
a.card:hover .go::after { transform: translateX(3px); border-color: var(--steam); }
.cards-note { margin-top: 24px; font-size: .9rem; color: var(--muted); }

/* galeria realizacji */
.gallery { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); align-items: start; }
.shot {
  display: flex;
  flex-direction: column;
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease;
}
.section--panel .shot { background: rgba(255, 255, 255, .028); }
.shot:hover { transform: translateY(-4px); border-color: var(--steam-glow); }
.shot .proof {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid var(--line);
}
.shot__body { padding: 20px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.shot__body small {
  color: var(--steam);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.shot__body h3 { margin-top: 2px; }
.shot__body p { font-size: .91rem; color: var(--muted); flex: 1; }
.shot__body .go { margin-top: 6px; }
.shot:hover .go::after { transform: translateX(3px); border-color: var(--steam); }

/* pasek z jednym zdjęciem + tekstem */
.strip {
  display: grid;
  gap: 0;
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: linear-gradient(140deg, var(--surface-2), var(--surface));
}
.strip .proof { border: 0; border-radius: 0; box-shadow: none; }
.strip__copy {
  padding: clamp(24px, 3.4vw, 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.strip__copy p { color: var(--muted); max-width: 54ch; }

/* dowody na podstronach */
.proof-row { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(265px, 1fr)); align-items: start; }
.proof-fig { display: flex; flex-direction: column; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.section--panel .proof-fig { background: rgba(255, 255, 255, .028); }
.proof-fig .proof { border: 0; border-radius: 0; box-shadow: none; border-bottom: 1px solid var(--line); }
.proof-fig figcaption { padding: 17px 19px 19px; display: grid; gap: 3px; }
.proof-fig figcaption b { font-family: var(--display); font-size: 1rem; font-weight: 600; }
.proof-fig figcaption span { font-size: .87rem; color: var(--muted); }

/* kroki procesu */
.steps { border-top: 1px solid var(--line); }
.step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.step__n {
  font-family: var(--display);
  font-weight: 600;
  font-size: .95rem;
  color: var(--steam);
  opacity: .62;
  padding-top: 2px;
}
.step h3 { margin-bottom: 5px; }
.step p { color: var(--muted); font-size: .96rem; max-width: 70ch; }

/* FAQ */
.faq { display: grid; gap: 11px; }
.faq details {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  transition: border-color .2s, background .2s;
}
.section--panel .faq details { background: rgba(255, 255, 255, .028); }
.faq details[open] { border-color: var(--steam-glow); }
.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  padding: 17px 20px;
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.02rem;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '';
  width: 11px;
  height: 11px;
  flex: none;
  border-right: 1.8px solid var(--steam);
  border-bottom: 1.8px solid var(--steam);
  transform: rotate(45deg) translateY(-2px);
  transition: transform .22s ease;
}
.faq details[open] summary::after { transform: rotate(225deg) translateY(-2px); }
.faq details p { color: var(--muted); font-size: .96rem; padding: 0 20px 19px; max-width: 72ch; }

/* wyróżnik / CTA */
.callout {
  display: grid;
  gap: 22px;
  align-items: center;
  background: linear-gradient(140deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(26px, 3.6vw, 42px);
}
.callout h2 { font-size: clamp(1.4rem, 1.1rem + 1.1vw, 1.9rem); margin-bottom: 8px; }
.callout p { color: var(--muted); max-width: 58ch; }
.stars { color: var(--amber); letter-spacing: 3px; font-size: 1.1rem; margin-bottom: 8px; }

/* ---------- 7. Kontakt ---------- */
.contact-grid { display: grid; gap: clamp(30px, 4.5vw, 54px); align-items: start; }
.contact dl { display: grid; gap: 18px; margin-top: 26px; }
.contact dt {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--steam);
  font-weight: 800;
  margin-bottom: 3px;
}
.contact dd { font-size: 1.02rem; }
.contact dd a {
  text-decoration: underline;
  text-decoration-color: var(--line-strong);
  text-underline-offset: 4px;
  transition: color .18s, text-decoration-color .18s;
}
.contact dd a:hover { color: var(--steam); text-decoration-color: var(--steam); }

.map {
  width: 100%;              /* szerokość definiuje wysokość, nie odwrotnie */
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface-2);
  aspect-ratio: 4 / 3;
}
.map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.28) invert(.91) contrast(.92); }

/* ---------- 8. Stopka ---------- */
.site-footer { border-top: 1px solid var(--line); padding: 32px 0 calc(32px + env(safe-area-inset-bottom, 0px)); background: var(--ink-deep); }
.foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
}
.foot-links { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: .87rem; color: var(--muted); }
.foot-links a:hover { color: var(--steam); }
.foot p { font-size: .82rem; color: var(--muted); }

/* ---------- 9. Pasek kontaktowy na telefonie ---------- */
.callbar {
  position: fixed;
  z-index: 55;
  left: 0; right: 0; bottom: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom, 0px));
  background: rgba(6, 17, 31, .93);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--line);
  transform: translateY(110%);
  transition: transform .28s ease;
}
.callbar.is-visible { transform: translateY(0); }
.callbar__txt { display: grid; line-height: 1.3; min-width: 0; }
.callbar__txt b { font-family: var(--display); font-size: .95rem; font-weight: 600; }
.callbar__txt span { font-size: .76rem; color: var(--muted); }
.callbar .btn { padding: 12px 20px; }

@media (min-width: 1020px) { .callbar { display: none; } }
body { padding-bottom: 0; }
@media (max-width: 1019px) { body.has-callbar { padding-bottom: 76px; } }

/* ---------- 10. Powiększanie zdjęć ---------- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 12px;
  padding: max(14px, env(safe-area-inset-top, 0px)) 14px max(14px, env(safe-area-inset-bottom, 0px));
  background: rgba(3, 10, 19, .95);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease, visibility .22s;
}
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox__bar { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.lightbox__legend { display: flex; gap: 8px; flex-wrap: wrap; }
.lightbox__legend span {
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: var(--r-pill);
  border: 1px solid var(--line);
  color: var(--chrome);
}
.lightbox__legend span:last-child { color: var(--steam); border-color: var(--steam-glow); }
.lightbox__close {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--text);
  flex: none;
  transition: background .18s, color .18s;
}
.lightbox__close:hover { background: var(--steam); color: #06111F; }
.lightbox__close svg { width: 17px; height: 17px; }
.lightbox__stage { display: grid; place-items: center; min-height: 0; }
.lightbox__stage img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: var(--r-md);
  border: 1px solid var(--line);
}
.lightbox__cap { text-align: center; font-size: .88rem; color: var(--muted); padding-bottom: 4px; }
body.is-locked { overflow: hidden; }

/* ---------- 11. Wejścia sekcji (oszczędnie) ---------- */
.reveal { opacity: 0; transform: translateY(14px); }
.reveal.is-in { opacity: 1; transform: none; transition: opacity .55s ease, transform .55s cubic-bezier(.2, .7, .3, 1); }

/* ---------- 12. Punkty przełamania ---------- */
@media (min-width: 720px) {
  .strip { grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); }
  .callout { grid-template-columns: minmax(0, 1fr) auto; }
  .facts { gap: 18px 34px; }
}

@media (min-width: 900px) {
  .split { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-head { grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); }
  .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .map { aspect-ratio: auto; height: 100%; min-height: 360px; }
}

@media (min-width: 1020px) {
  :root { --header-h: 88px; }
  .cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-grid { grid-template-columns: minmax(0, 1.04fr) minmax(400px, .96fr); }
  .hero--page .hero-grid { grid-template-columns: minmax(0, 1fr); }
}

/* Telefony w poziomie / bardzo niskie ekrany */
@media (max-height: 460px) and (orientation: landscape) {
  .callbar { display: none; }
  body.has-callbar { padding-bottom: 0; }
}

/* ---------- 13. Dostępność i preferencje ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
  }
}

@media (prefers-contrast: more) {
  :root { --muted: #CFD8E4; --line: rgba(185, 211, 240, .34); }
}

@media print {
  .site-header, .callbar, .map, .proof__zoom, .lightbox { display: none !important; }
  body { background: #fff; color: #000; }
  .section { padding-block: 18px; }
}

/* ---------- 14. Warianty paska ze zdjęciem ---------- */
/* domyślnie zdjęcie w pasku może być kadrowane (pojedyncza fotografia) */
.strip .proof { aspect-ratio: 4 / 3; }
@media (min-width: 720px) {
  .strip { align-items: stretch; }
  .strip .proof { aspect-ratio: auto; height: 100%; min-height: 340px; }
}
/* wariant „exact” — kolaż przed/po musi zachować własne proporcje */
.strip--exact .proof { aspect-ratio: var(--ar); height: auto; min-height: 0; }
@media (min-width: 720px) {
  .strip--exact { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: stretch; }
  .strip--exact .proof { aspect-ratio: var(--ar); height: auto; align-self: center; }
}

/* =========================================================================
   v9 — siedem usług: menu „Usługi”, grupy kart, zdjęcia z etykietami
   ========================================================================= */

/* ---------- 15. Menu „Usługi” ---------- */
.nav-drop { position: relative; }
.nav-drop__label { display: none; }
.nav-drop__btn {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  font: inherit;
  font-weight: 600;
  color: inherit;
  opacity: .85;
  cursor: pointer;
  transition: opacity .18s, color .18s;
}
.nav-drop__btn::after {
  content: '';
  width: 7px;
  height: 7px;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .2s ease;
}
.nav-drop__btn:hover,
.nav-drop.is-open .nav-drop__btn,
.nav-drop__btn.is-current { opacity: 1; color: var(--steam); }
.nav-drop.is-open .nav-drop__btn::after { transform: rotate(225deg) translateY(-2px); }

/* Telefon i wąskie ekrany: lista usług zawsze rozwinięta, z etykietą */
@media (max-width: 1019px) {
  .nav-menu { max-height: calc(100dvh - var(--header-h) - 28px); overflow-y: auto; overscroll-behavior: contain; }
  .nav-drop__label {
    display: block;
    padding: 10px 12px 4px;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--steam);
  }
  .nav-drop__panel { display: grid; gap: 2px; }
}

/* Komputer: rozwijany panel */
@media (min-width: 1020px) {
  .nav-drop__btn { display: inline-flex; }
  .nav-drop__panel {
    position: absolute;
    top: calc(100% + 16px);
    left: -16px;
    min-width: 262px;
    display: grid;
    gap: 2px;
    padding: 8px;
    background: #0B1A2B;
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .7);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s;
  }
  /* niewidoczny „mostek”, żeby kursor nie gubił panelu po drodze z przycisku */
  .nav-drop__panel::before { content: ''; position: absolute; left: 0; right: 0; top: -18px; height: 18px; }
  .nav-drop.is-open .nav-drop__panel { opacity: 1; visibility: visible; transform: none; }
  .nav-drop__panel a { padding: 10px 12px; border-radius: var(--r-sm); opacity: 1; }
  .nav-drop__panel a:hover { background: var(--steam-wash); }
  .nav-drop__panel a[aria-current="page"] { background: var(--steam-wash); color: var(--steam); }
  .nav-drop__panel a[aria-current="page"]::after { display: none; }
}

/* ---------- 16. Grupy kart usług na stronie głównej ---------- */
.cards-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: clamp(30px, 4vw, 44px) 0 16px;
  font-family: var(--display);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--chrome);
}
.cards-title:first-of-type { margin-top: 0; }
.cards-title::after { content: ''; flex: 1; height: 1px; background: var(--line); }
@media (min-width: 1020px) {
  .cards--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .cards--four .card { padding: 22px; }
}

/* ---------- 17. Zdjęcia z wbudowanymi etykietami PRZED / PO ---------- */
/* kolaże z własnym opisem: bez nakładki przyciemniającej i bez dubli */
.proof--baked::after { display: none; }

/* ---------- 18. Kolumna z notatkami ---------- */
.notes { display: grid; gap: 14px; }

/* ---------- 19. Kolaże przed/po: po dwa w rzędzie (większe połówki) ---------- */
@media (min-width: 640px) {
  .proof-row--pair { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof-row--pair > .proof-fig:last-child:nth-child(odd) { grid-column: 1 / -1; justify-self: center; width: calc(50% - 9px); }
}
.proof-row--center { align-items: center; }

/* BlueSteam v16 — wspólny znak i spokojna paleta granat / błękit. */
.hero-proof .proof { border-color: rgba(67, 152, 222, .32); }
.hero-proof::before {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 7% -5% 13%;
  background: radial-gradient(ellipse, rgba(0, 116, 224, .13), transparent 72%);
  pointer-events: none;
}
.hero-proof .proof, .hero-proof__caption { position: relative; }
.site-footer .brand__logo { width: 132px; height: 66px; }
.nav-call:hover { background: var(--action-hover); }
.nav-fb { width: 40px; height: 40px; }
.proof__tag { font-size: .73rem; letter-spacing: .07em; }


/* ---------- 21. Cennik — cztery czytelne sekcje ---------- */
.hero--prices {
  padding-top: calc(var(--header-h) + clamp(32px, 5vw, 56px));
  padding-bottom: clamp(30px, 4vw, 44px);
}
.hero--prices h1 { margin-top: 14px; }
.hero--prices .price-intro { max-width: 80ch; }
.price-jumps { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.price-jumps a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 9px 16px;
  border: 1px solid var(--line-strong);
  border-radius: var(--r-pill);
  font-size: .875rem;
  font-weight: 600;
  color: var(--chrome);
  transition: color .18s, background .18s, border-color .18s;
}
.price-jumps a:hover { color: var(--text); border-color: var(--steam); background: var(--steam-wash); }
.pricing-section { padding-top: clamp(30px, 4vw, 46px); }
.pricing-grid { display: grid; gap: 24px; align-items: start; }
.price-card {
  min-width: 0;
  padding: clamp(22px, 3.2vw, 34px);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-lg);
  background: linear-gradient(140deg, var(--surface), #0B1C30);
  scroll-margin-top: calc(var(--header-h) + 22px);
}
.price-card__head { margin-bottom: 8px; padding-bottom: 19px; border-bottom: 1px solid var(--line-strong); }
.price-card__head h2 { font-size: clamp(1.35rem, 1.15rem + .65vw, 1.7rem); line-height: 1.2; }
.price-list { display: grid; column-gap: 34px; }
.price-line { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.price-line:last-child { border-bottom: 0; }
.price-line dt { font-size: 1rem; font-weight: 600; line-height: 1.5; }
.price-line dd, .price-amount { white-space: nowrap; color: var(--steam); line-height: 1.4; font-variant-numeric: tabular-nums; }
.price-line dd strong, .price-amount strong { font-size: 1.16rem; font-weight: 800; }
.price-line dd > span, .price-amount > span { color: var(--muted); font-size: .875rem; font-weight: 500; }
.price-item { padding: 22px 0; border-bottom: 1px solid var(--line); }
.price-item:last-child { border-bottom: 0; padding-bottom: 0; }
.price-item__head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 16px; }
.price-item__head h3 { flex: 1 1 210px; font-family: var(--body); font-size: 1rem; font-weight: 700; line-height: 1.45; }
.price-amount { flex: none; }
.price-description { color: var(--muted); font-size: 1rem; line-height: 1.65; margin-top: 13px; }
.wash-prices { display: grid; gap: 25px; padding-top: 16px; }
.wash-package { min-width: 0; }
.wash-package + .wash-package { border-top: 1px solid var(--line-strong); padding-top: 25px; }
.price-features { color: var(--chrome); font-size: 1rem; line-height: 1.65; margin-top: 12px; padding-left: 20px; }
.price-features li { padding-left: 3px; margin-bottom: 7px; }
.price-features li::marker { color: var(--steam); }
.price-contact__grid { display: grid; gap: 28px; align-items: center; }
.price-contact .lead { margin-top: 18px; font-size: 1.02rem; }
.price-reservation { color: var(--muted); font-size: .94rem; margin-top: 18px; }
.price-contact__actions { display: flex; align-items: flex-start; flex-direction: column; gap: 16px; }
.price-contact__actions .btn { max-width: 100%; }
.price-contact__actions .link { font-size: .94rem; }
.price-signature { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid var(--line); display: grid; gap: 5px; }
.price-signature strong { font-family: var(--display); font-size: 1rem; font-weight: 600; }
.price-signature span { color: var(--muted); font-size: .875rem; }
@media (min-width: 760px) {
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .price-card--wide { grid-column: 1 / -1; }
  .price-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .price-line:nth-last-child(2) { border-bottom: 0; }
  .wash-prices { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
  .wash-package + .wash-package { border-top: 0; border-left: 1px solid var(--line-strong); padding-top: 0; padding-left: 30px; }
}
@media (min-width: 900px) {
  .price-contact__grid { grid-template-columns: minmax(0, 1fr) auto; gap: 32px 52px; }
}
@media (min-width: 1020px) and (max-width: 1120px) {
  .nav-menu { gap: 18px; }
  .site-header .brand__descriptor { display: none; }
}
