@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=Jost:ital,wght@0,100..900;1,100..900&family=Sacramento&display=swap');


/*!
Theme Name: Adfresh
Theme URI: https://spaconcept.pl/
Author: Adfresh
Author URI: https://spaconcept.pl/
Description: Description
Version: 1.0.9
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: adfresh
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Adfresh is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

:root {
	--header-font: "Afacad Flux", sans-serif;
	--text-font: "Jost", sans-serif;
	--signature-font: "Sacramento", cursive;
	--mini-title-color: #00000082;
}

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: var(--text-font);
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */


/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: var(--text-font);
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: var(--header-font);
	margin: 0;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* === PAGE TRANSITION === */
.page-transition {
	position: fixed;
	inset: 0;
	pointer-events: none;
	/* nie blokuje kliknięć, gdy schowane */
	z-index: 9999;
	overflow: hidden;
}

/* DOMYŚLNIE: overlay jest pod ekranem (niewidoczny) */
.page-transition__overlay {
	position: absolute;
	inset: 0;
	background: #000;
	/* dopasuj do motywu */
	transform: translateY(100%);
	transition: transform 0.7s cubic-bezier(0.83, 0, 0.17, 1);
}

/* STAN WIDOCZNY: pełny czarny ekran od góry do dołu */
.page-transition.is-visible .page-transition__overlay {
	transform: translateY(0);
}

/* === SVG CURSOR Codrops-like (tylko na urządzenia z myszką) === */

@media (any-pointer: fine) {
	body {
		/* cursor: none; */
		/* ukryj natywny kursor */
	}

	.cursor {
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		pointer-events: none;
		opacity: 0;
		z-index: 9998;
		/* pod loaderem (9999), nad resztą */
		transition: opacity 0.3s ease-out;
		will-change: transform;
	}

	.cursor__inner {
		fill: none;
		/* możesz dać np. rgba(255,255,255,0.05) */
		stroke: #000;
		stroke-width: 1px;
		filter: none;
		/* JS podmienia na url(#filter-1) gdy trzeba */
	}

	body.post-type-archive-projekt .cursor__inner {
		stroke: #fff;
	}
}

#hero-text .container {
	display: flex;
	justify-content: space-between;
	padding: 8% 5% 8% 5%;
}


#hero-text .left-col {
	display: flex;
	flex-direction: column;
}

#hero-text .left-col p:first-of-type {
	font-size: 15px;
	letter-spacing: 0.14em;
	font-family: var(--header-font);
	margin: 0;
}

#hero-text .left-col h1 {
	margin: 0;
	font-size: 9vw;
	line-height: 0.8em;
	font-weight: 400;
	color: #000;
}

#hero-text .right-col {
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-shrink: 0;
}

.main-button {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 24px 36px 24px 36px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.3em;
	letter-spacing: 0.08em;
	color: #000000;
	fill: #000000;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #000000;
	border-radius: 0px 0px 0px 0px;

}

.main-button svg {
	height: 26px;
	width: 26px;
}

.main-button {
	/* Twoje style zostają, dopisujemy tylko to: */
	display: flex;
	align-items: center;
	gap: 10px;

	background-color: #fff;
	border: 2px solid #000;
	color: #000;
	fill: currentColor;

	transition:
		background-color 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease,
		box-shadow 0.2s ease;
	will-change: transform;
	transform-origin: center;
	backface-visibility: hidden;
}

/* ikona niech dziedziczy kolor */
.main-button svg,
.main-button svg path {
	fill: currentColor;
}

/* jak masz SVG na stroke (np. lucide), to też: */
.main-button svg {
	stroke: currentColor;
}

/* HOVER jak w Elementorze: czarne tło, białe napisy + 3D tilt + scale */
.main-button:hover {
	background-color: #000;
	color: #fff;

	/* efekt "elementor transform" */
	transform: perspective(278px) rotateX(1deg) rotateY(-1deg) scale(1.06);
	/* możesz podbić do 1.1 jak w przykładzie: scale(1.1) */
}

/* delikatne "dociśnięcie" na klik */
.main-button:active {
	transform: perspective(278px) rotateX(0.5deg) rotateY(-0.5deg) scale(1.03);
}

/* opcjonalnie: lepsza czytelność (lekki cień na hover) */
.main-button:hover {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .18);
}

/* preferencje systemowe */
@media (prefers-reduced-motion: reduce) {
	.main-button {
		transition: background-color .2s ease, color .2s ease;
	}

	.main-button:hover,
	.main-button:active {
		transform: none;
		box-shadow: none;
	}
}



#hero-text .round-text {
	width: 250px;
	height: 250px;
	position: relative;
	/* startowo zrotowane o 80deg */
	transform: rotate(80deg);
	transition: transform 1s cubic-bezier(0.83, 0, 0.17, 1);
	will-change: transform;
}

#hero-text .round-text--inview {
	transform: rotate(0deg);
}

#hero-text .round-text__svg {
	width: 100%;
	height: 100%;
}

#hero-text .round-text__text {
	font-size: 12px;
	/* dopasuj */
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

#hero-video {
	max-height: 90vh;
	height: 100%;
	width: 100%;
}

#hero-video .hero-video.js-hero-video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	max-height: 90vh;
}

#services .container {
	padding: 5% 5% 9% 5%;
	display: flex;
	flex-direction: column;
	gap: 65px;
}

#services .container .section-header,
#project .container .section-header,
#front-blog .container .section-header {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

#services .container .section-header h2,
#project .container .section-header h2,
#front-blog .container .section-header h2 {
	color: #000;
	font-size: 50px;
	line-height: 1;
	font-weight: 400;
}

#services .container .section-header .section-button,
#project .container .section-header .section-button,
#front-blog .container .section-header .section-button {
	display: flex;
	justify-content: flex-end;
}

.secondary-button {
	min-width: 255px;
	width: fit-content;
	height: 35px;
	border-bottom: 1px solid #000;
	display: flex;
	background-color: #fff;
	padding-right: 8px;
	align-items: center;
	justify-content: flex-end;
	text-transform: uppercase;
	font-size: 12px;
	gap: 8px;
	text-decoration: none;
}

