/**
 * FYZIOHOLISTIKA — HOMEPAGE V2
 * Reference composition + pure Gutenberg content.
 */

.fyzio-home {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent;
}


/* =========================================================
 * HERO
 * ======================================================= */

.fyzio-hero {
	position: relative;
	min-height: 720px;
	display: flex;
	align-items: stretch;
	overflow: hidden;
	color: #fff;
	background: #173828;
}

.fyzio-hero__background {
	position: absolute;
	z-index: 0;
	inset: 0;
	margin: 0 !important;
}

.fyzio-hero__background img,
.fyzio-hero__background a {
	display: block;
	width: 100%;
	height: 100%;
}

.fyzio-hero__background img {
	object-fit: cover;
	object-position: center center;
}

.fyzio-hero::before {
	content: "";
	position: absolute;
	z-index: 1;
	inset: 0;
	background:
		linear-gradient(
			90deg,
			rgba(8,37,26,.83) 0%,
			rgba(15,52,35,.64) 36%,
			rgba(22,60,41,.24) 62%,
			rgba(22,60,41,.04) 100%
		),
		linear-gradient(
			180deg,
			rgba(6,25,18,.16) 0%,
			rgba(6,25,18,0) 56%,
			rgba(247,244,236,.04) 100%
		);
	pointer-events: none;
}

.fyzio-hero::after {
	content: "";
	position: absolute;
	z-index: 6;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 220px;
	background:
		linear-gradient(
			180deg,
			rgba(247,244,236,0) 0%,
			rgba(247,244,236,.05) 18%,
			rgba(247,244,236,.20) 42%,
			rgba(247,244,236,.52) 68%,
			rgba(247,244,236,.86) 87%,
			#f7f4ec 100%
		);
	pointer-events: none;
}

.fyzio-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
	align-items: end;
	gap: clamp(1rem, 3vw, 3rem);
	padding-top: 7.5rem;
}

.fyzio-hero__copy {
	align-self: center;
	max-width: 650px;
	padding: 3.5rem 0 6rem;
}

.fyzio-hero .fyzio-kicker {
	color: rgba(255,255,255,.88);
	font-size: .9rem !important;
	letter-spacing: .02em;
	text-transform: none;
	font-family: var(--fyzio-heading-font);
	font-weight: 400;
}

.fyzio-hero h1 {
	margin-bottom: 1.2rem;
	color: #fff;
	font-size: clamp(3.25rem, 5.1vw, 5.25rem);
	line-height: .98;
	text-shadow: 0 6px 34px rgba(0,0,0,.16);
}

.fyzio-hero__lead {
	max-width: 540px;
	color: rgba(255,255,255,.94);
	font-size: clamp(1.03rem, 1.28vw, 1.17rem) !important;
	line-height: 1.62 !important;
}

.fyzio-hero__portrait {
	position: relative;
	align-self: end;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 605px;
	margin: 0 !important;
}

.fyzio-hero__portrait img {
	position: relative;
	z-index: 1;
	width: min(100%, 540px);
	max-height: 655px;
	object-fit: contain;
	object-position: center bottom;
	filter: drop-shadow(0 18px 30px rgba(5,28,17,.16));
	transform: translate(10px, 18px);
}


/* =========================================================
 * SOUVISLÝ PŘÍRODNÍ TOK
 * ======================================================= */

.fyzio-content-flow {
	position: relative;
	z-index: 2;
	isolation: isolate;
	margin-top: -2px;
	background: #f7f4ec;
}

.fyzio-content-flow::before {
	content: "";
	position: absolute;
	z-index: -2;
	inset: 0;
	background:
		url("https://dev.zamee.cz/wp-content/uploads/2026/09/e4b74c45-1816-4821-a029-057cd0732b11.webp")
		center center / 100% 100% no-repeat;
	opacity: .38;
	-webkit-mask-image:
		linear-gradient(
			180deg,
			transparent 0,
			rgba(0,0,0,.14) 4%,
			#000 11%,
			#000 89%,
			rgba(0,0,0,.30) 96%,
			transparent 100%
		);
	mask-image:
		linear-gradient(
			180deg,
			transparent 0,
			rgba(0,0,0,.14) 4%,
			#000 11%,
			#000 89%,
			rgba(0,0,0,.30) 96%,
			transparent 100%
		);
}

.fyzio-content-flow::after {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background:
		linear-gradient(
			180deg,
			#f7f4ec 0%,
			rgba(247,244,236,.78) 8%,
			rgba(247,244,236,.68) 50%,
			rgba(247,244,236,.74) 88%,
			#f7f4ec 100%
		);
}


