/* Home page hero */
.home-hero {
	min-height: 85dvh;
	position: relative;
	color: var(--white-color);
	background-image: url('../assets/STRONA GŁÓWNA.webp');
	background-size: cover;
	background-position: center 70%;
	background-repeat: no-repeat;
	overflow: hidden;
}

.home-hero .container-normal {
	position: relative;
	z-index: 1;
	height: 100%;
}

.home-hero__grid {
	min-height: 100vh;
	display: grid;
	grid-template-columns: 2fr 3fr;
	align-items: end;
	gap: 6.4rem;
	padding: 10rem 0 3%;
	justify-items: stretch;
}

.home-hero__content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 20%;
	padding-left: 20%;
}

.home-hero__title {
	font-family: 'Forum', serif;
	font-size: 6rem;
	line-height: 0.8;
	font-weight: var(--light-font-weight);
	margin-bottom: 5rem;
}

.home-hero__lead {
	font-family: var(--font-family-primary);
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.6;
	opacity: 0.95;
	margin-bottom: 3.2rem;
}

.home-hero__cta {
	width: fit-content;
	display: inline-flex;
	gap: 0.5rem;
	align-items: center;
	justify-content: center;
	padding: 0.8rem 3.5rem 0.9rem 3.5rem;
	border-radius: 9999px;
	background: var(--company-color);
	border: 1px solid var(--white-color);
	color: var(--white-color);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: var(--base-font-weight);
	font-family: var(--font-family-primary);
	white-space: nowrap;
}

.home-hero__cta-strong {
	font-weight: var(--semibold-font-weight);
	letter-spacing: -0.02em;
}

.home-hero__cta:hover,
.home-hero__cta:focus-visible {
	filter: brightness(1.05);
}

.home-hero__art {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	opacity: 0;
	transition: opacity 0.5s ease-out;
}

.home-hero__art.home-hero__art--visible {
	opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
	.home-hero__art {
		transition-duration: 0.01ms;
	}
}

.home-hero__art-img {
	max-width: 53vw;
	width: 100%;
	height: auto;
	display: block;
}

/* SVG animation styles */
.home-hero__art svg {
	max-width: 53vw;
	width: 100%;
	height: auto;
	display: block;
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 0.3s ease-in-out,
		visibility 0.3s ease-in-out;
}

.home-hero__art svg.svg-animating {
	opacity: 1;
	visibility: visible;
}

.home-hero__art svg path,
.home-hero__art svg line,
.home-hero__art svg polyline,
.home-hero__art svg polygon,
.home-hero__art svg circle,
.home-hero__art svg ellipse,
.home-hero__art svg rect {
	opacity: 1;
}

/* Path final state: opacity 0.5 after draw animation completes */
.home-hero__art svg.svg-animating path {
	animation: home-hero-path-opacity 3s ease-in-out forwards;
}

@keyframes home-hero-path-opacity {
	0%,
	85% {
		opacity: 0.3;
	}
	100% {
		opacity: 0.5;
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-hero__art svg.svg-animating path {
		animation-duration: 0.01ms;
	}
}

/* Home page stats section */
.stats-section {
	width: 100%;
	padding: 8rem 0;
	background: var(--main-background-color);
	color: var(--company-color);
	font-family: var(--font-family-primary);
	font-weight: var(--base-font-weight);
	display: none;
	align-items: center;
	border-bottom: 1px solid var(--company-color);
}

.stats-section__grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: center;
	justify-items: center;
	gap: 6.4rem;
}

.stats-section__item {
	text-align: center;
}

.stats-section__value {
	font-family: 'Forum', serif;
	font-weight: var(--light-font-weight);
	font-size: 3.5rem;
	line-height: 1;
	letter-spacing: -0.01em;
	margin-bottom: 2.5rem;
}

.stats-section__label {
	font-size: 1rem;
	line-height: 1.35;
	text-transform: uppercase;
}

/* Home page choose section */
.home-choose {
	background: var(--main-background-color);
	color: var(--company-color);
	font-family: var(--font-family-primary);
	font-weight: var(--base-font-weight);
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	gap: 15rem;
}

.home-choose__lower {
	display: flex;
	flex-direction: column;
}

.home-choose__top {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
}

.home-choose__top-left {
	padding: 10rem 0 8rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}

.home-choose__intro {
	max-width: 64%;
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: justify;
}

.home-choose__semibold {
	font-weight: var(--semibold-font-weight);
}

.home-choose__logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-choose__logo-img {
	width: min(10rem, 60%);
	height: auto;
	display: block;
}

.home-choose__top-right {
	/* full-width parent grid keeps the image flush with the viewport edge */
	margin-right: 0;
	display: flex;
	justify-content: flex-end;
}

.home-choose__photo {
	width: 100%;
	max-width: 65rem;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.home-choose__bottom {
	border-bottom: 1px solid var(--company-color);
	padding-bottom: 6rem;
}

.home-choose__slider {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-padding-left: 0;
	background: var(--main-background-color);
	user-select: none;
	-webkit-user-select: none;
	padding-bottom: 3rem;
	position: relative;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE and Edge */
}

.home-choose__slider::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Opera */
}

.home-choose__slider-track {
	display: flex;
	align-items: stretch;
	margin-top: 8rem;
	gap: 0.3rem;
}

/* Custom scrollbar */
.home-choose__scrollbar {
	position: sticky;
	bottom: 0;
	left: 0;
	right: 0;
	height: 8px;
	background: transparent;
	pointer-events: none;
	z-index: 10;
	margin-top: 8%;
}

.home-choose__scrollbar-track {
	position: relative;
	width: 100%;
	height: 4px;
	background: #eddad0;
	pointer-events: all;
	cursor: pointer;
}

.home-choose__scrollbar-thumb {
	position: absolute;
	left: 0;
	top: 0%;
	height: 4px;
	min-width: 250px;
	background-color: var(--company-color);
	border-radius: 2px;
	cursor: grab;
	pointer-events: all;
	transition:
		background-color 0.2s ease,
		height 0.2s ease;
}

.home-choose__scrollbar-thumb:hover {
	opacity: 0.8;
}

.home-choose__scrollbar-thumb:active {
	cursor: grabbing;
	height: 10px; /* Zwiększ podczas przeciągania */
}

.home-choose__card {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	background: var(--main-background-color);
	scroll-snap-align: start;
	border-left: 1px solid var(--company-color);
	height: 100%;
}

.home-choose__card:last-child {
	border-right: 1px solid var(--company-color);
}

.home-choose__card:focus-visible {
	outline: 2px solid var(--company-color);
	outline-offset: -2px;
}

.home-choose__card-content {
	padding: 4.8rem 4rem 0;
	min-height: 22rem;
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
}

.home-choose__card-title {
	font-size: 1.1rem;
	line-height: 1.3;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-weight: var(--semibold-font-weight);
	margin: 0;
}

#page .home-choose__card-title {
	font-size: 1.4rem;
	line-height: 1.3;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-weight: var(--semibold-font-weight);
	margin: 0;
	font-family: 'Montserrat';
}

.home-choose__card-desc {
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: 0.04em;
	margin: 0;
	max-width: 26ch;
}

.home-choose__card-media {
	width: 100%;
	aspect-ratio: 4 / 5;
	background: #d6d1ca;
	cursor:
		url('../assets/+.png') 32 32,
		url('../assets/+.svg') 32 32,
		pointer;
}

.home-choose__card-media--first {
	position: relative;
}

.home-choose__card-overlay {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 9.5rem;
	height: 9.5rem;
	z-index: 10;
	pointer-events: none;
}

.home-choose__card-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	cursor:
		url('../assets/+.png') 32 32,
		url('../assets/+.svg') 32 32,
		pointer;
}

.home-choose__bottom-grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	align-items: start;
	gap: 10rem;
}

.home-choose__title {
	font-family: var(--font-family-primary);
	font-size: 5rem;
	line-height: 0.8;
	letter-spacing: -0.02em;
	font-weight: var(--base-font-weight);
}

.home-choose__note {
	font-family: var(--font-family-primary);
	font-weight: var(--semibold-font-weight);
	justify-self: start;
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* Generic hero (other page templates) */
.home .site-hero {
	min-height: 100vh;
}

.site-hero {
	/* min-height: 100vh; */
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

/* Animacja clip mask od dołu dla hero na podstronach (nie na stronie głównej) */
.site-hero:not(.home-hero) {
	clip-path: inset(100% 0 0 0);
	animation: heroRevealFromBottom 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes heroRevealFromBottom {
	0% {
		clip-path: inset(100% 0 0 0);
	}
	100% {
		clip-path: inset(0 0 0 0);
	}
}

.site-hero--contact {
	background-image: url('../assets/KONTAKT.webp');
	height: 60vh;
	filter: grayscale(1);
}

.page-template-price-list-php .site-hero {
	min-height: 88vh;
}

.site-hero--contact .container-normal {
	position: relative;
	z-index: 1;
	height: 100%;
	padding: 0;
}

.site-hero--contact__grid {
	min-height: 105vh;
	height: 100%;
	display: grid;
	grid-template-columns: 1fr 2fr;
	align-items: stretch;
	gap: 6.4rem;
	padding: 0 0 2rem;
}

.page-template-offer-php .site-hero--contact__grid {
	display: none;
}

.page-template-offer-php .site-hero--contact {
	background-image: url('../assets/OFERTA.webp');
	background-position: center 33%;
	filter: none;
}

.page-template-offer-php.page-zalecenia-zabiegowe .site-hero--contact {
	background-image: url('../assets/BANER-ZALECENIAZABIEGOWE.webp');
}

.page-template-price-list-php .site-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.25);
	pointer-events: none;
}

.site-hero--contact__art {
	grid-column: 2;
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	height: 100%;
}

.site-hero--contact__art-img {
	width: auto;
	height: 60vh;
	object-fit: cover;
	object-position: 1%;
	display: block;
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 0.3s ease-in-out,
		visibility 0.3s ease-in-out;
}

.site-hero--contact__art svg.svg-animating {
	opacity: 0.75;
	visibility: visible;
}

.site-hero--price-list {
	background-image: url('../assets/CENNIK-CZARNOBIALE.webp');
	filter: brightness(1);
}

.site-hero--price-list .container-normal {
	position: relative;
	z-index: 1;
	height: 100%;
	padding: 0;
}

.site-hero--price-list__grid {
	min-height: 75%;
	height: 100%;
	display: grid;
	grid-template-columns: 1fr 2fr;
	align-items: stretch;
	gap: 6.4rem;
	padding: 0 0 2rem;
	position: relative;
	z-index: 1;
}

.site-hero--price-list__content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 2.5rem;
	width: 100%;
	max-width: 90rem;
	z-index: 10;
	pointer-events: none;
	padding-right: 5%;
}

