.fys-directory,
.fys-recruitment-page,
.fys-profile-page,
.fys-homepage,
.fys-founder-profile,
.fys-pricing,
.fys-guarantee,
.fys-calendar {
	--fys-ink: #14213d;
	--fys-paper: #fbfaf6;
	--fys-white: #ffffff;
	--fys-soft: #f2eee5;
	--fys-line: #ddd7ca;
	--fys-accent: #f59f62;
	--fys-accent-deep: #c95f28;
	--fys-mint: #b9e4d3;
	--fys-muted: #687184;
	--fys-radius-large: 28px;
	--fys-radius-medium: 18px;
	--fys-shadow: 0 24px 70px rgba(20, 33, 61, 0.12);
	color: var(--fys-ink);
	background: var(--fys-paper);
	font-family: inherit;
	line-height: 1.6;
}

.fys-directory *,
.fys-recruitment-page *,
.fys-profile-page *,
.fys-homepage *,
.fys-founder-profile *,
.fys-pricing *,
.fys-guarantee *,
.fys-calendar * {
	box-sizing: border-box;
}

.fys-shell {
	width: min(calc(100% - 40px), 1180px);
	margin-inline: auto;
}

.fys-eyebrow {
	margin: 0 0 14px;
	color: var(--fys-accent-deep);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.fys-section-heading {
	max-width: 800px;
	margin-bottom: 50px;
}

.fys-section-heading h1,
.fys-section-heading h2,
.fys-recruitment-page h1,
.fys-recruitment-page h2,
.fys-recruitment-page h3,
.fys-profile-page h1,
.fys-profile-page h2,
.fys-directory h1,
.fys-directory h2,
.fys-directory h3 {
	margin-top: 0;
	color: var(--fys-ink);
	line-height: 1.12;
	letter-spacing: -0.035em;
}

.fys-section-heading h1,
.fys-recruitment-page h1,
.fys-profile-page h1 {
	font-size: clamp(2.7rem, 6vw, 5.3rem);
}

.fys-section-heading h2,
.fys-recruitment-page h2,
.fys-profile-page h2 {
	font-size: clamp(2rem, 4vw, 3.5rem);
}

.fys-centered {
	margin-inline: auto;
	text-align: center;
}

.fys-lead,
.fys-section-heading > p:last-child,
.fys-profile-headline {
	color: var(--fys-muted);
	font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.fys-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 0 22px;
	border: 1px solid var(--fys-accent);
	border-radius: 14px;
	color: var(--fys-ink) !important;
	background: var(--fys-accent);
	box-shadow: 0 10px 24px rgba(245, 159, 98, 0.22);
	font-weight: 800;
	text-decoration: none !important;
	transition: transform 160ms ease, background 160ms ease;
}

.fys-button:hover {
	color: var(--fys-ink) !important;
	background: #ffae74;
	transform: translateY(-2px);
}

.fys-text-link,
.fys-back-link {
	color: var(--fys-ink);
	font-weight: 800;
	text-decoration: none !important;
}

.fys-text-link span {
	display: inline-block;
	transition: transform 160ms ease;
}

.fys-text-link:hover span {
	transform: translateX(4px);
}

.fys-button-row {
	display: flex;
	align-items: center;
	gap: 22px;
	margin-top: 28px;
}

.fys-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.fys-chip-list span {
	display: inline-flex;
	padding: 7px 10px;
	border-radius: 999px;
	color: var(--fys-ink);
	background: var(--fys-soft);
	font-size: 0.74rem;
	font-weight: 800;
}


.fys-homepage {
	overflow: hidden;
}

.fys-home-hero {
	padding: 78px 0 88px;
	background:
		radial-gradient(circle at 12% 12%, rgba(245,159,98,0.16), transparent 28%),
		radial-gradient(circle at 88% 18%, rgba(185,228,211,0.46), transparent 30%),
		var(--fys-paper);
}

.fys-home-hero-grid {
	display: grid;
	grid-template-columns: 1.08fr 0.92fr;
	align-items: center;
	gap: 72px;
}

.fys-home-logo-row {
	display: block;
	max-width: 620px;
	margin-bottom: 12px;
}

.fys-home-logo-row img {
	width: min(100%, 620px);
	height: auto;
	display: block;
	object-fit: contain;
}

.fys-home-region-line {
	margin: 0 0 22px;
	color: var(--fys-muted);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fys-home-hero h1 {
	max-width: 760px;
	margin: 0 0 22px;
	color: var(--fys-ink);
	font-size: clamp(2.8rem, 6.5vw, 5.5rem);
	line-height: 1.02;
	letter-spacing: -0.055em;
}

.fys-home-hero-media {
	position: relative;
}

.fys-home-hero-media > img {
	width: 100%;
	aspect-ratio: 4 / 5;
	display: block;
	border-radius: 32px;
	box-shadow: var(--fys-shadow);
	object-fit: cover;
}

.fys-home-photo-note {
	position: absolute;
	right: -22px;
	bottom: 28px;
	width: min(300px, calc(100% - 30px));
	padding: 18px;
	border: 1px solid rgba(255,255,255,0.65);
	border-radius: 16px;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 16px 38px rgba(20,33,61,0.15);
	backdrop-filter: blur(12px);
}

.fys-home-photo-note strong,
.fys-home-photo-note span {
	display: block;
}

.fys-home-photo-note strong {
	margin-bottom: 3px;
	color: var(--fys-ink);
}

.fys-home-photo-note span {
	color: var(--fys-muted);
	font-size: 0.84rem;
}

.fys-home-proof-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 22px;
	padding: 0;
	margin: 30px 0 0;
	list-style: none;
	color: var(--fys-muted);
	font-size: 0.88rem;
	font-weight: 700;
}

.fys-home-proof-list li::before {
	content: "✓";
	margin-right: 8px;
	color: var(--fys-accent-deep);
}

.fys-home-trust {
	padding: 28px 0;
	border-top: 1px solid var(--fys-line);
	border-bottom: 1px solid var(--fys-line);
	background: var(--fys-white);
}

.fys-home-trust-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0,1fr));
	gap: 28px;
}