#services .services-cols {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 60px;
}

.service-col {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.service-col .col-list {
	display: none;
}

.service-col .col-header {
	display: flex;
	gap: 25px;
	gap: 11px;
	min-height: 96px;
}

.service-col .service-number {
	border-bottom: 1px solid #0000001C;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 4px 0;
	justify-content: flex-end;
}

.service-col .col-header h3 {
	font-size: 26px;
	margin: 0;
}

.service-col .col-header p {
	margin: 0;
	font-size: 15px;
}

.service-col .col-header .col-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.service-list {
	margin-left: 60px;
	padding: 0;
	list-style: none;
}

ul.service-list li a {
	display: flex;
	gap: 4px;
	align-items: center;
	text-decoration: none;
	font-size: 15px;
}

#front-swiper .container {
	display: flex;
	flex-direction: row;
	overflow: hidden;
	min-height: 700px;
}

#front-swiper .left-col {

	background-color: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-end;
	gap: 28px;
	flex: 0 0 33.333%;
	max-width: none;
	padding: 6%;
	width: auto;

}

#front-swiper .left-col .secondary-button {
	background-color: transparent;
	color: #fff;
	border-bottom: 1px solid #fff;
	transition: 0.3s ease;
}

#front-swiper .left-col .secondary-button svg {
	transition: 0.3s ease;
}

#front-swiper .left-col .secondary-button:hover {
	background-color: #fff;
	color: #000;
}

#front-swiper .left-col .secondary-button:hover svg {
	stroke: #000
}

#front-swiper .left-col h5 {
	font-size: 13px;
	letter-spacing: 0.14em;
	color: #FFFFFF87;
	text-transform: uppercase;
}

#front-swiper .left-col h2 {
	color: #FFFFFF;
	font-size: 70px;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: -0.04em;
	text-align: right;
}



#front-swiper .right-col {
	flex: 0 0 66.666%;
	display: flex;
	min-width: 0;
	/* ważne: pozwala się kurczyć */
	width: auto;
	background-color: #ebebeb;

}


#front-swiper .right-col .image-swiper,
#front-swiper .right-col .text-swiper {
	flex: 0 0 50%;
	width: 50%;
	max-width: none;
	/* ważne */
	min-width: 0;
	/* KLUCZ przy Swiperze */
	overflow: hidden;
}


#front-swiper .right-col .text-swiper .swiper-slide .slide-text h2 {
	margin-bottom: 40px;
	font-family: "Afacad", Sans-serif;
	font-size: 50px;
	font-weight: 400;
	line-height: 0.9em;
	letter-spacing: -0.03em;
}


#front-swiper .right-col .text-swiper .swiper-slide .slide-text p {
	font-size: 15px;
	line-height: 1.4em;
}

#front-swiper .right-col .text-swiper .swiper-slide .slide-text {
	height: -webkit-fill-available;
	padding: 6%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#front-swiper .image-swiper img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

#front-swiper .right-col .image-swiper .swiper-button-next {
	height: 62px;
	width: 62px;
	background-color: #000;
	right: 0;

}

#front-swiper .right-col .image-swiper .swiper-button-prev {
	height: 62px;
	width: 62px;
	background-color: #000;
	left: 0;
}

#front-swiper .right-col .image-swiper .swiper-button-next svg,
#front-swiper .right-col .image-swiper .swiper-button-prev svg {
	height: auto;
	width: auto;
	stroke: #fff;
}

#front-swiper .right-col .image-swiper .swiper-button-next:after,
#front-swiper .right-col .image-swiper .swiper-button-prev::after {
	content: none;
	color: #fff;
}

#front-about .container {
	display: flex;
	gap: 80px;
	padding-top: 9%;
	padding-bottom: 9%;
	padding-left: 5%;
	padding-right: 5%;
}

#front-about .container .col {
	flex: 1;
	width: 100%;
	overflow: hidden;
}

#front-about .container .col.right-col {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#front-about .container .col.right-col .about-number {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#front-about .container .col.right-col .about-number span.number-text {
	color: #000000D6;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2em;
	letter-spacing: 0.04em;
}

#front-about h1.number {
	font-size: 90px;
	font-weight: 400;
	letter-spacing: -8px;
}

.col-tabs .tab-contents .tab-content {
	display: none;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.col-tabs .tab-contents .tab-content.is-active {
	display: block;
	opacity: 1;
	transform: translateY(0);
}

.col-tabs .tab-titles .tab-title {
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.2s ease;
}

.col-tabs .tab-titles .tab-title.is-active {
	opacity: 1;
}

/* ważne: zdjęcie ma się powiększać w ramach ramki */
#front-about .about-swiper__frame {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	/* jeśli masz stałą wysokość – zostaw, jeśli nie, usuń */
}

/* obrazek wypełnia ramkę */
#front-about .about-swiper__frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	will-change: transform;
}

/* animacja zoom tylko na aktywnym slajdzie (przez 5s) */
#front-about .about-swiper .swiper-slide-active .about-swiper__frame img.is-zooming {
	animation: aboutZoom 5s linear forwards;
}

@keyframes aboutZoom {
	from {
		transform: scale(1);
	}

	to {
		transform: scale(1.08);
	}

	/* dostosuj np. 1.05–1.12 */
}

/* opcjonalnie: szanuj ustawienia systemowe */
@media (prefers-reduced-motion: reduce) {
	#front-about .about-swiper .swiper-slide-active .about-swiper__frame img.is-zooming {
		animation: none;
	}
}


.js-about-swiper .swiper-slide {
	height: auto;
	max-height: 500px;
}

#front-about .middle-col {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#front-about .middle-col h2 {
	font-size: 66px;
	line-height: 0.9em;
	letter-spacing: -0.05em;
	margin-bottom: 20px;
}

#front-about .tab-titles {
	display: flex;
	align-items: center;
	gap: 20px;
}

#front-about .tab-titles .tab-title {
	text-transform: uppercase;
	font-size: 14px;
	font-family: var(--text-font);
	position: relative;
}

#front-about .tab-titles .tab-title::after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: -4px;
	left: 0;
}

