/* ─────────────────────────────────────────────────────────
   piece-piaseczno — Piece i Kotły Gazowe Warszawa Piaseczno
   Espresso #1F1812 · Brass #C8A65C · Parchment #F2EAD8 · Ember #B84A28
   Space Grotesk + DM Sans + JetBrains Mono
──────────────────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=DM+Sans:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; overflow-x: clip; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--parchment);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul, ol { list-style: none; }
svg { display: block; }
:focus-visible { outline: 2px solid var(--ember); outline-offset: 2px; }

/* ── TOKENS ── */
:root {
  /* Dark espresso / cocoa scale */
  --espresso:    #1A130D;
  --espresso-2:  #261C13;
  --cocoa:       #3D2F23;
  --cocoa-2:     #5C4634;
  --cocoa-3:     #846B53;

  /* Brass / gold accent */
  --brass:       #C8A65C;
  --brass-light: #DDC084;
  --brass-pale:  #ECDFB9;
  --brass-dark:  #9A7E3F;

  /* Ember / fire CTA */
  --ember:       #B84A28;
  --ember-2:     #D45C32;
  --ember-dark:  #8E371D;
  --ember-tint:  #F5D9CB;

  /* Parchment / cream backgrounds */
  --parchment:   #F2EAD8;
  --parchment-2: #EBE0C8;
  --parchment-3: #E2D4B5;
  --paper:       #FAF5EA;
  --bone:        #FDFAF1;
  --bone-cool:   #F7F2E6;

  /* Ink scale */
  --ink:         #1A130D;
  --ink-2:       #3D2F23;
  --ink-3:       #6B5A48;
  --ink-4:       #98876F;

  /* Lines */
  --line:        rgba(26, 19, 13, 0.10);
  --line-2:      rgba(26, 19, 13, 0.18);
  --line-3:      rgba(26, 19, 13, 0.32);
  --line-dark:   rgba(236, 223, 185, 0.14);

  /* Shadows */
  --shadow-xs:   0 1px 2px rgba(26, 19, 13, 0.06);
  --shadow-sm:   0 2px 12px rgba(26, 19, 13, 0.08);
  --shadow-md:   0 14px 36px rgba(26, 19, 13, 0.14);
  --shadow-lg:   0 30px 70px rgba(26, 19, 13, 0.22);
  --shadow-brass:0 14px 40px rgba(200, 166, 92, 0.32);
  --shadow-ember:0 14px 40px rgba(184, 74, 40, 0.32);

  --ease:        cubic-bezier(0.16, 1, 0.3, 1);
  --ease-2:      cubic-bezier(0.65, 0, 0.35, 1);

  --nav-h:       76px;
  --top-h:       38px;
  --maxw:        1280px;
}

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4, h5 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--ink);
  text-wrap: balance;
  overflow-wrap: anywhere;
  min-width: 0;
}
h1 em, h2 em, h3 em, h4 em, h5 em, .stat-num em {
  font-style: normal;
  color: var(--ember);
}
h1 { font-size: clamp(2.6rem, 5.4vw, 4.6rem); font-weight: 700; letter-spacing: -0.035em; }
h2 { font-size: clamp(2rem, 3.8vw, 3.1rem); font-weight: 700; }
h3 { font-size: clamp(1.35rem, 2.1vw, 1.7rem); }
h4 { font-size: 1.15rem; font-weight: 600; }
p { color: var(--ink-3); text-wrap: pretty; }

.eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--ember); display: inline-flex; align-items: center; gap: 12px;
}
.eyebrow::before {
  content: ''; width: 26px; height: 1.5px; background: var(--ember);
}
.eyebrow.center { justify-content: center; }
.eyebrow.center::before { display: none; }
.eyebrow.on-dark { color: var(--brass-light); }
.eyebrow.on-dark::before { background: var(--brass); }
.lead { font-size: 1.08rem; line-height: 1.75; color: var(--ink-3); max-width: 60ch; }

/* ── LAYOUT ── */
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 5%; }
.section { padding: 120px 5%; }
.section-sm { padding: 72px 5%; }
.section-inner { max-width: var(--maxw); margin: 0 auto; }
.section.dark { background: var(--espresso); color: var(--bone); }
.section.dark h1,.section.dark h2,.section.dark h3,.section.dark h4 { color: var(--bone); }
.section.dark p { color: rgba(253,250,241,0.72); }
.section.parchment { background: var(--parchment); }
.section.paper { background: var(--paper); }
.section.bone { background: var(--bone); }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px; border-radius: 6px;
  font-size: 14px; font-weight: 600;
  font-family: 'DM Sans', sans-serif;
  transition: all 0.22s var(--ease);
  white-space: nowrap; line-height: 1;
  border: 1px solid transparent;
}
.btn svg { width: 16px; height: 16px; flex-shrink: 0; }
.btn-ember {
  background: var(--ember); color: var(--bone);
  box-shadow: var(--shadow-ember);
}
.btn-ember:hover { background: var(--ember-2); transform: translateY(-2px); box-shadow: 0 18px 46px rgba(184,74,40,0.45); }
.btn-brass {
  background: var(--brass); color: var(--espresso);
  box-shadow: var(--shadow-brass);
}
.btn-brass:hover { background: var(--brass-light); transform: translateY(-2px); }
.btn-dark {
  background: var(--espresso); color: var(--bone);
}
.btn-dark:hover { background: var(--cocoa); transform: translateY(-2px); }
.btn-outline {
  background: transparent; color: var(--ink);
  border-color: var(--line-3);
}
.btn-outline:hover { border-color: var(--ink); background: rgba(26,19,13,0.04); }
.btn-outline-light {
  background: transparent; color: var(--bone);
  border-color: rgba(255,255,255,0.28);
}
.btn-outline-light:hover { border-color: var(--brass); color: var(--brass-light); background: rgba(200,166,92,0.06); }
.btn-lg { padding: 18px 32px; font-size: 15px; }
.btn-sm { padding: 10px 16px; font-size: 13px; }

