/* Atwa-Geo Geodezja - main.css
   Design system "Signature Premium Experience" (v2).
   Paleta: warm orange gradient + charcoal + warm surfaces + Manrope/Inter.
   Uzywane globalnie na kazdej podstronie motywu. */

/* ============================================================
   1. Design tokens
   ============================================================ */
:root {
	/* Primary (warm orange from logo triangle) */
	--c-primary: #F27C1F;
	--c-primary-hover: #E85D1F;
	--c-primary-light: #FFB627;
	--c-primary-soft: rgba(242, 124, 31, 0.08);
	--c-primary-glow: rgba(242, 124, 31, 0.15);

	/* Signature brand gradient */
	--brand-gradient: linear-gradient(135deg, #FFB627 0%, #F27C1F 55%, #E85D1F 100%);
	/* Hero overlay: pelen bialy z lewej do 45%, potem stopniowo transparent zeby pokazac zdjecie po prawej */
	--hero-overlay: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 40%, rgba(255,255,255,0.95) 48%, rgba(255,255,255,0.6) 58%, rgba(255,255,255,0.2) 70%, transparent 85%);
	--brand-gradient-radial: radial-gradient(circle at 30% 30%, #FFB627 0%, #F27C1F 45%, #E85D1F 100%);

	/* Neutral (warm charcoal + gray text) */
	--c-neutral-900: #2A2620;
	--c-neutral-800: #3D3D3D;
	--c-neutral-600: #6E6E6E;
	--c-neutral-400: #A0A0A0;
	--c-neutral-200: #C7C4BE;
	--c-neutral-100: #E8E5DF;
	--c-neutral-50:  #F5F4F0;

	/* Surface (warm off-whites + dark) */
	--c-surface: #FFFFFF;
	--c-surface-warm: #FAFAF8;
	--c-surface-cream: #F5F4F0;
	--c-surface-dark: #2A2620;

	/* Semantic */
	--c-success: #16A34A;
	--c-error:   #DC2626;
	--c-star:    #FFC107;
	--c-google:  #4285F4;

	/* Legacy tokens (backward compat with existing section CSS) */
	--c-accent: var(--c-primary);
	--c-accent-600: var(--c-primary-hover);
	--c-accent-400: var(--c-primary-light);
	--c-accent-100: var(--c-primary-soft);
	--c-white: #FFFFFF;
	--c-black: #0A0A0A;
	--c-gray-900: var(--c-neutral-800);
	--c-gray-700: var(--c-neutral-600);
	--c-gray-500: var(--c-neutral-400);
	--c-gray-300: var(--c-neutral-200);
	--c-gray-100: var(--c-neutral-100);
	--c-gray-50:  var(--c-surface-warm);

	/* Typography */
	--f-headline: 'Manrope', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
	--f-body: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
	--f-sans: var(--f-body);

	--fs-xs:   0.75rem;
	--fs-sm:   0.875rem;
	--fs-base: 1rem;
	--fs-lg:   1.125rem;
	--fs-xl:   1.25rem;
	--fs-2xl:  1.5rem;
	--fs-3xl:  1.875rem;
	--fs-4xl:  2.25rem;
	--fs-5xl:  3rem;
	--fs-6xl:  3.75rem;
	--fs-7xl:  4.5rem;
	--fs-8xl:  6rem;

	--lh-tight:   1.05;
	--lh-snug:    1.3;
	--lh-normal:  1.6;
	--lh-relaxed: 1.75;

	--fw-normal: 400;
	--fw-medium: 500;
	--fw-semibold: 600;
	--fw-bold: 700;
	--fw-black: 800;

	--ls-tightest: -0.02em;
	--ls-tight: -0.01em;
	--ls-wide: 0.05em;
	--ls-wider: 0.1em;
	--ls-widest: 0.15em;

	/* Spacing (8px base) */
	--s-1:  0.25rem;
	--s-2:  0.5rem;
	--s-3:  0.75rem;
	--s-4:  1rem;
	--s-5:  1.25rem;
	--s-6:  1.5rem;
	--s-8:  2rem;
	--s-10: 2.5rem;
	--s-12: 3rem;
	--s-16: 4rem;
	--s-20: 5rem;
	--s-24: 6rem;
	--s-32: 8rem;

	/* Layout */
	--container: 1280px;
	--container-narrow: 900px;
	--container-wide: 1440px;

	/* Radius */
	--r-sm: 4px;
	--r-md: 8px;
	--r-lg: 16px;
	--r-xl: 24px;
	--r-2xl: 32px;
	--r-full: 9999px;

	/* Shadows (warm-tinted) */
	--sh-sm: 0 1px 2px rgba(242, 124, 31, 0.04);
	--sh-md: 0 4px 12px rgba(242, 124, 31, 0.08);
	--sh-lg: 0 12px 32px rgba(242, 124, 31, 0.12);
	--sh-xl: 0 24px 64px rgba(242, 124, 31, 0.16);
	--sh-warm: 0 4px 24px rgba(242, 124, 31, 0.08);
	--sh-orange-hover: 0 12px 32px rgba(242, 124, 31, 0.20);

	/* Transitions */
	--tr-fast: 200ms cubic-bezier(0.4, 0, 0.2, 1);
	--tr-base: 400ms cubic-bezier(0.4, 0, 0.2, 1);
	--tr-slow: 700ms cubic-bezier(0.4, 0, 0.2, 1);

	/* Header height */
	--header-h: 80px;

	/* Focus ring */
	--focus-ring: 0 0 0 3px rgba(242, 124, 31, 0.35);
}

/* ============================================================
   2. Reset
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }

html {
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--f-body);
	font-size: var(--fs-base);
	line-height: var(--lh-normal);
	color: var(--c-neutral-600);
	background: var(--c-surface);
	overflow-x: hidden;
}

img, svg, video, canvas, audio, iframe, embed, object { display: block; max-width: 100%; height: auto; }
figure, blockquote, dl, dd { margin: 0; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
input, textarea, select { font: inherit; color: inherit; }

a {
	color: var(--c-primary);
	text-decoration: none;
	transition: color var(--tr-fast);
}
a:hover { color: var(--c-primary-hover); }

hr { border: 0; border-top: 1px solid var(--c-neutral-100); margin: var(--s-8) 0; }

::selection { background: var(--c-primary-light); color: var(--c-neutral-800); }

:focus-visible {
	outline: none;
	box-shadow: var(--focus-ring);
	border-radius: var(--r-sm);
}

/* ============================================================
   3. Typography
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: var(--f-headline);
	font-weight: var(--fw-black);
	line-height: var(--lh-tight);
	color: var(--c-neutral-800);
	letter-spacing: var(--ls-tightest);
}

h1 { font-size: clamp(2.5rem, 5vw + 1rem, 4.5rem); line-height: 1.05; }
h2 { font-size: clamp(2rem, 3.5vw + 0.5rem, 3rem); line-height: 1.1; }
h3 { font-size: clamp(1.5rem, 2vw + 0.5rem, 1.875rem); line-height: 1.2; }
h4 { font-size: var(--fs-xl); font-weight: var(--fw-bold); }
h5 { font-size: var(--fs-lg); font-weight: var(--fw-bold); }
h6 { font-size: var(--fs-base); font-weight: var(--fw-bold); }

p { margin: 0 0 var(--s-4); line-height: var(--lh-normal); }
p:last-child { margin-bottom: 0; }

strong, b { font-weight: var(--fw-bold); color: var(--c-neutral-800); }

/* Gradient text helper - uzywany w H1/H2 dla akcentu jednego slowa/frazy */
.text-gradient {
	background: var(--brand-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

/* Eyebrow / pretitle */
.eyebrow {
	display: inline-block;
	font-family: var(--f-body);
	font-size: var(--fs-sm);
	font-weight: var(--fw-bold);
	color: var(--c-primary);
	text-transform: uppercase;
	letter-spacing: var(--ls-widest);
	margin-bottom: var(--s-4);
}

/* Page body (WYSIWYG content) */
.page-body h2 { margin: var(--s-10) 0 var(--s-4); }
.page-body h3 { margin: var(--s-8) 0 var(--s-3); }
.page-body p { margin-bottom: var(--s-4); font-size: var(--fs-lg); line-height: var(--lh-relaxed); color: var(--c-neutral-600); }
.page-body ul, .page-body ol { margin: 0 0 var(--s-4); padding-left: var(--s-6); }
.page-body ul li, .page-body ol li { margin-bottom: var(--s-2); line-height: var(--lh-relaxed); }
.page-body a { color: var(--c-primary); text-decoration: underline; text-decoration-color: var(--c-primary-light); text-underline-offset: 4px; }
.page-body a:hover { color: var(--c-primary-hover); }
.page-body img { border-radius: var(--r-lg); margin: var(--s-6) 0; }
.page-body blockquote {
	border-left: 4px solid var(--c-primary);
	padding: var(--s-4) var(--s-6);
	margin: var(--s-6) 0;
	background: var(--c-surface-cream);
	border-radius: var(--r-md);
	font-style: italic;
	color: var(--c-neutral-600);
}

/* ============================================================
   4. Layout - containers
   ============================================================ */
.container {
	width: 100%;
	max-width: var(--container);
	margin: 0 auto;
	padding-left: var(--s-6);
	padding-right: var(--s-6);
}
.container--narrow { max-width: var(--container-narrow); }
.container--wide { max-width: var(--container-wide); }

@media (min-width: 768px) {
	.container { padding-left: var(--s-8); padding-right: var(--s-8); }
}

.site-content { min-height: 60vh; }

/* Section spacing */
section:not(.hero):not(.topbar):not(.trust-bar):not(.cta-band) { padding: var(--s-24) 0; }
@media (max-width: 767px) { section:not(.hero):not(.topbar):not(.trust-bar):not(.cta-band) { padding: var(--s-16) 0; } }

/* ============================================================
   5. Section headings (reusable)
   ============================================================ */
.section-heading { margin-bottom: var(--s-16); }
.section-heading--center { text-align: center; margin-left: auto; margin-right: auto; max-width: 800px; }
.section-heading--left { text-align: left; }

.section-heading__pretitle {
	display: inline-block;
	font-family: var(--f-body);
	font-size: var(--fs-sm);
	font-weight: var(--fw-bold);
	color: var(--c-primary);
	text-transform: uppercase;
	letter-spacing: var(--ls-widest);
	margin-bottom: var(--s-4);
}

.section-heading__title {
	margin-bottom: var(--s-6);
	font-size: clamp(2rem, 3.5vw + 0.5rem, 3rem);
}

.section-heading__lead {
	font-family: var(--f-body);
	font-size: var(--fs-lg);
	color: var(--c-neutral-600);
	line-height: var(--lh-relaxed);
	margin: 0 auto;
	max-width: 640px;
}

/* ============================================================
   6. Buttons
   ============================================================ */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--s-2);
	padding: var(--s-4) var(--s-8);
	font-family: var(--f-body);
	font-size: var(--fs-sm);
	font-weight: var(--fw-bold);
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: var(--ls-wider);
	border-radius: var(--r-full);
	border: 2px solid transparent;
	cursor: pointer;
	transition: all var(--tr-fast);
	text-decoration: none;
	white-space: nowrap;
}

.btn--sm { padding: var(--s-3) var(--s-6); font-size: var(--fs-xs); }
.btn--lg { padding: var(--s-5) var(--s-10); font-size: var(--fs-base); }
.btn--block { display: flex; width: 100%; }

.btn--primary,
.btn--gradient {
	background: var(--brand-gradient);
	color: var(--c-white);
	border-color: transparent;
	box-shadow: 0 8px 20px -6px rgba(232, 93, 31, 0.45);
}
.btn--primary:hover,
.btn--gradient:hover {
	color: var(--c-white);
	transform: translateY(-2px);
	box-shadow: 0 12px 26px -6px rgba(232, 93, 31, 0.6);
}

.btn--ghost {
	background: transparent;
	color: var(--c-neutral-800);
	border-color: var(--c-neutral-100);
}
.btn--ghost:hover {
	border-color: var(--c-primary);
	color: var(--c-primary);
	background: transparent;
}

.btn--white {
	background: var(--c-white);
	color: var(--c-primary);
	border-color: var(--c-white);
}
.btn--white:hover { background: var(--c-neutral-50); color: var(--c-primary-hover); }

.btn--dark {
	background: var(--brand-gradient);
	color: var(--c-white);
	border-color: transparent;
	box-shadow: 0 8px 20px -6px rgba(232, 93, 31, 0.45);
}
.btn--dark:hover {
	color: var(--c-white);
	transform: translateY(-2px);
	box-shadow: 0 12px 26px -6px rgba(232, 93, 31, 0.6);
}

/* Text link with arrow */
.link-arrow {
	display: inline-flex;
	align-items: center;
	gap: var(--s-2);
	color: var(--c-primary);
	font-family: var(--f-body);
	font-size: var(--fs-sm);
	font-weight: var(--fw-bold);
	text-transform: uppercase;
	letter-spacing: var(--ls-wider);
	text-decoration: none;
	transition: color var(--tr-fast), gap var(--tr-fast);
}
.link-arrow:hover { color: var(--c-primary-hover); gap: var(--s-3); }

/* ============================================================
   7. Forms
   ============================================================ */
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="search"],
input[type="number"], input[type="date"], select, textarea {
	width: 100%;
	padding: var(--s-4) var(--s-5);
	font-family: var(--f-body);
	font-size: var(--fs-base);
	color: var(--c-neutral-800);
	background: var(--c-white);
	border: 1px solid var(--c-neutral-100);
	border-radius: var(--r-md);
	transition: border-color var(--tr-fast), box-shadow var(--tr-fast);
}