/* =========================================================
 * SPOLEČNÉ HOMEPAGE SEKCE
 * ======================================================= */

.fyzio-home .fyzio-section {
	padding-top: clamp(4.8rem, 7vw, 7.2rem);
	padding-bottom: clamp(4.8rem, 7vw, 7.2rem);
}

.fyzio-home-grid {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(360px, .88fr);
	align-items: center !important;
	gap: clamp(3rem, 6.5vw, 7rem) !important;
	margin: 0 !important;
}

.fyzio-home-grid--benefits {
	grid-template-columns: minmax(360px, .88fr) minmax(0, 1fr);
}

.fyzio-home-copy {
	max-width: 650px;
}

.fyzio-home-copy h2 {
	margin-bottom: 1.55rem;
	font-size: clamp(2.35rem, 3.7vw, 4rem);
}

.fyzio-home-copy h2 em {
	font-size: .76em;
	font-weight: 400;
}

.fyzio-home-copy p {
	max-width: 620px;
}


/* =========================================================
 * ROZMAZANÉ / ROZPUŠTĚNÉ FOTOGRAFIE
 * ======================================================= */

.fyzio-photo {
	position: relative;
	margin: 0 !important;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

.fyzio-photo img {
	display: block;
	width: 100%;
	height: auto;
}

.fyzio-photo--mist {
	-webkit-mask-image:
		radial-gradient(
			ellipse 76% 78% at 50% 50%,
			#000 55%,
			rgba(0,0,0,.90) 66%,
			rgba(0,0,0,.48) 82%,
			transparent 100%
		);
	mask-image:
		radial-gradient(
			ellipse 76% 78% at 50% 50%,
			#000 55%,
			rgba(0,0,0,.90) 66%,
			rgba(0,0,0,.48) 82%,
			transparent 100%
		);
}

.fyzio-photo--ida {
	max-width: 490px;
	justify-self: center;
}

.fyzio-photo--ida img {
	filter: grayscale(.90) contrast(.96) brightness(1.04);
}

.fyzio-photo--work {
	max-width: 570px;
	justify-self: center;
}

.fyzio-photo--work img {
	filter: grayscale(1) contrast(.90) brightness(1.06);
}


/* =========================================================
 * INTRO
 * ======================================================= */

.fyzio-intro {
	padding-top: 5.6rem !important;
}

.fyzio-intro .fyzio-actions {
	margin-top: 2.1rem;
}


/* =========================================================
 * BENEFITY — 6 ikonických bodů
 * ======================================================= */

.fyzio-benefit-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.45rem 2rem;
	margin-top: 2.15rem;
}

.fyzio-benefit-item {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	align-items: center;
	gap: 1rem;
}

.fyzio-benefit-item__icon {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	margin: 0 !important;
	border: 1px solid rgba(79,140,77,.18);
	border-radius: 50%;
	background:
		radial-gradient(circle at center, rgba(255,255,255,.86), rgba(236,244,225,.72));
	box-shadow: 0 6px 18px rgba(54,102,58,.06);
}

.fyzio-benefit-item__icon img {
	width: 33px;
	height: 33px;
	object-fit: contain;
}

.fyzio-benefit-item__text {
	margin: 0 !important;
	color: var(--fyzio-green-900);
	font-size: .98rem !important;
	font-weight: 600;
	line-height: 1.45 !important;
}


/* =========================================================
 * PRO KOHO
 * ======================================================= */

.fyzio-for-whom {
	padding-top: 4.5rem !important;
	padding-bottom: 4.4rem !important;
}

.fyzio-audience-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 1100px;
	margin: 0 auto;
}

.fyzio-audience {
	position: relative;
	text-align: center;
	padding: .5rem clamp(1.7rem, 3.2vw, 3.4rem);
}

.fyzio-audience + .fyzio-audience::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10%;
	width: 1px;
	height: 80%;
	background:
		linear-gradient(
			180deg,
			transparent,
			rgba(66,117,80,.28) 20%,
			rgba(66,117,80,.28) 80%,
			transparent
		);
}

.fyzio-audience__icon {
	width: 76px;
	height: 76px;
	margin: 0 auto 1rem !important;
}

.fyzio-audience__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fyzio-audience h3 {
	margin-bottom: .72rem;
	color: var(--fyzio-green-900);
	font-size: 1.14rem;
	line-height: 1.25;
}