/* ── TOP BAR ── */
.topbar {
  height: var(--top-h);
  background: #17181A; color: rgba(253,250,241,0.78);
  font-size: 12px; letter-spacing: 0.01em;
  display: flex; align-items: center;
  padding: 0 5%;
  position: relative; z-index: 201;
  border-bottom: 1px solid var(--line-dark);
  overflow: hidden;
}
.topbar-inner {
  width: 100%; max-width: var(--maxw); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  flex-wrap: nowrap;
}
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 22px; flex-wrap: nowrap; }
.topbar-item { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.topbar-item svg { width: 13px; height: 13px; color: var(--brass); flex-shrink: 0; }
.topbar-item strong { color: var(--bone); font-weight: 600; }
.topbar a:hover { color: var(--brass-light); }

/* ── NAV ── */
.navbar {
  position: sticky; top: 0; z-index: 200;
  height: var(--nav-h);
  background: rgba(250, 245, 234, 0.92);
  backdrop-filter: blur(14px) saturate(120%);
  border-bottom: 1px solid var(--line);
  display: flex; align-items: center;
  padding: 0 5%;
  transition: box-shadow 0.3s;
}
.navbar.scrolled { box-shadow: 0 1px 0 var(--line), var(--shadow-sm); }
.nav-inner {
  width: 100%; max-width: var(--maxw); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { display: flex; align-items: center; gap: 12px; }
.nav-logo-mark {
  width: 46px; height: 46px; border-radius: 10px;
  background: var(--espresso);
  position: relative;
  display: grid; place-items: center;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  border: 1px solid var(--cocoa);
}
.nav-logo-mark::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 90%, rgba(200,166,92,0.55) 0%, transparent 60%);
}
.nav-logo-text { display: flex; flex-direction: column; line-height: 1; }
.nav-logo-name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16.5px; font-weight: 700; color: var(--ink); letter-spacing: -0.01em;
  white-space: nowrap;
}
.nav-logo-sub {
  font-size: 10px; font-weight: 500; color: var(--ink-4);
  text-transform: uppercase; letter-spacing: 0.16em; margin-top: 4px;
}

.nav-links {
  display: flex; align-items: center; gap: 2px;
  background: rgba(26,19,13,0.035); border: 1px solid rgba(26,19,13,0.06);
  border-radius: 999px; padding: 4px;
}
.nav-link {
  padding: 9px 16px; font-size: 14px; font-weight: 500;
  color: var(--ink-2); border-radius: 999px;
  transition: color 0.15s, background 0.15s; position: relative;
  white-space: nowrap;
}
.nav-link:hover { color: var(--ink); background: rgba(26,19,13,0.05); }
.nav-link.active { color: var(--bone); background: var(--ember); box-shadow: 0 2px 10px rgba(184,74,40,0.28); }
.nav-link.active:hover { color: var(--bone); background: var(--ember); }

.nav-right { display: flex; align-items: center; gap: 14px; }
.nav-phone {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600; font-size: 15px; color: var(--ink);
  padding: 8px 4px; white-space: nowrap;
}
.nav-phone .phone-ring {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--ember-tint); color: var(--ember);
  display: grid; place-items: center;
  border: 1px solid rgba(184,74,40,0.25);
  position: relative;
}
.nav-phone .phone-ring::before {
  content: ''; position: absolute; inset: -4px; border-radius: 50%;
  border: 1.5px solid var(--ember);
  animation: phoneRing 2.4s var(--ease) infinite;
}
@keyframes phoneRing {
  0% { opacity: 0.6; transform: scale(0.85); }
  100% { opacity: 0; transform: scale(1.35); }
}
.nav-phone svg { width: 16px; height: 16px; }

.hamburger { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 8px; }
.hamburger svg { width: 22px; height: 22px; }

.mobile-nav {
  position: fixed; inset: 0; z-index: 199;
  background: rgba(250,245,234,0.98); backdrop-filter: blur(20px);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px;
  opacity: 0; pointer-events: none; transition: opacity 0.3s;
}
.mobile-nav.open { opacity: 1; pointer-events: all; }
.mobile-nav a {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.8rem; font-weight: 600; color: var(--ink);
  transition: color 0.15s;
}
.mobile-nav a:hover, .mobile-nav a.active { color: var(--ember); }

/* ── PAGE HERO (subpages) ── */
.page-hero {
  background: var(--espresso);
  color: var(--bone);
  padding: 80px 5% 96px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--cocoa);
}
.page-hero::before {
  content: ''; position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 85% 30%, rgba(200,166,92,0.16) 0%, transparent 40%),
    radial-gradient(circle at 15% 80%, rgba(184,74,40,0.12) 0%, transparent 40%);
  pointer-events: none;
}
.page-hero-inner { max-width: var(--maxw); margin: 0 auto; position: relative; }
.page-hero h1 { color: var(--bone); max-width: 22ch; margin-top: 18px; }
.page-hero .lead { color: rgba(253,250,241,0.72); max-width: 56ch; margin-top: 18px; }
.breadcrumb {
  display: flex; width: fit-content; align-items: center; gap: 8px;
  font-size: 12px; color: rgba(253,250,241,0.55);
  letter-spacing: 0.04em;
}
.breadcrumb a:hover { color: var(--brass-light); }
.breadcrumb .sep { color: var(--brass); }

/* ─────────────────────────────────────────────────────────
   HOME — HERO
──────────────────────────────────────────────────────── */
.hero {
  position: relative;
  background: var(--parchment);
  padding: 56px 5% 0;
  overflow: hidden;
}
.hero-grid-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(26,19,13,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26,19,13,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at 70% 30%, black 0%, transparent 75%);
  pointer-events: none;
}
.hero-inner {
  position: relative; max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px;
  align-items: center; padding-bottom: 80px;
}
.hero-content { padding-right: 0; }
.hero-pill {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--paper); border: 1px solid var(--line);
  border-radius: 999px; padding: 8px 16px 8px 8px;
  font-size: 12px; font-weight: 500; color: var(--ink-2);
  margin-bottom: 26px;
  box-shadow: var(--shadow-xs);
}
.hero-pill-star {
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--brass); color: var(--espresso);
  display: grid; place-items: center; font-size: 13px;
}
.hero-pill strong { color: var(--ink); font-weight: 700; }
.hero-pill-sep { width: 4px; height: 4px; border-radius: 50%; background: var(--ink-4); }

.hero h1 { font-size: clamp(2.6rem, 5.4vw, 4.4rem); margin-bottom: 22px; }
.hero h1 em {
  font-style: normal; color: var(--ember); position: relative; white-space: nowrap;
}
.hero h1 em::after {
  content: ''; position: absolute; left: -2px; right: -2px; bottom: 4px; height: 14px;
  background: var(--ember-tint); z-index: -1; border-radius: 4px;
}
.hero-sub {
  font-size: 1.1rem; line-height: 1.7; color: var(--ink-3);
  max-width: 520px; margin-bottom: 34px;
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 38px; }
.hero-trust {
  display: flex; gap: 28px; flex-wrap: wrap;
  padding-top: 26px; border-top: 1px solid var(--line);
}
.hero-trust-item { display: flex; gap: 12px; align-items: center; }
.hero-trust-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--bone); border: 1px solid var(--line);
  display: grid; place-items: center; color: var(--ember);
  flex-shrink: 0;
}
.hero-trust-icon svg { width: 18px; height: 18px; }
.hero-trust-text { display: flex; flex-direction: column; line-height: 1.25; }
.hero-trust-text strong { font-family: 'Space Grotesk', sans-serif; color: var(--ink); font-weight: 700; font-size: 14px; }
.hero-trust-text span { font-size: 11px; color: var(--ink-4); letter-spacing: 0.04em; margin-top: 2px; }

