:root {
	--frk-repair-ink: #29333a;
	--frk-repair-muted: #66747b;
}

body.frk-yoga-structure {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 16px;
	line-height: 1.65;
}

body.frk-yoga-structure p,
body.frk-yoga-structure li,
body.frk-yoga-structure input,
body.frk-yoga-structure textarea,
body.frk-yoga-structure button {
	font-family: Arial, Helvetica, sans-serif !important;
}

body.frk-yoga-structure h1,
body.frk-yoga-structure h2,
body.frk-yoga-structure h3,
body.frk-yoga-structure h4,
body.frk-yoga-structure h5,
body.frk-yoga-structure h6 {
	font-family: Georgia, "Times New Roman", serif !important;
	font-weight: 500;
}

body.frk-yoga-structure .navbar .navbar-nav > li > a,
body.frk-yoga-structure .navbar .dropdown-menu a,
body.frk-yoga-structure .frk-button,
body.frk-yoga-structure .frk-eyebrow,
body.frk-yoga-structure .frk-card__link {
	font-family: Arial, Helvetica, sans-serif !important;
}

body.frk-yoga-structure .navbar .navbar-brand img {
	height: 42px !important;
	max-height: 42px !important;
	object-fit: contain;
	width: 48px !important;
}

body.frk-yoga-structure .frk-hero__copy h1 {
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: clamp(4rem, 7.1vw, 6.4rem);
	font-weight: 500 !important;
	letter-spacing: -0.035em;
	line-height: 1.12;
}

body.frk-yoga-structure .frk-title,
body.frk-yoga-structure .frk-card h3,
body.frk-yoga-structure .frk-content-card h3,
body.frk-yoga-structure .frk-rich h2,
body.frk-yoga-structure .frk-rich h3 {
	font-weight: 500;
}

body.frk-yoga-structure .frk-content-card img,
body.frk-yoga-structure .frk-featured {
	background: #edf7fa;
	display: block;
	height: auto;
	max-width: 100%;
}

body.frk-yoga-structure .frk-content-card img {
	aspect-ratio: 1.45;
	object-fit: cover;
	width: 100%;
}

body.frk-yoga-structure .frk-media .frk-content-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.frk-yoga-structure .frk-faq summary {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 500;
}

body.frk-yoga-structure .frk-faq details > div {
	max-height: 28rem;
	overflow-y: auto;
	padding-right: 12px;
}

@media (max-width: 991px) {
	body.frk-yoga-structure .frk-media .frk-content-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body.frk-yoga-structure .frk-section {
		padding: 50px 0;
	}

	body.frk-yoga-structure .frk-container {
		padding-left: 22px;
		padding-right: 22px;
	}

	body.frk-yoga-structure .frk-hero__copy {
		padding: 42px 0 14px;
	}

	body.frk-yoga-structure .frk-hero__copy h1 {
		font-size: clamp(3rem, 13vw, 4.2rem);
		line-height: 1.04;
		margin-bottom: 20px;
	}

	body.frk-yoga-structure .frk-hero__visual {
		min-height: 390px;
	}

	body.frk-yoga-structure .frk-hero__visual img {
		max-height: 430px;
		width: 100%;
	}

	body.frk-yoga-structure .frk-grid,
	body.frk-yoga-structure .frk-content-grid,
	body.frk-yoga-structure .frk-media .frk-content-grid {
		grid-template-columns: 1fr;
	}

	body.frk-yoga-structure .frk-card {
		min-height: 0;
		padding: 24px;
	}

	body.frk-yoga-structure .frk-about__image {
		position: static;
	}
}