.site-hero--price-list__search-wrapper {
	pointer-events: all;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 90rem;
	position: relative;
	/* padding-left: 5%; */
	padding: 0 5% 0 10%;
}

.site-hero--price-list__title {
	font-family: var(--font-family-primary);
	font-size: 2.4rem;
	line-height: 1;
	font-weight: var(--base-font-weight);
	color: rgba(255, 255, 255, 0.9);
	margin: 0;
	text-align: right;
	padding-right: 5%;
}

.site-hero--price-list__search-input {
	flex: 1;
	padding: 1.2rem 2rem;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 9999px;
	background: transparent;
	color: rgba(255, 255, 255, 0.9);
	font-family: var(--font-family-primary);
	font-size: 1rem;
	line-height: 1.5;
	font-weight: var(--base-font-weight);
	letter-spacing: 0.03em;
	outline: none;
	transition:
		background-color 0.3s ease,
		border-color 0.3s ease;
}

.site-hero--price-list__search-input::placeholder {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.site-hero--price-list__search-input:focus {
	background: rgba(0, 0, 0, 0.3);
	border-color: rgba(255, 255, 255, 1);
}

.site-hero--price-list__search-arrow {
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: none;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	padding: 0;
	flex-shrink: 0;
	transition:
		color 0.3s ease,
		transform 0.3s ease;
	position: relative;
}

.site-hero--price-list__search-arrow:hover:not(.is-loading),
.site-hero--price-list__search-arrow:focus-visible:not(.is-loading) {
	color: rgba(255, 255, 255, 1);
	outline: none;
}

.site-hero--price-list__search-arrow:hover:not(.is-loading) .site-hero--price-list__search-arrow-icon,
.site-hero--price-list__search-arrow:focus-visible:not(.is-loading) .site-hero--price-list__search-arrow-icon {
	transform: translateX(3px);
}

.site-hero--price-list__search-arrow-icon {
	display: inline-block;
	transition:
		transform 0.3s ease,
		opacity 0.3s ease;
}

.site-hero--price-list__search-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1.5rem;
	height: 1.5rem;
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease;
	pointer-events: none;
}

.site-hero--price-list__search-arrow.is-loading .site-hero--price-list__search-arrow-icon {
	opacity: 0;
	visibility: hidden;
}

.site-hero--price-list__search-arrow.is-loading .site-hero--price-list__search-spinner {
	opacity: 1;
	visibility: visible;
}

.site-hero--price-list__search-spinner-svg {
	width: 100%;
	height: 100%;
	color: rgba(255, 255, 255, 0.9);
}

.site-hero--price-list__search-spinner-circle {
	stroke: currentColor;
}

.pricing-page-content {
	position: relative;
}

.pricing-page-content__loading-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease;
	z-index: 10;
	pointer-events: none;
}

.pricing-page-content.is-loading .pricing-page-content__loading-overlay {
	opacity: 1;
	visibility: visible;
}

.site-hero--price-list__art {
	grid-column: 2;
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	height: 100%;
	margin-bottom: -3%;
}

.site-hero--price-list__art-img {
	width: 100%;
	max-width: 59.5vw;
	height: 100%;
	object-fit: contain;
	display: block;
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 0.3s ease-in-out,
		visibility 0.3s ease-in-out;
}

.site-hero--price-list__art svg.svg-animating {
	opacity: 0.5;
	visibility: visible;
}

/* Search animation effects - Desktop only */
@media (min-width: 1025px) {
	.site-hero--price-list {
		transition: clip-path 0.6s cubic-bezier(0.4, 0, 0.2, 1);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}

	.site-hero--price-list.is-searching {
		min-height: auto;
		height: auto;
		clip-path: polygon(0 0, 100% 0, 100% 40%, 0 40%);
	}

	.site-hero--price-list__content {
		transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.site-hero--price-list.is-searching .site-hero--price-list__content {
		transform: translate(-50%, -80%);
		top: 30%;
	}

	.site-hero--price-list__art {
		transition: opacity 0.4s ease;
	}

	.site-hero--price-list.is-searching .site-hero--price-list__art {
		opacity: 0;
	}

	.pricing-page-intro {
		transition:
			padding 0.6s cubic-bezier(0.4, 0, 0.2, 1),
			margin 0.6s cubic-bezier(0.4, 0, 0.2, 1),
			max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1),
			opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
		overflow: hidden;
	}

	.pricing-page-intro.is-compact {
		padding-top: 2rem;
		padding-bottom: 2rem;
		max-height: 0;
		opacity: 0;
		margin: 0;
	}

	.pricing-page-content {
		transition:
			transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
			margin-top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.pricing-page-content.is-elevated {
		margin-top: -50vh;
		transform: translateY(-25vh);
	}

	.pricing-page-filters {
		transition:
			transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
			margin-top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.pricing-page-filters.is-elevated {
		transform: translateY(-55vh);
	}

	.pricing-page-right-separator {
		transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.pricing-page-right-separator.is-elevated {
		transform: translateY(-55vh);
	}

	.site-hero--price-list__search-message {
		transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
		margin: 0 auto;
	}

	.site-hero--price-list__search-message.is-elevated {
		transform: translateY(-77vh);
	}
}

.site-hero--recommendations {
	background-image: url('../assets/BANER-ZALECENIAZABIEGOWE.webp');
	min-height: 60vh;
}

.site-hero--information {
	height: 40vh;
	min-height: 40vh;
}

.site-hero--information .site-hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.25);
	pointer-events: none;
}

/* About page hero (banner under header) */
.about-hero {
	height: 80vh;
	clip-path: inset(100% 0 0 0);
	animation: heroRevealFromBottom 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.about-hero__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 45%;
}

/* Procedures info section */
.procedures-info-section {
	position: relative;
	background: var(--main-background-color);
	color: var(--company-color);
	font-family: var(--font-family-primary);
	font-weight: var(--base-font-weight);
	padding: 10rem 0 25rem 0;
}

.procedures-info-section__container {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 2rem;
	gap: 6rem;
}

.procedures-info-section > .procedures-info-section__container > div:nth-child(2) {
	padding-left: 3.5%;
}

.procedures-info-section__text-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5rem;
	width: 100%;
	max-width: 70%;
}

.procedures-info-section__text-block:last-child {
	margin-top: 10%;
}

.procedures-info-section__subtitle {
	font-family: var(--font-family-primary);
	font-size: 3.8rem;
	line-height: 1;
	font-weight: var(--base-font-weight);
	letter-spacing: -0.01em;
	margin: 0;
	color: var(--company-color);
}

.procedures-info-section__subtitle:first-child {
	width: 50%;
	font-family: var(--font-family-primary);
	text-align: center;
	font-size: 5rem;
	line-height: 0.8;
}

.procedures-info-section__text-block:last-child .procedures-info-section__subtitle {
	max-width: 63%;
	text-align: left;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
}

.procedures-info-section__description {
	text-align: justify;
	font-family: var(--font-family-primary);
	font-size: 1.1rem;
	line-height: 1.6;
	margin: 0;
	color: var(--company-color);
	max-width: 54%;
}

.procedures-info-section__description:last-child {
	max-width: 63%;
}

.procedures-info-section__description-bold {
	font-weight: 600;
}

.procedures-info-section__text-block:first-child .procedures-info-section__description {
	z-index: 1;
}

.procedures-info-section__images {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50rem;
	margin: 0 auto;
	height: 100%;
	max-height: 80vh;
}

.procedures-info-section__image-wrapper {
	height: 100%;
	overflow: visible;
}

.procedures-info-section__image-wrapper:first-child {
	transform: translateY(40%);
	z-index: 1;
}

.procedures-info-section__image-wrapper:nth-child(2) {
	transform: translateY(-10%);
	z-index: 0;
}

.procedures-info-section__image {
	max-width: 25rem;
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	object-position: center;
}

/* Procedures info section experience block */
.procedures-info-section__experience {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
	min-height: 100vh;
	margin-top: 15rem;
	gap: 3rem;
}

.procedures-info-section__experience-image {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}