/* Hero visual — animated SVG (16:9) */
.hero-visual {
  position: relative; aspect-ratio: 16 / 11;
  border-radius: 20px; overflow: hidden;
  background: linear-gradient(160deg, #2A1D12 0%, #14100C 100%);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--cocoa);
}
.hero-svg { width: 100%; height: 100%; display: block; }

.hero-badge-pressure, .hero-badge-cta {
  position: absolute;
  background: rgba(26,19,13,0.78); backdrop-filter: blur(14px);
  border: 1px solid rgba(236,223,185,0.16);
  border-radius: 12px;
}
.hero-badge-pressure {
  top: 22px; left: 22px;
  padding: 12px 16px 12px 12px;
  display: flex; align-items: center; gap: 12px;
}
.hero-badge-pressure-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #6BCB77;
  box-shadow: 0 0 12px #6BCB77;
  animation: pulse 1.4s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.85); }
}
.hero-badge-pressure-text { line-height: 1.25; }
.hero-badge-pressure-text small {
  display: block; font-size: 10px; color: var(--brass-light);
  font-family: 'JetBrains Mono', monospace;
  text-transform: uppercase; letter-spacing: 0.14em; font-weight: 500;
}
.hero-badge-pressure-text strong { color: var(--bone); font-size: 13px; font-weight: 600; }

.hero-badge-cta {
  left: 22px; right: 22px; bottom: 22px;
  background: rgba(250,245,234,0.96);
  border-color: rgba(26,19,13,0.10);
  padding: 18px 20px;
  display: flex; align-items: center; gap: 16px;
  box-shadow: var(--shadow-md);
}
.hero-badge-cta-icon {
  width: 46px; height: 46px; border-radius: 10px;
  background: var(--ember); color: var(--bone);
  display: grid; place-items: center; flex-shrink: 0;
  box-shadow: var(--shadow-ember);
}
.hero-badge-cta-icon svg { width: 22px; height: 22px; }
.hero-badge-cta-text { flex: 1; min-width: 0; line-height: 1.25; }
.hero-badge-cta-text small { display: block; font-size: 11px; color: var(--ink-4); text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600; margin-bottom: 3px; }
.hero-badge-cta-text strong { display: block; font-family: 'Space Grotesk', sans-serif; color: var(--ink); font-size: 18px; font-weight: 700; }
.hero-badge-cta-arrow {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1.5px solid var(--line-2);
  display: grid; place-items: center; color: var(--ink-2);
  transition: all 0.2s;
}
.hero-badge-cta:hover .hero-badge-cta-arrow { background: var(--ember); border-color: var(--ember); color: var(--bone); transform: rotate(-45deg); }
.hero-badge-cta-arrow svg { width: 16px; height: 16px; }

/* Stats strip */
.stats-strip {
  position: relative; max-width: var(--maxw); margin: -40px auto 0;
  background: var(--espresso); color: var(--bone);
  border-radius: 18px;
  padding: 28px 32px;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 32px; align-items: center;
  box-shadow: var(--shadow-lg);
  z-index: 3;
  border: 1px solid var(--cocoa);
}
.stat-item { display: flex; align-items: center; gap: 16px; }
.stat-num {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700; font-size: 2.2rem; color: var(--bone);
  line-height: 1; letter-spacing: -0.025em;
}
.stat-num em { color: var(--brass); font-style: normal; }
.stat-label { font-size: 12px; color: rgba(253,250,241,0.65); letter-spacing: 0.04em; line-height: 1.35; }
.stat-divider { width: 1px; height: 40px; background: var(--line-dark); }

/* ─────────────────────────────────────────────────────────
   BRANDS — Seamless marquee
──────────────────────────────────────────────────────── */
.brands {
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 36px 0; overflow: hidden;
  position: relative;
}
.brands::before, .brands::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 80px;
  z-index: 2; pointer-events: none;
}
.brands::before { left: 0; background: linear-gradient(to right, var(--paper), transparent); }
.brands::after  { right: 0; background: linear-gradient(to left, var(--paper), transparent); }
.brands-label {
  text-align: center; font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--ink-4); margin-bottom: 22px;
}
.marquee {
  display: flex;
  width: max-content;
  animation: marqueeScroll 32s linear infinite;
}
.brands:hover .marquee { animation-play-state: paused; }
.marquee-group {
  display: flex; align-items: center; gap: 56px;
  padding-right: 56px;
}
.brand-item {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px; font-weight: 600; color: var(--ink-2);
  letter-spacing: -0.015em; white-space: nowrap;
  opacity: 0.75; transition: opacity 0.2s, color 0.2s, transform 0.2s;
  padding: 6px 4px;
}
.brand-item:hover { opacity: 1; color: var(--ink); transform: translateY(-1px); }
.brand-item .brand-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--brass); flex-shrink: 0; }
.brand-item:hover .brand-dot { background: var(--ember); }
.brand-item svg { width: 14px; height: 14px; color: var(--ink-4); opacity: 0; transition: opacity 0.2s; }
.brand-item:hover svg { opacity: 1; }
@keyframes marqueeScroll {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}

/* ─────────────────────────────────────────────────────────
   SERVICES
──────────────────────────────────────────────────────── */
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 56px; flex-wrap: wrap; }
.section-head .head-left { max-width: 640px; }
.section-head h2 { margin-top: 14px; margin-bottom: 14px; }