input:focus, select:focus, textarea:focus {
	outline: none;
	border-color: var(--c-primary);
	box-shadow: 0 0 0 3px rgba(242,124,31,0.15);
}

textarea { resize: vertical; min-height: 140px; }

label {
	display: inline-block;
	margin-bottom: var(--s-2);
	font-weight: var(--fw-medium);
	color: var(--c-neutral-800);
	font-family: var(--f-body);
	font-size: var(--fs-sm);
}

/* ============================================================
   8. Header
   ============================================================ */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(232, 229, 223, 0.4);
	box-shadow: var(--sh-sm);
	transition: background var(--tr-base), box-shadow var(--tr-base);
}

.site-header--scrolled {
	background: rgba(255, 255, 255, 0.95);
	box-shadow: var(--sh-md);
}

.site-header__main { padding: 0; }
.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--s-6);
	height: var(--header-h);
}

/* Adjust body padding for fixed header */
body { padding-top: var(--header-h); }
body.no-header-padding { padding-top: 0; }

/* Skip link (a11y) */
.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 999;
	padding: var(--s-3) var(--s-6);
	background: var(--c-neutral-800);
	color: var(--c-white);
	border-radius: 0 0 var(--r-md) 0;
}
.skip-link:focus { left: 0; }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden;
	clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* Topbar (thin strip nad main nav) */