.procedures-info-section__experience-image img {
	width: 100%;
	max-width: 65rem;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.procedures-info-section__experience-content {
	background: var(--main-background-color);
	padding: 12rem 8rem 0 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 7rem;
}

.procedures-info-section__experience-title {
	width: 45%;
	font-family: var(--font-family-primary);
	font-size: 5rem;
	line-height: 0.8;
	font-weight: var(--base-font-weight);
	margin: 0;
	color: var(--company-color);
}

.procedures-info-section__experience-text {
	width: 85%;
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
}

.procedures-info-section__experience-description {
	text-align: justify;
	font-family: var(--font-family-primary);
	font-size: 1.1rem;
	line-height: 1.6;
	letter-spacing: 0.03em;
	margin: 0;
	color: var(--company-color);
}

.procedures-info-section__experience-semibold {
	font-weight: var(--semibold-font-weight);
}

.procedures-info-section__experience-sygnet {
	position: absolute;
	bottom: 0;
	right: 15%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 4rem;
}

.procedures-info-section__experience-sygnet img {
	width: auto;
	height: 50vh;
	display: block;
}

/* Exion section */
.exion-section {
	position: relative;
	width: 100%;
	padding: 5rem 0;
	background: var(--main-background-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.exion-section__container {
	width: 100%;
	max-width: 70%;
	margin: 0 auto;
	padding: 0 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.exion-section__text-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5rem;
	width: 100%;
	max-width: 70%;
}

.exion-section__text-block__content {
	width: 100%;
	max-width: 75%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5rem;
}

.exion-section__subtitle {
	font-family: 'Forum', serif;
	font-size: 4rem;
	line-height: 1;
	font-weight: var(--light-font-weight);
	color: var(--company-color);
	margin: 0;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	text-align: left;
}

.exion-section__description {
	text-align: justify;
	font-family: var(--font-family-primary);
	font-size: 1.1rem;
	line-height: 1.6;
	font-weight: var(--base-font-weight);
	color: var(--company-color);
	margin: 0;
	letter-spacing: 0.03em;
	width: 100%;
}

.exion-section__description-semibold {
	font-weight: var(--semibold-font-weight);
}

.exion-section__image-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.exion-section__image {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	object-position: center;
}

.skin-clean-section {
	position: relative;
	width: 100%;
	padding: 15rem 0;
	display: flex;
	flex-direction: column;
	background: var(--main-background-color);
	align-items: center;
	justify-content: center;
	gap: 8rem;
}

.skin-clean-top-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	width: 100%;
	max-width: 120rem;
	margin: 0 auto;
	padding: 0 2rem;
}

.skin-clean-top-container__skin {
	width: 15%;
	height: 100%;
	max-height: 5rem;
	display: block;
}

.skin-clean-top-container__divider {
	width: 22rem;
	height: 2px;
	background-color: #692906;
	flex-shrink: 0;
}

.skin-clean-top-container__clean {
	height: 100%;
	width: 16%;
	max-height: 5rem;
	display: block;
}

.skin-clean-text-container {
	max-width: 1920px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 8rem;
	align-items: flex-start;
	gap: 4rem;
	padding-left: 10%;
}

.skin-clean-text-container__left {
	flex: 0 1 auto;
	padding-top: 3rem;
}

.skin-clean-text-container__quote {
	font-family: 'Forum';
	font-size: 4rem;
	line-height: 0.8;
	font-weight: var(--light-font-weight);
	color: var(--company-color);
	margin: 0;
	letter-spacing: -0.01em;
}

.skin-clean-text-container__right {
	flex: 0 1 38vw;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 5rem;
	border-top: 2px solid var(--company-color);
}

.skin-clean-text-container__description {
	font-family: var(--font-family-primary);
	font-size: 1rem;
	line-height: 1.6;
	font-weight: var(--base-font-weight);
	color: var(--company-color);
	margin: 0;
	text-align: left;
	max-width: 60rem;
}

.skin-clean-text-container__description-bold {
	font-weight: var(--semibold-font-weight);
}

.skin-clean-social-media-container {
	width: 100%;
	padding: 0;
	margin-top: 8rem;
}

.skin-clean-social-media-container__inner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6rem;
}

.skin-clean-social-media-container__images {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	align-items: stretch;
}

.skin-clean-social-media-container__image-link {
	display: block;
	text-decoration: none;
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.skin-clean-social-media-container__image-link:hover {
	opacity: 0.8;
}

.skin-clean-social-media-container__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.skin-clean-social-media-container__cta {
	width: fit-content;
	display: inline-flex;
	gap: 1rem;
	align-items: center;
	justify-content: center;
	padding: 0.8rem 3.5rem 0.9rem 3.5rem;
	border-radius: 9999px;
	background: var(--company-color);
	border: 1px solid var(--white-color);
	color: var(--white-color);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: var(--base-font-weight);
	font-family: var(--font-family-primary);
	white-space: nowrap;
}

.skin-clean-social-media-container__cta:hover,
.skin-clean-social-media-container__cta:focus-visible {
	filter: brightness(1.05);
}

/* Page title section */
.page-title-section {
	width: 100%;
	min-height: 30vh;
	background: var(--main-background-color);
	color: var(--company-color);
	font-family: var(--font-family-primary);
	font-weight: var(--base-font-weight);
	border-top: 1px solid var(--company-color);
	border-bottom: 1px solid var(--company-color);
	padding: 6rem 0;
}

.page-template-recommendations-php .page-title-section {
	border-bottom: none;
	padding: 10rem 0;
}

.page-template-recommendations-php section.page-title-section > div > div > div > p {
	width: 100%;
}

.page-template-recommendations-php .cta-questions-section,
.page-template-price-list-php .cta-best-treatment {
	margin-bottom: 15rem;
}

.page-title-section__grid {
	display: grid;
	grid-template-columns: 0.8fr 1fr;
	align-items: start;
}

.page-title-section__title {
	font-family: var(--font-family-primary);
	font-size: 4rem;
	line-height: 1;
	font-weight: var(--base-font-weight);
	color: var(--company-color);
	margin: 0;
	letter-spacing: -0.02em;
	width: 50%;
}

.page-title-section__content {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

.page-title-section__text {
	width: 85%;
	font-family: var(--font-family-primary);
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.03em;
	color: var(--company-color);
	font-weight: var(--base-font-weight);
	margin: 0;
	text-align: justify;
}

.page-title-section__strong {
	font-weight: var(--semibold-font-weight);
}

/* Information page content section */
.information-content-section {
	width: 100%;
	background: var(--main-background-color);
	color: var(--company-color);
	font-family: var(--font-family-primary);
	font-weight: var(--base-font-weight);
	padding: 10rem 0;
}

.information-content-section__content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.information-content-section__text {
	font-family: var(--font-family-primary);
	font-size: 1.4rem;
	line-height: 1.8;
	color: var(--company-color);
	font-weight: var(--base-font-weight);
}

.information-content-section__text h2,
.information-content-section__text h3,
.information-content-section__text h4 {
	font-family: 'Forum', serif;
	font-weight: var(--light-font-weight);
	color: var(--company-color);
	margin-top: 3rem;
	margin-bottom: 1.5rem;
}

.information-content-section__text h2 {
	font-size: 3rem;
	line-height: 1.2;
}

.information-content-section__text h3 {
	font-size: 2.5rem;
	line-height: 1.2;
}

.information-content-section__text h4 {
	font-size: 2rem;
	line-height: 1.3;
}

.information-content-section__text p {
	margin-bottom: 1.5rem;
}

.information-content-section__text ul,
.information-content-section__text ol {
	margin-bottom: 1.5rem;
	padding-left: 2rem;
}

.information-content-section__text li {
	margin-bottom: 0.8rem;
}

.information-content-section__text strong {
	font-weight: var(--semibold-font-weight);
}

.information-content-section__text a {
	color: var(--company-color);
	text-decoration: underline;
}

.information-content-section__text a:hover {
	opacity: 0.8;
}

/* Contact page main content section */
.contact-main-content {
	width: 100%;
	background: var(--main-background-color);
	color: var(--company-color);
	font-family: var(--font-family-primary);
	font-weight: var(--base-font-weight);
	padding-top: 10rem;
}

.contact-main-content__intro-text {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	margin: 0 0 7rem 0;
	font-family: 'Forum';
	font-size: 4rem;
	line-height: 0.8;
	letter-spacing: 0.03em;
	color: var(--company-color);
	font-weight: var(--light-font-weight);
}

.contact-main-content__intro-text span {
	display: block;
}

.contact-main-content__grid {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: start;
	gap: 6rem;
	margin-bottom: 10rem;
}

.contact-main-content__info {
	display: flex;
	flex-direction: column;
	gap: 3.5rem;
}

.contact-main-content__address {
	display: flex;
	flex-direction: column;
	font-family: var(--font-family-primary);
	font-size: 1.6rem;
	line-height: 1.2;
	color: var(--company-color);
	font-weight: var(--light-font-weight);
}

.contact-main-content__address-line {
	margin: 0;
}

.contact-main-content__contact-details {
	display: flex;
	flex-direction: column;
}

.contact-main-content__phone {
	font-family: var(--font-family-primary);
	font-weight: var(--semibold-font-weight);
	color: var(--company-color);
	text-decoration: none;
	display: block;
	font-size: 1.6rem;
	line-height: 1.2;
}

.contact-main-content__phone:hover,
.contact-main-content__phone:focus-visible {
	opacity: 0.8;
}

.contact-main-content__email {
	font-family: var(--font-family-primary);
	font-size: 1.2rem;
	line-height: 1.5;
	color: var(--company-color);
	text-decoration: none;
	display: block;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: var(--light-font-weight);
}

.contact-main-content__email:hover,
.contact-main-content__email:focus-visible {
	opacity: 0.8;
}

.contact-main-content__hours {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 0.5rem;
}

.contact-main-content__hours-row {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.contact-main-content__hours-days {
	font-family: var(--font-family-primary);
	color: var(--company-color);
	font-weight: var(--semibold-font-weight);
	font-size: 1.6rem;
	line-height: 1.2;
}

.contact-main-content__hours-times {
	font-family: var(--font-family-primary);
	font-size: 1.2rem;
	line-height: 1.5;
	color: var(--company-color);
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: var(--light-font-weight);
}

.contact-main-content__form {
	width: 100%;
}

.contact-main-content__form-element {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
}

.contact-main-content__form-input,
.contact-main-content__form-textarea {
	width: 100%;
	padding: 0.7rem 4%;
	border: 0.1rem solid var(--company-color);
	border-radius: 46px;
	background: var(--main-background-color);
	color: var(--company-color);
	font-family: var(--font-family-primary);
	font-size: 1.2rem;
	line-height: 1.5;
}

.contact-main-content__form-textarea {
	border-radius: 8px;
	resize: none;
	min-height: 180px;
}

.contact-main-content__form-input:focus,
.contact-main-content__form-textarea:focus {
	outline: 2px solid var(--company-color);
	outline-offset: 2px;
}

.contact-main-content__form-input::placeholder,
.contact-main-content__form-textarea::placeholder {
	font-family: var(--font-family-primary);
	font-size: 0.9rem;
	line-height: 1.5;
	color: var(--company-color);
	font-weight: var(--base-font-weight);
	opacity: 0.9;
}

.contact-main-content__form-submit {
	width: fit-content;
	padding: 0.7rem 2.7rem;
	border-radius: 46px;
	background: var(--company-color);
	border: 1px solid var(--company-color);
	color: var(--white-color);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: var(--light-font-weight);
	font-family: var(--font-family-primary);
	font-size: 1.2rem;
	cursor: pointer;
	margin-top: 4rem;
}

.contact-main-content__form-submit:hover,
.contact-main-content__form-submit:focus-visible {
	filter: brightness(1.05);
}

.contact-main-content__form-submit-strong {
	font-weight: var(--semibold-font-weight);
}

.contact-main-content__form-checkbox-wrapper {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin-top: 1rem;
}

.contact-main-content__form-checkbox {
	width: 1.8rem;
	height: 1.8rem;
	min-width: 1.8rem;
	margin-top: 0.2rem;
	cursor: pointer;
	accent-color: var(--company-color);
	flex-shrink: 0;
}

.contact-main-content__form-checkbox-label {
	font-family: var(--font-family-primary);
	font-size: 1rem;
	line-height: 1.5;
	color: var(--company-color);
	font-weight: var(--base-font-weight);
	cursor: pointer;
	user-select: none;
}

.contact-main-content__form-rodo-link {
	color: var(--company-color);
	text-decoration: underline;
	font-weight: var(--semibold-font-weight);
	margin-left: 0.3rem;
	transition: opacity 0.2s ease;
}

.contact-main-content__form-rodo-link:hover,
.contact-main-content__form-rodo-link:focus {
	opacity: 0.8;
	outline: 2px solid var(--company-color);
	outline-offset: 2px;
}

/* RODO Modal */
.rodo-modal {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 10000;
}

.rodo-modal--visible {
	display: flex;
}

.rodo-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

.rodo-modal__content {
	position: relative;
	z-index: 1;
	background: var(--main-background-color);
	border: 1px solid var(--company-color);
	border-radius: 18px;
	padding: 3rem 3.5rem;
	max-width: 700px;
	width: 90%;
	max-height: 90vh;
	overflow-y: auto;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.rodo-modal__title {
	font-family: var(--font-family-primary);
	font-size: 2rem;
	line-height: 1.2;
	font-weight: var(--semibold-font-weight);
	color: var(--company-color);
	margin: 0 0 2rem;
}

.rodo-modal__text {
	font-family: var(--font-family-primary);
	font-size: 1.1rem;
	line-height: 1.7;
	color: var(--company-color);
	margin: 0 0 2rem;
	text-align: left;
}

.rodo-modal__text p {
	margin-bottom: 1.2rem;
}

.rodo-modal__text ul {
	margin-left: 2rem;
	margin-bottom: 1.2rem;
	margin-top: 0.5rem;
}

.rodo-modal__text li {
	margin-bottom: 0.8rem;
}

.rodo-modal__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 2.6rem;
	border-radius: 9999px;
	border: 1px solid var(--company-color);
	background: var(--company-color);
	color: var(--white-color);
	font-family: var(--font-family-primary);
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	cursor: pointer;
	transition: all 0.2s ease;
}

.rodo-modal__close:hover,
.rodo-modal__close:focus-visible {
	background: transparent;
	color: var(--company-color);
}

/* Generic form success modal (used on contact + price list) */
.form-success-modal {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.form-success-modal--visible {
	display: flex;
}

.form-success-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

.form-success-modal__content {
	position: relative;
	z-index: 1;
	background: var(--main-background-color);
	border: 1px solid var(--company-color);
	border-radius: 18px;
	padding: 2.5rem 3rem;
	max-width: 540px;
	width: 90%;
	text-align: center;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.form-success-modal__title {
	font-family: var(--font-family-primary);
	font-size: 2rem;
	line-height: 1.2;
	font-weight: var(--semibold-font-weight);
	color: var(--company-color);
	margin: 0 0 1rem;
}

.form-success-modal__text {
	font-family: var(--font-family-primary);
	font-size: 1.2rem;
	line-height: 1.6;
	color: var(--company-color);
	margin: 0 0 2rem;
}

.form-success-modal__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 2.6rem;
	border-radius: 9999px;
	border: 1px solid var(--company-color);
	background: var(--company-color);
	color: var(--white-color);
	font-family: var(--font-family-primary);
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	cursor: pointer;
}

.form-success-modal__close:hover,
.form-success-modal__close:focus-visible {
	background: transparent;
	color: var(--company-color);
}

/* Contact page map section */
.contact-map-section {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 0;
	max-height: 100vh;
	height: 100%;
	margin-bottom: 10rem;
}

.contact-map-section__map-wrapper {
	width: 100%;
	height: 50vh;
	overflow: hidden;
	filter: grayscale(100%);
	transition: filter 0.4s ease-in-out;
}
.contact-map-section__map-wrapper:hover,
.contact-map-section__map-wrapper:active {
	filter: grayscale(0%);
}

.contact-map-section__iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

/* About page intro section */
.about-intro-section {
	width: 100%;
	background: var(--main-background-color);
	color: var(--company-color);
	padding: 20rem 0 10rem 0;
}

.about-intro-section__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6rem;
	max-width: 120rem;
	margin: 0 auto;
}

.about-intro-section__title {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 5rem;
	line-height: 0.8;
	font-weight: var(--base-font-weight);
	color: var(--company-color);
	text-align: center;
	margin: 0;
	letter-spacing: -0.01em;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
}

.about-intro-section__title-line {
	display: block;
}

.about-intro-section__title-line:last-child {
	margin-left: 2rem;
}

.about-intro-section__text {
	width: 100%;
	max-width: 55%;
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
	align-items: flex-start;
}

.about-intro-section__paragraph {
	font-family: var(--font-family-primary);
	font-size: 1.4rem;
	line-height: 1.5;
	color: var(--company-color);
	font-weight: var(--light-font-weight);
	margin: 0;
	text-align: justify;
}

.about-intro-section__paragraph-bold {
	font-weight: var(--semibold-font-weight);
}

/* About page first content section */
.about-first-content-container {
	width: 100%;
	background: var(--main-background-color);
	color: var(--company-color);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.about-first-content-container__grid {
	width: 100%;
	max-width: 870px;
	margin: 0 auto;
	display: grid;
	align-items: center;
	gap: 6rem;
}

.about-first-content-container__content {
	display: flex;
	flex-direction: column;
	gap: 10rem;
}

.about-first-content-container__title {
	width: 100%;
	font-family: var(--font-family-primary);
	font-size: 5rem;
	line-height: 0.8;
	font-weight: var(--base-font-weight);
	color: var(--company-color);
	margin: 0;
	text-align: center;
	white-space: wrap;
	padding: 0 1.3rem;
}

.about-first-content-container__text {
	font-family: var(--font-family-primary);
	font-size: 1.5rem;
	line-height: 1.5;
	color: var(--company-color);
	font-weight: var(--light-font-weight);
	margin: 0;
	text-align: justify;
	z-index: 1;
	text-transform: uppercase;
}

.about-first-content-container__image-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	overflow: hidden;
	margin-top: -10.7%;
	margin-left: 20%;
	z-index: 0;
}

.about-first-content-container__image {
	width: 100%;
	max-width: 25rem;
	height: auto;
	object-fit: cover;
	object-position: center;
	display: block;
}

/* About page second content section */
.about-second-content-container {
	width: 100%;
	max-width: 1920px;
	display: flex;
	justify-content: space-between;
	background: var(--main-background-color);
	color: var(--company-color);
	align-items: center;
	padding-left: 8%;
}

.about-second-content-container__image-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(7%);
}

.about-second-content-container__image {
	width: 100%;
	max-width: 50rem;
	height: auto;
	object-fit: cover;
	object-position: center;
	display: block;
}

.about-second-content-container__content {
	display: flex;
	flex-direction: column;
	gap: 7rem;
	max-width: 75rem;
	padding-bottom: 10%;
	padding-left: 3%;
}

.about-second-content-container__title {
	font-family: var(--font-family-primary);
	font-size: 4.1rem;
	line-height: 0.8;
	font-weight: var(--base-font-weight);
	color: var(--company-color);
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.about-second-content-container__text {
	font-family: var(--font-family-primary);
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: var(--light-font-weight);
	color: var(--company-color);
	margin: 0;
	text-align: justify;
	width: 85%;
}

/* About page text content section */
.about-text-content-section {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12rem;
	padding-top: 7rem;
}

.about-logo-content-container {
	width: 100%;
	max-width: 1920px;
	display: flex;
	justify-content: flex-end;
	padding-right: 13%;
}

.about-logo-content-container__image {
	width: 100%;
	max-width: 50rem;
}

.about-specialists-section {
	width: 100%;
	background: var(--main-background-color);
	color: var(--company-color);
	padding: 10rem 0;
	display: flex;
	flex-direction: column;
	gap: 10rem;
}

.about-specialists-section__container {
	width: 100%;
	display: flex;
	gap: 0;
}

.about-specialists-section__left {
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 2px solid var(--company-color);
	color: var(--company-color);
	padding: 15rem 0 10rem 0;
}

.about-specialists-section__title {
	font-size: 5rem;
	line-height: 0.8;
	font-family: 'Forum';
	font-weight: var(--light-font-weight);
	width: 60%;
}

.about-specialists-section__right {
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-top: 2px solid var(--company-color);
	color: var(--company-color);
	padding: 10rem 0;
}

.about-specialists-section__text {
	font-size: 1.5rem;
	line-height: 1.5;
	font-family: var(--font-family-primary);
	font-weight: var(--light-font-weight);
	width: 70%;
}

.about-specialists-section__text-bold {
	font-weight: var(--semibold-font-weight);
}

.about-specialists-section-hero {
	width: 100%;
	display: flex;
	gap: 0;
	position: relative;
	background: var(--main-background-color);
	min-height: 60vh;
}

.about-specialists-section-hero__top-line {
	position: absolute;
	top: 0;
	left: 0;
	right: 5%;
	height: 1px;
	background-color: var(--company-color);
	z-index: 1;
}

.about-specialists-section-hero__bottom-line {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 5%;
	height: 1px;
	background-color: var(--company-color);
	z-index: 1;
}

.about-specialists-section-hero__container {
	flex: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	padding: 8rem 8% 8rem 8%;
	gap: 6rem;
	position: relative;
	z-index: 2;
}

.about-specialists-section-hero__title-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.about-specialists-section-hero__title {
	font-family: var(--font-family-primary);
	font-size: 4.5rem;
	line-height: 1.1;
	font-weight: var(--base-font-weight);
	color: var(--company-color);
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.about-specialists-section-hero__title-line {
	display: block;
}

.about-specialists-section-hero__text-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding-top: 0;
}

.about-specialists-section-hero__text {
	font-family: var(--font-family-primary);
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: 0.03em;
	color: var(--company-color);
	font-weight: var(--base-font-weight);
	margin: 0;
	text-align: left;
	max-width: 60rem;
}

.about-specialists-section-hero__sidebar {
	width: 5%;
	background-color: var(--company-color);
	position: relative;
	z-index: 1;
}

/* About page specialists grid section */
.about-specialists-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	background: var(--main-background-color);
	gap: 0.4rem;
}

.about-specialists-grid__item {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 7rem;
}

.about-specialists-grid__item:last-child {
	border-right: none;
}

.about-specialists-grid__item-content {
	padding: 3rem 4rem 0;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	height: 18rem;
	background: #f5f3f0;
	border-right: 1px solid var(--company-color);
	position: relative;
	transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	overflow: hidden;
}

.about-specialists-grid__item-content.has-expanded-description {
	height: 35rem;
}

.about-specialists-grid__item-content::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60%;
	background: linear-gradient(to bottom, transparent, #f5f3f0);
	pointer-events: none;
	transition: opacity 0.4s ease;
}

.about-specialists-grid__item-content.has-expanded-description::after {
	opacity: 0;
}

.specialists-grid-item-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-right: 5%;
}

.about-specialists-grid__name {
	font-family: var(--font-family-primary);
	font-size: 1.4rem;
	line-height: 1.3;
	font-weight: var(--semibold-font-weight);
	color: var(--company-color);
	margin: 0;
	width: 20%;
}

.about-specialists-grid__toggle {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
}

.about-specialists-grid__icon-wrapper {
	position: relative;
	width: 2.2rem;
	height: 2.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--company-color);
	border-radius: 50%;
}

.about-specialists-grid__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.2rem;
	line-height: 1;
}

