:root {
	--bartek-pattern-barber: url("/wp-content/themes/fryzjerbartek/assets/images/backgrounds/barber-pattern.webp");
	--bartek-pattern-lines: url("/wp-content/themes/fryzjerbartek/assets/images/backgrounds/diagonal-lines.webp");
	--bartek-pattern-hair: url("/wp-content/themes/fryzjerbartek/assets/images/backgrounds/hair-pattern.webp");
	--bartek-panel-glow: url("/wp-content/themes/fryzjerbartek/assets/images/backgrounds/panel-glow.webp");

	/* Wspólne tokeny wizualne używane w wielu sekcjach. */
	--bartek-accent-color: #AA8962;
	--bartek-border-color: #575757;
	--bartek-heading-font: Cinzel;
	
	--icons-facebook: url("/wp-content/themes/fryzjerbartek/assets/icons/facebook.svg") center / contain no-repeat;
	--icons-instagram: url("/wp-content/themes/fryzjerbartek/assets/icons/instagram.svg") center / contain no-repeat;

	/* Wspólne warstwy tła kart kontaktowych. */
	--bartek-contact-card-overlay:
		linear-gradient(rgba(33, 33, 33, 0.45), rgba(33, 33, 33, 0.45)),
		linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%),
		linear-gradient(270deg, rgba(33, 33, 33, 0) 0%, #212121 49.73%);
}



/* GŁÓWNA ZAWARTOŚĆ I KOMPONENTY */
main#main-content {
	display: flex;
	flex-direction: column;
	gap: 96px;
	align-items: center;
}


div.hero-section {
	background:
		linear-gradient(
			90deg,
			rgba(0, 0, 0, 0.20) 0%,
			rgba(102, 102, 102, 0.20) 100%
		),
		linear-gradient(
			0deg,
			rgba(0, 0, 0, 0.90) 0%,
			rgba(0, 0, 0, 0.90) 100%
		),
		var(--bartek-panel-glow) center / cover no-repeat!important;
		
}


div.hero-section::after {
	content: "";
	width: 100%;
	aspect-ratio: 1920 / 94;
	background-image: url("/wp-content/themes/fryzjerbartek/assets/images/backgrounds/hero-bottom.png");
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	z-index: 2;
	margin-top: 20px;
	background-size: cover;
	display: block;
}



/* PRZYCISKI */
a.button {
	font-weight: 700;
	text-transform: uppercase;
	width: max-content;
	line-height: normal;
}


a.button.button--primary {
	display: flex;
	flex-direction: row-reverse;
	padding: 16px 32px 16px 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 100px;
	border: 1px solid var(--bartek-accent-color);
	background: linear-gradient(277deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.00) 100%), var(--bartek-accent-color);
}


a.button.button--primary::after {
	content: " "!important;
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	background: url("/wp-content/themes/fryzjerbartek/assets/icons/booking.svg") center / contain no-repeat;
}


a.button.button--secondary {
	display: flex;
	min-height: 60px;
	padding: 16px 32px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 100px;
	border: 1px solid var(--bartek-border-color);
	background: linear-gradient(277deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100%), #000;
	font-weight: 400;
}


/* MENU GŁÓWNE */
div[data-row="middle:boxed"] div.ct-container {
	border-radius: 100px!important;
	border: 1px solid var(--bartek-border-color)!important;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.20) 0%, rgba(102, 102, 102, 0.20) 100%),  rgba(0, 0, 0, 0.57)!important;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25)!important;
	backdrop-filter: blur(10px)!important;
	margin-top: 30px;
	padding-right: 0!important;
	width: max-content;
	max-width: 90%;
}

div[data-row="middle:boxed"] div.ct-container div.ct-header-cta, div[data-row="middle:boxed"] div.ct-container div.ct-header-cta a {
	height: 100%!important;
}


div[data-row="middle:boxed"] div.ct-container div[data-column="middle"] {
	max-width: max-content;
}

div[data-row="middle:boxed"] div.ct-container div[data-column="middle"] > div > * {
	margin: 0!important;
}

div[data-row="middle:boxed"] div.ct-container div[data-column="middle"] > div {
	display: flex;
	gap: 48px;
}


div[data-row="middle:boxed"] div.ct-container div.ct-header-cta a {
	display: flex!important;
	padding: 0 32px 0 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	background: linear-gradient(277deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.00) 100%), var(--bartek-accent-color);
}



