/*
Theme Name: Frantzeska Karagianni — Entrepreneur Child
Theme URI: https://frantzeska-karagianni.gr/
Description: Child theme for the restored Frantzeska Karagianni website. Built on Entrepreneur's Yoga demo visual system.
Author: Frantzeska Karagianni
Template: entrepreneurx
Version: 1.0.0
Text Domain: frantzeska
*/

:root {
	--frk-coral: #ff875f;
	--frk-blue: #0075a2;
	--frk-ink: #29333a;
	--frk-muted: #66747b;
	--frk-sky: #edf7fa;
	--frk-sand: #fff7f2;
	--frk-line: #dbe7eb;
	--frk-white: #fff;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 90px;
}

body {
	color: var(--frk-ink);
	font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
	font-size: 17px;
	line-height: 1.7;
}

body .content {
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar .navbar-nav > li > a {
	font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
}

a {
	color: var(--frk-blue);
}

a:hover,
a:focus {
	color: var(--frk-coral);
}

.btn,
button,
input[type="submit"],
.frk-button {
	border-radius: 999px;
}

.navbar .navbar-brand img {
	max-height: 52px;
	width: auto;
}

.navbar .navbar-nav > li > a {
	font-weight: 700;
	letter-spacing: 0.01em;
}

.frk-section {
	padding: 92px 0;
}

.frk-container {
	margin: 0 auto;
	max-width: 1170px;
	padding: 0 20px;
	width: 100%;
}

.frk-narrow {
	max-width: 820px;
}

.frk-eyebrow {
	color: var(--frk-coral);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.frk-title {
	color: var(--frk-ink);
	font-size: clamp(2.25rem, 5vw, 4.5rem);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.08;
	margin: 0 0 24px;
}

.frk-lead {
	color: var(--frk-muted);
	font-size: 1.12rem;
}

.frk-button {
	background: var(--frk-coral);
	border: 2px solid var(--frk-coral);
	color: var(--frk-white) !important;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 800;
	justify-content: center;
	padding: 12px 24px;
	text-decoration: none !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.frk-button:hover,
.frk-button:focus {
	background: #f36f47;
	box-shadow: 0 12px 28px rgba(255, 135, 95, 0.28);
	color: var(--frk-white);
	transform: translateY(-2px);
}

.frk-button--secondary {
	background: transparent;
	border-color: var(--frk-blue);
	color: var(--frk-blue) !important;
}

.frk-button--secondary:hover,
.frk-button--secondary:focus {
	background: var(--frk-blue);
	color: var(--frk-white) !important;
}

.frk-hero {
	background: linear-gradient(110deg, var(--frk-sand) 0 57%, var(--frk-sky) 57% 100%);
	min-height: 690px;
}

.frk-hero__grid {
	align-items: center;
	display: grid;
	gap: 64px;
	grid-template-columns: 1.04fr 0.96fr;
	min-height: 690px;
}

.frk-hero__copy {
	padding: 70px 0;
}

.frk-hero__copy h1 {
	color: var(--frk-ink);
	font-size: clamp(3.6rem, 7vw, 6.5rem);
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 0.98;
	margin: 12px 0 28px;
}

.frk-hero__role {
	color: var(--frk-muted);
	font-size: 1.06rem;
	margin-bottom: 32px;
}

.frk-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.frk-hero__visual {
	align-self: stretch;
	display: flex;
	justify-content: center;
	position: relative;
}

.frk-hero__visual::before {
	background: var(--frk-coral);
	border-radius: 50% 50% 14px 14px;
	content: "";
	inset: 10% 7% 3%;
	opacity: 0.16;
	position: absolute;
}

.frk-hero__visual img {
	align-self: end;
	filter: saturate(0.86);
	max-height: 650px;
	object-fit: cover;
	position: relative;
	width: 91%;
	z-index: 1;
}

.frk-hero__quote {
	background: var(--frk-blue);
	bottom: 52px;
	color: var(--frk-white);
	font-size: 1.08rem;
	font-style: italic;
	font-weight: 700;
	padding: 22px;
	position: absolute;
	right: -8px;
	width: 245px;
	z-index: 2;
}

.frk-intro {
	background: var(--frk-white);
	border-bottom: 1px solid var(--frk-line);
	text-align: center;
}

.frk-intro h2 {
	color: var(--frk-coral);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.frk-intro p {
	color: var(--frk-ink);
	font-size: clamp(1.35rem, 2.6vw, 2rem);
	font-weight: 600;
	line-height: 1.55;
}

.frk-services {
	background: var(--frk-white);
}

.frk-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.frk-card {
	background: var(--frk-white);
	border: 1px solid var(--frk-line);
	border-radius: 18px;
	box-shadow: 0 14px 36px rgba(0, 70, 96, 0.06);
	color: var(--frk-ink);
	display: flex;
	flex-direction: column;
	min-height: 285px;
	overflow: hidden;
	padding: 30px;
	text-decoration: none !important;
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.frk-card:hover,
.frk-card:focus {
	border-color: rgba(255, 135, 95, 0.6);
	box-shadow: 0 18px 42px rgba(0, 70, 96, 0.12);
	color: var(--frk-ink);
	transform: translateY(-5px);
}

.frk-card__number {
	color: var(--frk-coral);
	font-size: 0.84rem;
	font-weight: 800;
}

.frk-card h3 {
	font-size: 1.45rem;
	font-weight: 800;
	line-height: 1.25;
	margin: auto 0 12px;
}

.frk-card p {
	color: var(--frk-muted);
	font-size: 0.92rem;
	margin-bottom: 18px;
}

.frk-card__link {
	color: var(--frk-blue);
	font-size: 0.84rem;
	font-weight: 800;
}

.frk-banner {
	align-items: center;
	background: var(--frk-blue);
	border-radius: 22px;
	color: var(--frk-white);
	display: flex;
	gap: 30px;
	justify-content: space-between;
	margin-top: 46px;
	padding: 42px;
}

.frk-banner h3 {
	color: var(--frk-white);
	font-size: 2rem;
	margin: 3px 0 8px;
}

.frk-banner p {
	margin: 0;
	opacity: 0.86;
}

.frk-banner .frk-eyebrow {
	color: #ffd3c5;
}

.frk-split {
	display: grid;
	gap: 64px;
	grid-template-columns: 1fr 1fr;
}

.frk-editorial {
	background: var(--frk-sand);
}

.frk-editorial__accent {
	background: var(--frk-sky);
	border-radius: 24px;
	padding: 44px;
}

.frk-rich {
	color: var(--frk-muted);
}

.frk-rich h2,
.frk-rich h3,
.frk-rich h4 {
	color: var(--frk-ink);
	font-weight: 800;
	line-height: 1.25;
	margin: 1.5em 0 0.55em;
}

.frk-rich h2:first-child,
.frk-rich h3:first-child {
	margin-top: 0;
}

.frk-rich p {
	margin-bottom: 1.2em;
}

.frk-rich li {
	margin-bottom: 0.5em;
}

.frk-rich blockquote {
	border-left: 4px solid var(--frk-coral);
	color: var(--frk-ink);
	font-size: 1.25rem;
	font-style: italic;
	margin: 2rem 0;
	padding: 0.7rem 0 0.7rem 1.4rem;
}

.frk-about {
	background: var(--frk-white);
}

.frk-about__grid {
	align-items: start;
	display: grid;
	gap: 76px;
	grid-template-columns: 0.82fr 1.18fr;
}

.frk-about__image {
	position: sticky;
	top: 110px;
}

.frk-about__image > img:first-child {
	aspect-ratio: 0.88;
	border-radius: 48% 48% 20px 20px;
	filter: saturate(0.8);
	object-fit: cover;
	width: 100%;
}

.frk-signature {
	margin: 22px auto 0;
	max-width: 320px;
}

.frk-training {
	border-bottom: 1px solid var(--frk-line);
	border-top: 1px solid var(--frk-line);
	margin-top: 28px;
}

.frk-training summary,
.frk-faq summary {
	color: var(--frk-ink);
	cursor: pointer;
	font-size: 1.12rem;
	font-weight: 800;
	padding: 18px 0;
}

.frk-training > div,
.frk-faq details > div {
	padding-bottom: 18px;
}

.frk-content-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.frk-content-card {
	background: var(--frk-white);
	border: 1px solid var(--frk-line);
	border-radius: 18px;
	box-shadow: 0 14px 34px rgba(0, 70, 96, 0.06);
	overflow: hidden;
}

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

.frk-content-card__body {
	padding: 26px;
}

.frk-content-card h3 {
	font-size: 1.3rem;
	font-weight: 800;
	line-height: 1.3;
	margin: 0 0 10px;
}

.frk-content-card p {
	color: var(--frk-muted);
	font-size: 0.9rem;
}

.frk-media {
	background: var(--frk-blue);
	color: var(--frk-white);
}

.frk-media .frk-title {
	color: var(--frk-white);
}

.frk-articles {
	background: var(--frk-white);
}

.frk-faq-section {
	background: var(--frk-sand);
}

.frk-faq-grid {
	display: grid;
	gap: 70px;
	grid-template-columns: 0.8fr 1.2fr;
}

.frk-faq {
	border-top: 1px solid var(--frk-line);
}

.frk-faq details {
	border-bottom: 1px solid var(--frk-line);
}

.frk-contact {
	background: var(--frk-sky);
}

.frk-contact__grid {
	display: grid;
	gap: 70px;
	grid-template-columns: 1fr 1fr;
}

.frk-contact__details {
	border-top: 1px solid #c3dce5;
	display: grid;
}

.frk-contact__details a {
	border-bottom: 1px solid #c3dce5;
	color: var(--frk-ink);
	display: flex;
	flex-direction: column;
	font-size: 1.06rem;
	font-weight: 700;
	padding: 15px 0;
	text-decoration: none;
}

.frk-contact__details small {
	color: var(--frk-coral);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.frk-page-hero {
	background: linear-gradient(120deg, var(--frk-sand), var(--frk-sky));
	padding: 88px 0 72px;
}

.frk-page-hero h1 {
	color: var(--frk-ink);
	font-size: clamp(2.7rem, 6vw, 5.4rem);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.04;
	margin: 8px 0 0;
	overflow-wrap: anywhere;
}

.frk-detail {
	display: grid;
	gap: 65px;
	grid-template-columns: minmax(0, 820px) 260px;
	padding-bottom: 90px;
	padding-top: 70px;
}

.frk-featured {
	border-radius: 20px;
	margin-bottom: 36px;
	max-height: 600px;
	object-fit: cover;
	width: 100%;
}

.frk-aside {
	border-top: 1px solid var(--frk-line);
	position: sticky;
	top: 115px;
}

.frk-aside a {
	border-bottom: 1px solid var(--frk-line);
	color: var(--frk-ink);
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 12px 0;
}

.frk-cta {
	background: var(--frk-sand);
	border-radius: 20px;
	margin-top: 54px;
	padding: 34px;
}

.frk-cta h2 {
	font-size: 1.8rem;
	font-weight: 800;
	margin: 0 0 8px;
}

.frk-archive-grid {
	padding-bottom: 90px;
	padding-top: 65px;
}

.footer {
	background: #193543;
	color: rgba(255, 255, 255, 0.78);
}

.footer a,
.footer h3,
.footer h4 {
	color: var(--frk-white);
}

.footer-btm-bar {
	background: #122a36;
}

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

	.frk-hero__grid {
		gap: 28px;
	}

	.frk-detail {
		grid-template-columns: 1fr;
	}

	.frk-aside {
		position: static;
	}
}

@media (max-width: 767px) {
	.frk-section {
		padding: 68px 0;
	}

	.frk-hero {
		background: var(--frk-sand);
	}

	.frk-hero__grid {
		display: flex;
		flex-direction: column;
		min-height: auto;
	}

	.frk-hero__copy {
		padding: 62px 0 24px;
	}

	.frk-hero__copy h1 {
		font-size: clamp(3.3rem, 16vw, 5.2rem);
	}

	.frk-hero__visual {
		background: var(--frk-sky);
		min-height: 440px;
		width: 100%;
	}

	.frk-hero__quote {
		bottom: 18px;
		right: 0;
	}

	.frk-grid,
	.frk-content-grid,
	.frk-split,
	.frk-about__grid,
	.frk-faq-grid,
	.frk-contact__grid {
		grid-template-columns: 1fr;
	}

	.frk-about__image {
		position: static;
	}

	.frk-banner {
		align-items: flex-start;
		flex-direction: column;
		padding: 30px;
	}

	.frk-editorial__accent {
		padding: 28px;
	}

	.frk-page-hero {
		padding: 65px 0 52px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