.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.service-card {
  background: var(--bone); border: 1px solid var(--line);
  border-radius: 14px; padding: 30px;
  transition: all 0.3s var(--ease);
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; gap: 18px;
  min-height: 288px;
}
.service-card:hover { transform: translateY(-4px); border-color: var(--brass); box-shadow: var(--shadow-md); }
.service-card.feat {
  background: var(--espresso); color: var(--bone); border-color: var(--espresso);
  position: relative;
}
.service-card.feat::before {
  content: ''; position: absolute; top: 0; right: 0;
  width: 200px; height: 200px;
  background: radial-gradient(circle at top right, rgba(200,166,92,0.22), transparent 60%);
  pointer-events: none;
}
.service-card.feat h3 { color: var(--bone); }
.service-card.feat p { color: rgba(253,250,241,0.7); }
.service-icon {
  width: 56px; height: 56px; border-radius: 12px;
  background: var(--parchment-2); color: var(--ember);
  display: grid; place-items: center;
  border: 1px solid rgba(184,74,40,0.16);
}
.service-card.feat .service-icon { background: rgba(200,166,92,0.16); border-color: rgba(200,166,92,0.32); color: var(--brass-light); }
.service-icon svg { width: 28px; height: 28px; stroke-width: 1.5; }
.service-card h3 { font-size: 1.3rem; }
.service-card p { font-size: 14.5px; line-height: 1.65; }
.service-link {
  margin-top: auto; display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; color: var(--ember);
  font-family: 'DM Sans', sans-serif;
}
.service-card.feat .service-link { color: var(--brass-light); }
.service-link svg { width: 14px; height: 14px; transition: transform 0.2s; }
.service-card:hover .service-link svg { transform: translateX(4px); }

/* ─────────────────────────────────────────────────────────
   WHY US
──────────────────────────────────────────────────────── */
.why { background: var(--parchment); position: relative; overflow: hidden; }
.why-inner {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center;
}
.why-visual { position: relative; aspect-ratio: 4/5; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-md); }
.why-visual img { width: 100%; height: 100%; object-fit: cover; }
.why-visual::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(26,19,13,0.5));
}
.why-visual-tag {
  position: absolute; bottom: 24px; left: 24px;
  background: var(--bone); border-radius: 12px; padding: 18px 20px;
  box-shadow: var(--shadow-md);
  display: flex; gap: 14px; align-items: center;
  max-width: 280px; z-index: 2;
}
.why-visual-tag-icon {
  width: 44px; height: 44px; border-radius: 10px;
  background: var(--espresso); color: var(--brass);
  display: grid; place-items: center;
}
.why-visual-tag-icon svg { width: 22px; height: 22px; }
.why-visual-tag-text { line-height: 1.3; }
.why-visual-tag-text small { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--ink-4); font-weight: 600; }
.why-visual-tag-text strong { font-family: 'Space Grotesk', sans-serif; color: var(--ink); font-weight: 700; font-size: 14px; }

.why-list { display: flex; flex-direction: column; gap: 22px; margin-top: 36px; }
.why-item { display: flex; gap: 18px; align-items: flex-start; }
.why-num {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%;
  background: var(--bone); border: 1.5px solid var(--brass);
  color: var(--brass-dark);
  font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 14px;
  display: grid; place-items: center;
}
.why-item h4 { margin-bottom: 6px; color: var(--ink); }
.why-item p { font-size: 14.5px; line-height: 1.6; }

/* ─────────────────────────────────────────────────────────
   PROCESS
──────────────────────────────────────────────────────── */
.process { background: var(--espresso); color: var(--bone); position: relative; overflow: hidden; }
.process::before {
  content: ''; position: absolute;
  top: -200px; right: -200px;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(200,166,92,0.16) 0%, transparent 60%);
  pointer-events: none;
}
.process::after {
  content: ''; position: absolute;
  bottom: -300px; left: -150px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(184,74,40,0.10) 0%, transparent 60%);
  pointer-events: none;
}
.process .section-head h2 { color: var(--bone); }
.process .section-head p { color: rgba(253,250,241,0.7); }

.process-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  position: relative;
}
.process-grid::before {
  content: ''; position: absolute; top: 32px; left: 5%; right: 5%; height: 1px;
  background: linear-gradient(to right, transparent, rgba(200,166,92,0.40) 20%, rgba(200,166,92,0.40) 80%, transparent);
}
.process-step { position: relative; }
.process-num {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--cocoa); border: 2px solid var(--brass);
  color: var(--brass-light);
  display: grid; place-items: center;
  font-family: 'JetBrains Mono', monospace; font-weight: 500; font-size: 16px;
  margin-bottom: 26px;
  position: relative; z-index: 1;
}
.process-step h4 { color: var(--bone); margin-bottom: 10px; font-size: 1.15rem; }
.process-step p { color: rgba(253,250,241,0.7); font-size: 14.5px; line-height: 1.65; }

/* ─────────────────────────────────────────────────────────
   AREA / MAP
──────────────────────────────────────────────────────── */
.area { background: var(--paper); }
.area-inner {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center;
}
.area-list {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; margin-top: 28px;
}
.area-list li {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: var(--ink-2); padding: 6px 0;
}
.area-list li::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--brass);
}
.area-map {
  aspect-ratio: 5/4; border-radius: 16px; overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow-md);
  background: var(--parchment-2);
}
.area-map iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ─────────────────────────────────────────────────────────
   REVIEWS
──────────────────────────────────────────────────────── */
.reviews { background: var(--parchment); }
.reviews-head { text-align: center; margin-bottom: 56px; }
.reviews-head .eyebrow { justify-content: center; }
.reviews-head h2 { margin-top: 14px; }
.google-rating {
  display: inline-flex; align-items: center; gap: 14px;
  background: var(--bone); border: 1px solid var(--line);
  border-radius: 999px; padding: 12px 22px;
  margin-top: 24px;
  box-shadow: var(--shadow-xs);
}
.google-rating .g-logo {
  width: 22px; height: 22px; display: grid; place-items: center;
  font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 14px;
  background: linear-gradient(135deg, #4285F4, #34A853 33%, #FBBC04 66%, #EA4335);
  color: var(--bone); border-radius: 50%; position: relative;
}
.google-rating .g-logo::before { content: 'G'; }
.google-rating .g-stars { display: flex; gap: 2px; color: var(--brass); letter-spacing: 0; font-size: 16px; }
.google-rating strong { color: var(--ink); font-family: 'Space Grotesk', sans-serif; font-size: 17px; }
.google-rating span { color: var(--ink-3); font-size: 13px; }

.reviews-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.review-card {
  background: var(--bone); border: 1px solid var(--line);
  border-radius: 14px; padding: 28px;
  display: flex; flex-direction: column; gap: 16px;
  position: relative;
  transition: all 0.25s var(--ease);
}
.review-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.review-stars { color: var(--brass); display: flex; gap: 2px; }
.review-stars svg { width: 16px; height: 16px; fill: currentColor; }
.review-text { font-size: 14.5px; line-height: 1.7; color: var(--ink-2); flex: 1; }
.review-author { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--line); }
.review-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--espresso); color: var(--brass);
  display: grid; place-items: center;
  font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 15px;
}
.review-author-text { line-height: 1.3; }
.review-author-text strong { font-family: 'Space Grotesk', sans-serif; color: var(--ink); font-weight: 600; font-size: 14px; display: block; }
.review-author-text small { font-size: 12px; color: var(--ink-4); }