/* Formularz rezerwacji */
div.bookly-form-group[data-type="category"] {
	display: none;
}


/* stopka strony */
[data-footer*="type-1"] .ct-footer {
	background:
	linear-gradient(
		90deg,
		rgba(0, 0, 0, 0.2) 0%,
		rgba(102, 102, 102, 0.2) 100%
	),
	linear-gradient(
		rgba(0, 0, 0, 0.8),
		rgba(0, 0, 0, 0.8)
	),
		linear-gradient(
		rgba(15, 15, 15, 0.85),
		rgba(15, 15, 15, 0.85)
	),
	var(--bartek-panel-glow) center / cover no-repeat;
}

[data-footer*="type-1"] .ct-footer:before {
	content: "";
	width: 100%;
	aspect-ratio: 1920 / 94;
	background-image: url("/wp-content/themes/fryzjerbartek/assets/images/backgrounds/hero-bottom.png");
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	z-index: 2;
	display: block;
	transform: rotate(180deg);
	margin-bottom: 32px;
}




@media (max-width: 1024px) {
	div[data-row="middle:boxed"] div.ct-container {
		width: 90%;
	}
	
}




/* HOVER */
ol.loyalty-steps > li, article.person-card div.person-card__content, article.person-card img, section.content-section.content-section--pricing.home-pricing > div.content-section__inner.home-pricing__inner > div.home-pricing__additional > ol.service-price-list > li, .site-main--price-list .price-list-group__item, .site-main--about .about-team-card, ul[aria-label="Media społecznościowe"] > li {
	transition: all 0.2s;
}

a.button:hover, ul[aria-label="Media społecznościowe"] > li:hover {
	transform: translatey(-3px);
	filter: brightness(1.06);
}

a.quick-contact-card:hover, a.contact-details__link:hover, a.contact-tile:hover {
	border-color: var(--theme-palette-color-1)!important; 
}

ol.loyalty-steps > li:hover, article.person-card:not(.about-team-card):hover div.person-card__content {
	backdrop-filter: blur(6px)!important;
	border-color: var(--theme-palette-color-1)!important; 
}


article.person-card:hover {
	backdrop-filter: blur(6px)!important;
}

article.person-card:hover img {
	scale: 1.05;
}

section.content-section.content-section--pricing.home-pricing > div.content-section__inner.home-pricing__inner > div.home-pricing__additional > ol.service-price-list > li:hover, .site-main--price-list .price-list-group__item:hover {
	background: rgba(255, 255, 255, 0.01);
}



/*Stopka strony*/
/* =========================================================
   FRYZJER BARTEK — STOPKA
   ========================================================= */


/* =========================================================
   KONTENER
   ========================================================= */

.bartek-footer__container {
	width: var(--theme-container-width);
	max-width: var(--theme-normal-container-max-width);
}


/* =========================================================
   GŁÓWNY GRID
   ========================================================= */

.bartek-footer__grid {
	display: grid;

	grid-template-columns:
		minmax(0, 1.25fr)
		128px
		minmax(0, 1fr)
		16px
		minmax(260px, 0.72fr);

	gap: 0;

	align-items: stretch;
}


/* Pierwsza kolumna */
.bartek-footer__column--company {
	grid-column: 1;
}


/* Druga kolumna */
.bartek-footer__column--services {
	grid-column: 3;
	justify-content: center;
}


/* Trzecia kolumna */
.bartek-footer__column--links {
	grid-column: 5;
}


/* =========================================================
   WSPÓLNE PANELE
   ========================================================= */

.bartek-footer__column--company,
.bartek-footer__column--services,
.bartek-footer__links-nav,
.bartek-footer__gallery {
	border: 1px solid var(--bartek-border-color);
	justify-content: center;
	backdrop-filter: blur(3px);
	background: rgba(0, 0, 0, 0.20);
}


/* =========================================================
   KOLUMNA FIRMY
   ========================================================= */

.bartek-footer__column--company {
	display: flex;
	flex-direction: column;

	min-width: 0;
	min-height: 374px;

	padding: 32px 64px;

	border-radius: 64px;
}


/* =========================================================
   LOGO
   ========================================================= */

.bartek-footer__logo {
	width: 100%;

	margin-bottom: 32px;
}


.bartek-footer__logo .custom-logo-link {
	display: block;
	width: 100%;
	max-width: 100%;
}