.topbar {
	background: var(--c-neutral-800);
	color: var(--c-white);
	font-family: var(--f-body);
	font-size: var(--fs-sm);
	padding: var(--s-2) 0;
}
.topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--s-4);
	flex-wrap: wrap;
}
.topbar__right { display: flex; gap: var(--s-6); align-items: center; flex-wrap: wrap; }
.topbar__item { display: inline-flex; align-items: center; gap: var(--s-2); color: var(--c-white); }
.topbar__item svg, .topbar__icon { color: var(--c-primary-light); flex-shrink: 0; }
.topbar__item--tel { color: var(--c-primary-light); font-weight: var(--fw-semibold); }
.topbar__item--tel:hover { color: var(--c-primary); }
.topbar__msg { font-weight: var(--fw-medium); display: inline-flex; align-items: center; gap: var(--s-2); }

@media (max-width: 767px) {
	.topbar { display: none; }
}

/* Logo */
.site-logo {
	display: inline-flex;
	align-items: center;
	gap: var(--s-3);
	text-decoration: none;
	color: var(--c-neutral-800);
}
.site-logo--image { gap: 0; }
.site-logo__img {
	display: block;
	max-width: 320px;
	width: auto;
	height: 72px !important;
	object-fit: contain;
}
@media (max-width: 640px) {
	.site-logo__img { height: 56px !important; max-width: 240px; }
}
.site-footer__brand-img {
	display: block;
	max-width: 360px;
	width: auto;
	height: 110px !important;
	object-fit: contain;
	margin-bottom: var(--s-4);
}
@media (max-width: 640px) {
	.site-footer__brand-img { height: 80px !important; max-width: 280px; }
}
.site-footer__brand a { display: inline-block; line-height: 0; }
.site-logo__mark {
	width: 40px; height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--brand-gradient);
	color: var(--c-white);
	font-family: var(--f-headline);
	font-weight: var(--fw-black);
	font-size: var(--fs-xl);
	border-radius: var(--r-lg);
	box-shadow: var(--sh-sm);
}
.site-logo__text { display: flex; flex-direction: column; line-height: 1; }
.site-logo__brand {
	font-family: var(--f-headline);
	font-size: var(--fs-xl);
	font-weight: var(--fw-black);
	color: var(--c-neutral-800);
	text-transform: uppercase;
	letter-spacing: var(--ls-tightest);
	line-height: 1;
}
.site-logo__tag {
	font-family: var(--f-body);
	font-size: var(--fs-xs);
	font-weight: var(--fw-bold);
	color: var(--c-primary);
	text-transform: uppercase;
	letter-spacing: var(--ls-widest);
	margin-top: 3px;
}
.site-logo .custom-logo { max-height: 40px; width: auto; }