/* ─────────────────────────────────────────────────────────
   GALLERY
──────────────────────────────────────────────────────── */
.gallery { background: var(--paper); padding-bottom: 110px; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 180px 180px 180px;
  gap: 12px;
}
.gallery-item {
  border-radius: 12px; overflow: hidden;
  background: var(--parchment-2);
  position: relative; cursor: zoom-in;
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(26,19,13,0.45));
  opacity: 0; transition: opacity 0.3s;
}
.gallery-item:hover::after { opacity: 1; }
.gallery-item.big { grid-column: span 2; grid-row: span 2; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }

/* ─────────────────────────────────────────────────────────
   FAQ
──────────────────────────────────────────────────────── */
.faq { background: var(--parchment); }
.faq-inner { max-width: 880px; margin: 0 auto; }
.faq-list { display: flex; flex-direction: column; gap: 12px; margin-top: 40px; }
.faq-item {
  background: var(--bone); border: 1px solid var(--line);
  border-radius: 12px; overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.faq-item.open { border-color: var(--brass); box-shadow: var(--shadow-sm); }
.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 22px 26px; width: 100%; text-align: left;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16.5px; font-weight: 600; color: var(--ink);
}
.faq-icon {
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--parchment-2); color: var(--ember);
  display: grid; place-items: center; flex-shrink: 0;
  transition: transform 0.3s var(--ease), background 0.2s, color 0.2s;
}
.faq-item.open .faq-icon { background: var(--ember); color: var(--bone); transform: rotate(45deg); }
.faq-icon svg { width: 14px; height: 14px; }
.faq-a {
  padding: 0 26px;
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s var(--ease), padding 0.3s;
}
.faq-item.open .faq-a { max-height: 320px; padding: 0 26px 22px; }
.faq-a p { font-size: 14.5px; line-height: 1.75; color: var(--ink-3); }

/* ─────────────────────────────────────────────────────────
   BIG CTA
──────────────────────────────────────────────────────── */
.bigcta { background: var(--espresso); position: relative; overflow: hidden; }
.bigcta::before {
  content: ''; position: absolute;
  bottom: -300px; left: -100px;
  width: 700px; height: 700px; border-radius: 50%;
  background: radial-gradient(circle, rgba(184,74,40,0.18) 0%, transparent 60%);
}
.bigcta::after {
  content: ''; position: absolute;
  top: -200px; right: -100px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(200,166,92,0.16) 0%, transparent 60%);
}
.bigcta-inner {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 56px; align-items: center;
  position: relative; z-index: 2;
}
.bigcta h2 { color: var(--bone); font-size: clamp(2.2rem, 4.2vw, 3.4rem); margin-bottom: 18px; }
.bigcta h2 em { color: var(--brass); font-style: normal; }
.bigcta p { color: rgba(253,250,241,0.72); font-size: 1.05rem; line-height: 1.75; margin-bottom: 28px; max-width: 480px; }
.bigcta-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.bigcta-phone-card {
  background: rgba(253,250,241,0.04); backdrop-filter: blur(10px);
  border: 1px solid rgba(236,223,185,0.14);
  border-radius: 18px; padding: 32px;
  display: flex; flex-direction: column; gap: 20px;
}
.pc-row { display: flex; align-items: center; gap: 14px; }
.pc-icon {
  width: 52px; height: 52px; border-radius: 12px;
  background: var(--ember); color: var(--bone);
  display: grid; place-items: center; box-shadow: var(--shadow-ember);
  flex-shrink: 0;
}
.pc-icon svg { width: 26px; height: 26px; }
.pc-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--brass-light); font-weight: 600; }
.pc-num { font-family: 'Space Grotesk', sans-serif; font-size: 1.8rem; font-weight: 700; color: var(--bone); letter-spacing: -0.015em; }
.pc-divider { height: 1px; background: rgba(236,223,185,0.10); }
.pc-hours { display: flex; align-items: center; gap: 12px; color: rgba(253,250,241,0.72); font-size: 13.5px; }
.pc-hours svg { width: 16px; height: 16px; color: var(--brass); flex-shrink: 0; }
.pc-hours strong { color: var(--bone); }

/* ─────────────────────────────────────────────────────────
   FOOTER
──────────────────────────────────────────────────────── */
.footer { background: var(--espresso-2); color: rgba(253,250,241,0.6); padding: 84px 5% 32px; border-top: 1px solid var(--cocoa); }
.footer-grid {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px;
  padding-bottom: 56px; border-bottom: 1px solid rgba(236,223,185,0.10);
}
.footer-brand .nav-logo-name { color: var(--bone); }
.footer-brand .nav-logo-sub { color: rgba(253,250,241,0.5); }
.footer-desc { font-size: 13.5px; line-height: 1.75; color: rgba(253,250,241,0.55); margin: 18px 0 22px; max-width: 320px; }
.footer-certs { display: flex; flex-direction: column; gap: 7px; }
.footer-certs li { font-family: 'JetBrains Mono', monospace; font-size: 11.5px; color: rgba(253,250,241,0.5); display: flex; align-items: center; gap: 8px; }
.footer-certs li::before { content: ''; width: 5px; height: 5px; background: var(--brass); border-radius: 50%; flex-shrink: 0; }
.footer-heading {
  font-family: 'Space Grotesk', sans-serif; font-size: 13px;
  color: var(--bone); font-weight: 600; margin-bottom: 22px;
  text-transform: uppercase; letter-spacing: 0.14em;
}
.footer-links { display: flex; flex-direction: column; gap: 11px; }
.footer-links a { font-size: 13.5px; color: rgba(253,250,241,0.55); transition: color 0.15s; }
.footer-links a:hover { color: var(--brass-light); }
.footer-contact { font-size: 13.5px; color: rgba(253,250,241,0.6); line-height: 1.7; }
.footer-contact strong { color: var(--bone); display: block; }
.footer-contact a:hover { color: var(--brass-light); }
.footer-bottom {
  max-width: var(--maxw); margin: 32px auto 0;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
  font-size: 12px; color: rgba(253,250,241,0.35);
}
.footer-bottom a.footer-credit { color: rgba(253,250,241,0.45); text-decoration: underline; text-underline-offset: 2px; }
.footer-bottom a.footer-credit:hover { color: var(--brass-light); }
.footer-credit-wrap { margin-right: 110px; }
@media (max-width: 600px) { .footer-credit-wrap { margin-right: 0; } }