.bartek-footer__logo .custom-logo {
	display: block;

	width: 100%;

	height: auto;
	
	    max-width: 500px;
    margin: auto;

}


/* =========================================================
   NAZWA FIRMY + TELEFON
   ========================================================= */

.bartek-footer__company-line {
	display: flex;
	align-items: center;
	flex-wrap: wrap;

	gap: 8px 20px;

	margin-bottom: 20px;
}


.bartek-footer__company-name,
.bartek-footer__phone {
	color: #fff;

	font-family: var(--bartek-heading-font);

	font-size: 18px;
	font-weight: 700;
	line-height: normal;
}


.bartek-footer__company-name {
	text-transform: uppercase;
}


.bartek-footer__phone {
	text-decoration: none;
	white-space: nowrap;
}


/* =========================================================
   DANE FIRMY
   ========================================================= */

.bartek-footer__company-details {
	display: grid;

	grid-template-columns:
		minmax(0, 1fr)
		minmax(0, 1fr);

	gap: 32px;
}


.bartek-footer__company-data {
	display: flex;
	flex-direction: column;

	gap: 4px;
}


.bartek-footer__address {
	margin: 0;

	color: #b4b4b4;

	font-size: 14px;
	font-style: normal;
	line-height: 1.45;
}


.bartek-footer__nip {
	display: flex;

	gap: 4px;

	color: #b4b4b4;

	font-size: 14px;
	line-height: 1.45;
}


/* =========================================================
   GODZINY OTWARCIA
   ========================================================= */

.bartek-footer__hours {
	display: flex;
	flex-direction: column;

	gap: 4px;
}


.bartek-footer__hours-row {
	display: grid;

	grid-template-columns:
		auto minmax(0, 1fr);

	gap: 4px;

	font-size: 14px;
	line-height: 1.45;
}


.bartek-footer__hours-label > span:not(.bartek-footer__hours-value) {
	color: var(--theme-palette-color-1);
}


.bartek-footer__hours-value {
	color: #b4b4b4;
}


/* =========================================================
   KOLUMNA — NASZE USŁUGI
   ========================================================= */

.bartek-footer__column--services {
	display: flex;
	flex-direction: column;

	align-items: center;

	min-width: 0;
	min-height: 374px;

	padding: 32px 48px;

	border-radius: 32px;

	text-align: center;
}


/* =========================================================
   NAGŁÓWKI
   ========================================================= */

.bartek-footer__heading {
	margin: 0 0 16px;

	color: #fff;

	font-family: var(--bartek-heading-font);

	font-size: 18px;
	font-weight: 700;
	line-height: normal;

	text-transform: uppercase;
}


/* =========================================================
   MENU
   ========================================================= */

.bartek-footer__menu {
	display: flex;
	flex-direction: column;

	gap: 4px;

	width: 100%;

	margin: 0;
	padding: 0;

	list-style: none;
}


.bartek-footer__menu li {
	margin: 0;
	padding: 0;
}


.bartek-footer__menu a {
	display: inline-block;

	color: #dedede;

	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;

	text-decoration: none;
}


/* =========================================================
   PRAWA KOLUMNA
   ========================================================= */

.bartek-footer__column--links {
	display: flex;
	flex-direction: column;

	min-width: 0;
}


/* =========================================================
   WAŻNE ODNOŚNIKI
   ========================================================= */

.bartek-footer__links-nav {
	display: flex;
	flex-direction: column;

	align-items: center;

	flex: 1 1 auto;

	min-height: 274px;

	padding: 32px 24px;

	border-radius: 32px;

	text-align: center;
}


/* =========================================================
   GALERIA
   ========================================================= */

.bartek-footer__gallery {
	display: flex;
	align-items: center;
	justify-content: center;

	gap: 16px;

	width: 100%;
	min-height: 84px;

	margin-top: 16px;
	padding: 20px 24px;

	border-radius: 32px;

	color: #dedede;

	font-size: 14px;
	line-height: normal;

	text-decoration: none;

	overflow: hidden;
}


/* =========================================================
   IKONA GALERII
   ========================================================= */

.bartek-footer__gallery-icon {
	position: relative;

	display: block;

	width: 16px;
	height: 16px;

	flex: 0 0 16px;

	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
}