.fyzio-audience p {
	max-width: 285px;
	margin-left: auto;
	margin-right: auto;
	color: var(--fyzio-text-soft);
	font-size: .94rem;
	line-height: 1.58;
}


/* =========================================================
 * JAK PRACUJI
 * ======================================================= */

.fyzio-method {
	padding-top: 4.5rem !important;
	padding-bottom: 4.3rem !important;
}

.fyzio-method-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	max-width: 1160px;
	margin: 0 auto;
}

.fyzio-method-item {
	position: relative;
	text-align: center;
	padding: .4rem clamp(1rem, 2vw, 2rem);
}

.fyzio-method-item + .fyzio-method-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8%;
	width: 1px;
	height: 84%;
	background:
		linear-gradient(
			180deg,
			transparent,
			rgba(66,117,80,.24) 20%,
			rgba(66,117,80,.24) 80%,
			transparent
		);
}

.fyzio-method-item__icon {
	width: 72px;
	height: 72px;
	margin: 0 auto .95rem !important;
}

.fyzio-method-item__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fyzio-method-item h3 {
	margin-bottom: .6rem;
	font-size: 1.04rem;
}

.fyzio-method-item p {
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
	color: var(--fyzio-text-soft);
	font-size: .91rem;
	line-height: 1.58;
}


/* =========================================================
 * VIDEA
 * ======================================================= */

.fyzio-media {
	padding-top: 2.3rem !important;
	padding-bottom: 6.4rem !important;
}

.fyzio-media-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.35rem;
	max-width: 980px;
	margin: 0 auto;
}

.fyzio-home-video {
	position: relative;
	min-height: 285px;
	overflow: hidden;
	border: 1px solid rgba(74,125,88,.42);
	border-radius: 18px;
	background: transparent;
}

.fyzio-home-video::before {
	content: "▶";
	position: absolute;
	z-index: 4;
	left: 50%;
	top: 50%;
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	padding-left: 3px;
	border-radius: 50%;
	background: var(--fyzio-action);
	color: #fff;
	box-shadow: 0 8px 24px rgba(0,0,0,.12);
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.fyzio-home-video::after {
	content: "";
	position: absolute;
	z-index: 2;
	inset: 0;
	background:
		linear-gradient(
			180deg,
			transparent 52%,
			rgba(11,36,24,.54) 100%
		);
	pointer-events: none;
}

.fyzio-home-video__image {
	position: absolute;
	z-index: 1;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0 !important;
}

.fyzio-home-video__image a,
.fyzio-home-video__image img {
	display: block;
	width: 100%;
	height: 100%;
}

.fyzio-home-video__image img {
	object-fit: cover;
	transition: transform .28s ease;
}

.fyzio-home-video:hover .fyzio-home-video__image img {
	transform: scale(1.018);
}

.fyzio-home-video__label {
	position: absolute;
	z-index: 4;
	left: 1.2rem;
	bottom: 1rem;
	margin: 0 !important;
	color: #fff !important;
	font-size: .74rem !important;
	font-weight: 800;
	letter-spacing: .055em;
	text-transform: uppercase;
	pointer-events: none;
}


/* =========================================================
 * CTA — STEJNÁ ZÁVĚREČNÁ VERZE JAKO NA PODSTRÁNKÁCH
 * ======================================================= */

.fyzio-home-cta {
	position: relative;
	min-height: 500px;
	display: flex;
	align-items: center;
	overflow: hidden;
	margin: 0;
	background: transparent;
	color: #fff;
}

/*
 * Podstránky mají fyzio-page-cta__shade jako samostatný element.
 * Homepage je Gutenberg obsah, proto stejný stín vytváříme pseudo-
 * elementem a nemusíme kvůli tomu přepisovat editovatelný obsah.
 */
.fyzio-home-cta::before {
	content: "";
	position: absolute;
	z-index: 0;
	inset: 0;
	background:
		linear-gradient(
			180deg,
			rgba(20,57,40,.02) 0%,
			rgba(20,57,40,.08) 26%,
			rgba(20,57,40,.16) 56%,
			rgba(20,57,40,.25) 78%,
			rgba(20,57,40,.32) 100%
		);
	pointer-events: none;
}

.fyzio-home-cta__inner {
	position: relative;
	z-index: 2;
	display: grid !important;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
	align-items: end !important;
	gap: clamp(3rem, 7vw, 7rem) !important;

	/* Kritická oprava:
	 * předchozí "margin:0!important" zrušilo .fyzio-shell
	 * a roztáhlo CTA přes celou obrazovku.
	 */
	width: min(calc(100% - 48px), var(--fyzio-content-width)) !important;
	margin-left: auto !important;
	margin-right: auto !important;

	padding-top: 7rem;
	padding-bottom: 5.2rem;
}

.fyzio-home-cta h2 {
	margin-bottom: 1.25rem;
	color: #fff;
	font-size: clamp(2.6rem, 4.7vw, 4.9rem);
	line-height: 1;
}

.fyzio-home-cta p {
	color: rgba(255,255,255,.90);
}

.fyzio-home-cta__inner > .wp-block-column:last-child {
	padding-bottom: .6rem;
}

.fyzio-home-cta .fyzio-actions {
	margin-top: 1.8rem;
}


/* =========================================================
 * GUTENBERG WRAPPERS
 * ======================================================= */

.fyzio-home .wp-block-group,
.fyzio-home .wp-block-image,
.fyzio-home .wp-block-buttons {
	box-sizing: border-box;
}

.fyzio-home .wp-block-image {
	margin-top: 0;
	margin-bottom: 0;
}

.fyzio-home .wp-block-column {
	min-width: 0;
}

/* Buttons — držíme globální referenční systém z base.css */
.fyzio-home .wp-block-button.fyzio-button-block .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: .8rem 1.75rem;
	border: 1px solid var(--fyzio-action);
	border-radius: 999px;
	background: var(--fyzio-action);
	color: #fff;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .045em;
	text-transform: uppercase;
	box-shadow: 0 10px 24px rgba(54,111,55,.10);
}