/* Nav primary */
.nav-primary { flex: 1; display: flex; justify-content: center; }
.nav {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: var(--s-8);
}
.nav__item { position: relative; }
.nav__link {
	display: block;
	padding: var(--s-2) 0;
	font-family: var(--f-body);
	font-size: var(--fs-sm);
	font-weight: var(--fw-bold);
	color: var(--c-neutral-600);
	text-transform: uppercase;
	letter-spacing: var(--ls-wider);
	text-decoration: none;
	transition: color var(--tr-fast);
}
.nav__link:hover, .nav__item--active > .nav__link { color: var(--c-primary); }

.nav__item--has-children > .nav__link::after {
	content: '';
	display: inline-block;
	margin-left: var(--s-2);
	width: 6px; height: 6px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
	transition: transform var(--tr-fast);
}

.nav__submenu {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(8px);
	min-width: 280px;
	background: var(--c-white);
	border: 1px solid var(--c-neutral-100);
	border-radius: var(--r-lg);
	box-shadow: var(--sh-lg);
	padding: var(--s-3);
	list-style: none;
	margin: var(--s-4) 0 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity var(--tr-fast), transform var(--tr-fast), visibility var(--tr-fast);
	z-index: 10;
}
.nav__item--has-children:hover > .nav__submenu,
.nav__item--has-children:focus-within > .nav__submenu {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}
.nav__submenu .nav__link {
	padding: var(--s-3) var(--s-4);
	border-radius: var(--r-md);
	text-transform: none;
	letter-spacing: 0;
	color: var(--c-neutral-800);
	font-weight: var(--fw-semibold);
}
.nav__submenu .nav__link:hover { background: var(--c-surface-cream); color: var(--c-primary); }

/* Header CTA */
.header-cta {
	flex-shrink: 0;
	background: var(--brand-gradient);
	color: var(--c-white);
	padding: var(--s-3) var(--s-6);
	font-family: var(--f-body);
	font-size: var(--fs-sm);
	font-weight: var(--fw-bold);
	text-transform: uppercase;
	letter-spacing: var(--ls-wider);
	border-radius: var(--r-full);
	text-decoration: none;
	box-shadow: 0 8px 20px -6px rgba(232, 93, 31, 0.45);
	transition: all var(--tr-fast);
	display: inline-flex;
	align-items: center;
	gap: var(--s-2);
	position: relative;
	overflow: hidden;
}
.header-cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 26px -6px rgba(232, 93, 31, 0.6);
	color: var(--c-white);
	transform: translateY(-1px);
	box-shadow: var(--sh-orange-hover);
}

/* Burger button */
.burger { display: none; width: 44px; height: 44px; flex-direction: column; justify-content: center; align-items: center; gap: 5px; color: var(--c-neutral-800); }
.burger__line { display: block; width: 24px; height: 2px; background: currentColor; transition: transform var(--tr-fast), opacity var(--tr-fast); }
.burger--active .burger__line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger--active .burger__line:nth-child(2) { opacity: 0; }
.burger--active .burger__line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 1023px) {
	.nav-primary { display: none; }
	.header-cta { display: none; }
	.burger { display: inline-flex; }
}

/* Mobile menu */
.mobile-menu {
	position: fixed;
	inset: 0;
	background: var(--c-white);
	z-index: 200;
	transform: translateX(100%);
	transition: transform var(--tr-base);
	overflow-y: auto;
}
.mobile-menu--active,
.mobile-menu[aria-hidden="false"] { transform: translateX(0); }