.about-specialists-grid__description {
	position: relative;
	overflow: hidden;
	font-family: var(--font-family-primary);
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: var(--light-font-weight);
	color: var(--company-color);
	margin: 0;
	text-align: left;
	letter-spacing: 0.02em;
	flex: 1;
	overflow-y: auto;
}

.about-specialists-grid__description.is-active {
	overflow-y: visible;
}

@media (prefers-reduced-motion: reduce) {
	.about-specialists-grid__description,
	.about-specialists-grid__description::after {
		transition-duration: 0.01ms;
	}
}

.about-specialists-grid__photo-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
	background: #d6d1ca;
	min-height: 50vh;
}

.about-specialists-grid__photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

/* About page images section */
.about-images-section {
	width: 100%;
	padding-bottom: 10rem;
	overflow: hidden;
}

.about-images-section__carousel {
	width: 100%;
	overflow: hidden;
	cursor: grab;
	touch-action: pan-y;
}

.about-images-section__carousel.is-dragging {
	cursor: grabbing;
}

.about-images-section__carousel.is-dragging .about-images-section__track {
	user-select: none;
}

/* Prevent native image drag so grab cursor and script drag work */
.about-images-section__carousel img {
	-webkit-user-drag: none;
	user-select: none;
	pointer-events: none;
}