.fyzio-home .wp-block-button.fyzio-text-link-block .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: .8rem 1.75rem;
	border: 1px solid var(--fyzio-action);
	border-radius: 999px;
	background: rgba(255,255,255,.52);
	color: var(--fyzio-green-900);
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .045em;
	text-transform: uppercase;
	box-shadow: none;
}

.fyzio-home-cta .wp-block-button.fyzio-text-link-block .wp-block-button__link {
	border-color: rgba(255,255,255,.82);
	background: rgba(10,45,31,.12);
	color: #fff;
}


/* =========================================================
 * TABLET
 * ======================================================= */

@media (max-width: 1080px) {

	.fyzio-hero {
		min-height: 690px;
	}

	.fyzio-hero__background img {
		object-position: 55% center;
	}

	.fyzio-hero::after {
		height: 190px;
	}

	.fyzio-hero__inner {
		grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
		gap: 1rem;
	}

	.fyzio-hero__copy {
		padding-bottom: 5rem;
	}

	.fyzio-hero__portrait {
		min-height: 540px;
	}

	.fyzio-hero__portrait img {
		width: min(100%, 485px);
		max-height: 585px;
	}

	.fyzio-home-grid,
	.fyzio-home-grid--benefits {
		grid-template-columns: minmax(0, 1fr) minmax(300px, .78fr);
		gap: 3rem !important;
	}

	.fyzio-benefit-grid {
		gap: 1.2rem 1.5rem;
	}

	.fyzio-audience-grid {
		max-width: 900px;
	}

	.fyzio-method-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 820px;
		gap: 2rem 0;
	}

	.fyzio-method-item:nth-child(3)::before {
		display: none;
	}
}


/* =========================================================
 * MENŠÍ TABLET
 * ======================================================= */

@media (max-width: 860px) {

	.fyzio-hero {
		min-height: 760px;
	}

	.fyzio-hero__inner {
		grid-template-columns: 1fr;
		align-items: end;
		padding-top: 6.8rem;
	}

	.fyzio-hero__copy {
		position: relative;
		z-index: 3;
		max-width: 610px;
		padding: 2.8rem 0 0;
	}

	.fyzio-hero__portrait {
		position: absolute;
		z-index: 2;
		right: -4%;
		bottom: 0;
		width: 52%;
		min-height: 0;
	}

	.fyzio-hero__portrait img {
		width: 100%;
		transform: translateY(15px);
	}

	.fyzio-home-grid,
	.fyzio-home-grid--benefits {
		grid-template-columns: 1fr;
	}

	.fyzio-intro .fyzio-photo {
		width: min(72vw, 480px);
		margin-inline: auto !important;
	}

	.fyzio-benefits .fyzio-photo {
		width: min(80vw, 560px);
		margin-inline: auto !important;
	}

	.fyzio-audience-grid {
		grid-template-columns: 1fr;
		max-width: 620px;
	}

	.fyzio-audience {
		padding: 1.35rem 1.3rem;
	}

	.fyzio-audience + .fyzio-audience::before {
		left: 10%;
		top: 0;
		width: 80%;
		height: 1px;
		background:
			linear-gradient(
				90deg,
				transparent,
				rgba(66,117,80,.28) 20%,
				rgba(66,117,80,.28) 80%,
				transparent
			);
	}

	.fyzio-home-cta__inner {
		grid-template-columns: 1fr;
		gap: 2.2rem !important;
	}
}