/* ─────────────────────────────────────────────────────────
   SUBPAGE — Marki (brand cards)
──────────────────────────────────────────────────────── */
.brand-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px;
}
.brand-card {
  background: var(--bone); border: 1px solid var(--line);
  border-radius: 14px; padding: 32px;
  display: grid; grid-template-columns: 1fr auto; gap: 24px;
  align-items: start;
  transition: all 0.25s var(--ease);
}
.brand-card:hover { border-color: var(--brass); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.brand-card-name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.8rem; font-weight: 700; color: var(--ink);
  letter-spacing: -0.025em; margin-bottom: 4px;
}
.brand-card-country {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--ink-4); font-weight: 600; margin-bottom: 16px;
}
.brand-card p { font-size: 14px; line-height: 1.7; color: var(--ink-3); margin-bottom: 18px; }
.brand-card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; }
.brand-tag {
  font-size: 11px; padding: 4px 10px;
  background: var(--parchment-2); color: var(--ink-2);
  border: 1px solid var(--line); border-radius: 999px; font-weight: 500;
}
.brand-card-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; color: var(--ember);
  font-family: 'DM Sans', sans-serif;
}
.brand-card-link svg { width: 14px; height: 14px; transition: transform 0.2s; }
.brand-card-link:hover svg { transform: translate(3px, -3px); }
.brand-mark {
  width: 80px; height: 80px; border-radius: 16px;
  background: var(--espresso); color: var(--brass);
  display: grid; place-items: center;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700; font-size: 28px;
  flex-shrink: 0;
  border: 1px solid var(--cocoa);
  position: relative;
}
.brand-mark.authorized::after {
  content: '✓'; position: absolute; top: -8px; right: -8px;
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--ember); color: var(--bone);
  display: grid; place-items: center;
  font-size: 13px; font-weight: 700;
  border: 2px solid var(--paper);
  box-shadow: var(--shadow-sm);
}

/* ─────────────────────────────────────────────────────────
   SUBPAGE — Usługi (service detail rows)
──────────────────────────────────────────────────────── */
.service-row {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px;
  align-items: center; padding: 80px 0;
  border-bottom: 1px solid var(--line);
}
.service-row:first-child { padding-top: 40px; }
.service-row:last-child { border-bottom: 0; padding-bottom: 40px; }
.service-row.reverse { grid-template-columns: 1fr 1.2fr; }
.service-row.reverse .service-row-visual { order: -1; }
.service-row-num {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: 'JetBrains Mono', monospace; font-size: 12px;
  color: var(--ember); text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600;
  margin-bottom: 14px;
}
.service-row-num::before {
  content: ''; width: 20px; height: 1.5px; background: var(--ember);
}
.service-row h3 { margin-bottom: 18px; font-size: clamp(1.8rem, 3vw, 2.4rem); }
.service-row p { font-size: 1.02rem; line-height: 1.75; color: var(--ink-3); margin-bottom: 22px; }
.service-bullets { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.service-bullets li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 14.5px; color: var(--ink-2); line-height: 1.6;
}
.service-bullets li svg {
  width: 18px; height: 18px; color: var(--brass-dark); flex-shrink: 0; margin-top: 2px;
}
.service-row-visual {
  aspect-ratio: 4/5; border-radius: 16px; overflow: hidden;
  background: var(--parchment-2); position: relative;
  box-shadow: var(--shadow-md);
}
.service-row-visual img { width: 100%; height: 100%; object-fit: cover; }

/* Designed spec panel (used where we don't have a real photo) */
.service-spec {
  aspect-ratio: 4/5; border-radius: 16px; overflow: hidden;
  background: linear-gradient(180deg, rgba(31, 26, 23, 0.25) 0%, rgba(31, 26, 23, 0.85) 100%), var(--espresso);
  border: 1px solid var(--cocoa);
  box-shadow: var(--shadow-md); position: relative;
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 40px; color: var(--bone);
}
.service-spec::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 2;
  background-image: radial-gradient(circle, rgba(200,166,92,0.10) 1px, transparent 1.4px);
  background-size: 22px 22px;
}
.service-spec::after {
  content: ''; position: absolute; width: 300px; height: 300px; right: -90px; top: -90px; z-index: 2;
  background: radial-gradient(circle, rgba(184,74,40,0.22), transparent 70%); pointer-events: none;
}
.service-spec .spec-bg {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  z-index: 1;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}
.service-spec:hover .spec-bg {
  transform: scale(1.06);
}
.spec-icon {
  width: 72px; height: 72px; border-radius: 16px; position: relative; z-index: 3;
  background: rgba(200,166,92,0.12); border: 1px solid rgba(200,166,92,0.30);
  display: grid; place-items: center; color: var(--brass-light);
}
.spec-icon svg { width: 34px; height: 34px; }
.spec-body { position: relative; z-index: 3; }
.spec-kicker {
  font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--brass); display: block; margin-bottom: 12px;
}
.spec-title {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1.5rem;
  color: var(--bone); line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 20px;
}
.spec-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.spec-chip {
  font-size: 12px; font-weight: 500; padding: 6px 12px; border-radius: 999px;
  background: rgba(253,250,241,0.06); border: 1px solid rgba(253,250,241,0.14);
  color: rgba(253,250,241,0.82);
}

/* ─────────────────────────────────────────────────────────
   SUBPAGE — Kontakt
──────────────────────────────────────────────────────── */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px;
  align-items: start;
}
.contact-card {
  background: var(--bone); border: 1px solid var(--line);
  border-radius: 16px; padding: 36px;
}
.contact-card h3 { margin-bottom: 18px; }
.contact-info-list { display: flex; flex-direction: column; gap: 22px; margin-top: 28px; }
.contact-info-item { display: flex; gap: 16px; align-items: flex-start; }
.contact-info-icon {
  width: 46px; height: 46px; border-radius: 10px;
  background: var(--parchment-2); color: var(--ember);
  display: grid; place-items: center; flex-shrink: 0;
  border: 1px solid var(--line);
}
.contact-info-icon svg { width: 22px; height: 22px; }
.contact-info-text { line-height: 1.5; }
.contact-info-text small { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--ink-4); font-weight: 600; margin-bottom: 4px; }
.contact-info-text strong { font-family: 'Space Grotesk', sans-serif; color: var(--ink); font-weight: 600; font-size: 16px; }
.contact-info-text a:hover { color: var(--ember); }