.fys-home-trust strong,
.fys-home-trust span {
	display: block;
}

.fys-home-trust strong {
	margin-bottom: 4px;
	color: var(--fys-ink);
}

.fys-home-trust span {
	color: var(--fys-muted);
	font-size: 0.86rem;
}


.fys-home-locations {
	padding: 92px 0;
	background: var(--fys-paper);
}

.fys-location-grid {
	width: min(100%, 900px);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin-inline: auto;
}

.fys-location-grid article {
	padding: 32px;
	border: 1px solid var(--fys-line);
	border-radius: var(--fys-radius-large);
	background: var(--fys-white);
}

.fys-location-label {
	margin: 0 0 16px;
	color: var(--fys-accent-deep);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.fys-location-grid h3 {
	margin: 0 0 10px;
	color: var(--fys-ink);
	font-size: 1.8rem;
}

.fys-location-grid p:last-child {
	margin-bottom: 0;
	color: var(--fys-muted);
}

.fys-home-instruments {
	background: var(--fys-paper);
}

.fys-instrument-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0,1fr));
	gap: 18px;
}

.fys-instrument-grid article {
	min-height: 235px;
	padding: 25px;
	border: 1px solid var(--fys-line);
	border-radius: var(--fys-radius-medium);
	background: var(--fys-white);
}

.fys-instrument-grid article > span {
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	margin-bottom: 34px;
	border-radius: 14px;
	color: var(--fys-white);
	background: var(--fys-ink);
	font-size: 0.78rem;
	font-weight: 800;
}

.fys-instrument-grid h3 {
	margin-bottom: 8px;
	color: var(--fys-ink);
	font-size: 1.18rem;
}

.fys-instrument-grid p {
	margin-bottom: 0;
	color: var(--fys-muted);
	font-size: 0.9rem;
}

.fys-home-process {
	display: grid;
	grid-template-columns: repeat(4, minmax(0,1fr));
	border: 1px solid rgba(255,255,255,0.14);
	border-radius: var(--fys-radius-large);
	overflow: hidden;
}

.fys-home-process article {
	min-height: 260px;
	padding: 28px;
	border-right: 1px solid rgba(255,255,255,0.14);
}

.fys-home-process article:last-child {
	border-right: 0;
}

.fys-home-process strong {
	display: block;
	margin-bottom: 48px;
	color: var(--fys-accent);
	font-size: 0.8rem;
}

.fys-home-process h3 {
	color: var(--fys-white);
}

.fys-home-process p {
	color: #c8d0dc;
}


.fys-home-trial {
	padding: 88px 0;
	background: #fff7d6;
}

.fys-home-trial-grid {
	display: grid;
	grid-template-columns: 1.08fr 0.92fr;
	align-items: center;
	gap: 64px;
}

.fys-home-trial h2 {
	margin: 0 0 18px;
	color: var(--fys-ink);
	font-size: clamp(2rem, 4.5vw, 3.8rem);
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.fys-home-trial p {
	color: var(--fys-muted);
}

.fys-home-trial-card {
	padding: 30px;
	border: 1px solid rgba(111,67,0,0.16);
	border-radius: var(--fys-radius-large);
	background: var(--fys-white);
	box-shadow: var(--fys-shadow);
}

.fys-home-trial-card h3 {
	margin: 18px 0 10px;
	color: var(--fys-ink);
	font-size: 1.45rem;
}

.fys-home-trial-card .fys-button {
	margin-top: 12px;
}

.fys-home-story {
	background: var(--fys-white);
}

.fys-home-story-grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	align-items: center;
	gap: 78px;
}

.fys-home-story-media img {
	width: 100%;
	aspect-ratio: 1 / 1;
	display: block;
	border-radius: var(--fys-radius-large);
	box-shadow: var(--fys-shadow);
	object-fit: cover;
}

.fys-home-story h2,
.fys-home-founder h2,
.fys-home-contact h2 {
	margin: 0 0 18px;
	color: var(--fys-ink);
	font-size: clamp(2rem, 4vw, 3.6rem);
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.fys-home-story p,
.fys-home-founder p,
.fys-home-contact p {
	color: var(--fys-muted);
}

.fys-home-value-list {
	margin-top: 28px;
	border-top: 1px solid var(--fys-line);
}

.fys-home-value-list > div {
	padding: 20px 0;
	border-bottom: 1px solid var(--fys-line);
}

.fys-home-value-list strong,
.fys-home-value-list span {
	display: block;
}

.fys-home-value-list strong {
	color: var(--fys-ink);
}

.fys-home-value-list span {
	margin-top: 3px;
	color: var(--fys-muted);
	font-size: 0.9rem;
}

.fys-home-gallery {
	padding: 0 0 100px;
	background: var(--fys-white);
}

.fys-home-gallery-grid {
	display: grid;
	grid-template-columns: 1fr 0.9fr 1.1fr;
	gap: 16px;
}

.fys-home-gallery img {
	width: 100%;
	height: 330px;
	display: block;
	border-radius: 18px;
	object-fit: cover;
}

.fys-home-founder {
	background: var(--fys-paper);
}

.fys-home-founder-grid {
	display: grid;
	grid-template-columns: 0.75fr 1.25fr;
	align-items: center;
	gap: 82px;
}

.fys-home-founder-photo img {
	width: 100%;
	aspect-ratio: 1 / 1;
	display: block;
	border-radius: var(--fys-radius-large);
	box-shadow: var(--fys-shadow);
	object-fit: cover;
}

.fys-home-contact {
	padding: 74px 0;
	background: var(--fys-mint);
}

.fys-home-contact-grid {
	display: grid;
	grid-template-columns: 1.3fr 0.7fr;
	align-items: center;
	gap: 70px;
}

.fys-home-contact-actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
}