/* =========================================================
 * MOBIL
 * ======================================================= */

@media (max-width: 680px) {

	.fyzio-hero {
		min-height: 790px;
	}

	.fyzio-hero__background img {
		object-position: 61% center;
	}

	.fyzio-hero::before {
		background:
			linear-gradient(
				180deg,
				rgba(8,37,26,.76) 0%,
				rgba(13,48,33,.58) 46%,
				rgba(19,57,39,.28) 74%,
				rgba(19,57,39,.03) 100%
			);
	}

	.fyzio-hero::after {
		height: 150px;
	}

	.fyzio-hero__inner {
		display: block;
		padding-top: 6.3rem;
	}

	.fyzio-hero__copy {
		max-width: 100%;
		padding: 2rem 0 0;
		text-align: left;
	}

	.fyzio-hero h1 {
		font-size: clamp(2.75rem, 13vw, 4rem);
	}

	.fyzio-hero__lead {
		max-width: 92%;
		font-size: .98rem !important;
	}

	.fyzio-hero__portrait {
		position: absolute;
		right: -10%;
		bottom: -4px;
		width: 77%;
	}

	.fyzio-home .fyzio-section {
		padding-top: 4.3rem;
		padding-bottom: 4.3rem;
	}

	.fyzio-home-grid {
		gap: 2.2rem !important;
	}

	.fyzio-home-copy h2 {
		font-size: clamp(2rem, 10vw, 2.8rem);
	}

	.fyzio-benefit-grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.fyzio-benefit-item {
		grid-template-columns: 52px minmax(0, 1fr);
	}

	.fyzio-benefit-item__icon {
		width: 52px;
		height: 52px;
	}

	.fyzio-audience__icon {
		width: 66px;
		height: 66px;
	}

	.fyzio-method-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.fyzio-method-item {
		padding: 1.4rem 1rem;
	}

	.fyzio-method-item + .fyzio-method-item::before {
		left: 10%;
		top: 0;
		width: 80%;
		height: 1px;
		background:
			linear-gradient(
				90deg,
				transparent,
				rgba(66,117,80,.24) 20%,
				rgba(66,117,80,.24) 80%,
				transparent
			);
	}

	.fyzio-media-grid {
		grid-template-columns: 1fr;
	}

	.fyzio-home-video {
		min-height: 235px;
	}

	.fyzio-home-cta {
		min-height: 520px;
	}

	.fyzio-home-cta__inner {
		padding-top: 6rem;
		padding-bottom: 4.8rem;
	}

	.fyzio-home-cta h2 {
		font-size: clamp(2.45rem, 12vw, 3.45rem);
	}
}


/* =========================================================
 * ÚZKÝ FOLD
 * ======================================================= */

@media (max-width: 390px) and (min-height: 720px) and (orientation: portrait) {

	.fyzio-hero {
		min-height: 760px;
	}

	.fyzio-hero__copy {
		padding-top: 1.6rem;
	}

	.fyzio-hero__portrait {
		right: -14%;
		width: 82%;
	}

	.fyzio-home .fyzio-section {
		padding-top: 3.8rem;
		padding-bottom: 3.8rem;
	}

	.fyzio-benefit-item__text,
	.fyzio-audience p,
	.fyzio-method-item p {
		font-size: .9rem !important;
	}

	.fyzio-home-video {
		min-height: 215px;
	}
}

/* =========================================================
 * V3.3.3 — RESPONZIVNÍ SJEDNOCENÍ HOMEPAGE CTA
 * ======================================================= */

@media (max-width: 1080px) {
	.fyzio-home-cta__inner {
		gap: 3rem !important;
	}
}

@media (max-width: 680px) {
	.fyzio-home-cta {
		min-height: 620px;
	}

	.fyzio-home-cta__inner {
		width: min(calc(100% - 32px), var(--fyzio-content-width)) !important;
		grid-template-columns: 1fr;
		padding-top: 8rem;
		padding-bottom: 4.5rem;
		gap: 1.5rem !important;
	}

	.fyzio-home-cta h2 {
		font-size: clamp(2.45rem, 12vw, 3.45rem);
	}
}