#front-about .middle-col .tab-contents {
	padding-top: 8%;
	padding-bottom: 5%;
}

#stuff .container {
	padding: 4% 5% 9% 5%;

}

#stuff .container .person-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7%;
}

.person {
	display: flex;
	flex-direction: column;
	max-width: 33%;
	align-items: center;
	gap: 20px;
}


.person .img-person img {
	border-radius: 50%;
	aspect-ratio: 1;
	object-fit: cover;
	object-position: top;
}

.person .person-title {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 0px;
}

.person .person-position {
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 12px;
	margin-top: 8px;
	color: rgba(0, 0, 0, .5);
}


#project .container {
	display: flex;
	flex-direction: column;
	gap: 60px;
	padding: 2% 5% 8% 5%;
}

#project .project-cards {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	gap: 20px;
}

#project .project-cards .card {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 14px;
	padding-top: 3%;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
	border-right: 1px solid #0000001F;
	position: relative;
	/* border-bottom: 1px solid #0000001F; */
	flex: 1;

}

#project .project-cards .card:last-of-type {
	border-right: none;
}

#project .project-cards .card .card-desc {
	text-align: center;
	color: #000000A6;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3em;
}


#project .project-cards .card .card-number {
	position: absolute;
	bottom: 0;
	right: 30px;
}

#project .project-cards .card .card-number h5 {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.3em;
	letter-spacing: -0.03em;
}

#project .project-cards .card .card-title h4 {
	font-size: 20px;
	text-align: center;
}

#project .project-cards .card .numbeer {
	height: 60px;
	width: 60px;
	border: 2px solid #000;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#project .project-cards .card .numbeer span {
	font-size: 35px;
	font-weight: 600;
}

#front-logos .container {
	padding: 5% 0 9% 0;
}

.logo-swiper {
	padding: 20px 0;
}

.logo-slide {
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-width: 160px;
	/* na wszelki wypadek na bardzo małych ekranach */
	width: 100%;
	background-color: #E7E7E7;
	min-height: 160px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	padding: 0 40px;
}

.logo-slide img {
	max-width: 100%;
	max-height: 80px;
	height: 100%;
	object-fit: contain;
}

/* od ~768px: auto slajdy, ale nie mniej niż 340px */
@media (min-width: 768px) {
	.logo-slide {
		width: 100%;
		max-width: 340px;

	}
}

#front-blog .container {
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 100px;
	padding-bottom: 7%;
}


#front-blog .container .blog-cards {
	display: flex;
	gap: 30px;
}

#front-blog .container .blog-cards .post-card {
	flex: 1;
	border: 1px solid #000;
	padding: 50px;
	border-radius: 0;
}

#front-blog .container .blog-cards .post-card .post-date {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 17px;
	color: rgba(0, 0, 0, 0.59);
	font-size: 11px;
	text-transform: uppercase;

}

#front-blog .container .blog-cards .post-card .post-title {
	margin-bottom: 32px;

}

#front-blog .container .blog-cards .post-card .post-title h3 {
	font-size: 25px;
	font-weight: 500;
	line-height: 1.1em;
}

#front-blog .container .blog-cards .post-card .post-btn {
	display: flex;
	padding-top: 12px;
	border-top: 1px solid #000;
	align-items: center;
	gap: 10px;
	width: fit-content;
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	color: #232323;
}

.archive-background {
	background-color: #000;
}

#projects .container .archive-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	max-width: 1740px;
	margin: 0 auto;
	gap: 100px;
}

#projects .container .archive-grid .archive-header {
	color: #fff;
}

#projects .container .archive-grid .archive-header {
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	max-width: 86%;
}

.single-project .project-thumb {
	height: 100%;
}

.single-project .project-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

#projects .container .archive-grid .archive-header h1 {
	font-size: 120px;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: -0.05em;
}

#projects .container {
	max-width: 1740px;
	margin: 0 auto;
	padding-top: 3%;
	padding-bottom: 5%;
}

#projects .container .archive-grid .archive-header p {
	margin: 0;
	max-width: 46ch;
	font-size: 17px;
}

/* Startowa skala ustawiana zmienną CSS */
.projects-grid .single-project {
	--p-scale: .70;
	transform: scale(var(--p-scale));
	transform-origin: center center;
	will-change: transform;
	position: relative;
}

.single-project .project-title {
	display: flex;
	align-items: flex-end;
	gap: 20px;
	position: absolute;
	bottom: -25px;
	left: 10px;
	z-index: 3;
}

.single-project .project-title .project-number {
	font-size: 80px;
	color: #FFF4ED;
	font-style: italic;
	font-weight: 400;
	line-height: 1;

}

.single-project .project-title .title {
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1;
}

/* (opcjonalnie) jeśli chcesz też lekko dopalić “focus” w środku */
.projects-grid .single-project {
	opacity: .9;
}

#project-hero .container {
	max-width: 1080px;
	display: flex;
	margin: 0 auto;
	padding-top: 6%;
	padding-bottom: 6%;
}


#project-hero .text-col {
	display: flex;
	flex-direction: column;
	gap: 10px;

	width: 100%;
}

#project-hero .mini-title {
	color: var(--mini-title-color);
	font-size: 14px;
	text-transform: uppercase;


}

#project-hero .project-title {
	font-size: 120px;
	line-height: 1em;
	letter-spacing: -0.05em;
	font-family: var(--header-font);
	font-weight: 400;
}

#project-hero .title-desc {
	margin-top: 20px;
	font-size: 17px;
	line-height: 1.4em;
	color: #000000;

}

#project-hero .hero-title {
	flex: 1;
}

#project-hero .hero-desc {
	display: flex;
	flex-direction: column;
	gap: 50px;
	justify-content: flex-end;
	padding-left: 6%;
	width: 100%;
	flex: 1;
}

#project-hero .hero-desc .col {
	display: flex;
	flex-direction: column;
}

#project-hero .hero-desc .col span {
	font-size: 17px;
	text-transform: uppercase;
	font-family: var(--header-font);
}

#project-hero .hero-desc .col .mini-title {
	font-size: 15px;
}

#hero-image {
	min-height: 50vh;
	width: 100%;
	position: relative;
	overflow: hidden;
}