.fys-home-contact-actions > a:not(.fys-button) {
	color: var(--fys-ink);
	font-weight: 800;
	text-align: center;
	text-decoration: none;
}

.fys-founder-profile {
	padding: 80px 0 100px;
	background: var(--fys-paper);
}

.fys-founder-profile-hero {
	display: grid;
	grid-template-columns: 0.75fr 1.25fr;
	align-items: center;
	gap: 72px;
	margin-bottom: 80px;
}

.fys-founder-profile-photo img {
	width: 100%;
	aspect-ratio: 1 / 1;
	display: block;
	border-radius: var(--fys-radius-large);
	box-shadow: var(--fys-shadow);
	object-fit: cover;
}

.fys-founder-profile h1 {
	margin: 0 0 16px;
	color: var(--fys-ink);
	font-size: clamp(3rem, 7vw, 5.8rem);
	line-height: 1;
	letter-spacing: -0.055em;
}

.fys-founder-profile .fys-chip-list {
	margin: 24px 0 30px;
}

.fys-founder-profile-body {
	display: grid;
	grid-template-columns: 1.25fr 0.75fr;
	gap: 76px;
	align-items: start;
}

.fys-founder-profile-body article h2 {
	margin: 34px 0 14px;
	color: var(--fys-ink);
	font-size: clamp(1.8rem, 4vw, 3rem);
	line-height: 1.12;
	letter-spacing: -0.04em;
}

.fys-founder-profile-body article p {
	color: var(--fys-muted);
	font-size: 1.04rem;
}

.fys-founder-inline-photo {
	margin: 38px 0;
}

.fys-founder-inline-photo img {
	width: 100%;
	max-height: 520px;
	display: block;
	border-radius: var(--fys-radius-large);
	object-fit: cover;
}

.fys-founder-profile-body aside {
	display: grid;
	gap: 16px;
}

.fys-founder-profile-body aside section {
	padding: 24px;
	border: 1px solid var(--fys-line);
	border-radius: var(--fys-radius-medium);
	background: var(--fys-white);
}

.fys-founder-profile-body aside h2 {
	margin: 0 0 8px;
	color: var(--fys-ink);
	font-size: 1.15rem;
}

.fys-founder-profile-body aside p {
	margin: 0;
	color: var(--fys-muted);
}

.fys-founder-contact-card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	background: var(--fys-mint) !important;
	border-color: transparent !important;
}

.fys-founder-contact-card a {
	color: var(--fys-ink);
	font-weight: 800;
	text-decoration: none;
}

.fys-directory {
	padding: 90px 0;
}

.fys-filter-bar {
	display: grid;
	grid-template-columns: 0.8fr 0.8fr 1.4fr;
	gap: 16px;
	margin-bottom: 18px;
	padding: 20px;
	border: 1px solid var(--fys-line);
	border-radius: var(--fys-radius-medium);
	background: var(--fys-white);
}

.fys-filter-bar label {
	color: var(--fys-ink);
	font-size: 0.82rem;
	font-weight: 800;
}

.fys-filter-bar label span {
	display: block;
	margin-bottom: 7px;
}

.fys-filter-bar select,
.fys-filter-bar input {
	width: 100%;
	min-height: 48px;
	padding: 10px 12px;
	border: 1px solid var(--fys-line);
	border-radius: 11px;
	color: var(--fys-ink);
	background: var(--fys-paper);
	font: inherit;
}

.fys-directory-count {
	min-height: 28px;
	margin-bottom: 18px;
	color: var(--fys-muted);
	font-size: 0.86rem;
	font-weight: 700;
}

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

.fys-teacher-card {
	overflow: hidden;
	border: 1px solid var(--fys-line);
	border-radius: var(--fys-radius-medium);
	background: var(--fys-white);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.fys-teacher-card:hover {
	box-shadow: var(--fys-shadow);
	transform: translateY(-4px);
}

.fys-teacher-photo {
	aspect-ratio: 4 / 3;
	display: block;
	overflow: hidden;
	background: var(--fys-soft);
}

.fys-teacher-photo img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.fys-photo-placeholder,
.fys-profile-placeholder {
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	color: var(--fys-white);
	background:
		radial-gradient(circle at 20% 10%, rgba(245,159,98,0.48), transparent 35%),
		radial-gradient(circle at 85% 80%, rgba(185,228,211,0.32), transparent 32%),
		var(--fys-ink);
	font-size: 4.5rem;
	font-weight: 800;
}

.fys-teacher-card-body {
	padding: 24px;
}

.fys-status-row {
	min-height: 29px;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 12px;
}

.fys-status {
	display: inline-flex;
	padding: 6px 9px;
	border-radius: 999px;
	color: var(--fys-muted);
	background: var(--fys-soft);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.fys-status-open {
	color: #176348;
	background: #dff5ea;
}

.fys-status-trial {
	color: #6f4300;
	background: #fff0b8;
}

.fys-profile-status-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
}

.fys-profile-intro .fys-profile-status-row .fys-status {
	margin-bottom: 0;
}

.fys-trial-card {
	border-color: transparent !important;
	background: #fff7d6 !important;
}

.fys-teacher-card h2 {
	margin-bottom: 8px;
	font-size: 1.55rem;
}

.fys-teacher-card h2 a {
	color: var(--fys-ink);
	text-decoration: none;
}

.fys-teacher-headline {
	min-height: 50px;
	margin: 0 0 15px;
	color: var(--fys-muted);
}

.fys-card-summary {
	margin: 18px 0;
	color: var(--fys-muted);
}

.fys-card-summary p {
	margin-bottom: 0;
}

.fys-no-results,
.fys-empty-state {
	grid-column: 1 / -1;
	padding: 42px;
	border: 1px solid var(--fys-line);
	border-radius: var(--fys-radius-large);
	background: var(--fys-white);
	text-align: center;
}

.fys-directory-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	margin-top: 56px;
	padding: 38px;
	border-radius: var(--fys-radius-large);
	background: var(--fys-mint);
}