@media (max-width: 390px) and (min-height: 720px) and (orientation: portrait) {
	.fyzio-home-cta__inner {
		width: calc(100% - 28px) !important;
	}
}

/* =========================================================
 * V3.4 — KOMPAKTNĚJŠÍ HOMEPAGE
 * Méně "landing-page" vzduchu, více souvislý web.
 * Gutenberg struktura se NEMĚNÍ.
 * ======================================================= */

@media (min-width: 681px) {

	.fyzio-hero {
		min-height: 650px;
	}

	.fyzio-hero__inner {
		padding-top: 6.7rem;
	}

	.fyzio-hero__copy {
		padding-top: 2.7rem;
		padding-bottom: 4.6rem;
	}

	.fyzio-hero__portrait {
		min-height: 545px;
	}

	.fyzio-hero__portrait img {
		max-height: 590px;
	}

	/* Hlavní homepage H1 je pořád dominantní, ale ne přerostlý. */
	.fyzio-hero h1 {
		font-size: clamp(3rem, 4.55vw, 4.55rem);
	}

	/* Základní sekce přibližně -22 % na vertikálním prostoru. */
	.fyzio-home .fyzio-section {
		padding-top: clamp(3.8rem, 5.2vw, 5.5rem);
		padding-bottom: clamp(3.8rem, 5.2vw, 5.5rem);
	}

	.fyzio-intro {
		padding-top: 4.35rem !important;
	}

	.fyzio-home-grid {
		gap: clamp(2.4rem, 4.8vw, 5rem) !important;
	}

	.fyzio-home-copy h2 {
		font-size: clamp(2.15rem, 3.05vw, 3.3rem);
		margin-bottom: 1.3rem;
	}

	.fyzio-benefit-grid {
		margin-top: 1.7rem;
		gap: 1.1rem 1.55rem;
	}

	.fyzio-for-whom {
		padding-top: 3.5rem !important;
		padding-bottom: 3.35rem !important;
	}

	.fyzio-method {
		padding-top: 3.5rem !important;
		padding-bottom: 3.3rem !important;
	}

	.fyzio-media {
		padding-top: 1.6rem !important;
		padding-bottom: 4.7rem !important;
	}

	.fyzio-media-grid {
		gap: 1.15rem;
	}

	.fyzio-home-video {
		min-height: 260px;
	}

	.fyzio-home-cta {
		min-height: 440px;
	}

	.fyzio-home-cta__inner {
		padding-top: 5.6rem;
		padding-bottom: 4.5rem;
		gap: clamp(2.5rem, 5vw, 5rem) !important;
	}

	.fyzio-home-cta h2 {
		font-size: clamp(2.35rem, 3.8vw, 3.8rem);
	}
}


/* Tablet: kompaktnost zachovat, ale nepřehnat ji. */
@media (min-width: 681px) and (max-width: 1080px) {

	.fyzio-hero {
		min-height: 630px;
	}

	.fyzio-hero__copy {
		padding-bottom: 4rem;
	}

	.fyzio-hero__portrait {
		min-height: 510px;
	}

	.fyzio-home .fyzio-section {
		padding-top: 3.8rem;
		padding-bottom: 3.8rem;
	}
}


/* Mobil už byl relativně kompaktní — jen lehké dotažení. */
@media (max-width: 680px) {

	.fyzio-home .fyzio-section {
		padding-top: 3.8rem;
		padding-bottom: 3.8rem;
	}

	.fyzio-home-grid {
		gap: 1.9rem !important;
	}

	.fyzio-home-copy h2 {
		font-size: clamp(1.9rem, 9vw, 2.55rem);
	}

	.fyzio-for-whom,
	.fyzio-method {
		padding-top: 3.4rem !important;
		padding-bottom: 3.4rem !important;
	}

	.fyzio-media {
		padding-top: 1.5rem !important;
		padding-bottom: 4.3rem !important;
	}

	.fyzio-home-cta__inner {
		padding-top: 6.4rem;
		padding-bottom: 4.2rem;
	}
}


/* Fold: zachovat čitelnost i při menší šířce. */
@media (max-width: 390px) and (min-height: 720px) and (orientation: portrait) {

	.fyzio-home .fyzio-section {
		padding-top: 3.35rem;
		padding-bottom: 3.35rem;
	}
}