#hero-image.hero-parallax--js {
	/* klasa aktywowana przez JS */
}

#hero-image .hero-parallax__bg {
	position: absolute;
	inset: -12% 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: translate3d(0, 0, 0) scale(1.08);
	will-change: transform;
}

#idea .container {
	max-width: 650px;
	margin: 0 auto;
	padding-top: 6%;
	padding-bottom: 6%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#idea .mini-title,
#concept .mini-title,
#foundaments .container .mini-title,
#feedback .container .mini-title {
	font-size: 13px;
	color: var(--mini-title-color);
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

#idea .section-title,
#concept .section-title,
#foundaments .container .section-title {
	font-size: 120px;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: -0.05em;
}

#idea .section-text,
#concept .section-text,
#foundaments .container .section-text {
	font-size: 17px;
	line-height: 1.4em;
}

#idea .section-text p,
#concept .section-text p,
#foundaments .container .section-text p {
	margin-top: 0;
}

#concept .container,
#foundaments .container {
	max-width: 1080px;
	margin: 0 auto;
	padding-top: 6%;
	padding-bottom: 6%;
	display: flex;
	gap: 150px;
}

#concept .container .text-col,
#foundaments .container .text-col {
	width: 44%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: flex-end;
	flex-shrink: 0;
}

#concept .container .image-col img,
#foundaments .container .image-col img {
	min-height: 750px;
	object-fit: cover;
	height: 100%;
}

#movie-wide {
	height: 70vh;
	margin-top: 9%;
	margin-bottom: 9%;
}

#movie-wide video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#foundaments .container {
	gap: 50px;
}

#project-swiper .container {
	padding-top: 0;
	padding-bottom: 0;
	height: 100vh;
}

#project-swiper .swiper {
	height: 100%;
}

#project-swiper .swiper-slide {
	height: auto;
}

#project-swiper .swiper-slide img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

#feedback .container {
	max-width: 1080px;
	margin: 0 auto;
	padding-top: 3%;
	padding-bottom: 3%;
	display: flex;
	flex-direction: column;
}

#feedback .quote-icon {
	height: 75px;
	width: 75px;
	background-color: #000;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 12px 0 24px 0;
}

#feedback .quote-icon svg path {
	fill: #fff;
}

#feedback .feedback-text {
	font-size: 42px;
	font-weight: 400;
	line-height: 1.2em;
	letter-spacing: -0.04em;
}

#feedback .feedback-author {
	display: flex;
	flex-direction: column;
	margin-top: 24px;
	gap: 6px;
}

#feedback .feedback-author .author {
	font-size: 40px;
	font-family: var(--signature-font);
	font-weight: 400;
	line-height: 1;
}

#feedback .author-position {
	font-size: 17px;
	font-family: var(--text-font);
	text-transform: uppercase;
	color: var(--mini-title-color);
}

#project-contact .container {
	padding-top: 7%;
	padding-bottom: 7%;
	max-width: 720px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

#project-contact .mini-title {
	font-size: 13px;
	color: var(--mini-title-color);
	text-transform: uppercase;
	margin-bottom: 20px;
}

#project-contact .section-title {
	font-size: 105px;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	letter-spacing: -0.05em;

}

#project-contact .section-text {
	margin: 40px 0;
}

#project-contact .section-text p {
	margin: 0;
	font-size: 22px;
	font-family: var(--header-font);
}

#project-contact .after-button {
	margin-top: 20px;
}

#project-contact .after-button p {
	margin: 0;
	text-transform: uppercase;
	font-size: 18px;
	font-family: var(--header-font);
}

#project-contact .main-button {
	font-size: 19px;
}


/* KONTAKT */

#contact-hero {
	height: 400px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#contact-form .container {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	gap: 110px;
	align-items: center;
}

#contact-form .container .col {
	flex: 1;
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
}

#contact-form .container .text-col {
	display: flex;
	flex-direction: column;
}

#contact-form .container .text-col .mini-title {
	font-size: 13px;
	line-height: 1;
	color: var(--mini-title-color);
	text-transform: uppercase;
}

#contact-form .container .text-col .section-title {
	font-size: 80px;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: -0.05em;
	margin-bottom: 40px;
}

#contact-form .container .text-col .section-text {
	margin-bottom: 70px;
}

#contact-form .container .text-col .section-text p {
	margin: 0;
	font-size: 22px;

	line-height: 1.1em;
	letter-spacing: -0.3px;
	color: #000000E3;
}

#contact-form .call-title {
	font-size: 22px;
	line-height: 1;
	margin: 0;
	padding: 0;
	font-weight: 400;
	margin-bottom: 20px;
}

#contact-form .phone-number {
	font-family: var(--header-font);
	font-size: 50px;
	text-decoration: none;
	font-weight: 500;
	line-height: 1;
}

.contact-logos-swiper .swiper-slide {
	width: 200px;
	height: 200px;
	/* szerokość slajdu */
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;

}

.contact-logos-swiper .swiper-slide:first-of-type {
	border-left: 1px solid #000;
}

.contact-logos-swiper img {
	max-width: 90px;
	width: 100%;
	height: auto;
	display: block;
}

#contact-swiper .container {
	padding-top: 3%;
	padding-bottom: 3%;
}

.form-row input {
	height: 38px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 2px solid;
	border-color: rgba(0, 0, 0, 0.07);
	width: 100%;
	border-radius: 0;
}

.form-row textarea {
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 0;
}

.form-row input:active,
.form-row input:focus,
.form-row textarea:focus,
.form-row textarea:active {
	border-color: #9D7260;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 2px solid;
	outline: none !important;
}

.form-row.checkbox-row .wpcf7-list-item label {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.form-row.checkbox-row .wpcf7-list-item input {
	width: 25px;
	height: 25px;
	border-radius: 0;
	flex-shrink: 0;
}

.form-row.checkbox-row .wpcf7-list-item {
	margin: 0;
}

.form-row input[type="submit"] {
	height: 41px;
	background-color: #000;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1.6em;
	letter-spacing: 0.2em;
	background-color: #161616;
	transition: 0.3s ease;
}

.form-row input[type="submit"]:hover {
	background-color: #9D7260;
}


/* BLOG */

#blog-header .container {
	max-width: 1180px;
	margin: 0 auto;
	padding-top: 3%;
	display: flex;

}