.form-group { margin-bottom: 18px; }
.form-label { display: block; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.14em; color: var(--ink-3); margin-bottom: 8px; }
.form-input, .form-textarea, .form-select {
  width: 100%; padding: 14px 16px;
  background: var(--paper);
  border: 1px solid var(--line-2); border-radius: 8px;
  color: var(--ink); font-family: 'DM Sans', sans-serif; font-size: 14.5px;
  outline: none; transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none;
}
.form-input::placeholder, .form-textarea::placeholder { color: var(--ink-4); }
.form-input:focus, .form-textarea:focus, .form-select:focus { border-color: var(--brass); box-shadow: 0 0 0 3px rgba(200,166,92,0.18); }
.form-textarea { min-height: 130px; resize: vertical; }
.form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B5A48' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
  padding-right: 42px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

/* Marquee — authorized brand badge */
.brand-item-auth { color: var(--ink); }
.brand-auth {
  font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--ember); background: var(--ember-tint);
  padding: 2px 8px; border-radius: 999px; margin-left: 4px;
}

/* Image placeholder (drop real photo later) */
.img-ph {
  width: 100%; height: 100%; position: absolute; inset: 0;
  display: grid; place-items: center; text-align: center;
  background:
    repeating-linear-gradient(135deg, var(--parchment-2) 0 14px, var(--parchment-3) 14px 28px);
  color: var(--ink-4);
}
.img-ph span {
  font-family: 'JetBrains Mono', monospace; font-size: 12px;
  letter-spacing: 0.1em; text-transform: uppercase;
  background: var(--bone); color: var(--ink-3);
  padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line);
}

/* ─────────────────────────────────────────────────────────
   SUBPAGE — Realizacje grid
──────────────────────────────────────────────────────── */
.realizacje-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.realizacja-card {
  background: var(--bone); border-radius: 12px;
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}
.realizacja-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.realizacja-img {
  aspect-ratio: 4/3;
  background: var(--parchment-2);
  overflow: hidden;
  position: relative;
}
.realizacja-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.realizacja-card:hover .realizacja-img img { transform: scale(1.06); }
.realizacja-meta { padding: 20px 22px; }
.realizacja-meta-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 6px; }
.realizacja-meta-row small { font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--ink-4); font-weight: 600; }
.realizacja-meta h4 { font-size: 1.05rem; color: var(--ink); margin-bottom: 6px; }
.realizacja-meta p { font-size: 13.5px; color: var(--ink-3); line-height: 1.55; }

/* ─────────────────────────────────────────────────────────
   FLOATING CONTACT (WhatsApp + click-to-call)
──────────────────────────────────────────────────────── */
.floating-contact {
  position: fixed; right: 22px; bottom: 26px; z-index: 150;
  display: flex; flex-direction: column; align-items: flex-end; gap: 14px;
}
.fab { display: flex; align-items: center; gap: 12px; }
.fab-label {
  background: var(--espresso); color: var(--bone);
  font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 14px;
  letter-spacing: -0.01em; white-space: nowrap;
  padding: 9px 15px; border-radius: 999px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--cocoa);
  transform: translateX(6px); opacity: 0;
  transition: transform 0.25s var(--ease), opacity 0.25s var(--ease);
  pointer-events: none;
}
.fab-label-num { font-variant-numeric: tabular-nums; }
.fab:hover .fab-label { transform: none; opacity: 1; }
/* phone number stays visible by default on desktop */
.fab-call .fab-label { transform: none; opacity: 1; }
.fab-btn {
  width: 60px; height: 60px; border-radius: 50%;
  display: grid; place-items: center; flex-shrink: 0;
  color: var(--bone); position: relative;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.fab-btn svg { width: 30px; height: 30px; position: relative; z-index: 1; }
.fab:hover .fab-btn { transform: translateY(-3px) scale(1.04); }
.fab-wa .fab-btn { background: #25D366; box-shadow: 0 14px 36px rgba(37,211,102,0.42); }
.fab-wa:hover .fab-btn { box-shadow: 0 18px 44px rgba(37,211,102,0.55); }
.fab-call .fab-btn { background: var(--ember); box-shadow: var(--shadow-ember); }
.fab-call:hover .fab-btn { box-shadow: 0 18px 46px rgba(184,74,40,0.5); }
.fab-call .fab-btn::before,
.fab-wa .fab-btn::before {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid currentColor;
  animation: fabRing 2.6s var(--ease) infinite;
}
.fab-call .fab-btn::before { border-color: var(--ember); }
.fab-wa .fab-btn::before { border-color: #25D366; }
@keyframes fabRing {
  0%   { opacity: 0.55; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.55); }
}

/* ─────────────────────────────────────────────────────────
   FOOTER — Blog band
──────────────────────────────────────────────────────── */
.footer-blog {
  max-width: var(--maxw); margin: 0 auto 52px;
  padding-bottom: 48px; border-bottom: 1px solid rgba(236,223,185,0.10);
}
.footer-blog-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; margin-bottom: 26px; flex-wrap: wrap;
}
.footer-blog-all { font-size: 13px; font-weight: 600; color: var(--brass-light); white-space: nowrap; display: inline-flex; align-items: center; gap: 6px; }
.footer-blog-all:hover { color: var(--bone); }
.footer-blog-all svg { width: 14px; height: 14px; }
.footer-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.footer-blog-card {
  background: rgba(253,250,241,0.04);
  border: 1px solid rgba(236,223,185,0.12);
  border-radius: 12px; padding: 22px;
  display: flex; flex-direction: column; gap: 12px;
  transition: transform 0.22s var(--ease), border-color 0.22s, background 0.22s;
}
.footer-blog-card:hover { transform: translateY(-3px); border-color: var(--brass); background: rgba(253,250,241,0.07); }
.footer-blog-card small {
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--ember-2); font-weight: 600;
}
.footer-blog-card strong {
  font-family: 'Space Grotesk', sans-serif; font-size: 15px; font-weight: 600;
  color: var(--bone); line-height: 1.4; letter-spacing: -0.01em;
}
.footer-blog-card .fb-read {
  margin-top: auto; font-size: 12.5px; font-weight: 600; color: var(--brass-light);
  display: inline-flex; align-items: center; gap: 6px;
}
.footer-blog-card .fb-read svg { width: 14px; height: 14px; flex-shrink: 0; }
.footer-blog-card:hover .fb-read { color: var(--bone); }