.mobile-menu__inner { padding: 120px var(--s-6) var(--s-8); }
.mobile-nav { list-style: none; margin: 0 0 var(--s-8); padding: 0; }
.mobile-nav > .nav__item { border-bottom: 1px solid var(--c-neutral-100); }
.mobile-nav .nav__link {
	padding: var(--s-5) 0;
	font-family: var(--f-headline);
	font-size: var(--fs-2xl);
	font-weight: var(--fw-bold);
	color: var(--c-neutral-800);
	text-transform: none;
	letter-spacing: var(--ls-tightest);
}
.mobile-nav .nav__submenu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 var(--s-3) var(--s-4); background: transparent; margin-top: 0; min-width: 0; }
.mobile-nav .nav__submenu .nav__link { font-size: var(--fs-base); padding: var(--s-2) 0; font-weight: var(--fw-semibold); }

.mobile-menu__contact {
	border-top: 1px solid var(--c-neutral-100);
	padding-top: var(--s-8);
	display: flex;
	flex-direction: column;
	gap: var(--s-4);
}
.mobile-menu__tel, .mobile-menu__email {
	color: var(--c-neutral-800);
	font-size: var(--fs-lg);
	font-weight: var(--fw-semibold);
}
.mobile-menu__tel strong, .mobile-menu__email strong { color: var(--c-primary); text-transform: uppercase; font-size: var(--fs-xs); letter-spacing: var(--ls-widest); display: block; margin-bottom: 2px; }

/* ============================================================
   9. Breadcrumbs
   ============================================================ */
.crumbs { margin-bottom: var(--s-6); }
.crumbs__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--s-2);
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: var(--f-body);
	font-size: var(--fs-sm);
	color: var(--c-neutral-400);
}
.crumbs__item { display: inline-flex; align-items: center; gap: var(--s-2); }
.crumbs__link { color: var(--c-neutral-400); text-decoration: none; }
.crumbs__link:hover { color: var(--c-primary); }
.crumbs__current { color: var(--c-neutral-800); font-weight: var(--fw-medium); }
.crumbs__sep { color: var(--c-neutral-200); }

/* ============================================================
   10. Footer - nowoczesna wielosekcyjna z grafiką tła
   ============================================================ */
.site-footer {
	position: relative;
	background: linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%);
	color: var(--c-white);
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
	isolation: isolate;
}

/* --- BG layer: dots + orange glow + faded map watermark --- */
.site-footer__bg {
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	overflow: hidden;
}
.site-footer__bg-dots {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
	background-size: 28px 28px;
	background-position: 0 0;
	opacity: 0.7;
}
.site-footer__bg-glow {
	position: absolute;
	width: 640px;
	height: 640px;
	border-radius: 50%;
	filter: blur(80px);
	opacity: 0.35;
}
.site-footer__bg-glow--tl {
	top: -280px;
	left: -260px;
	background: radial-gradient(circle, rgba(242, 124, 31, 0.55) 0%, transparent 70%);
}
.site-footer__bg-glow--br {
	bottom: -320px;
	right: -280px;
	background: radial-gradient(circle, rgba(232, 93, 31, 0.4) 0%, transparent 70%);
}
.site-footer__bg-map {
	position: absolute;
	right: -80px;
	top: 50%;
	transform: translateY(-50%);
	width: 560px;
	height: 560px;
	opacity: 0.05;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='none' stroke='%23ffb627' stroke-width='0.6'><path d='M10 45 L28 30 L45 42 L62 25 L80 38 L92 55 L82 72 L65 80 L48 75 L30 82 L12 68 Z'/><circle cx='45' cy='42' r='2.5' fill='%23ffb627'/><circle cx='62' cy='25' r='1.5' fill='%23ffb627'/><circle cx='80' cy='38' r='1.5' fill='%23ffb627'/><circle cx='65' cy='80' r='1.5' fill='%23ffb627'/></svg>");
	background-repeat: no-repeat;
	background-size: contain;
}
@media (max-width: 900px) {
	.site-footer__bg-map { display: none; }
}