#blog-header .container h1 {
	font-size: 120px;
	font-weight: 400;
}

#blog-content .container {
	max-width: 1180px;
	margin: 0 auto;
	padding-top: 3%;
	display: flex;
	gap: 80px;
	flex-direction: column;
}

#blog-content .blog-post .post-header {
	max-width: 600px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

#blog-content .blog-post .post-header .post-title a {
	display: block;
	/* ważne: żeby width działało na <a> */
	width: 100%;
	font-size: 50px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	color: #000;
	transition: color .25s ease;
}

#blog-content .blog-post .post-header .post-title a .title-line {
	display: table;
	/* wymusi nową linię + shrink-to-fit jak inline */
	width: fit-content;
	max-width: 100%;
	position: relative;
}

/* każda linia jako osobny blok */
#blog-content .blog-post .post-header .post-title a .title-line {
	display: inline-block;
	/* zamiast block */
	width: fit-content;
	/* szerokość = tekst */
	max-width: 100%;
	position: relative;
}

/* kreska pod każdą linią */
#blog-content .blog-post .post-header .post-title a .title-line::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	/* tylko szerokość tekstu (.title-line) */
	bottom: -6px;
	height: 2px;
	background: #27150F;

	transform: scaleX(0);
	transform-origin: left center;

	--dur: 350ms;
	transition: transform var(--dur) ease;
	transition-delay: calc(var(--i, 0) * var(--dur));
}


/* hover: kolor tekstu */
#blog-content .blog-post .post-header .post-title a:hover {
	color: #27150F;
}

/* hover: podkreślenia startują po kolei */
#blog-content .blog-post .post-header .post-title a:hover .title-line::after {
	transform: scaleX(1);
}


.blog-post .post-image {
	overflow: hidden;

	position: relative;


}

.blog-post .post-image img {
	display: block;
	width: 100%;
	height: 450px;
	object-fit: cover;

	transform: scale(1);
	transform-origin: center center;
	will-change: transform;
}

.post-data .post-date {
	font-size: 14px;
	color: var(--mini-title-color);
}

.post-data .post-cat a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;

	color: #000;
	transition: color .25s ease;
}

.post-data .post-cat a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	/* odstęp underline od tekstu */
	width: 100%;
	height: 2px;
	background: #27150F;

	transform: scaleX(0);
	transform-origin: left center;
	transition: transform .35s ease;
}

.post-data .post-cat a:hover {
	color: #27150F;
}

.post-data .post-cat a:hover::after {
	transform: scaleX(1);
}

/* opcjonalnie: focus klawiaturą */
.post-data .post-cat a:focus-visible {
	color: #27150F;
	outline: none;
}

.post-data .post-cat a:focus-visible::after {
	transform: scaleX(1);
}


.blog-post .post-image {
	margin-top: 3%;
	margin-bottom: 3%;
	transition: 0.3s ease;
}

.blog-post .post-image:hover {
	transform: scale(0.97);
}

.blog-post .post-text {
	max-width: 600px;
	margin: 0 auto;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.6;
}

.blog-post .post-footer {
	max-width: 600px;
	margin: 0 auto;
	padding-top: 40px;
}

.post-footer .post-btn {
	font-weight: 500;
	font-size: 12px;
	background: none !important;
	text-transform: uppercase;
	padding: 18px 32px;
	color: #000;
	border-radius: 40px;
	text-decoration: none;
	border: 2px solid #27150F;
}

.post-footer .post-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	/* żeby wypełnienie nie wychodziło poza zaokrąglenie */
	z-index: 0;
	transition: color .25s ease;
}

/* animowane wypełnienie */
.post-footer .post-btn::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #27150F;
	/* kolor jak border */
	transform: scaleX(0);
	/* start: brak wypełnienia */
	transform-origin: left center;
	transition: transform .35s ease;
	z-index: -1;
	/* pod tekstem */
}

.post-footer .post-btn:hover {
	color: #fff;
}

.post-footer .post-btn:hover::before {
	transform: scaleX(1);
	/* wypełnia od lewej do prawej */
}

/* opcjonalnie: fajny efekt klikania */
.post-footer .post-btn:active {
	transform: translateY(1px);
}

/* SINGLE POST */


#entry-content .container {
	max-width: 1180px;
	width: 100%;
	padding-top: 64px;
	margin: 0 auto;
}

#entry-content .post-title {
	font-size: 120px;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: -0.05em;
}

#main-image .container {
	max-width: 1180px;
	margin: 0 auto;
	width: 100%;
	padding-top: 2%;
}

#main-image .container .post-image img {
	max-height: 70vh;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#post-content .container {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	padding-top: 2%;
	padding-bottom: 3%;
}

#post-content .container p,
#post-content .container {
	max-width: 600px;
	margin: 0 auto;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.6;
}

#post-content .container ul,
#post-content .container ol {
	margin-top: 24px;
	margin-bottom: 24px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#post-content .container ol {
	gap: 20px;
}

#post-content .container .wp-block-heading {
	font-size: 50px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.05em;
	margin: 50px 0 30px 0;
}

#related-posts .container {
	max-width: 1080px;
	width: 100%;
	padding-top: 3%;
	margin: 0 auto;
	padding-bottom: 2%;
}

#related-posts .related-wrapper {
	display: flex;
	gap: 45px;
}

#related-posts .related-wrapper .related-post {
	flex: 1;
}

#related-posts .related-wrapper .related-post .related-link {
	text-decoration: none;
}

.related-wrapper .related-post .related-image img {
	max-height: 190px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.related-wrapper .related-post .related-title {
	padding: 22px 80px;
}

.related-wrapper .related-post .related-title h3 {
	font-size: 22px;
}

.related-header {
	position: relative;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: -0.0em;
	margin-bottom: 2%;

}

.related-header::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	width: 100px;
	background: #000;
}


/* O NAS */