.fys-directory-cta h2 {
	margin-bottom: 8px;
	font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.fys-directory-cta p:last-child {
	margin-bottom: 0;
	color: var(--fys-muted);
}

.fys-recruitment-hero {
	padding: 105px 0 90px;
	background:
		radial-gradient(circle at 88% 18%, rgba(185,228,211,0.62), transparent 27%),
		var(--fys-paper);
}

.fys-recruitment-hero-grid {
	display: grid;
	grid-template-columns: 1.2fr 0.65fr;
	align-items: center;
	gap: 80px;
}

.fys-recruitment-card {
	padding: 32px;
	border: 1px solid rgba(255,255,255,0.7);
	border-radius: var(--fys-radius-large);
	background: rgba(255,255,255,0.82);
	box-shadow: var(--fys-shadow);
}

.fys-recruitment-card h2 {
	font-size: 2rem;
}

.fys-recruitment-card .fys-chip-list {
	margin-top: 24px;
}

.fys-content-section {
	padding: 105px 0;
}

.fys-feature-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border: 1px solid var(--fys-line);
	border-radius: var(--fys-radius-large);
	overflow: hidden;
}

.fys-feature-grid article {
	min-height: 265px;
	padding: 28px;
	border-right: 1px solid var(--fys-line);
	background: var(--fys-white);
}

.fys-feature-grid article:last-child {
	border-right: 0;
}

.fys-feature-grid article > span {
	display: block;
	margin-bottom: 52px;
	color: var(--fys-accent-deep);
	font-size: 0.78rem;
	font-weight: 800;
}

.fys-feature-grid p,
.fys-benefit-list p,
.fys-requirements p,
.fys-process-row p {
	color: var(--fys-muted);
}

.fys-dark-section {
	color: var(--fys-white);
	background: var(--fys-ink);
}

.fys-dark-section h2,
.fys-dark-section h3 {
	color: var(--fys-white);
}

.fys-dark-section .fys-eyebrow {
	color: var(--fys-accent);
}

.fys-dark-section p {
	color: #c8d0dc;
}

.fys-split-section {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: 90px;
	align-items: start;
}

.fys-benefit-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.fys-benefit-list article,
.fys-requirements p {
	margin: 0;
	padding: 22px;
	border: 1px solid rgba(255,255,255,0.14);
	border-radius: 14px;
}

.fys-benefit-list article h3 {
	margin-bottom: 8px;
	font-size: 1.12rem;
}

.fys-benefit-list article p {
	margin-bottom: 0;
}