.bartek-footer__gallery-icon::after {
	content: "";

	position: absolute;

	top: 50%;
	left: 50%;

	width: 4px;
	height: 4px;

	border-radius: 50%;

	background: var(--theme-palette-color-1);

	transform: translate(-50%, -50%);
}


.bartek-footer__gallery-label {
	display: block;
}


/* =========================================================
   REVIEWS
   ========================================================= */

section.content-section--reviews {
	width: 1700px;
	max-width: calc(100% - 32px);
	background:
  linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.20) 0%,
    rgba(102, 102, 102, 0.20) 100%
  ),
  linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0.95) 100%
  ),
  var(--bartek-panel-glow) lightgray 50% / cover no-repeat;
	border-radius: 50px 0;
}

section.content-section--reviews::before, section.content-section--reviews::after {
	content: " ";
	display: block;
	width: 100%;
	aspect-ratio: 1700 / 83;
	background-size: contain!important;
	background-repeat: no-repeat!important;
	
}

section.content-section--reviews::before {
	background: url(https://fryzjerbartek.promo-peak.top/wp-content/themes/fryzjerbartek/assets/images/backgrounds/review-top.svg);
	background-position: left;
	margin-bottom: 16px;
}

section.content-section--reviews::after {
	background: url(https://fryzjerbartek.promo-peak.top/wp-content/themes/fryzjerbartek/assets/images/backgrounds/review-bottom.svg);
	margin-top: 16px;
}

section.content-section--reviews div.content-section__inner.home-reviews__inner {
	width: calc(100% - 64px);
	max-width: var(--theme-normal-container-max-width);
	margin: auto;
}

section.content-section--reviews h2 {
	margin-top: 16px;
	line-height: normal;
}

section.content-section--reviews ul.google-reviews__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
}

section.content-section--reviews ul.google-reviews__list > li {
	flex: 1 0 0;
	max-height: 247px;
	min-width: 294px;
	padding: 24px;
	overflow: hidden;
	border-radius: 32px;
border: 1px solid #575757;
background: linear-gradient(277deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.02) 100%);
backdrop-filter: blur(3px);
}

section.content-section--reviews header.google-review__header {
	display: flex;
	gap: 16px;
	margin-bottom: 26px;
}

section.content-section--reviews header.google-review__header img {
	height: 40px;
}

section.content-section--reviews header.google-review__header p {
	margin: 0;
	font-size: 16px;
	font-family: Cinzel;
	font-weight: 700;
	line-height: normal;
	white-space: nowrap;
	overflow: hidden;
	max-width: calc(100% - 56px);
}

section.content-section--reviews div.google-review__author {
	width: 100%;
}

section.content-section--reviews header.google-review__header p.google-review__rating {
	color: var(--theme-palette-color-1);
	font-size: 18px;
}

section.content-section--reviews p.google-reviews__summary {
	opacity: 0.7;
	font-size: 14px;
	display: flex;
	column-gap: 32px;
	row-gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 32px;
}

section.content-section--reviews span.google-reviews__average:before {
	content: "Nasza ocena: ";
}

section.content-section--reviews span.google-reviews__count:before {
	content: "Łącznie: ";
}

section.content-section--reviews div.google-review__content {
	max-height: 125px;
	overflow: hidden;
}

section.content-section--reviews div.google-review__content p {
	font-size: 14px;
	margin-bottom: 0;
}

section.content-section--reviews div.google-review__content p {
	display: none;
}

section.content-section--reviews div.google-review__content p:first-child {
	display: block;
}

section.content-section--reviews time.google-review__date {
	display: none;
}

section.content-section--reviews footer.google-reviews__footer {
	margin-top: 32px;
	font-size: 12px;
	opacity: 0.7;
	display: flex;
	column-gap: 32px;
	row-gap: 8px;
	flex-wrap: wrap;
	justify-content: space-between;
}

section.content-section--reviews footer.google-reviews__footer p {
	margin: 0;
}


section.content-section--reviews ul.review-awards {
	list-style: none;
	padding: 0;
	gap: 0;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 32px;
}

section.content-section--reviews ul.review-awards li span {
	display: block;
}


section.content-section--reviews ul.review-awards span.review-awards__content {
	display: none;
}


/* =========================================================
   OPINIE — ANIMACJE I MICRO-INTERACTIONS

   Założenie:
   - wejście sekcji na HOME obsługuje home.js
   - hover działa globalnie wszędzie tam,
     gdzie używany jest komponent Google Reviews / Review Awards
   ========================================================= */