.about-images-section__track {
	display: flex;
	gap: 0.4rem;
	width: 200%;
	animation: about-images-scroll 30s linear infinite;
	touch-action: none;
}

.about-images-section__track:hover,
.about-images-section__track:active {
	animation-play-state: paused;
}

/* When JS carousel is active, animation is driven by script */
.about-images-section__track.js-carousel-ready {
	animation: none;
}

.about-images-section__track.js-carousel-ready:hover {
	animation-play-state: unset;
}

@keyframes about-images-scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

.about-images-section img {
	/* width: calc(10% - 0.32rem); */
	height: 100%;
	max-height: 40rem;
	object-fit: cover;
	object-position: center;
	display: block;
	flex-shrink: 0;
}

/* Recommendations section */
.recommendations-section {
	width: 100%;
	background: var(--main-background-color);
	color: var(--company-color);
	font-family: var(--font-family-primary);
	font-weight: var(--base-font-weight);
	padding: 10rem 0 10rem 0;
}

.recommendations-section .container-medium,
.offer-page-content .container-medium {
	padding-right: 0;
}

.recommendations-section__grid {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: start;
}

.recommendations-section__grid-left-column {
	display: flex;
	flex-direction: column;
	gap: 12rem;
}

.recommendations-section__grid-right-column {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	position: relative;
}

.recommendations-section__grid-sygnet {
	height: 100%;
	max-height: 80vh;
	display: block;
	object-fit: contain;
	object-position: left top;
	position: relative;
	z-index: 0;
}

.recommendations-section__grid-right-column img:last-child {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	max-width: 200px;
}

.recommendations-category {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.recommendations-category__title {
	font-family: var(--font-family-primary);
	font-size: 4rem;
	line-height: 0.8;
	font-weight: var(--base-font-weight);
	color: var(--company-color);
	margin: 0;
	letter-spacing: -0.01em;
	width: 85%;
	margin-bottom: 4rem;
}

.recommendations-category__treatments {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.recommendations-treatment {
	display: flex;
	flex-direction: column;
}

.recommendations-treatment__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 60%;
}

.recommendations-treatment__name {
	font-family: var(--font-family-primary);
	font-size: 2rem;
	line-height: 1.3;
	font-weight: var(--base-font-weight) !important;
	color: var(--company-color);
	margin: 0;
	letter-spacing: -0.01em;
	flex: 1;
	max-width: 80%;
}

.recommendations-treatment__toggle {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
}

.recommendations-treatment__icon-wrapper {
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--company-color);
	border-radius: 50%;
}

.recommendations-treatment__icon {
	font-size: 1.5rem;
	line-height: 1;
	color: var(--company-color);
	transform: translateY(5%);
}

.recommendations-treatment__content {
	font-family: var(--font-family-primary);
	font-size: 1.3rem;
	line-height: 1.6;
	font-weight: var(--base-font-weight);
	color: var(--company-color);
	margin-top: 0;
	opacity: 0;
	transform: translateY(-20px);
	transition:
		opacity 0.6s ease-in-out,
		transform 0.6s ease-in-out,
		max-height 0.6s ease-in-out;
	max-height: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	width: 65%;
}

.recommendations-treatment__content.is-active {
	opacity: 1;
	transform: translateY(0);
	max-height: 500rem;
}

.recommendations-treatment__field {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 0.5rem;
}

.recommendations-treatment__label {
	font-family: var(--font-family-primary);
	font-size: 1rem;
	line-height: 1.4;
	font-weight: var(--semibold-font-weight);
	color: var(--company-color);
	text-transform: uppercase;
	letter-spacing: 0.05em;
	width: 40%;
	text-wrap: nowrap;
}

.recommendations-treatment__value {
	font-family: var(--font-family-primary);
	font-size: 1rem;
	line-height: 1.5;
	font-weight: var(--base-font-weight);
	color: var(--company-color);
	letter-spacing: 0.02em;
}

.recommendations-treatment__value:first-child {
	margin-top: 2rem;
}

.recommendations-treatment__field.recommendations-treatment__value p {
	width: 60%;
}

/* Offer page content section */
.offer-page-content {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	gap: 3rem;
	background: var(--main-background-color);
	color: var(--company-color);
	font-family: var(--font-family-primary);
	font-weight: var(--base-font-weight);
}

.offer-page-content .container-medium {
	padding-right: 0;
}

.offer-page-content-grid {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 12rem;
	padding-top: 7rem;
}

.offer-page-row {
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 0;
	min-height: 75vh;
}

.offer-page-row--no-image {
	width: 50%;
	max-width: 50vw;
	grid-template-columns: 1fr;
}

.offer-page-content-left-column {
	position: relative;
	width: 100%;
	max-width: 50vw;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 15rem;
}

.offer-page-content-right-column {
	width: 100%;
	max-width: 50vw;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80vh;
}

.offer-page-content-image-wrapper {
	position: relative;
	display: flex;
	align-items: flex-end;
	width: 100%;
	max-width: 180px;
	overflow: hidden;
	z-index: 6;
}

.offer-page-content-cat-img {
	width: 100%;
	max-width: 180px;
	height: auto;
	position: relative;
	z-index: 6;
	object-fit: cover;
	transition:
		transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
		opacity 0.3s ease;
}

.offer-page-post-img {
	width: 100%;
	max-width: 180px;
	height: auto;
	position: relative;
	z-index: 6;
	object-fit: cover;
	transition:
		transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
		opacity 0.3s ease;
	display: none;
}

.offer-page-content-cat-img.is-sliding-out {
	transform: translateX(-100%);
	opacity: 0;
	transition:
		transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
		opacity 0.3s ease;
}

.offer-page-content-cat-img.is-sliding-in {
	transform: translateX(100%);
	opacity: 0;
	transition:
		transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
		opacity 0.3s ease;
}

.offer-page-content-cat-img.is-sliding-in.active {
	transform: translateX(0);
	opacity: 1;
	transition:
		transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
		opacity 0.3s ease;
}

.offer-page-content-sygnet {
	position: absolute;
	/* top: 0; */
	left: 0;
	z-index: 0;
	width: 100%;
	object-fit: cover;
}

.offer-category__title {
	font-family: var(--font-family-primary);
	font-size: 4rem;
	line-height: 0.8;
	font-weight: var(--base-font-weight);
	color: var(--company-color);
	margin: 0;
	letter-spacing: -0.01em;
	width: 50%;
	margin-bottom: 4rem;
}

.offer-category__treatments {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.offer-treatment {
	display: flex;
	flex-direction: column;
}

.offer-treatment__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 55%;
}

.offer-treatment__name {
	font-family: var(--font-family-primary);
	font-size: 2.5rem;
	line-height: 1;
	font-weight: var(--base-font-weight);
	color: var(--company-color);
	margin: 0;
	letter-spacing: 0.03em;
	flex: 1;
}

.offer-treatment__toggle {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
}

.offer-treatment__icon-wrapper {
	position: relative;
	width: 2.4rem;
	height: 2.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--company-color);
	border-radius: 50%;
}

.offer-treatment__icon {
	position: absolute;
	font-size: 1.1rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1;
	color: var(--company-color);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 1;
}

.offer-treatment__content {
	font-family: var(--font-family-primary);
	font-size: 1.3rem;
	line-height: 1.6;
	font-weight: var(--base-font-weight);
	color: var(--company-color);
	margin-top: 0;
	opacity: 0;
	transform: translateY(-20px);
	transition:
		opacity 0.6s ease-in-out,
		transform 0.6s ease-in-out,
		max-height 0.6s ease-in-out;
	max-height: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	width: 60%;
}

.offer-treatment__content.is-active {
	opacity: 1;
	transform: translateY(0);
	max-height: 500rem;
	margin-bottom: 2rem;
}

.offer-treatment__value {
	margin-top: 2rem;
}

.offer-treatment__value,
.offer-treatment__value p,
.offer-treatment__value span {
	font-family: var(--font-family-primary);
	font-size: 1.3rem;
	line-height: 1.5;
	font-weight: var(--thin-font-weight);
	color: var(--company-color);
	letter-spacing: 0.02em;
	text-align: justify;
}

#content-offer-treatment-98 > div > p:nth-child(4) {
	text-align: left;
}

/* Recommendations sections inside offer treatment accordion */
.offer-treatment__value .recommendations-section {
	width: 100%;
	background: var(--main-background-color);
	color: var(--company-color);
	font-family: var(--font-family-primary);
	font-weight: var(--base-font-weight);
	padding: 1rem 0;
}

.offer-treatment__value .recommendations-section__title {
	font-family: var(--font-family-primary);
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: var(--semibold-font-weight);
	color: var(--company-color);
	margin: 0 0 1rem 0;
	letter-spacing: 0.02em;
}

.offer-treatment__value .recommendations-section__content {
	font-family: var(--font-family-primary);
	font-size: 1.3rem;
	line-height: 1.5;
	font-weight: var(--base-font-weight);
	color: var(--company-color);
	letter-spacing: 0.02em;
}

.offer-treatment__value .recommendations-section__content p {
	margin-bottom: 1rem;
}