.fys-requirements {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.fys-requirements p {
	position: relative;
	padding-left: 48px;
	color: var(--fys-muted);
	background: var(--fys-white);
	border-color: var(--fys-line);
}

.fys-requirements p::before {
	content: "✓";
	position: absolute;
	left: 20px;
	color: var(--fys-accent-deep);
	font-weight: 800;
}

.fys-soft-section {
	background: var(--fys-soft);
}

.fys-process-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.fys-process-row article {
	padding: 26px;
	border-radius: var(--fys-radius-medium);
	background: var(--fys-white);
}

.fys-process-row strong {
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	margin-bottom: 28px;
	border-radius: 50%;
	color: var(--fys-ink);
	background: var(--fys-mint);
}

.fys-recruitment-cta {
	padding: 70px 0;
	background: var(--fys-mint);
}

.fys-recruitment-cta .fys-shell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.fys-recruitment-cta h2 {
	max-width: 800px;
	margin-bottom: 0;
}

.fys-profile-hero {
	padding: 82px 0;
	background:
		radial-gradient(circle at 85% 18%, rgba(185,228,211,0.52), transparent 27%),
		var(--fys-paper);
}

.fys-profile-hero-grid {
	display: grid;
	grid-template-columns: 0.72fr 1.28fr;
	align-items: center;
	gap: 70px;
}

.fys-profile-image {
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border-radius: var(--fys-radius-large);
	box-shadow: var(--fys-shadow);
	background: var(--fys-soft);
}

.fys-profile-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.fys-profile-intro .fys-back-link {
	display: block;
	margin-bottom: 28px;
}

.fys-profile-intro .fys-status {
	margin-bottom: 18px;
}

.fys-profile-intro h1 {
	margin-bottom: 16px;
}

.fys-profile-intro .fys-chip-list {
	margin: 24px 0 30px;
}

.fys-profile-content-grid {
	display: grid;
	grid-template-columns: 1.25fr 0.75fr;
	gap: 90px;
	align-items: start;
}

.fys-profile-bio {
	font-size: 1.05rem;
}

.fys-profile-bio > *:not(.fys-eyebrow) {
	max-width: 760px;
}

.fys-profile-sidebar {
	display: grid;
	gap: 16px;
}

.fys-profile-sidebar section {
	padding: 24px;
	border: 1px solid var(--fys-line);
	border-radius: var(--fys-radius-medium);
	background: var(--fys-white);
}

.fys-profile-sidebar h2 {
	margin-bottom: 8px;
	font-size: 1.15rem;
}

.fys-profile-sidebar p {
	margin-bottom: 0;
	color: var(--fys-muted);
}

.fys-profile-cta-card {
	background: var(--fys-mint) !important;
	border-color: transparent !important;
}

.fys-profile-cta-card .fys-button {
	width: 100%;
	margin-top: 20px;
}

.fys-video-link {
	margin-top: 40px;
	padding-top: 34px;
	border-top: 1px solid var(--fys-line);
}




.fys-compensation-note {
	margin-top: 20px;
	padding: 18px 20px;
	border-left: 4px solid var(--fys-accent);
	color: #dbe1ea !important;
	background: rgba(255,255,255,0.07);
}

.fys-calendar {
	padding: 95px 0;
	color: var(--fys-ink);
	background: var(--fys-paper);
}

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

.fys-calendar-card {
	padding: 28px;
	border: 1px solid var(--fys-line);
	border-radius: var(--fys-radius-large);
	background: var(--fys-white);
}

.fys-calendar-card-accent {
	border-color: transparent;
	background: var(--fys-mint);
}

.fys-calendar-season {
	margin: 0 0 20px;
	color: var(--fys-accent-deep);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.fys-calendar-card ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.fys-calendar-card li {
	padding: 15px 0;
	border-bottom: 1px solid var(--fys-line);
}

.fys-calendar-card li:first-child {
	padding-top: 0;
}

.fys-calendar-card li:last-child {
	border-bottom: 0;
}

.fys-calendar-card strong,
.fys-calendar-card span {
	display: block;
}

.fys-calendar-card strong {
	margin-bottom: 3px;
	color: var(--fys-ink);
}

.fys-calendar-card span,
.fys-calendar-card > p:last-child,
.fys-calendar-footnote {
	color: var(--fys-muted);
	font-size: 0.88rem;
}

.fys-calendar-card > p:last-child {
	margin: 20px 0 0;
}

.fys-calendar-footnote {
	max-width: 800px;
	margin: 28px auto 0;
	text-align: center;
}

.fys-pricing {
	padding: 95px 0;
	color: var(--fys-ink);
	background: var(--fys-soft);
}

.fys-pricing-grid {
	width: min(100%, 880px);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-inline: auto;
}

.fys-price-card {
	position: relative;
	padding: 36px;
	border: 1px solid var(--fys-line);
	border-radius: var(--fys-radius-large);
	background: var(--fys-white);
}

.fys-price-card-featured {
	border-color: var(--fys-ink);
	box-shadow: var(--fys-shadow);
}

.fys-price-badge {
	position: absolute;
	top: 18px;
	right: 18px;
	margin: 0;
	padding: 7px 10px;
	border-radius: 999px;
	color: var(--fys-ink);
	background: var(--fys-mint);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.fys-price-label {
	margin: 0 0 14px;
	color: var(--fys-ink);
	font-weight: 800;
}

.fys-price {
	margin: 0 0 26px;
	color: var(--fys-ink);
	font-size: 3.6rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.04em;
}

.fys-price > span {
	vertical-align: top;
	font-size: 1.3rem;
}

.fys-price small {
	margin-left: 7px;
	color: var(--fys-muted);
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0;
}

.fys-price-card ul {
	padding: 0;
	margin: 0 0 30px;
	list-style: none;
}

.fys-price-card li {
	position: relative;
	padding: 10px 0 10px 26px;
	color: var(--fys-muted);
	border-bottom: 1px solid var(--fys-line);
}

.fys-price-card li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--fys-accent-deep);
	font-weight: 800;
}

.fys-price-card .fys-button {
	width: 100%;
}

.fys-pricing-note {
	max-width: 720px;
	margin: 24px auto 0;
	color: var(--fys-muted);
	font-size: 0.86rem;
	text-align: center;
}

.fys-guarantee {
	padding: 54px 0;
	color: var(--fys-ink);
	background: var(--fys-mint);
}

.fys-guarantee-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding: 34px;
	border: 1px solid rgba(20, 33, 61, 0.08);
	border-radius: var(--fys-radius-large);
	background: rgba(255,255,255,0.48);
}

.fys-guarantee h2 {
	margin: 0 0 8px;
	color: var(--fys-ink);
	font-size: clamp(1.8rem, 4vw, 2.8rem);
	line-height: 1.12;
	letter-spacing: -0.035em;
}

.fys-guarantee p:last-child {
	max-width: 820px;
	margin-bottom: 0;
	color: var(--fys-muted);
}

@media (max-width: 980px) {
	.fys-home-trial-grid {
		grid-template-columns: 1fr;
	}

	.fys-home-hero-grid,
	.fys-home-story-grid,
	.fys-home-founder-grid,
	.fys-home-contact-grid,
	.fys-founder-profile-hero,
	.fys-founder-profile-body {
		grid-template-columns: 1fr;
	}

	.fys-home-hero-media {
		max-width: 680px;
	}

	.fys-home-photo-note {
		right: 18px;
	}

	.fys-instrument-grid,
	.fys-home-process {
		grid-template-columns: repeat(2, minmax(0,1fr));
	}

	.fys-home-process article:nth-child(2) {
		border-right: 0;
	}

	.fys-home-process article:nth-child(-n+2) {
		border-bottom: 1px solid rgba(255,255,255,0.14);
	}

	.fys-home-gallery-grid {
		grid-template-columns: repeat(2, minmax(0,1fr));
	}

	.fys-home-gallery img:last-child {
		grid-column: 1 / -1;
	}

	.fys-teacher-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fys-recruitment-hero-grid,
	.fys-split-section,
	.fys-profile-hero-grid,
	.fys-profile-content-grid {
		grid-template-columns: 1fr;
	}

	.fys-feature-grid,
	.fys-process-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fys-feature-grid article:nth-child(2) {
		border-right: 0;
	}

	.fys-feature-grid article:nth-child(-n+2) {
		border-bottom: 1px solid var(--fys-line);
	}

	.fys-profile-image {
		max-width: 520px;
	}
}