#about-hero {
	height: 500px;
	background-size: cover;
	background-position-x: center;
	background-position-y: calc(50% - -14vh);
	position: relative;
	background-repeat: no-repeat;
}

#about-hero::before {
	content: '';
	position: absolute;
	background-color: #13151FFC;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.6;
}

#about-hero .container {
	max-width: 1080px;
	width: 100%;
	display: flex;
	padding-bottom: 60px;
	margin: 0 auto;
	height: 100%;
	align-items: flex-end;
	justify-content: space-between;
	z-index: 3;
	position: relative;
}

#about-hero .mini-title {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	color: #FFFFFF80;
}

#about-hero .hero-title {
	color: #FFFFFF;
	font-size: 120px;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: -0.05em;
	margin-bottom: 20px;
}

#about-hero .right-col h2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	color: #FFFFFFCF;
	font-family: var(--text-font);
}

#about-us .container {
	padding-top: 5%;
	padding-bottom: 5%;
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 80px;
}

#about-us .container .cols-wrapper {
	display: flex;
	gap: 80px;
}

#about-us .container .cols-wrapper h2 {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: #000000;
}

#about-us .container .cols-wrapper p {
	font-size: 16px;
	line-height: 1.4em;
}

#about-us .numbers-wrapper .numbers-title {
	padding: 21px 0;
}

#about-us .numbers-wrapper .numbers-title h5 {
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
}

#about-us .numbers-wrapper .number-row {
	display: flex;
	gap: 20px;
	padding: 21px 0;
	border-top: 1px solid #00000017;
}

.numbers-wrapper .number-row .number-title,
.numbers-wrapper .number-row .number-desc {
	width: 40%;
	display: flex;
	align-items: center;
	color: #000;
}


.numbers-wrapper .number-row .number-headeer {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	width: 30%;

}

.numbers-wrapper .number-row .number-footer {
	display: flex;
	align-items: center;
	width: 70%;
	justify-content: flex-end;
	gap: 40px;

}

.numbers-wrapper .number-row .number-number {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.numbers-wrapper .number-row .number-title {
	font-size: 34px;
	font-weight: 400;
	line-height: 1.3em;
	letter-spacing: -0.03em;
	color: #000000EB;
}

.numbers-wrapper .number-row .number-desc {
	font-size: 17px;
	line-height: 1.6;
	width: 80%;
}

.numbers-wrapper .number-row .number-number {
	color: #000000;
	font-size: 46px;
	font-weight: 500;
	letter-spacing: -0.05em;
}

#about-stuff .container {
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 54px;
}

#about-stuff .mini-title {
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
}

#about-stuff .person-wrapper {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
}

#about-stuff .person-wrapper .person {
	box-shadow: 0px 8px 12px -4px rgba(0, 0, 0, 0);
	padding: 60px 40px 60px 40px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000E8;
	border-radius: 8px 8px 8px 8px;
	flex: 1;
}

#about-stuff .person-wrapper .person .img-person img {
	max-width: 140px;
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	object-fit: cover;
	object-position: top;
}

header.site-header {
	background-color: #fff;
	width: 100%;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 1000;
}

header.site-header::after {
	content: "";
	z-index: -1;
	position: absolute;
	inset: 0;
	transition: border 0.2s, box-shadow 1s;
	border-bottom: 0px solid transparent;
	pointer-events: none;

}

header.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: transparent;

}

header.site-header::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;

	z-index: 0;
	/* kluczowe: nie -1 */
	border-bottom: 0 solid transparent;
	box-shadow: none;

	transition: border .2s, box-shadow 1s, background .2s, backdrop-filter .2s;
}

/* treść headera nad warstwą szkła */
header.site-header .header-inner {
	position: relative;
	z-index: 1;
}

/* cień zawsze */
header.site-header.has-header-shadow-always::after {
	border-bottom: 1px solid #ffffff5e;
	box-shadow: 0 5px 16px 0 #0000001f;
}

/* cień po scrollu */
.scrolled-down header.site-header.has-header-shadow-when-scrolled::after {
	border-bottom: 1px solid #ffffff5e;
	box-shadow: 0 5px 16px 0 #0000001f;
}

/* FRACTAL GLASS – zawsze */
header.site-header.has-header-bg-always.is-header-bg-fractal-glass-fx::after {
	background: #ffffff61;
	/* musi być półprzezroczyste */
	-webkit-backdrop-filter: contrast(1) brightness(2.4) saturate(.5) blur(17px) url(#fractal-glass);
	backdrop-filter: contrast(1) brightness(2.4) saturate(.5) blur(17px) url(#fractal-glass);
}

/* FRACTAL GLASS – po scrollu */
.scrolled-down header.site-header.has-header-bg-when-scrolled.is-header-bg-fractal-glass-fx::after {
	background: #ffffff61;
	-webkit-backdrop-filter: contrast(1) brightness(2.4) saturate(.5) blur(17px) url(#fractal-glass);
	backdrop-filter: contrast(1) brightness(2.4) saturate(.5) blur(17px) url(#fractal-glass);
}

/* dark-mode (jeśli dodajesz .dark-mode np. na body) */
.dark-mode header.site-header.has-header-bg-always.is-header-bg-fractal-glass-fx::after,
.dark-mode.scrolled-down header.site-header.has-header-bg-when-scrolled.is-header-bg-fractal-glass-fx::after {
	background: #00000060;
	-webkit-backdrop-filter: contrast(.99) blur(7px) url(#fractal-glass);
	backdrop-filter: contrast(.99) blur(7px) url(#fractal-glass);
}


body.post-type-archive-projekt.scrolled-down header.site-header.has-header-bg-when-scrolled.is-header-bg-fractal-glass-fx::after {
	background-color: transparent;
}

body.post-type-archive-projekt {
	background-color: #000;
}

body.post-type-archive-projekt #menu-menu-desktop li a {
	color: #fff;
}

header.site-header .container {
	width: 90%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 0;
}

nav.main-nav ul {
	display: flex;
	list-style: none;
	gap: 20px;
}

header .custom-logo-link img {
	max-height: 60px;
	height: 100%;
	width: auto;
}

#menu-menu-desktop {
	margin: 0;
	padding: 0;

}

#menu-menu-desktop li a {
	text-decoration: none;
	font-size: 14px;
	font-family: var(--header-font);
	letter-spacing: 1.6px;
	text-transform: uppercase;
	font-weight: 600;
}

#menu-menu-desktop li.current_page_parent {}


#front-swiper .swiper-slide img {

	height: 100%;
	object-fit: cover;
}

#front-numbers {
	background-color: #000;
}

#front-numbers .container {
	max-width: 1080px;
	padding-top: 7%;
	padding-bottom: 7%;
	margin: 0 auto;
	color: #fff;
}