.offer-treatment__value .recommendations-section:not(:last-child) {
	border-bottom: 1px solid rgba(105, 41, 6, 0.2);
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

/* Price List Page Filters */
.pricing-page-grid {
	display: grid;
	grid-template-columns: 0.85fr 4fr;
	grid-template-rows: auto 1fr;
}

.pricing-page-filters {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	grid-column: 1;
	grid-row: 1 / span 2;
	border-right: 1px solid var(--company-color);
	padding-top: 20rem;
}

.pricing-filters-toggle-btn {
	display: none;
}

.pricing-filters-wrapper {
	width: 100%;
	padding: 10rem 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.5rem;
	margin: 0 auto;
}

.pricing-filter-btn {
	width: 100%;
	max-width: 18rem;
	padding: 1rem 3rem;
	border: 1px solid var(--company-color);
	border-radius: 50px;
	background: transparent;
	color: var(--company-color);
	font-family: var(--font-family-primary);
	font-size: 1rem;
	font-weight: var(--semibold-font-weight);
	cursor: pointer;
	text-align: center;
	transition: all 0.4s ease-in-out;
	white-space: nowrap;
}

.pricing-filter-btn:hover,
.pricing-filter-btn.active {
	background: var(--company-color);
	color: var(--white-color);
}

.pricing-page-right {
	position: relative;
	grid-column: 2;
	grid-row: 1 / span 2;
	display: flex;
	flex-direction: column;
	gap: 6rem;
	padding: 10rem 0;
	overflow: visible;
}

.pricing-page-right-separator {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 7%;
	height: 88%;
	width: 1px;
	background-color: var(--company-color);
	z-index: 1;
}

.pricing-page-grid:has(.pricing-filter-btn.active) .pricing-page-right-separator {
	height: 100%;
}

.pricing-page-intro {
	display: flex;
	justify-content: flex-end;
}

.pricing-page-intro__inner {
	width: 100%;
	max-width: 58rem;
}

.pricing-page-intro__text {
	text-align: justify;
	font-family: var(--font-family-primary);
	font-size: 1.3rem;
	line-height: 1.3;
	color: var(--company-color);
	font-weight: var(--base-font-weight);
	margin: 0;
}

.pricing-page-intro__text {
	font-size: 1.2rem;
}

.pricing-page-content {
	display: flex;
	flex-direction: column;
	gap: 0;
}

/* Pricing Treatment Styles */
.pricing-treatment {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 8rem;
	padding: 6rem 0;
	border-bottom: 0;
}

/* Linia na górze pierwszego elementu */
.pricing-treatment:first-child::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: -8%;
	height: 1px;
	background: var(--company-color);
}

/* Linia między elementami - na górze każdego elementu oprócz pierwszego */
.pricing-treatment:not(:first-child)::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: -8%;
	height: 1px;
	background: var(--company-color);
}

/* Ukryj separator ::before gdy wszystkie elementy w sekcji są ukryte */
.pricing-treatment--all-hidden::before {
	display: none;
}

/* Ukryj całą sekcję gdy wszystkie elementy są ukryte */
.pricing-treatment.pricing-treatment--all-hidden {
	display: none !important;
}

/* Ukryj sekcję podczas filtrowania (gdy nie pasuje do filtra) */
.pricing-treatment--filtered-hidden {
	display: none;
}

/* Usuń ::after całkowicie, bo linie między elementami są już obsłużone przez ::before */
.pricing-treatment::after {
	display: none;
}

.pricing-treatment:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.pricing-treatment:not(:first-child) {
	display: flex;
	flex-direction: column;
}

.pricing-treatment__header {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 1.5rem;
}

.pricing-treatment__header--konsultacja {
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
}

.pricing-treatment__header--konsultacja .pricing-treatment__title {
	line-height: 1;
}

.pricing-treatment__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	align-items: center;
}

.pricing-treatment__header--konsultacja .pricing-treatment__tags .pricing-treatment__tag {
	padding: 0;
	line-height: 1;
	text-decoration: none;
}

.pricing-treatment__separator {
	font-family: var(--font-family-primary);
	font-size: 2.5rem;
	font-weight: var(--base-font-weight);
	color: var(--company-color);
	line-height: 1.4;
	margin: 0;
	opacity: 0.5;
	flex-shrink: 0;
}

.pricing-treatment-item {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 10%;
}

.pricing-treatment-item--hidden-default {
	display: none;
}

/* Nadpisz display: none podczas filtrowania */
.pricing-treatment-item--hidden-default.pricing-treatment-item--filtered {
	display: flex;
}

.pricing-treatment-item-content {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.pricing-treatment-item-content .pricing-treatment-rows {
	width: 100%;
}

.pricing-treatment-item-content > .pricing-treatment-rows {
	justify-content: initial;
}

.pricing-treatment-item__left {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 2rem;
}

.pricing-treatment-item__right {
	display: flex;
	flex-direction: column;
	position: relative;
}

.pricing-treatment-rows {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.pricing-treatment-item-content > .pricing-treatment-rows--single-variant {
	width: 90%;
}

.pricing-treatment-row {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.pricing-treatment-row__area {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	font-family: var(--font-family-primary);
	font-size: 1.4rem;
	font-weight: var(--light-font-weight);
	color: var(--company-color);
	line-height: 1.5;
	flex-shrink: 0;
}

.pricing-page-content > div:nth-child(4) > div > .pricing-treatment-item-content > div > div:nth-child(7) > .pricing-treatment-row__area > span:nth-child(2),
.pricing-page-content > div:nth-child(4) > div > .pricing-treatment-item-content > div > div:nth-child(6) > .pricing-treatment-row__area > span:nth-child(2) {
	width: 78%;
}

.pricing-treatment-row__prices {
	display: flex;
	gap: 3rem;
	align-items: flex-start;
	justify-content: flex-end;
}

.pricing-treatment-row__price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
	font-family: var(--font-family-primary);
	font-size: 1.4rem;
	color: var(--company-color);
	line-height: 1.5;
	font-weight: var(--base-font-weight);
	min-width: 6rem;
	width: 6rem;
	text-align: right;
}

.pricing-treatment-row__price--consultation {
	font-weight: var(--base-font-weight);
	font-style: italic;
	color: var(--company-color);
	opacity: 0.8;
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
	width: auto;
	max-width: 25rem;
}

.pricing-treatment-row__price--consultation span {
	white-space: nowrap;
}

.pricing-treatment-row__price--empty {
	visibility: hidden;
	min-width: 9rem;
	width: 9rem;
}

.pricing-treatment__tag {
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0.9rem;
	border-radius: 9999px;
	font-family: 'Forum', serif !important;
	font-size: 2.5rem;
	line-height: 1.2;
	color: var(--company-color);
	white-space: nowrap;
	font-family: 'Forum';
	text-transform: uppercase;
	font-weight: var(--semibold-font-weight) !important;
	text-decoration: underline;
}

.pricing-treatment__title {
	font-family: 'Forum', serif !important;
	font-size: 2.5rem;
	font-weight: var(--semibold-font-weight) !important;
	color: var(--company-color);
	line-height: 1.4;
	margin: 0;
	flex-shrink: 0;
	max-width: 30vw;
}

.pricing-treatment__variants {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.pricing-variant {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	align-items: start;
}

.pricing-variant__area {
	font-family: var(--font-family-primary);
	font-size: 1.2rem;
	font-weight: var(--base-font-weight);
	color: var(--company-color);
	line-height: 1.5;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.pricing-treatment__areas .pricing-variant__area {
	margin: 0;
}

.pricing-variant__prices {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
}

.pricing-price-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: var(--font-family-primary);
	font-size: 1.4rem;
	color: var(--company-color);
	line-height: 1.5;
}

.pricing-price-row__label {
	font-weight: var(--base-font-weight);
}

.pricing-price-row__value {
	font-weight: var(--semibold-font-weight);
}

.pricing-price-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.5rem;
	font-family: var(--font-family-primary);
	font-size: 1.2rem;
	color: var(--company-color);
	line-height: 1.5;
	position: relative;
}

.pricing-price-item__label {
	font-weight: var(--semibold-font-weight);
	text-transform: uppercase;
	font-size: 1.4rem;
}

/* W wynikach wyszukiwania zawsze pokazuj etykiety liczby zabiegów, nawet dla single-variant */
.pricing-treatment--search-results .pricing-treatment-labels-row {
	display: flex !important;
}

.pricing-treatment--search-results:has(.pricing-treatment-rows--single-variant) .pricing-treatment-labels-row {
	width: 90% !important;
}
.pricing-treatment--search-results .pricing-price-item__label {
	display: inline-block !important;
}

.pricing-price-item__values {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.pricing-price-item__value {
	font-weight: var(--semibold-font-weight);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
}

.pricing-price-item__value--consultation {
	position: absolute;
	left: 0;
	right: 0;
	white-space: nowrap;
	z-index: 1;
}

#page h3.offer-treatment__name {
	font-size: 2rem;
	width: 100%;
	max-width: 85%;
	font-weight: var(--base-font-weight);
}

#page h3.about-specialists-grid__name {
	font-family: 'Montserrat';
	font-size: 1.8rem;
	font-weight: var(--semibold-font-weight);
}

section.price-list-contact-section {
	padding-top: 10rem;
	padding-bottom: 10rem;
	display: flex;
	justify-content: center;
}

h2.price-list-contact-section__title {
	width: 100%;
	text-align: center;
	font-size: 4rem;
	margin-bottom: 2.4rem;
	font-family: 'Forum', serif;
	font-weight: var(--light-font-weight);
}

section.price-list-contact-section .container-medium {
	max-width: 60%;
}

/* Footer newsletter consent checkbox */
.site-footer__newsletter-checkbox-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 1rem;
}

.site-footer__newsletter-checkbox {
	width: 1.6rem;
	height: 1.6rem;
	min-width: 1.8rem;
	margin-top: 0.2rem;
	cursor: pointer;
	accent-color: var(--company-color);
	flex-shrink: 0;
}

.site-footer__newsletter-checkbox-label {
	font-family: var(--font-family-primary);
	color: var(--company-color);
	font-size: 1rem;
	line-height: 1.2;
	font-weight: var(--base-font-weight);
	cursor: pointer;
	user-select: none;
}

/* ============================================
   MEDIA QUERIES
   ============================================ */