/* --- QUICK CTA row (top) --- */
.site-footer__quick {
	position: relative;
	padding: var(--s-12) 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	background: rgba(255, 255, 255, 0.02);
}
.site-footer__quick-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--s-8);
	flex-wrap: wrap;
}
.site-footer__quick-left { flex: 1; min-width: 260px; }
.site-footer__quick-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: var(--s-3);
	font-family: var(--f-body);
	font-size: var(--fs-xs);
	font-weight: var(--fw-bold);
	color: var(--c-primary);
	text-transform: uppercase;
	letter-spacing: var(--ls-widest);
	margin-bottom: var(--s-3);
}
.site-footer__quick-line {
	display: inline-block;
	width: 32px;
	height: 2px;
	background: var(--brand-gradient);
	border-radius: 2px;
}
.site-footer__quick-title {
	font-family: var(--f-headline);
	font-size: clamp(1.5rem, 3vw + 0.5rem, 2.25rem);
	font-weight: var(--fw-black);
	color: var(--c-white);
	line-height: 1.15;
	letter-spacing: var(--ls-tightest);
	margin: 0;
}
.site-footer__quick-mark {
	position: relative;
	display: inline-block;
	color: var(--c-white);
	z-index: 0;
}
.site-footer__quick-mark::before {
	content: '';
	position: absolute;
	inset: 55% -6px 0 -6px;
	background: rgba(255, 182, 39, 0.55);
	transform: skewX(-6deg) rotate(-1.5deg);
	z-index: -1;
	border-radius: 3px;
}
.site-footer__quick-actions {
	display: flex;
	gap: var(--s-4);
	align-items: center;
	flex-wrap: wrap;
}
.site-footer__quick-tel {
	display: inline-flex;
	align-items: center;
	gap: var(--s-3);
	padding: var(--s-3) var(--s-5);
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--r-lg);
	color: var(--c-white);
	text-decoration: none;
	transition: all var(--tr-fast);
}
.site-footer__quick-tel:hover {
	border-color: var(--c-primary);
	background: rgba(242, 124, 31, 0.08);
}
.site-footer__quick-ico {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--brand-gradient);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--c-white);
	flex-shrink: 0;
}
.site-footer__quick-tel-body {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}
.site-footer__quick-tel-body small {
	font-size: 0.7rem;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	letter-spacing: var(--ls-widest);
	font-weight: var(--fw-bold);
}
.site-footer__quick-tel-body strong {
	font-family: var(--f-headline);
	font-size: var(--fs-lg);
	font-weight: var(--fw-black);
	color: var(--c-white);
}
.site-footer__quick-cta {
	display: inline-flex;
	align-items: center;
	gap: var(--s-2);
	padding: var(--s-4) var(--s-6);
	background: var(--brand-gradient);
	color: var(--c-white);
	border-radius: var(--r-lg);
	font-family: var(--f-body);
	font-size: var(--fs-sm);
	font-weight: var(--fw-bold);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: var(--ls-wide);
	box-shadow: 0 8px 24px -8px rgba(242, 124, 31, 0.5);
	transition: all var(--tr-fast);
}
.site-footer__quick-cta svg { transition: transform var(--tr-fast); }
.site-footer__quick-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 28px -8px rgba(242, 124, 31, 0.65); }
.site-footer__quick-cta:hover svg { transform: translateX(4px); }

/* --- MAIN grid (4 cols + social) --- */
.site-footer__main {
	position: relative;
	padding: var(--s-16) 0 var(--s-10);
}
.site-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
	gap: var(--s-10);
	padding-bottom: var(--s-10);
}
@media (max-width: 1100px) { .site-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; } .site-footer__col--social { grid-column: span 3; } }
@media (max-width: 700px) { .site-footer__grid { grid-template-columns: 1fr 1fr; } .site-footer__col--contact, .site-footer__col--social { grid-column: span 2; } }
@media (max-width: 480px) { .site-footer__grid { grid-template-columns: 1fr; } .site-footer__col--contact, .site-footer__col--social { grid-column: auto; } }

/* --- Brand column --- */
.site-footer__brand { display: flex; align-items: center; gap: var(--s-3); margin-bottom: var(--s-5); }
.site-footer__brand .site-logo__brand { color: var(--c-white); }
.site-footer__brand .site-logo__tag { color: var(--c-primary); }
.site-footer__brand-name {
	display: inline-block;
	color: var(--c-white);
	font-family: var(--f-headline);
	font-size: var(--fs-lg);
	font-weight: var(--fw-black);
	text-transform: uppercase;
	letter-spacing: var(--ls-tightest);
	line-height: 1.2;
}

.site-footer__opis {
	color: rgba(255, 255, 255, 0.55);
	margin-bottom: var(--s-6);
	line-height: var(--lh-relaxed);
	font-size: var(--fs-sm);
}
.site-footer__nap {
	font-style: normal;
	display: flex;
	flex-direction: column;
	gap: var(--s-3);
}
.site-footer__nap-row {
	display: flex;
	gap: var(--s-3);
	align-items: flex-start;
	color: rgba(255, 255, 255, 0.7);
	font-size: var(--fs-sm);
	line-height: 1.5;
}
.site-footer__nap-row svg { flex-shrink: 0; color: var(--c-primary); margin-top: 2px; }
.site-footer__nap-row a { color: rgba(255, 255, 255, 0.7); text-decoration: none; transition: color var(--tr-fast); }
.site-footer__nap-row a:hover { color: var(--c-primary); }
.site-footer__nap-row--nip {
	padding-left: 28px;
	font-family: var(--f-body);
	font-size: var(--fs-xs);
	font-weight: var(--fw-bold);
	text-transform: uppercase;
	letter-spacing: var(--ls-widest);
	color: rgba(255, 255, 255, 0.35);
	margin-top: var(--s-2);
}

/* --- Nav columns --- */
.site-footer__heading {
	color: var(--c-white);
	font-family: var(--f-body);
	font-size: var(--fs-xs);
	font-weight: var(--fw-bold);
	margin-bottom: var(--s-5);
	text-transform: uppercase;
	letter-spacing: var(--ls-widest);
	display: flex;
	align-items: center;
	gap: var(--s-2);
}
.site-footer__heading-line {
	width: 20px;
	height: 2px;
	background: var(--brand-gradient);
	border-radius: 2px;
	display: inline-block;
}
.site-footer__nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: var(--s-3);
}
.site-footer__nav a,
.site-footer__nav li a {
	color: rgba(255, 255, 255, 0.55);
	font-size: var(--fs-sm);
	text-decoration: none;
	transition: all var(--tr-fast);
	display: inline-flex;
	align-items: center;
	gap: var(--s-2);
	line-height: 1.4;
}
.site-footer__nav-arrow {
	color: var(--c-primary);
	opacity: 0;
	transform: translateX(-6px);
	transition: all var(--tr-fast);
	font-size: 12px;
	display: inline-block;
	width: 0;
	overflow: hidden;
}
.site-footer__nav a:hover { color: var(--c-primary); transform: translateX(4px); }
.site-footer__nav a:hover .site-footer__nav-arrow { opacity: 1; transform: translateX(0); width: 12px; }