/* =========================================================
   HOME — STANY POCZĄTKOWE ANIMACJI WEJŚCIOWYCH

   Tylko strona główna.
   Klasa .is-home-animated jest już obsługiwana
   przez istniejący system animacji.
   ========================================================= */

@media (prefers-reduced-motion: no-preference) {

	html.home-animations-enabled
	.site-main--home
	.home-reviews__heading,

	html.home-animations-enabled
	.site-main--home
	.home-reviews
	.google-reviews__summary,

	html.home-animations-enabled
	.site-main--home
	.home-reviews
	.google-reviews__item,

	html.home-animations-enabled
	.site-main--home
	.home-reviews
	.google-reviews__footer,

	html.home-animations-enabled
	.site-main--home
	.home-reviews
	.review-awards__item {
		opacity: 0;
	}

}


/* =========================================================
   GLOBAL — KARTY OPINII
   Działa na HOME oraz wszędzie indziej,
   gdzie występuje komponent .google-review.
   ========================================================= */

@media (hover: hover) and (pointer: fine) {

	.google-review {
		transition:
			translate 300ms cubic-bezier(.22, 1, .36, 1),
			border-color 300ms ease,
			box-shadow 300ms ease;
	}

	.google-review__avatar {
		transition:
			scale 300ms cubic-bezier(.22, 1, .36, 1);
	}


	/* Delikatne uniesienie całej opinii */
	.google-review:hover {
		translate: 0 -4px;
	}


	/* Minimalne podkreślenie autora */
	.google-review:hover
	.google-review__avatar {
		scale: 1.04;
	}


	/* =====================================================
	   GLOBAL — NAGRODY / WYRÓŻNIENIA
	   ===================================================== */

	.review-awards__item {
		transition:
			translate 280ms cubic-bezier(.22, 1, .36, 1),
			border-color 280ms ease,
			box-shadow 280ms ease;
	}

	.review-awards__icon img {
		transition:
			scale 320ms cubic-bezier(.22, 1, .36, 1),
			translate 320ms cubic-bezier(.22, 1, .36, 1);
	}


	.review-awards__item:hover {
		translate: 0 -3px;

		border-color:
			rgba(170, 137, 98, 0.58);

		box-shadow:
			0 12px 30px rgba(0, 0, 0, 0.14);
	}


	.review-awards__item:hover
	.review-awards__icon img {
		scale: 1.045;
		translate: 0 -1px;
	}

}


/* =========================================================
   REDUCED MOTION

   Hover komponentów również respektuje ustawienie systemowe.
   Nie ukrywamy niczego — wyłączamy jedynie przejścia.
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

	.google-review,
	.google-review__avatar,
	.review-awards__item,
	.review-awards__icon img {
		transition: none !important;
	}

}


/* =========================================================
   OPINIE — GLOBALNE STANY ANIMACJI WEJŚCIOWYCH
   ========================================================= */

@media (prefers-reduced-motion: no-preference) {

	html.reviews-animations-enabled
	.content-section--reviews
	.section-heading,

	html.reviews-animations-enabled
	.google-reviews__summary,

	html.reviews-animations-enabled
	.google-reviews__item,

	html.reviews-animations-enabled
	.google-reviews__footer,

	html.reviews-animations-enabled
	.review-awards__item {
		opacity: 0;
	}


	/* Stan końcowy */
	html.reviews-animations-enabled
	.is-reviews-animated {
		opacity: 1 !important;
	}

}


/* =========================================================
   HOVER
   ========================================================= */

@media (hover: hover) and (pointer: fine) {

	.bartek-footer__menu a,
	.bartek-footer__phone {
		transition:
			color 200ms ease,
			translate 200ms cubic-bezier(.22, 1, .36, 1);
	}


	.bartek-footer__menu a:hover,
	.bartek-footer__phone:hover {
		color: var(--theme-palette-color-1);

		translate: 2px 0;
	}


	.bartek-footer__gallery {
		transition:
			translate 260ms cubic-bezier(.22, 1, .36, 1),
			border-color 260ms ease;
	}


	.bartek-footer__gallery-icon {
		transition:
			scale 260ms cubic-bezier(.22, 1, .36, 1),
			border-color 260ms ease;
	}


	.bartek-footer__gallery:hover {
		translate: 0 -3px;

		border-color:
			rgba(170, 137, 98, 0.72);
	}


	.bartek-footer__gallery:hover
	.bartek-footer__gallery-icon {
		scale: 1.08;

		border-color:
			var(--theme-palette-color-1);
	}

}