@media (max-width: 680px) {
	.fys-location-grid {
		grid-template-columns: 1fr;
	}

	.fys-home-hero {
		padding: 58px 0 66px;
	}

	.fys-home-logo-row {
		max-width: 100%;
	}

	.fys-home-logo-row img {
		width: 100%;
		height: auto;
	}

	.fys-home-region-line {
		font-size: 0.7rem;
	}

	.fys-home-photo-note {
		position: static;
		width: 100%;
		margin-top: 12px;
	}

	.fys-home-proof-list {
		display: grid;
	}

	.fys-home-trust-grid,
	.fys-instrument-grid,
	.fys-home-process,
	.fys-home-gallery-grid {
		grid-template-columns: 1fr;
	}

	.fys-home-process article {
		min-height: auto;
		border-right: 0;
		border-bottom: 1px solid rgba(255,255,255,0.14);
	}

	.fys-home-process article:last-child {
		border-bottom: 0;
	}

	.fys-home-process strong {
		margin-bottom: 30px;
	}

	.fys-home-gallery img,
	.fys-home-gallery img:last-child {
		height: 280px;
		grid-column: auto;
	}

	.fys-home-founder-grid,
	.fys-founder-profile-hero,
	.fys-founder-profile-body {
		gap: 42px;
	}

	.fys-calendar-grid {
		grid-template-columns: 1fr;
	}

	.fys-pricing-grid {
		grid-template-columns: 1fr;
	}

	.fys-price-card {
		padding: 26px;
	}

	.fys-guarantee-inner {
		align-items: stretch;
		flex-direction: column;
		padding: 26px;
	}

	.fys-shell {
		width: min(calc(100% - 28px), 1180px);
	}

	.fys-directory,
	.fys-content-section {
		padding: 72px 0;
	}

	.fys-recruitment-hero {
		padding: 74px 0 65px;
	}

	.fys-filter-bar,
	.fys-teacher-grid,
	.fys-feature-grid,
	.fys-process-row,
	.fys-benefit-list,
	.fys-requirements {
		grid-template-columns: 1fr;
	}

	.fys-feature-grid article {
		min-height: auto;
		border-right: 0;
		border-bottom: 1px solid var(--fys-line);
	}

	.fys-feature-grid article:last-child {
		border-bottom: 0;
	}

	.fys-feature-grid article > span {
		margin-bottom: 30px;
	}

	.fys-button-row,
	.fys-directory-cta,
	.fys-recruitment-cta .fys-shell {
		align-items: stretch;
		flex-direction: column;
	}

	.fys-button-row .fys-text-link {
		text-align: center;
	}

	.fys-directory-cta,
	.fys-recruitment-card {
		padding: 26px;
	}

	.fys-profile-hero {
		padding: 60px 0;
	}
}


.fys-home-location-note {
	max-width: 680px;
	margin: 18px 0 0;
	color: var(--fys-muted);
	font-size: 0.82rem;
	line-height: 1.55;
}

.fys-status-location {
	color: #344763;
	background: #e9eef6;
}

.fys-profile-location-list {
	margin: 0 0 10px;
	padding-left: 20px;
	color: var(--fys-muted);
}

.fys-profile-location-list li {
	margin-bottom: 6px;
}

.fys-small-note {
	margin: 0;
	color: var(--fys-muted);
	font-size: 0.8rem;
}

/* Find Your Sound 2.0 expansion */
.fys-expansion {
	--fys-ink: #14213d;
	--fys-paper: #fbfaf6;
	--fys-white: #ffffff;
	--fys-soft: #f2eee5;
	--fys-line: #ddd7ca;
	--fys-accent: #f59f62;
	--fys-accent-deep: #c95f28;
	--fys-mint: #b9e4d3;
	--fys-muted: #687184;
	--fys-night: #111827;
	--fys-radius-large: 28px;
	--fys-radius-medium: 18px;
	--fys-shadow: 0 24px 70px rgba(20, 33, 61, 0.12);
	color: var(--fys-ink);
	background: var(--fys-paper);
	font-family: inherit;
	line-height: 1.6;
}
.fys-expansion * { box-sizing: border-box; }
.fys-expansion h1,.fys-expansion h2,.fys-expansion h3 { color: var(--fys-ink); line-height: 1.08; letter-spacing: -.035em; }
.fys-expansion h1 { font-size: clamp(3rem,7vw,6rem); margin: 0 0 22px; }
.fys-expansion h2 { font-size: clamp(2rem,4vw,3.7rem); margin: 0 0 20px; }
.fys-expansion h3 { font-size: 1.35rem; margin: 0 0 12px; }
.fys-event-section { padding: 90px 0; }