/* ─────────────────────────────────────────────────────────
   SUBPAGE — Blog (siatka kafelków)
──────────────────────────────────────────────────────── */
.blog-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card {
  background: var(--bone); border: 1px solid var(--line);
  border-radius: 16px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 0.3s var(--ease), box-shadow 0.3s, border-color 0.3s;
}
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--brass); }
.blog-card-top {
  height: 172px; display: grid; place-items: center; position: relative;
  border-bottom: 1px solid var(--line);
}
.blog-card-top svg { width: 52px; height: 52px; stroke-width: 1.5; position: relative; z-index: 1; }
.blog-card-top::after {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(26,19,13,0.05) 1px, transparent 1.4px);
  background-size: 20px 20px; opacity: 0.5;
}
.bct--brass { background: linear-gradient(155deg, #F0E6D0, #E4D4B2); color: var(--brass-dark); }
.bct--ember { background: linear-gradient(155deg, #F7E2D6, #F0CBBA); color: var(--ember); }
.bct--gold  { background: linear-gradient(155deg, #EFE3C0, #E2D0A4); color: var(--brass-dark); }
.bct--cool  { background: linear-gradient(155deg, #EEEDE4, #E1E5DC); color: var(--cocoa-2); }
.bct--cocoa { background: linear-gradient(155deg, #ECE2D2, #DCCBB4); color: var(--cocoa); }
.bct--sand  { background: linear-gradient(155deg, #F3EAD9, #E8DABF); color: var(--ember-dark); }
.blog-card-body { padding: 24px 26px 22px; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.blog-card-cat {
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--ember);
}
.blog-card-title {
  font-family: 'Space Grotesk', sans-serif; font-size: 1.22rem; font-weight: 700;
  color: var(--ink); line-height: 1.28; letter-spacing: -0.02em;
}
.blog-card-ex { font-size: 14px; line-height: 1.65; color: var(--ink-3); flex: 1; }
.blog-card-meta {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  padding-top: 16px; margin-top: 6px; border-top: 1px solid var(--line);
}
.blog-card-meta span { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; color: var(--ink-4); font-weight: 500; }
.blog-card-meta svg { width: 14px; height: 14px; color: var(--brass-dark); }

/* ─────────────────────────────────────────────────────────
   REVEAL
──────────────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

/* ─────────────────────────────────────────────────────────
   RESPONSIVE
──────────────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .nav-phone { display: none; }
  .nav-links { gap: 0; }
  .nav-link { padding: 10px 10px; font-size: 13.5px; }
  .topbar-item:nth-child(n+3) { display: none; }
}
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; padding-bottom: 60px; }
  .hero-visual { aspect-ratio: 16/10; max-width: 720px; margin: 0 auto; }
  .stats-strip { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .why-inner, .area-inner, .bigcta-inner, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .why-visual { max-width: 520px; margin: 0 auto; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid::before { display: none; }
  .reviews-grid, .brand-grid, .realizacje-grid, .blog-cards { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: 220px 220px 220px 220px; }
  .gallery-item.big, .gallery-item.tall, .gallery-item.wide { grid-column: span 2; grid-row: span 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .service-row, .service-row.reverse { grid-template-columns: 1fr; gap: 32px; padding: 56px 0; }
  .service-row.reverse .service-row-visual { order: 0; }
  .service-row-visual { max-width: 520px; margin: 0 auto; aspect-ratio: 16/12; }
}
@media (max-width: 960px) {
  .footer-blog-grid { grid-template-columns: 1fr 1fr; }
  .footer-blog-grid .footer-blog-card:nth-child(3) { display: none; }
}
@media (max-width: 900px) {
  .nav-links { display: none; }
  .hamburger { display: inline-flex; }
}
@media (max-width: 700px) {
  .topbar { font-size: 11px; }
  .topbar-left .topbar-item:nth-child(n+3) { display: none; }
  .topbar-right .topbar-item { display: none; }
  .stats-strip { grid-template-columns: 1fr 1fr; padding: 22px; }
  .stat-num { font-size: 1.8rem; }
  .services-grid, .reviews-grid, .process-grid, .brand-grid, .realizacje-grid, .blog-cards { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(6, 220px); }
  .gallery-item.big, .gallery-item.tall, .gallery-item.wide { grid-column: 1; grid-row: span 1; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .section { padding: 80px 5%; }
  .brand-card { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-blog-grid { grid-template-columns: 1fr; }
  .footer-blog-grid .footer-blog-card:nth-child(3) { display: flex; }
}

/* Floating contact — collapse labels to circles on small screens */
@media (max-width: 600px) {
  .floating-contact { right: 16px; bottom: 18px; gap: 12px; }
  .fab-label { display: none; }
  .fab-btn { width: 54px; height: 54px; }
  .fab-btn svg { width: 27px; height: 27px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* ── MOBILE UX & NAV INTEGRATION ── */
@media (max-width: 900px) {
  .floating-contact { display: none !important; }
  .topbar { display: none !important; }
  :root { --top-h: 0px !important; }
  .nav-right .btn { display: none !important; }
  .nav-right .nav-phone { display: none !important; }
}

body.mobile-nav-open { overflow: hidden; }
body.mobile-nav-open .navbar {
  background: transparent !important;
  backdrop-filter: none !important;
  border: none !important;
  box-shadow: none !important;
}
.mobile-nav {
  padding-top: calc(var(--nav-h) + 40px);
  justify-content: flex-start;
}

/* ── MODAL POP-UP ── */
.modal-overlay {
  position: fixed; inset: 0; z-index: 999;
  background: rgba(31, 26, 23, 0.6); backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity 0.3s var(--ease);
  padding: 20px;
}
.modal-overlay.open { opacity: 1; pointer-events: all; }
.modal-content {
  background: var(--paper); border: 1px solid var(--cocoa);
  border-radius: 20px; max-width: 540px; width: 100%;
  padding: 40px; position: relative;
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(253,250,241,0.08);
  transform: scale(0.95); transition: transform 0.3s var(--ease);
  max-height: 90vh; overflow-y: auto;
}
.modal-overlay.open .modal-content { transform: scale(1); }
.modal-close {
  position: absolute; right: 20px; top: 20px;
  font-size: 28px; line-height: 1; color: var(--ink-3);
  width: 36px; height: 36px; display: grid; place-items: center;
  border-radius: 50%; background: rgba(26,19,13,0.04);
  transition: background 0.2s, color 0.2s;
  border: none;
}
.modal-close:hover { background: rgba(26,19,13,0.08); color: var(--ink); }