/* =========================================================
   TABLET — <= 1100px
   ========================================================= */

@media (max-width: 1100px) {

	.bartek-footer__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	
	.bartek-footer__column--company, .bartek-footer__column--services, .bartek-footer__column--links {
		grid-column: auto;
	}

	.bartek-footer__column--company,
	.bartek-footer__column--services {
		min-height: auto;
	}


	.bartek-footer__column--company {
		padding: 40px;

		border-radius: 48px;
	}


	.bartek-footer__column--services {
		padding: 40px 32px;
	}


	/*
	 * Prawa sekcja przechodzi pod dwie
	 * pierwsze kolumny.
	 */

	.bartek-footer__column--links {
		grid-column: 1 / -1;

		display: grid;

		grid-template-columns:
			minmax(0, 2fr)
			minmax(240px, 1fr);

		gap: 24px;
	}


	.bartek-footer__links-nav {
		min-height: auto;
	}


	.bartek-footer__gallery {
		height: 100%;
		min-height: 0;

		margin-top: 0;
	}
	
	.bartek-footer__company-line {
		justify-content: center;
	}
	
	.bartek-footer__address {
		text-align: right;
	}
	.bartek-footer__column--links{
		grid-template-columns: 1fr;
	}

}


/* =========================================================
   MOBILE — <= 767px
   ========================================================= */

@media (max-width: 767px) {

	.bartek-footer__container {
		padding-block: 48px;
	}


	.bartek-footer__grid {
		grid-template-columns: 1fr;

		gap: 24px;
	}


	.bartek-footer__column--company,
	.bartek-footer__column--services,
	.bartek-footer__column--links {
		grid-column: auto;
	}
	
	.bartek-footer__address {
		text-align: left;
	}


	/* ---------------------------------------------
	   Firma
	   --------------------------------------------- */

	.bartek-footer__column--company {
		padding: 32px 24px;

		border-radius: 32px;
	}


	.bartek-footer__logo {
		margin-bottom: 28px;
	}


	.bartek-footer__company-line {
		align-items: flex-start;
		flex-direction: column;

		gap: 8px;

		margin-bottom: 24px;
	}


	.bartek-footer__company-name,
	.bartek-footer__phone {
		font-size: 17px;
	}


	.bartek-footer__company-details {
		gap: 24px;
	}


	/* ---------------------------------------------
	   Usługi
	   --------------------------------------------- */

	.bartek-footer__column--services {
		align-items: flex-start;

		padding: 32px 24px;

		text-align: left;
	}


	.bartek-footer__menu {
		gap: 8px;
	}


	/* ---------------------------------------------
	   Linki
	   --------------------------------------------- */

	.bartek-footer__column--links {
		display: flex;
		flex-direction: column;

		gap: 0;
	}


	.bartek-footer__links-nav {
		align-items: flex-start;

		padding: 32px 24px;

		text-align: left;
	}


	.bartek-footer__gallery {
		justify-content: flex-start;

		min-height: 72px;

		margin-top: 16px;

		padding: 20px 24px;
	}

}


.bartek-footer__gallery {
	background:
  linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%),
  url("/wp-content/themes/fryzjerbartek/assets/images/backgrounds/fryzjer-meski-bartek-galeria-zdjęć.webp")
  lightgray 50% / cover no-repeat;
	min-height: 100px;
	height: 100%;
}

/* =========================================================
   MAŁY MOBILE — <= 480px
   ========================================================= */

@media (max-width: 480px) {

	.bartek-footer__company-details {
		grid-template-columns: 1fr;

		gap: 20px;
	}


	.bartek-footer__hours-row {
		grid-template-columns:
			auto 1fr;
	}

}


/* =========================================================
   TOUCH
   ========================================================= */

@media (hover: none) and (pointer: coarse) {

	.bartek-footer__gallery {
		transition:
			scale 140ms ease;
	}


	.bartek-footer__gallery:active {
		scale: 0.985;
	}

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

	.bartek-footer__menu a,
	.bartek-footer__phone,
	.bartek-footer__gallery,
	.bartek-footer__gallery-icon {
		transition: none !important;
	}

}