/* --- Social --- */
.social-list {
	list-style: none;
	margin: 0 0 var(--s-6);
	padding: 0;
	display: flex;
	gap: var(--s-3);
	flex-wrap: wrap;
}
.social-list__link {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.02);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--c-white);
	transition: all var(--tr-fast);
	text-decoration: none;
}
.social-list__link:hover {
	border-color: var(--c-primary);
	background: var(--brand-gradient);
	color: var(--c-white);
	transform: translateY(-3px);
	box-shadow: 0 8px 20px -6px rgba(242, 124, 31, 0.5);
}
.social-list__link span { display: none; }

/* --- GBP badge --- */
.site-footer__gbp-badge {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--r-lg);
	padding: var(--s-5);
	position: relative;
	overflow: hidden;
}
.site-footer__gbp-badge::before {
	content: '';
	position: absolute;
	top: -40%;
	right: -30%;
	width: 200px;
	height: 200px;
	background: radial-gradient(circle, rgba(255, 182, 39, 0.15) 0%, transparent 70%);
	pointer-events: none;
}
.site-footer__gbp-badge-head {
	display: flex;
	align-items: center;
	gap: var(--s-2);
	margin-bottom: var(--s-3);
	position: relative;
	z-index: 1;
}
.site-footer__gbp-brand {
	font-family: var(--f-body);
	font-size: var(--fs-sm);
	font-weight: var(--fw-bold);
	color: var(--c-white);
}
.site-footer__gbp-score {
	font-family: var(--f-headline);
	font-size: 2.75rem;
	font-weight: var(--fw-black);
	color: var(--c-white);
	line-height: 1;
	margin-bottom: var(--s-2);
	position: relative;
	z-index: 1;
}
.site-footer__gbp-info {
	display: flex;
	flex-direction: column;
	gap: var(--s-2);
	font-family: var(--f-body);
	font-size: 0.7rem;
	color: rgba(255, 255, 255, 0.55);
	text-transform: uppercase;
	letter-spacing: var(--ls-widest);
	font-weight: var(--fw-bold);
	position: relative;
	z-index: 1;
}

/* --- Trust badges row --- */
.site-footer__badges {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--s-4);
	padding: var(--s-6) 0;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