.fys-gateway-hero { min-height: 78vh; display: flex; align-items: center; padding: 80px 0; background: radial-gradient(circle at 10% 12%,rgba(245,159,98,.2),transparent 34%),radial-gradient(circle at 90% 20%,rgba(185,228,211,.5),transparent 32%),var(--fys-paper); }
.fys-gateway-hero h1 { max-width: 900px; }
.fys-gateway-hero .fys-lead { max-width: 760px; }
.fys-gateway-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 52px; }
.fys-gateway-card { min-height: 300px; display: flex; flex-direction: column; justify-content: flex-end; padding: 40px; border-radius: var(--fys-radius-large); color: var(--fys-white)!important; text-decoration: none!important; box-shadow: var(--fys-shadow); transition: transform .2s ease; overflow: hidden; position: relative; }
.fys-gateway-card:hover { transform: translateY(-5px); }
.fys-gateway-card::before { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent,rgba(10,20,40,.8)); }
.fys-gateway-card > * { position:relative; z-index:1; }
.fys-gateway-card span { font-weight:800; text-transform:uppercase; letter-spacing:.12em; font-size:.76rem; }
.fys-gateway-card strong { font-size:clamp(2rem,4vw,3.4rem); line-height:1.05; margin:8px 0; }
.fys-gateway-card small { font-size:1rem; max-width:440px; }
.fys-gateway-lessons { background:linear-gradient(135deg,#14213d,#274265); }
.fys-gateway-events { background:linear-gradient(135deg,#7b3417,#c95f28); }

.fys-event-hero { padding: 92px 0; background: radial-gradient(circle at 15% 15%,rgba(245,159,98,.22),transparent 34%),var(--fys-paper); }
.fys-event-hero-grid { display:grid; grid-template-columns:1.04fr .96fr; align-items:center; gap:72px; }
.fys-event-hero-photo img { width:100%; aspect-ratio:4/5; object-fit:cover; border-radius:32px; box-shadow:var(--fys-shadow); }
.fys-event-type-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.fys-event-type-grid div { min-height:125px; display:flex; align-items:flex-end; padding:22px; background:var(--fys-white); border:1px solid var(--fys-line); border-radius:18px; font-weight:800; font-size:1.1rem; }
.fys-process { counter-reset:step; display:grid; grid-template-columns:repeat(4,1fr); gap:18px; list-style:none; padding:0; margin:0; }
.fys-process li { position:relative; padding:30px 24px; background:var(--fys-white); border:1px solid var(--fys-line); border-radius:20px; }
.fys-process li::before { counter-increment:step; content:counter(step); width:38px; height:38px; display:grid; place-items:center; margin-bottom:26px; border-radius:50%; background:var(--fys-accent); font-weight:900; }
.fys-process strong,.fys-process span { display:block; }
.fys-process span { color:var(--fys-muted); margin-top:9px; }
.fys-venue-banner,.fys-rate-section { padding:86px 0; color:var(--fys-white); background:var(--fys-ink); }
.fys-venue-banner h2,.fys-rate-section h2,.fys-rate-section p { color:var(--fys-white); max-width:850px; }
.fys-venue-banner > .fys-shell > p:not(.fys-eyebrow) { max-width:780px; font-size:1.15rem; margin-bottom:28px; }
.fys-event-final { padding:84px 0; text-align:center; background:linear-gradient(135deg,var(--fys-soft),#fff); }
.fys-event-final p { font-size:1.15rem; color:var(--fys-muted); }

.fys-directory-controls { display:grid; grid-template-columns:minmax(200px,1.4fr) repeat(5,minmax(130px,1fr)) auto; gap:10px; margin-bottom:30px; }
.fys-directory-controls input,.fys-directory-controls select { width:100%; min-height:48px; padding:0 12px; border:1px solid var(--fys-line); border-radius:12px; background:var(--fys-white); color:var(--fys-ink); }
.fys-exp-reset { min-height:48px; border:0; border-radius:12px; background:var(--fys-ink); color:white; padding:0 18px; cursor:pointer; }
.fys-experience-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.fys-experience-card { overflow:hidden; background:var(--fys-white); border:1px solid var(--fys-line); border-radius:22px; box-shadow:0 15px 40px rgba(20,33,61,.08); }
.fys-exp-card-media { display:block; position:relative; aspect-ratio:4/3; overflow:hidden; background:linear-gradient(135deg,#14213d,#c95f28); }
.fys-exp-card-media img { width:100%; height:100%; object-fit:cover; transition:transform .25s ease; }
.fys-experience-card:hover .fys-exp-card-media img { transform:scale(1.035); }
.fys-status { display:inline-flex; align-items:center; padding:7px 10px; border-radius:999px; font-size:.72rem; font-weight:900; letter-spacing:.04em; text-transform:uppercase; }
.fys-exp-card-media .fys-status { position:absolute; top:14px; left:14px; }
.fys-status-featured { color:#143629; background:#c7efdf; }
.fys-status-expanding { color:#5a3510; background:#ffe1b7; }
.fys-exp-card-body { padding:24px; }
.fys-exp-card-body h3 a { color:var(--fys-ink)!important; text-decoration:none!important; }
.fys-exp-card-body p { color:var(--fys-muted); min-height:52px; }
.fys-price { display:block; margin:18px 0 14px; color:var(--fys-accent-deep); }
.fys-experience-directory.is-compact .fys-experience-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
.fys-empty-state { grid-column:1/-1; padding:50px; text-align:center; background:white; border:1px dashed var(--fys-line); border-radius:20px; }

.fys-exp-single-hero { padding:80px 0; background:radial-gradient(circle at 10% 10%,rgba(245,159,98,.18),transparent 34%),var(--fys-paper); }
.fys-exp-single-grid { display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:65px; }
.fys-exp-single-copy .fys-status { margin:24px 0 16px; }
.fys-exp-single-copy h1 { font-size:clamp(3rem,6vw,5.5rem); }
.fys-exp-single-image img { width:100%; aspect-ratio:4/5; object-fit:cover; border-radius:30px; box-shadow:var(--fys-shadow); }
.fys-exp-price-box { max-width:520px; padding:20px; margin-top:28px; background:white; border:1px solid var(--fys-line); border-radius:16px; }
.fys-exp-price-box span,.fys-exp-price-box strong,.fys-exp-price-box small { display:block; }
.fys-exp-price-box span { color:var(--fys-muted); font-size:.78rem; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.fys-exp-price-box strong { font-size:2rem; margin:5px 0; }
.fys-exp-price-box small { color:var(--fys-muted); }
.fys-network-expanding { padding:55px 0; background:#fff0da; }
.fys-network-expanding p { max-width:820px; }
.fys-exp-content-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:70px; }
.fys-exp-side-details { display:grid; gap:16px; }
.fys-exp-side-details section { padding:24px; background:white; border:1px solid var(--fys-line); border-radius:18px; }
.fys-repertoire-section { padding:80px 0; background:var(--fys-ink); color:white; }
.fys-repertoire-section h2,.fys-repertoire-section .fys-eyebrow { color:white; }
.fys-repertoire-copy { columns:2; max-width:900px; font-size:1.05rem; }
.fys-media-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.fys-media-grid img,.fys-video-wrap { width:100%; border-radius:20px; overflow:hidden; }
.fys-video-wrap iframe { width:100%; aspect-ratio:9/16; max-height:650px; }

.fys-faq-section { padding:90px 0; }
.fys-faq-list { display:grid; gap:12px; max-width:950px; }
.fys-faq-list details { background:white; border:1px solid var(--fys-line); border-radius:15px; overflow:hidden; }
.fys-faq-list summary { cursor:pointer; padding:20px 56px 20px 20px; font-weight:850; position:relative; list-style:none; }
.fys-faq-list summary::after { content:'+'; position:absolute; right:22px; top:15px; font-size:1.6rem; }
.fys-faq-list details[open] summary::after { content:'–'; }
.fys-faq-list details > div { padding:0 20px 18px; color:var(--fys-muted); }

.fys-testimonials { padding:90px 0; background:var(--fys-soft); }
.fys-testimonial-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.fys-testimonial-grid blockquote { margin:0; padding:34px; background:white; border-radius:22px; box-shadow:0 14px 38px rgba(20,33,61,.08); }
.fys-testimonial-grid blockquote p { font-size:1.08rem; }
.fys-testimonial-grid cite { display:flex; flex-direction:column; font-style:normal; }
.fys-testimonial-grid cite span { color:var(--fys-muted); }
.fys-stars { color:#d88618; letter-spacing:.12em; }

.fys-venue-hero,.fys-perform-hero { padding:100px 0; background:radial-gradient(circle at 15% 15%,rgba(245,159,98,.23),transparent 33%),var(--fys-paper); }
.fys-venue-hero .fys-lead,.fys-perform-hero .fys-lead { max-width:850px; }
.fys-partner-benefits { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:start; }
.fys-partner-benefits ul,.fys-network-terms ul { margin:0; padding:28px 28px 28px 48px; background:white; border:1px solid var(--fys-line); border-radius:20px; }
.fys-package-grid,.fys-benefit-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.fys-package-grid article,.fys-benefit-grid article { padding:26px; background:white; border:1px solid var(--fys-line); border-radius:18px; }
.fys-partner-types { display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-bottom:40px; }
.fys-partner-types article { padding:30px; border-radius:20px; background:white; border:1px solid var(--fys-line); }
.fys-network-terms { margin-bottom:30px; }

@media (max-width: 1080px) {
	.fys-directory-controls { grid-template-columns:repeat(3,1fr); }
	.fys-experience-grid,.fys-experience-directory.is-compact .fys-experience-grid { grid-template-columns:repeat(2,1fr); }
	.fys-event-type-grid,.fys-process { grid-template-columns:repeat(2,1fr); }
	.fys-package-grid,.fys-benefit-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 780px) {
	.fys-gateway-grid,.fys-event-hero-grid,.fys-exp-single-grid,.fys-exp-content-grid,.fys-partner-benefits,.fys-partner-types,.fys-testimonial-grid { grid-template-columns:1fr; }
	.fys-gateway-card { min-height:230px; padding:28px; }
	.fys-event-hero,.fys-exp-single-hero,.fys-venue-hero,.fys-perform-hero { padding:65px 0; }
	.fys-event-section,.fys-faq-section,.fys-testimonials { padding:65px 0; }
	.fys-event-hero-grid,.fys-exp-single-grid { gap:38px; }
	.fys-experience-grid,.fys-experience-directory.is-compact .fys-experience-grid,.fys-event-type-grid,.fys-process,.fys-package-grid,.fys-benefit-grid { grid-template-columns:1fr; }
	.fys-directory-controls { grid-template-columns:1fr; }
	.fys-repertoire-copy { columns:1; }
	.fys-media-grid { grid-template-columns:1fr; }
	.fys-event-hero-photo img,.fys-exp-single-image img { aspect-ratio:4/3; }
	.fys-button-row { align-items:stretch; flex-direction:column; }
	.fys-button-row .fys-button { width:100%; }
}
.fys-price-support { margin: -6px 0 10px; color: var(--fys-muted); }
.fys-price-card-featured .fys-price-badge { position: static!important; display: inline-flex; width: auto; margin: 0 0 12px; padding: 6px 10px; font-size: .72rem; border-radius: 999px; }
.fys-calendar-card-accent { background: inherit!important; border-color: var(--fys-line)!important; transform: none!important; }