#front-numbers .container .number-row {
	display: flex;
	align-items: center;
	gap: 20px;
	padding-top: 2%;
	padding-bottom: 2%;
	border-top: 1px solid #FFFFFF17;
}

#front-numbers .container .number-row .number-header {
	display: flex;
	align-items: center;
	gap: 24px;
}

#front-numbers .container .number-row .number-footer {
	display: flex;
	align-items: center;
	gap: 24px;
}

.number-row .number-icon {
	width: 110px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	flex-shrink: 0;
	background-color: #FFFFFF14;

}

.number-row .number-title {
	font-size: 34px;
	font-weight: 400;
	line-height: 1.3em;
	letter-spacing: -0.03em;
	color: #FFFFFFEB;
	width: 330px;
	flex-shrink: 0;
}

.number-row .number-number {
	width: 210px;
	flex-shrink: 0;
	display: flex;
	justify-content: flex-end;
	color: #FFFFFFCC;
	font-size: 75px;
	font-weight: 400;
	letter-spacing: -0.05em;
}

.number-row .number-desc {
	font-size: 17px;
	color: #FFFFFF9C;
}

#front-numbers .numbers-title {
	padding-top: 2%;
	padding-bottom: 2%;
}

#front-numbers .numbers-title h5 {
	color: #FFFFFF87;
	font-size: 15px;
}

#front-contact .container {
	max-width: 840px;
	width: 100%;
	margin: 0 auto;
	padding-top: 8%;
	padding-bottom: 8%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}


#front-contact.about .container {
	padding-top: 1%;
}

#front-contact .container .section-cols {
	display: flex;
	gap: 20px;
	margin-top: 6%;
	margin-bottom: 6%;
}

#front-contact .container .section-cols .contact-col {
	flex: 1;
	width: 100%;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#front-contact .container .section-cols .contact-col.hours {
	align-items: center;
	text-align: center;
}

#front-contact .container .section-cols .contact-col.phone {
	align-items: flex-end;
}

#front-contact .container .section-cols .contact-col.phone .col-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#front-contact .container .section-cols .contact-col.phone .col-content .contact-phones,
#front-contact .container .section-cols .contact-col.phone .col-content .contact-mails {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

#front-contact .container .section-cols .contact-col.phone .col-content .contact-phones a,
#front-contact .container .section-cols .contact-col.phone .col-content .contact-mails a {
	font-size: 20px;
	font-family: var(--header-font);
}

#front-contact .section-title {
	font-size: 140px;
	font-weight: 400;
	line-height: 0.8em;
	letter-spacing: -0.05em;
	text-align: center;
}

#front-contact .container .section-cols p,
#front-contact .container .section-cols a {
	margin: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4em;
	text-decoration: none;
}

#front-contact .container .section-footer {
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-cols .contact-col .col-title {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 3px;

}


.back-to-top {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 9999;

	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	border-radius: 999px;

	text-decoration: none;

	/* startowo ukryty */
	opacity: 0;
	transform: translateY(12px) scale(0.98);
	pointer-events: none;

	transition: opacity .25s ease, transform .25s ease;
}

/* pokazany */
.back-to-top.show {
	opacity: 1;
	transform: translateY(0) scale(1);
	pointer-events: auto;
}

/* tekst może być mały/ukryty na mobile */
.back-to-top span {
	line-height: 1;
	opacity: .85;
	font-size: 14px;
	transform: rotate(180deg);
	text-transform: uppercase;
	letter-spacing: .2em;
	writing-mode: tb-rl;
}



/* szanuj preferencje ograniczenia animacji */
@media (prefers-reduced-motion: reduce) {
	.back-to-top {
		transition: none;
	}
}

footer .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
	flex-wrap: wrap;
	padding: 16px 0;
}

.footer-socials {
	display: flex;
	align-items: center;
	gap: 20px;
}

.footer-socials a {
	text-decoration: none;
}

footer .container .footer-text {
	font-size: 15px;
	text-transform: uppercase;
	opacity: .75;

	display: flex;
	gap: 20px;
	align-items: center;
}

footer .container .footer-text a {
	text-decoration: none;
}

#reviews .container {
	display: flex;
	padding-top: 7%;
	padding-bottom: 7%;

}

#reviews .container .left-col {
	max-width: 40%;
	padding: 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 45px;
	text-align: center;
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;


}


#reviews .container .left-col .mini-title {
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	font-weight: 400;

}

#reviews .container .left-col .swiper-pagination {
	position: static;
	margin-top: 20px;
}

#reviews .container .left-col .swiper-pagination-bullet {
	transition: 0.3s ease;
	width: 5px;
	height: 5px;
}

#reviews .container .left-col .swiper-pagination-bullet-active {
	width: 32px;
	border-radius: 4px;
	background-color: #000;
}

#reviews .container .left-col .reviews-wrapper {
	width: 100%;
}

#reviews .container .left-col .review {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#reviews .container .left-col .review .review-text {
	font-size: 18px;
	line-height: 1.4em;
	padding-bottom: 32px;
}

#reviews .container .left-col .review .review-name {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 0px;
}

#reviews .container .left-col .review .review-name-desc {
	color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
}

#reviews .container .right-col {
	width: 60%;

}

#reviews .container .right-col img {
	max-height: 600px;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}


/* startowo wszystkie zamknięte */
.service-item .item-desc {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transform: translateY(6px);
	transition: max-height .28s ease, opacity .22s ease, transform .22s ease;
}

/* aktywny = widoczny */
.service-item.is-active .item-desc {
	opacity: 1;
	transform: translateY(0);
}