@media (max-width: 900px) { .site-footer__badges { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .site-footer__badges { grid-template-columns: 1fr; } }

.site-footer__badge {
	display: flex;
	align-items: center;
	gap: var(--s-3);
	padding: var(--s-3) var(--s-4);
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: var(--r-md);
	transition: all var(--tr-fast);
}
.site-footer__badge:hover {
	border-color: rgba(242, 124, 31, 0.3);
	background: rgba(242, 124, 31, 0.04);
}
.site-footer__badge-ico {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(242, 124, 31, 0.12);
	color: var(--c-primary);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.site-footer__badge-body {
	display: flex;
	flex-direction: column;
	line-height: 1.3;
}
.site-footer__badge-body strong {
	font-family: var(--f-body);
	font-size: var(--fs-sm);
	color: var(--c-white);
	font-weight: var(--fw-bold);
}
.site-footer__badge-body small {
	font-family: var(--f-body);
	font-size: 0.7rem;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	letter-spacing: var(--ls-wide);
	font-weight: var(--fw-medium);
	margin-top: 2px;
}

/* --- Bottom bar (copyright + legal + by) --- */
.site-footer__bar {
	position: relative;
	padding: var(--s-6) 0;
	background: rgba(0, 0, 0, 0.3);
}
.site-footer__bar-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: var(--s-4);
	flex-wrap: wrap;
}
.site-footer__copy {
	font-family: var(--f-body);
	font-size: var(--fs-xs);
	margin: 0;
	color: rgba(255, 255, 255, 0.4);
	display: inline-flex;
	align-items: center;
	gap: var(--s-2);
}
.site-footer__copy-mark {
	color: var(--c-primary);
	font-weight: var(--fw-black);
	font-family: var(--f-headline);
}
.site-footer__legal {
	display: flex;
	gap: var(--s-6);
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: var(--f-body);
	font-size: var(--fs-xs);
}
.site-footer__legal a {
	color: rgba(255, 255, 255, 0.4);
	text-decoration: none;
	transition: color var(--tr-fast);
}
.site-footer__legal a:hover { color: var(--c-primary); }

.site-footer__by {
	display: inline-flex;
	align-items: center;
	gap: var(--s-2);
	font-family: var(--f-body);
	font-size: var(--fs-xs);
	color: rgba(255, 255, 255, 0.4);
}
.site-footer__by-link {
	display: inline-flex;
	align-items: center;
	gap: var(--s-2);
	text-decoration: none;
	transition: opacity var(--tr-fast), transform var(--tr-fast);
	opacity: 0.85;
}
.site-footer__by-link:hover { opacity: 1; transform: translateY(-1px); }
.site-footer__by-logo {
	display: block;
	height: 24px;
	width: auto;
	max-width: 140px;
	object-fit: contain;
}

/* ============================================================
   11. Stars (rating widget)
   ============================================================ */
.stars { display: inline-flex; gap: 2px; align-items: center; color: var(--c-star); }
.stars__icon { color: var(--c-neutral-200); }
.stars__icon--filled { color: var(--c-star); }

/* ============================================================
   12. Page hero (subpages - warm gradient + dots pattern + orange glow)
   ============================================================ */
.page-hero {
	padding: var(--s-24) 0 var(--s-20);
	background: linear-gradient(90deg,
		var(--c-surface) 0%,
		var(--c-surface) 25%,
		#FFF9EE 45%,
		#FFF3DE 60%,
		#FFEDD0 75%,
		#FFE8C0 100%);
	border-bottom: 1px solid var(--c-neutral-100);
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

/* BG layer: dots + orange glows */
.page-hero__bg {
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	overflow: hidden;
}
.page-hero__bg-dots {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(232, 93, 31, 0.12) 1px, transparent 1px);
	background-size: 28px 28px;
	background-position: 0 0;
	opacity: 0.6;
}
.page-hero__bg-glow {
	position: absolute;
	width: 560px;
	height: 560px;
	border-radius: 50%;
	filter: blur(80px);
}
.page-hero__bg-glow--tl {
	top: -260px;
	left: -220px;
	background: radial-gradient(circle, rgba(255, 182, 39, 0.35) 0%, transparent 70%);
	opacity: 0.6;
}
.page-hero__bg-glow--br {
	bottom: -280px;
	right: -240px;
	background: radial-gradient(circle, rgba(232, 93, 31, 0.28) 0%, transparent 70%);
	opacity: 0.5;
}

/* Optional bg image (gdy podane w ACF) - po prawej, fade WEWNATRZ obrazu blenduje z warm tlem hero */
.page-hero__bg-image {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60%;
	background-size: cover;
	background-position: left center;
	opacity: 1;
	overflow: hidden;
}
.page-hero__bg-fade {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 65%;
	background: linear-gradient(90deg,
		#FFF9EE 0%,
		rgba(255, 249, 238, 0.98) 15%,
		rgba(255, 243, 222, 0.9) 35%,
		rgba(255, 237, 208, 0.65) 55%,
		rgba(255, 232, 192, 0.3) 78%,
		transparent 100%);
	pointer-events: none;
}
@media (max-width: 899px) {
	.page-hero {
		padding: var(--s-14) 0 var(--s-10);
	}
	.page-hero__bg-image, .page-hero__bg-fade { display: none !important; }
	.page-hero__inner,
	.page-hero--has-image .page-hero__inner {
		max-width: 100%;
	}
	.page-hero__title { font-size: clamp(1.75rem, 6vw + 0.5rem, 2.5rem); }
	.page-hero__lead { font-size: 1rem; }
}

/* Inner content */
.page-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 820px;
}
.page-hero--has-image .page-hero__inner {
	max-width: 620px;
}

.page-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: var(--s-3);
	font-family: var(--f-body);
	font-size: var(--fs-xs);
	font-weight: var(--fw-bold);
	color: var(--c-primary);
	text-transform: uppercase;
	letter-spacing: var(--ls-widest);
	margin-bottom: var(--s-5);
}
.page-hero__eyebrow-line {
	display: inline-block;
	width: 32px;
	height: 2px;
	background: var(--brand-gradient);
	border-radius: 2px;
}

.page-hero__title {
	font-family: var(--f-headline);
	font-size: clamp(2.25rem, 4vw + 1rem, 4rem);
	font-weight: var(--fw-black);
	color: var(--c-neutral-800);
	line-height: 1.1;
	letter-spacing: var(--ls-tightest);
	margin: 0 0 var(--s-4);
}
.page-hero__title-mark {
	position: relative;
	display: inline-block;
	color: var(--c-neutral-800);
	z-index: 0;
}
.page-hero__title-mark::before {
	content: '';
	position: absolute;
	inset: 55% -6px 0 -6px;
	background: rgba(255, 182, 39, 0.5);
	transform: skewX(-6deg) rotate(-1.5deg);
	z-index: -1;
	border-radius: 3px;
}

.page-hero__lead {
	font-family: var(--f-body);
	font-size: var(--fs-lg);
	color: var(--c-neutral-700);
	max-width: 720px;
	line-height: var(--lh-relaxed);
	margin: 0;
}

/* ============================================================
   13. Utilities
   ============================================================ */
.text-center { text-align: center; }
.text-left   { text-align: left; }
.text-right  { text-align: right; }

.bg-warm { background: var(--c-surface-warm); }
.bg-cream { background: var(--c-surface-cream); }
.bg-dark { background: var(--c-surface-dark); color: var(--c-white); }
.bg-gradient { background: var(--brand-gradient); color: var(--c-white); }

/* Glass card effect (used on dark backgrounds) */
.glass-card {
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Print */
@media print {
	.site-header, .site-footer, .cta-band { display: none; }
	body { color: black; background: white; padding-top: 0; }
}