@media (max-width: 1024px) {
	.home-hero__grid {
		height: 100%;
		grid-template-columns: 1fr;
		align-items: end;
	}

	.page-template-contact-php .site-hero {
		width: 100%;
	}
	.page-template-contact-php .site-hero--contact__grid {
		width: 100%;
		grid-template-columns: 1fr;
		min-height: 80vh;
		gap: 0;
		align-items: end;
		justify-items: center;
	}

	.page-template-contact-php .site-hero--contact__art {
		grid-column: 1;
		height: 55%;
		justify-content: center;
	}

	.page-title-section {
		max-height: 30vh;
		min-height: auto;
	}

	.home-hero__content {
		padding-left: 3%;
		padding-bottom: 2%;
	}

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

	.recommendations-section__grid {
		row-gap: 5rem;
	}

	.recommendations-section__grid-right-column {
		justify-content: flex-start;
	}

	.home-choose__top-left {
		gap: 5rem;
	}

	.home-choose__title {
		font-size: 3rem;
	}

	.home-choose__intro {
		max-width: 86%;
	}

	.home-choose__note br {
		display: none;
	}

	.home-choose__card-media {
		aspect-ratio: 4/ 6;
		height: 75rem;
		min-height: 30rem;
	}

	.home-choose__lower {
		overflow-x: hidden;
		width: 100%;
		max-width: 100vw;
	}

	.home-choose__slider {
		width: 100%;
		max-width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.home-choose__slider-track {
		width: max-content;
		min-width: min-content;
	}

	.home-choose__card {
		flex-shrink: 0;
		max-width: 80vw;
	}

	.skin-clean-text-container__right {
		padding-top: 0;
		border-top: none;
	}

	.skin-clean-social-media-container {
		margin-top: 5rem;
	}

	.skin-clean-top-container__divider {
		width: 60%;
	}

	.skin-clean-top-container__skin,
	.skin-clean-top-container__clean {
		height: auto;
		max-height: 5rem;
		width: auto;
		max-width: 28%;
	}

	.about-specialists-grid {
		grid-template-columns: repeat(5, 35vw);
	}

	.about-specialists-grid {
		overflow-x: auto;
	}

	.about-specialists-grid__item-content {
		padding: 1rem 1.5rem 0;
	}

	.about-specialists-section__text {
		width: 100%;
	}

	.about-specialists-grid__item {
		max-width: 35vw;
		width: 100%;
	}

	.about-first-content-container__content {
		width: 100%;
		padding: 0 3%;
	}

	.about-first-content-container__image-wrapper {
		margin-left: 4%;
	}
	.about-first-content-container__image-wrapper {
		align-items: flex-start;
	}

	.about-second-content-container__image {
		max-width: none;
	}
	.about-images-section {
		padding-bottom: 5rem;
	}

	.about-logo-content-container {
		padding-right: 3%;
	}

	.page-template-recommendations-php .page-title-section__grid {
		display: flex;
		flex-direction: column;
		gap: 3rem;
		align-items: center;
	}

	.recommendations-section__grid {
		grid-template-columns: 1fr;
	}

	.recommendations-section__grid-sygnet {
		max-height: 50vh;
	}

	.recommendations-section {
		padding: 5rem 0;
	}

	.contact-map-section {
		max-height: 50vh;
	}
	.page-title-section__title {
		width: 100%;
		text-align: center;
	}

	.procedures-info-section__images {
		gap: 10rem;
	}

	.exion-section__container {
		padding: 0 3%;
	}

	.exion-section__text-block {
		max-width: 100%;
	}

	.exion-section__subtitle {
		width: 100%;
		font-size: 3rem;
	}

	.exion-section__description {
		max-width: 100%;
	}

	.exion-section__image {
		max-width: 20rem;
	}

	.procedures-info-section__experience-content {
		padding-right: 3%;
	}

	.procedures-info-section__experience-sygnet {
		right: 3%;
	}

	.procedures-info-section__experience-sygnet img {
		height: 25vh;
	}

	.home-choose__card-overlay {
		width: 19rem;
		height: 19rem;
	}

	.offer-page-content-grid,
	.offer-category__treatments {
		gap: 2rem;
		overflow: hidden;
	}

	.offer-page-content-grid {
		padding-top: inherit;
	}

	.offer-page-row {
		min-height: 35vh;
	}

	.offer-category__title {
		font-size: 4rem;
		width: 100%;
		max-width: 115px;
	}

	.offer-treatment__header {
		width: 60%;
	}

	.offer-treatment__content {
		width: 86%;
	}

	.offer-page-content-sygnet {
		width: auto;
		max-width: 95vw;
	}

	.offer-page-content-image-wrapper {
		max-width: 25vw;
	}

	.offer-page-post-img {
		max-width: 110px;
		transform: translateX(30%);
	}

	.offer-page-row--no-image {
		width: 100%;
		max-width: 100%;
	}

	.site-hero--price-list__title {
		padding-right: 0;
	}

	.site-hero--price-list__grid,
	.home-hero__art {
		display: none;
	}

	/* Price List Page - Mobile Layout */
	.pricing-page-grid {
		display: flex;
		flex-direction: column;
	}

	.pricing-page-right {
		display: contents;
	}

	.pricing-page-right-separator {
		display: none;
	}

	.pricing-page-intro {
		order: 1;
		justify-content: flex-end;
		margin: 2rem 0;
	}

	.pricing-page-filters {
		order: 2;
		border-right: none;
		padding-top: 0;
		position: relative;
		justify-content: flex-end;
		margin-bottom: 2rem;
	}

	.pricing-filters-toggle-btn {
		display: block;
		width: 25%;
		padding: 1rem 3rem;
		border: 1px solid var(--company-color);
		border-radius: 50px;
		background: transparent;
		color: var(--company-color);
		font-family: var(--font-family-primary);
		font-size: 1rem;
		font-weight: var(--semibold-font-weight);
		cursor: pointer;
		text-align: center;
		transition: all 0.4s ease-in-out;
		white-space: nowrap;
		margin-bottom: 0;
		position: relative;
		z-index: 1001;
	}

	.pricing-filters-wrapper {
		z-index: 1002;
		width: 25%;
		position: absolute;
		top: 100%;
		left: auto;
		right: 0;
		z-index: 1000;
		background: var(--main-background-color);
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		padding: 2rem;
		margin-top: 0;
		flex-direction: column;
		align-items: flex-start;
		gap: 1.5rem;
		box-shadow:
			0 2px 8px rgba(0, 0, 0, 0.08),
			0 1px 2px rgba(0, 0, 0, 0.04);
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		transition:
			max-height 0.4s ease-in-out,
			opacity 0.4s ease-in-out,
			padding 0.4s ease-in-out;
		pointer-events: none;
	}

	.pricing-filters-wrapper.is-open {
		max-height: 100vh;
		opacity: 1;
		padding: 2rem;
		pointer-events: all;
	}

	.pricing-filter-btn {
		max-width: 100%;
		width: 100%;
		flex: 0 0 auto;
		padding: 1rem;
		font-size: 0.9rem;
	}

	.pricing-page-intro__text {
		font-size: 1rem;
	}

	.pricing-page-content {
		order: 3;
	}

	.pricing-treatment-item {
		padding-left: 3%;
	}

	.page-template-price-list-php .cta-best-treatment {
		margin-bottom: 10rem;
		min-height: 30vh;
	}

	.page-template-price-list-php .site-hero {
		background-position: right;
		max-height: 60vh;
		min-height: 60vh;
		display: flex;
		align-items: center;
		transition: clip-path 0.6s cubic-bezier(0.4, 0, 0.2, 1);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}

	.page-template-price-list-php .site-hero.is-searching {
		max-height: 30vh;
		min-height: 30vh;
		clip-path: polygon(0 0, 100% 0, 100% 65%, 0 67%);
	}

	.page-template-price-list-php .site-hero--price-list__content {
		transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.page-template-price-list-php .site-hero.is-searching .site-hero--price-list__content {
		transform: translate(-50%, -60%);
		top: 25%;
	}

	.pricing-page-intro {
		transition:
			padding 0.6s cubic-bezier(0.4, 0, 0.2, 1),
			margin 0.6s cubic-bezier(0.4, 0, 0.2, 1),
			max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1),
			opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
			visibility 0.6s cubic-bezier(0.4, 0, 0.2, 1);
		overflow: hidden;
	}

	.pricing-page-intro.is-compact {
		padding-top: 1rem;
		padding-bottom: 1rem;
		max-height: 0;
		opacity: 0;
		visibility: hidden;
		margin: 0;
	}

	.pricing-page-content {
		transition:
			transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
			margin-top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.pricing-page-content.is-elevated {
		transform: translateY(-10vh);
	}

	.pricing-page-filters {
		transition:
			opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
			visibility 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.pricing-page-filters.is-elevated {
		opacity: 0;
		visibility: hidden;
	}

	.site-hero--price-list__search-message {
		transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
		margin: 0 auto;
	}

	.site-hero--price-list__search-message.is-elevated {
		transform: translateY(-35vh);
		margin: 0 auto;
	}

	.pricing-treatment:not(:first-child)::before,
	.pricing-treatment:first-child::before {
		right: -3%;
		left: -3%;
	}

	.offer-page-row {
		grid-template-columns: 1fr;
		min-height: 0;
		row-gap: 0;
	}

	.offer-page-content-left-column {
		padding-top: 0;
		max-width: 75vw;
	}

	.offer-page-content-right-column {
		max-width: 100vw;
		width: 100%;
		grid-row: 1;
	}

	.about-second-content-container__image-wrapper {
		transform: translateY(0);
	}
}

@media (max-width: 480px) {
	.procedures-info-section__experience,
	.home-choose__bottom-grid,
	.home-choose__top {
		grid-template-columns: 1fr;
	}

	.home-hero__grid {
		align-items: end;
	}

	.home-hero__content {
		padding-bottom: 5%;
	}

	.page-title-section {
		max-height: 45vh;
	}

	.contact-map-section {
		margin-bottom: 5rem;
		max-height: none;
	}
	.home-hero__art {
		display: none;
	}

	.home-choose__card-content {
		min-height: 30rem;
	}

	.stats-section .container-medium {
		padding: 0;
	}

	.procedures-info-section {
		overflow-x: hidden;
	}

	.procedures-info-section__container {
		padding: 0 3%;
		box-sizing: border-box;
	}

	.procedures-info-section__text-block {
		max-width: 100%;
		align-items: center;
		text-align: center;
		padding: 0;
	}

	.procedures-info-section__subtitle:first-child,
	.procedures-info-section__experience-text,
	.about-second-content-container__text {
		width: 100%;
		font-size: 1.2rem;
	}

	.procedures-info-section__description {
		max-width: 100%;
		padding: 0;
	}

	.procedures-info-section__images {
		gap: 0;
		width: 100%;
		margin: 0;
		gap: inherit;
	}

	.procedures-info-section__image-wrapper:nth-child(2) {
		transform: translateY(-15%);
	}

	.procedures-info-section__image {
		max-width: 17rem;
	}

	.exion-section {
		overflow-x: hidden;
	}

	.exion-section__container {
		padding: 0 3%;
		box-sizing: border-box;
	}

	.exion-section__text-block {
		max-width: 100%;
		align-items: center;
		text-align: center;
		padding: 0;
	}

	.exion-section__subtitle {
		width: 100%;
		font-size: 2rem;
	}

	.exion-section__description {
		max-width: 100%;
		padding: 0;
	}

	.exion-section__image-wrapper {
		justify-content: center;
	}

	.exion-section__image {
		max-width: 17rem;
	}

	.home-choose {
		margin-top: 10rem;
		overflow-x: visible;
	}

	.home-choose__intro {
		max-width: 100%;
		padding: 0 3%;
		text-align: justify;
	}

	.procedures-info-section__description:last-child {
		max-width: 100%;
		text-align: justify;
		padding: 0;
	}

	.home-choose__top {
		gap: 5rem;
	}

	.home-choose__top-left {
		padding: 0;
	}

	.home-choose__card-overlay {
		width: 10rem;
		height: 10rem;
	}

	.home-choose__lower {
		overflow-x: visible;
		width: 100%;
		max-width: 100vw;
		box-sizing: border-box;
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.home-choose__slider {
		width: 100%;
		max-width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		box-sizing: border-box;
		padding: 0;
		margin: 0;
		scroll-padding-left: 0;
		scroll-padding-right: 0;
	}

	.home-choose__slider-track {
		width: max-content;
		min-width: min-content;
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
		box-sizing: border-box;
		gap: 0.2rem;
	}

	.home-choose__card {
		flex-shrink: 0;
		width: 50%;
		min-width: 77vw;
		max-width: 77vw;
		box-sizing: border-box;
	}

	.home-choose__card-media {
		aspect-ratio: 4/5;
		height: 47rem;
	}

	.home-choose__scrollbar {
		position: sticky;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		max-width: 100vw;
		height: 8px;
		background: transparent;
		pointer-events: none;
		z-index: 10;
		margin-top: 8%;
		box-sizing: border-box;
		padding: 0;
	}

	.home-choose__scrollbar-track {
		position: relative;
		width: calc(100% - 2rem);
		max-width: calc(100vw - 2rem);
		margin: 0 auto;
		height: 4px;
		background: #eddad0;
		pointer-events: all;
		cursor: pointer;
		box-sizing: border-box;
	}

	.home-choose__scrollbar-thumb {
		min-width: 20px;
		max-width: 100%;
	}

	.procedures-info-section > .procedures-info-section__container > div:nth-child(2) > h3 {
		max-width: 100%;
		margin-top: 5%;
		padding: 0;
	}

	.procedures-info-section > .procedures-info-section__container > div:nth-child(2) {
		padding: 0;
	}

	.procedures-info-section__experience {
		padding-right: 0;
		grid-template-columns: 1fr;
		margin-top: 10rem;
	}

	.procedures-info-section__experience-sygnet {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	.procedures-info-section__experience-content {
		padding: 3rem 3%;
	}

	.skin-clean-section {
		padding: 7rem 5%;
		gap: 0;
	}

	.skin-clean-top-container {
		gap: 1rem;
	}

	.skin-clean-top-container__skin,
	.skin-clean-top-container__clean {
		height: auto;
		max-height: 4rem;
		width: auto;
		max-width: 30%;
	}

	.skin-clean-text-container {
		flex-direction: column;
		padding-left: 0;
	}

	.skin-clean-social-media-container {
		margin-top: 2rem;
	}

	.about-hero {
		height: 25vh;
		max-height: 25vh;
	}

	.about-intro-section {
		padding: 10rem 0;
	}

	.about-intro-section__title {
		font-size: 3.4rem;
	}

	.about-intro-section__title-line:last-child {
		margin-left: 0;
	}

	.about-intro-section__paragraph,
	.about-specialists-section__text,
	.about-first-content-container__text {
		font-size: 1.2rem;
	}

	.about-intro-section__paragraph,
	.about-specialists-section {
		padding: 0;
	}

	.about-first-content-container__image-wrapper {
		margin-left: 1%;
	}

	.about-specialists-section__container {
		justify-content: space-between;
	}

	.about-specialists-section__left {
		padding: 20rem 0;
		width: 40%;
	}

	.about-specialists-section__title,
	.about-first-content-container__title,
	.about-second-content-container__title {
		font-size: 2rem;
	}

	.about-specialists-grid {
		grid-template-columns: repeat(4, 50vw);
	}

	.about-specialists-grid__description {
		font-family: var(--font-family-primary);
		font-size: 1.2rem;
		line-height: 1.2;
		font-weight: var(--light-font-weight);
		color: var(--company-color);
		margin: 0;
		text-align: left;
		letter-spacing: 0.02em;
	}

	.about-specialists-grid__item {
		max-width: 50vw;
		gap: 5rem;
		overflow-y: hidden;
	}

	.about-first-content-container__image-wrapper {
		margin-top: -16%;
	}

	.about-first-content-container__image {
		max-width: 18rem;
	}

	.about-second-content-container {
		flex-direction: column-reverse;
		padding: 0 3%;
	}

	.about-second-content-container__content {
		padding-left: 0;
		gap: 4rem;
	}
	.about-images-section__track {
		width: 200%;
	}

	.about-images-section img {
		width: calc(26% - 0.2rem);
		max-height: 25rem;
	}

	.about-logo-content-container {
		padding-right: 0;
		justify-content: center;
	}

	.about-logo-content-container__image {
		max-width: 30rem;
	}
	.about-text-content-section {
		gap: 8rem;
	}
	.about-specialists-grid__item-content {
		min-height: 18rem;
	}

	.contact-main-content__grid {
		grid-template-columns: 1fr;
	}

	.page-template-contact .page-title-section__grid {
		display: flex;
		flex-direction: column;
		gap: 3rem;
		align-items: center;
	}
	.page-template-contact .page-title-section__content,
	.page-template-recommendations-php .page-title-section__content {
		width: 100%;
		align-items: center;
	}

	.page-template-contact .page-title-section__text,
	.page-template-recommendations-php section.page-title-section > div > div > div > p {
		width: 100%;
	}

	.contact-main-content__intro-text {
		margin-bottom: 3rem;
	}

	.contact-main-content__hours-row {
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
	}

	.page-template-contact-php .site-hero--contact__art {
		height: 50%;
	}

	.recommendations-category__title {
		width: 66%;
	}

	.recommendations-section__grid-sygnet {
		max-height: 34vh;
	}

	.recommendations-section__grid-right-column img:last-child {
		max-width: 100px;
	}

	.recommendations-treatment__content {
		width: 100%;
		max-width: 70vw;
	}

	.pricing-treatment-item-content {
		align-items: center;
	}

	.procedures-info-section__experience-title {
		font-size: 3.3rem;
	}

	.page-template-recommendations-php .cta-questions-section {
		margin-bottom: 5rem;
	}

	.pricing-treatment__header {
		margin-bottom: 2rem;
		gap: 0.5rem;
		align-items: center;
	}

	.pricing-treatment__title,
	.pricing-treatment__separator,
	.pricing-treatment__tag {
		font-size: 1.5rem;
		padding: 0;
	}

	.pricing-treatment-row__price--consultation {
		font-size: 1rem;
	}

	.pricing-treatment-row__area--with-premium {
		width: 50%;
		/* margin-bottom: 0.5rem; */
	}

	.pricing-page-content > div:nth-child(4) > div > .pricing-treatment-item-content > div > div:nth-child(6) > .pricing-treatment-row__area--with-premium > span:nth-child(2),
	.pricing-page-content > div:nth-child(4) > div > .pricing-treatment-item-content > div > div:nth-child(7) > .pricing-treatment-row__area--with-premium > span:nth-child(2) {
		width: 100%;
	}

	.pricing-filters-toggle-btn,
	.pricing-filters-wrapper {
		width: 50%;
	}

	.offer-page-content .container-medium {
		padding-right: 3%;
	}

	.offer-page-content-grid {
		gap: 10rem;
		margin: 5rem 0;
	}

	.offer-page-content-right-column {
		height: 30vh;
	}

	.offer-page-content-sygnet {
		width: 100%;
		height: auto;
	}

	.offer-page-content-cat-img {
		transform: translateX(0);
	}

	.offer-page-post-img {
		transform: translateX(0);
	}

	.offer-treatment__header {
		width: 100%;
	}

	.page-template-price-list-php .site-hero {
		background-position: 85%;
	}

	/* Mobile animation - inherits from tablet, but content goes to lower point */
	.page-template-price-list-php .site-hero.is-searching {
		max-height: 30vh;
		min-height: 30vh;
		clip-path: polygon(0 0, 100% 0, 100% 77%, 0 77%);
	}

	.page-template-price-list-php .site-hero--price-list__content {
		transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.page-template-price-list-php .site-hero.is-searching .site-hero--price-list__content {
		transform: translate(-50%, -60%);
		top: 25%;
	}

	.pricing-page-intro {
		transition:
			padding 0.6s cubic-bezier(0.4, 0, 0.2, 1),
			margin 0.6s cubic-bezier(0.4, 0, 0.2, 1),
			max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1),
			opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
			visibility 0.6s cubic-bezier(0.4, 0, 0.2, 1);
		overflow: hidden;
	}

	.pricing-page-intro.is-compact {
		padding-top: 1rem;
		padding-bottom: 1rem;
		max-height: 0;
		opacity: 0;
		visibility: hidden;
		margin: 0;
	}

	.pricing-page-content {
		transition:
			transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
			margin-top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.pricing-page-content.is-elevated {
		transform: translateY(-15vh);
	}

	.pricing-page-filters {
		transition:
			opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
			visibility 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.pricing-page-filters.is-elevated {
		opacity: 0;
		visibility: hidden;
	}

	.site-hero--price-list__search-message {
		transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
		margin: 0 auto;
	}

	.site-hero--price-list__search-message.is-elevated {
		transform: translateY(-30vh);
		margin: 0 auto;
	}

	h3.procedures-info-section__subtitle.observed {
		font-size: 3rem;
	}
	h2.about-second-content-container__title.observed,
	h2.about-first-content-container__title.observed {
		font-size: 3rem;
	}

	.offer-category__title {
		font-size: 3rem;
	}

	.offer-page-row {
		grid-template-columns: 1fr;
		min-height: 0;
		row-gap: 15rem;
	}

	#page h3.about-specialists-grid__name {
		font-size: 1.5rem;
	}
}

@media (min-width: 1920px) {
	.procedures-info-section__experience-text {
		width: 60%;
	}

	.procedures-info-section__experience-sygnet img {
		height: 40vh;
	}

	.procedures-info-section__experience-sygnet {
		right: auto;
	}

	.offer-page-content-cat-img,
	.offer-page-post-img {
		max-width: 200px;
	}

	.offer-page-content-image-wrapper {
		max-width: 220px;
	}

	.site-hero--price-list__art-img {
		max-width: 38vw;
	}

	.site-hero--price-list .container-normal {
		padding-right: 5%;
	}

	.recommendations-category__title {
		width: 60%;
	}

	.recommendations-section__grid-sygnet {
		max-height: 45vh;
	}

	.offer-page-content-left-column {
		justify-content: center;
	}

	.about-logo-content-container {
		padding-right: 7%;
	}
}