/* opcjonalnie styl aktywnego przycisku */
.oferta-item.is-active {
	/* np. font-weight:600; */
}


#hero-slider {
	position: relative;
}

#hero-slider .hero-swiper {
	width: 100%;
	height: 50vh;
}

/* dopasuj */
#hero-slider .swiper-slide {
	height: 100%;
}

#hero-slider .hero-slide-frame {
	width: 100%;
	height: 100%;
	overflow: hidden;
	/* kluczowe: nie wychodzi poza kontener */
	position: relative;
}

#hero-slider .hero-slide-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	will-change: transform;
}

/* animacja zoom na aktywnym slajdzie */
#hero-slider .swiper-slide-active .hero-slide-frame img.is-zooming {
	animation: heroZoom 6s linear forwards;
	/* 6s = czas slajdu */
}

@keyframes heroZoom {
	from {
		transform: scale(1);
	}

	to {
		transform: scale(1.08);
	}
}

@media (prefers-reduced-motion: reduce) {
	#hero-slider .swiper-slide-active .hero-slide-frame img.is-zooming {
		animation: none;
	}
}

ul.service-list .service-item {
	cursor: pointer;
}

ul.service-list .service-item button {
	border: none;
	background-color: transparent;
	padding: 0;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 6px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 2;
	color: #000;
}

ul.service-list .service-item button.is-active .oferta-text {
	font-weight: 600;
}

ul.service-list .service-item button.is-active .li-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.service-list .service-item button.is-active .li-icon svg path {
	transition: 0.3s ease;
}

ul.service-list .service-item button.is-active .li-icon svg path:last-of-type {
	opacity: 0;
}

.feedback-swiper {
	width: 100%;
}

#feedback.oferta .container {
	padding-top: 0;
	padding-bottom: 5%;
}


/* ===== Mobile toggle (Codepen menu--1) ===== */
.menu-toggle {
	display: none;
	align-items: center;
	--mobile-toggle-size: 44px;
}

.menu-toggle.menu-toggle--double {
	--mobile-toggle-size: 88px;
}

.menu-toggle .menu--1 {
	/* u Ciebie bez tła jak w codepen */
	background: transparent;
	width: 44px;
	height: 44px;
	position: relative;
}

.menu-toggle .mobile-toggle-label {
	display: block;
	cursor: pointer;
	width: 44px;
	height: 44px;
	position: relative;
}

.menu-toggle .mobile-toggle-label input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}


.menu-toggle svg {
	width: 44px;
	height: 44px;
	display: block;
	transform: scale(1.7);
}

.menu-toggle path {
	fill: none;
	stroke: #000;
	/* dostosuj do headera */
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;

	--length: 24;
	--offset: -38;
	stroke-dasharray: var(--length) var(--total-length);
	stroke-dashoffset: var(--offset);
	transition: all .8s cubic-bezier(.645, .045, .355, 1);
}

.menu-toggle circle {
	fill: #fff3;
	opacity: 0;
	transition: opacity .2s ease;
}

.menu-toggle .mobile-toggle-label:hover circle {
	opacity: 1;
}

/* Total lengths z codepena dla menu--1 */
.menu-toggle .menu--1 .line--1,
.menu-toggle .menu--1 .line--3 {
	--total-length: 126.6418304443;
}

.menu-toggle .menu--1 .line--2 {
	--total-length: 70;
}

/* animacja "cross" po zaznaczeniu */
.menu-toggle .menu--1 input:checked+svg .line--1,
.menu-toggle .menu--1 input:checked+svg .line--3 {
	--length: 22.627416998;
}

.menu-toggle .menu--1 input:checked+svg .line--2 {
	--length: 0;
}

/* przesunięcia po zaznaczeniu (menu--1) */
.menu-toggle .menu--1 input:checked+svg .line--1,
.menu-toggle .menu--1 input:checked+svg .line--3 {
	--offset: -94.1149185097;
}

.menu-toggle .menu--1 input:checked+svg .line--2 {
	--offset: -50;
}

/* blokada scrolla strony gdy menu otwarte */
body.mobile-menu-open {
	overflow: hidden;
}

/* ===== Mobile menu: full screen panel (bez overlay) ===== */
.mobile-menu {
	position: fixed;
	top: 60px;
	/* start od 60px */
	left: 0;
	right: 0;
	height: calc(100vh - 60px);
	z-index: 9999;

	background: #fff;
	color: #000;

	/* animacja wyjazdu z prawej */
	transform: translateX(100%);
	transition: transform .35s cubic-bezier(.2, .9, .2, 1);
	will-change: transform;

	overflow: auto;
}

/* stan otwarty */
.mobile-menu.is-open {
	transform: translateX(0);
}

/* żeby hidden faktycznie chował */
.mobile-menu[hidden] {
	display: none !important;
}

/* wewnętrzny nav na całą wysokość */
.mobile-menu .mobile-nav {
	height: 100%;
	padding: 24px;
	/* dowolnie */
}

/* linki czarne */
.mobile-menu .menu-mobile {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 16px;
}

.mobile-menu .menu-mobile a {
	color: #000;
	text-decoration: none;
	font-size: 18px;
}


#contact-form .contact-socials .socials-wrapper {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-top: 40px;
}

#contact-form .contact-socials .socials-wrapper a {
	text-decoration: none;
}


body.post-type-archive-projekt .menu-toggle path,
body.post-type-archive-projekt .footer-socials a svg path {
	stroke: #fff
}

body.post-type-archive-projekt .back-to-top,
body.post-type-archive-projekt footer .container,
body.post-type-archive-projekt .mobile-menu li a {

	color: #fff;
}

body.post-type-archive-projekt .mobile-menu {
	background-color: #000;
}

#services .icon-text p {
	margin-bottom: 16px;
}

#services .icon-text p:last-of-type {
	margin-bottom: 0;
}

#policy-hero .container {
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1080px;
	margin: 0 auto;
}

#policy-hero .container h1 {
	font-size: 120px;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: -0.05em;
	margin-bottom: 20px;
}

#policy-content .container {
	max-width: 1080px;
	margin: 0 auto;
}