.fpl-booking-shell {
	--fpl-booking-cream: #f7f1e8;
	--fpl-booking-paper: #fffaf3;
	--fpl-booking-ink: #241713;
	--fpl-booking-muted: #786c61;
	--fpl-booking-line: rgba(36, 23, 19, 0.16);
	--fpl-booking-black: #050403;
	background: var(--fpl-booking-cream);
	color: var(--fpl-booking-ink);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.fpl-course-purchase-button,
.fpl-course-purchase-button:visited,
.fpl-course-purchase-button:hover,
.fpl-course-purchase-button:focus,
.fpl-course-purchase-button:active {
	color: #fff !important;
}

.fpl-booking-hero,
.fpl-booking-form {
	width: min(100% - 48px, 1280px);
	margin: 0 auto;
}

.fpl-booking-hero {
	padding: clamp(48px, 6vw, 72px) 0 clamp(42px, 5vw, 60px);
	border-bottom: 1px solid var(--fpl-booking-line);
}

.fpl-booking-kicker {
	margin: 0 0 22px;
	color: var(--fpl-booking-muted);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.4;
	text-transform: uppercase;
}

.fpl-booking-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.55fr);
	gap: clamp(32px, 6vw, 88px);
	align-items: end;
}

.fpl-booking-hero h1,
.fpl-booking-panel h2 {
	margin: 0;
	color: var(--fpl-booking-ink);
	font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
	font-weight: 600;
	letter-spacing: 0;
}

.fpl-booking-hero h1 {
	max-width: 760px;
	font-size: clamp(44px, 5.8vw, 76px);
	line-height: 0.98;
}

.fpl-booking-hero p:not(.fpl-booking-kicker) {
	margin: 0 0 12px;
	color: var(--fpl-booking-ink);
	font-size: clamp(16px, 1.35vw, 19px);
	line-height: 1.55;
}

.fpl-booking-history-link {
	display: inline-block;
	margin-top: 20px;
	border-bottom: 1px solid currentColor;
	color: var(--fpl-booking-ink);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.6;
	text-decoration: none;
	text-transform: uppercase;
}

.fpl-booking-notice {
	width: min(100% - 48px, 1500px);
	margin: 28px auto 0;
	padding: 18px 22px;
	border: 1px solid var(--fpl-booking-line);
	background: var(--fpl-booking-paper);
	color: var(--fpl-booking-ink);
	font-size: 15px;
}

.fpl-booking-notice--error {
	border-color: rgba(122, 33, 52, 0.45);
	color: #7a2134;
}

.fpl-booking-notice--success {
	border-color: rgba(43, 98, 62, 0.4);
	color: #245f37;
}

.fpl-booking-hero--compact {
	padding: 56px 0 42px;
}

.fpl-booking-hero--compact h1 {
	font-size: clamp(44px, 5.6vw, 82px);
	line-height: 0.98;
}

.fpl-booking-form {
	padding: clamp(44px, 6vw, 76px) 0;
}

.fpl-booking-form__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.55fr);
	gap: clamp(28px, 5vw, 82px);
	align-items: start;
}

.fpl-booking-panel {
	min-width: 0;
}

.fpl-booking-panel__head {
	margin-bottom: 28px;
}

.fpl-booking-panel h2 {
	font-size: clamp(34px, 3.7vw, 54px);
	line-height: 1;
}

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

.fpl-booking-slot {
	position: relative;
	display: grid;
	min-height: 188px;
	padding: 24px;
	border: 1px solid var(--fpl-booking-line);
	background: var(--fpl-booking-paper);
	cursor: pointer;
	transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.fpl-booking-slot:hover {
	transform: translateY(-3px);
	border-color: rgba(36, 23, 19, 0.42);
}

.fpl-booking-slot input {
	position: absolute;
	inset: 22px 22px auto auto;
	width: 18px;
	height: 18px;
	accent-color: var(--fpl-booking-black);
}

.fpl-booking-slot:has(input:checked) {
	border-color: var(--fpl-booking-black);
	background: #fff;
}

.fpl-booking-slot.is-disabled {
	opacity: 0.52;
	cursor: not-allowed;
}

.fpl-booking-slot__date,
.fpl-booking-slot__meta,
.fpl-booking-slot__price {
	color: var(--fpl-booking-muted);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
	text-transform: uppercase;
}

.fpl-booking-slot__title {
	align-self: end;
	max-width: 80%;
	margin-top: 38px;
	color: var(--fpl-booking-ink);
	font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
	font-size: clamp(24px, 2.4vw, 34px);
	font-weight: 600;
	line-height: 0.98;
}

.fpl-booking-slot__meta {
	margin-top: 24px;
}

.fpl-booking-slot__price {
	margin-top: 8px;
	color: var(--fpl-booking-ink);
}

.fpl-booking-empty {
	margin: 0;
	max-width: 620px;
	color: var(--fpl-booking-muted);
	font-size: 18px;
	line-height: 1.65;
}

.fpl-booking-panel--details {
	position: sticky;
	top: 32px;
	padding: 32px;
	border: 1px solid var(--fpl-booking-line);
	background: #f2eadf;
}

.fpl-booking-fields {
	display: grid;
	gap: 18px;
}

.fpl-booking-fields label {
	display: grid;
	gap: 8px;
	color: var(--fpl-booking-muted);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.3;
	text-transform: uppercase;
}

.fpl-booking-fields input,
.fpl-booking-fields textarea {
	width: 100%;
	border: 0;
	border-bottom: 1px solid rgba(36, 23, 19, 0.35);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: var(--fpl-booking-ink);
	font: 500 17px/1.5 Inter, system-ui, sans-serif;
	outline: none;
	padding: 12px 0;
	transition: border-color 180ms ease;
}

.fpl-booking-fields input:focus,
.fpl-booking-fields textarea:focus {
	border-color: var(--fpl-booking-black);
}

.fpl-booking-fields textarea {
	resize: vertical;
	min-height: 130px;
}

.fpl-booking-submit {
	width: 100%;
	margin-top: 34px;
	border: 1px solid var(--fpl-booking-black);
	border-radius: 0;
	background: var(--fpl-booking-black);
	color: #fffaf3;
	cursor: pointer;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	min-height: 58px;
	padding: 18px 22px;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease;
}

.fpl-booking-submit:hover,
.fpl-booking-submit:focus {
	background: transparent;
	color: var(--fpl-booking-black);
}

.fpl-booking-submit:disabled {
	cursor: not-allowed;
	opacity: 0.45;
}

.fpl-booking-disclaimer {
	margin: 24px 0 0;
	color: var(--fpl-booking-muted);
	font-size: 13px;
	line-height: 1.55;
}

.fpl-booking-history__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	width: min(100% - 48px, 1500px);
	margin: 0 auto;
	padding: clamp(54px, 7vw, 110px) 0;
}

.fpl-booking-history__card {
	display: flex;
	min-height: 320px;
	flex-direction: column;
	align-items: flex-start;
	padding: clamp(26px, 3vw, 42px);
	border: 1px solid var(--fpl-booking-line);
	background: var(--fpl-booking-paper);
}

.fpl-booking-history__status {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin-bottom: 46px;
	color: var(--fpl-booking-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.fpl-booking-history__card h2 {
	max-width: 720px;
	margin: 0;
	color: var(--fpl-booking-ink);
	font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
	font-size: clamp(34px, 4vw, 62px);
	font-weight: 600;
	line-height: 0.98;
}

.fpl-booking-history__course-title,
.fpl-booking-history__session-title {
	display: block;
}

.fpl-booking-history__session-title {
	margin-top: 10px;
	color: var(--fpl-booking-muted);
	font-family: Arial, sans-serif;
	font-size: clamp(17px, 1.8vw, 24px);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
}

.fpl-booking-history__time {
	margin: 22px 0 0;
	font-size: 17px;
	line-height: 1.55;
}

.fpl-booking-history__reference {
	margin: 10px 0 24px;
	color: var(--fpl-booking-muted);
	font-size: 12px;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.fpl-booking-history__join {
	width: auto;
	min-width: 190px;
	margin-top: auto;
	text-align: center;
	text-decoration: none;
}

.fpl-booking-history__pending {
	margin: auto 0 0;
	color: var(--fpl-booking-muted);
	font-size: 14px;
	line-height: 1.55;
}

.fpl-booking-history__material {
	display: inline-block;
	margin: 6px 0 20px;
	border-bottom: 1px solid currentColor;
	color: var(--fpl-booking-ink);
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}

.fpl-booking-history__controls {
	display: grid;
	width: 100%;
	gap: 12px;
	margin-top: 22px;
	padding-top: 20px;
	border-top: 1px solid var(--fpl-booking-line);
}

.fpl-booking-history__controls form,
.fpl-booking-history__controls label {
	display: grid;
	gap: 8px;
}

.fpl-booking-history__controls label span {
	color: var(--fpl-booking-muted);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.fpl-booking-history__controls select,
.fpl-booking-history__controls button {
	width: 100%;
	min-height: 46px;
	border: 1px solid var(--fpl-booking-black);
	border-radius: 0;
	font: 700 12px/1 Inter, system-ui, sans-serif;
	text-transform: uppercase;
}

.fpl-booking-history__controls select {
	background-color: #fff;
	color: var(--fpl-booking-ink);
	padding: 0 14px;
	text-transform: none;
}

.fpl-booking-history__controls button {
	background: var(--fpl-booking-black);
	color: #fff;
	cursor: pointer;
}

.fpl-booking-history__controls .fpl-booking-history__cancel {
	background: transparent;
	color: #7a2134;
	border-color: rgba(122, 33, 52, 0.5);
}

.fpl-student-overview {
	--fpl-booking-cream: #f7f1e8;
	--fpl-booking-paper: #fffaf3;
	--fpl-booking-ink: #241713;
	--fpl-booking-muted: #786c61;
	--fpl-booking-line: rgba(36, 23, 19, 0.16);
	--fpl-booking-black: #050403;
	margin: 0 0 34px;
	padding: clamp(24px, 3vw, 40px);
	border: 1px solid var(--fpl-booking-line);
	background: var(--fpl-booking-cream);
	color: var(--fpl-booking-ink);
}

.fpl-student-overview__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	padding-bottom: 26px;
	border-bottom: 1px solid var(--fpl-booking-line);
}

.fpl-student-overview__header h2,
.fpl-student-overview__section h3 {
	margin: 0;
	color: var(--fpl-booking-ink);
	font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
	font-weight: 600;
}

.fpl-student-overview__header h2 {
	font-size: clamp(32px, 4vw, 52px);
	line-height: 1;
}

.fpl-student-overview__stats {
	display: flex;
	gap: 28px;
}

.fpl-student-overview__stats span {
	display: grid;
	gap: 2px;
	color: var(--fpl-booking-muted);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.fpl-student-overview__stats strong {
	color: var(--fpl-booking-ink);
	font: 600 28px/1 "Playfair Display", Georgia, serif;
}

.fpl-student-overview__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr);
	gap: 24px;
	padding-top: 28px;
}

.fpl-student-overview__grid--bookings {
	grid-template-columns: minmax(0, 1fr);
}

.fpl-brand-student-dashboard .tutor-see-all-courses {
	display: none !important;
}

.fpl-student-overview__section {
	min-width: 0;
}

.fpl-student-overview__section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 16px;
}

.fpl-student-overview__section h3 {
	font-size: 27px;
}

.fpl-student-overview__section-head a,
.fpl-student-overview__empty a {
	color: var(--fpl-booking-ink);
	font-size: 11px;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-transform: uppercase;
}

.fpl-student-overview__sessions,
.fpl-student-overview__courses {
	display: grid;
	gap: 12px;
}

.fpl-student-overview .fpl-booking-history__card {
	min-height: 0;
	padding: 22px;
	background: #fff;
}

.fpl-student-overview .fpl-booking-history__status {
	margin-bottom: 18px;
}

.fpl-student-overview .fpl-booking-history__card h2 {
	font-size: 28px;
}

.fpl-student-overview .fpl-booking-history__time {
	margin-top: 12px;
	font-size: 14px;
}

.fpl-student-overview .fpl-booking-history__reference {
	margin-bottom: 16px;
}

.fpl-student-overview .fpl-booking-history__join {
	min-height: 46px;
	margin-top: 8px;
	padding: 14px 18px;
}

.fpl-student-overview__courses a {
	display: grid;
	gap: 8px;
	padding: 20px;
	border: 1px solid var(--fpl-booking-line);
	background: #fff;
	color: var(--fpl-booking-ink);
	text-decoration: none;
}

.fpl-student-overview__courses span,
.fpl-student-overview__courses em {
	color: var(--fpl-booking-muted);
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
}

.fpl-student-overview__courses strong {
	font: 600 24px/1.05 "Playfair Display", Georgia, serif;
}

.fpl-student-overview__empty {
	padding: 22px;
	border: 1px solid var(--fpl-booking-line);
	background: #fff;
}

.fpl-student-overview__empty p {
	margin: 0 0 14px;
}

@media (max-width: 1024px) {
	.fpl-booking-hero__grid,
	.fpl-booking-form__grid,
	.fpl-student-overview__grid {
		grid-template-columns: 1fr;
	}

	.fpl-booking-panel--details {
		position: static;
	}
}

@media (max-width: 720px) {
	.fpl-booking-hero,
	.fpl-booking-form,
	.fpl-booking-notice {
		width: min(100% - 28px, 1500px);
	}

	.fpl-booking-hero {
		padding-top: 38px;
	}

	.fpl-booking-hero h1 {
		font-size: clamp(38px, 11vw, 52px);
	}

	.fpl-booking-slots {
		grid-template-columns: 1fr;
	}

	.fpl-booking-history__grid {
		grid-template-columns: 1fr;
		width: min(100% - 28px, 1500px);
	}

	.fpl-booking-panel--details {
		padding: 24px;
	}

	.fpl-student-overview {
		margin-bottom: 24px;
		padding: 20px;
	}

	.fpl-student-overview__header {
		align-items: start;
		flex-direction: column;
	}

	.fpl-student-overview__stats {
		width: 100%;
		justify-content: space-between;
	}
}

/* 0.4.2 responsive booking and student-session polish. */
.fpl-booking-shell,
.fpl-booking-shell * {
	box-sizing: border-box;
}

.fpl-booking-shell {
	overflow-x: hidden;
}

.fpl-booking-hero__grid > *,
.fpl-booking-form__grid > *,
.fpl-student-overview__grid > *,
.fpl-booking-history__grid > * {
	min-width: 0;
}

.fpl-booking-hero h1,
.fpl-booking-panel h2,
.fpl-booking-history__card h2,
.fpl-student-overview__header h2,
.fpl-student-overview__section h3 {
	max-width: 100%;
	overflow-wrap: break-word;
	text-wrap: pretty;
}

.fpl-booking-submit,
.fpl-booking-history__join,
.fpl-booking-history__controls button {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	text-align: center;
	white-space: normal;
}

@media (max-width: 900px) {
	.fpl-booking-hero,
	.fpl-booking-form,
	.fpl-booking-notice,
	.fpl-booking-history__grid {
		width: min(100% - 40px, 1280px);
	}

	.fpl-booking-hero__grid,
	.fpl-booking-form__grid,
	.fpl-student-overview__grid {
		gap: 28px;
		grid-template-columns: 1fr;
	}

	.fpl-booking-panel--details {
		position: static;
	}

	.fpl-booking-slots {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.fpl-booking-hero,
	.fpl-booking-form,
	.fpl-booking-notice,
	.fpl-booking-history__grid {
		width: min(100% - 28px, 1280px);
	}

	.fpl-booking-hero {
		padding-bottom: 36px;
		padding-top: 36px;
	}

	.fpl-booking-hero__grid {
		align-items: start;
		gap: 22px;
	}

	.fpl-booking-kicker {
		font-size: 11px;
		margin-bottom: 16px;
	}

	.fpl-booking-hero h1,
	.fpl-booking-hero--compact h1 {
		font-size: clamp(36px, 10vw, 42px);
		line-height: 1.06;
	}

	.fpl-booking-hero p:not(.fpl-booking-kicker) {
		font-size: 16px;
		line-height: 1.62;
	}

	.fpl-booking-history-link {
		margin-top: 12px;
	}

	.fpl-booking-notice {
		font-size: 14px;
		line-height: 1.65;
		margin-top: 20px;
		overflow-wrap: break-word;
		padding: 16px;
	}

	.fpl-booking-form {
		padding-bottom: 54px;
		padding-top: 42px;
	}

	.fpl-booking-panel__head {
		margin-bottom: 20px;
	}

	.fpl-booking-panel h2 {
		font-size: clamp(30px, 8.5vw, 38px);
		line-height: 1.05;
	}

	.fpl-booking-slots,
	.fpl-booking-history__grid {
		grid-template-columns: 1fr;
	}

	.fpl-booking-slot {
		min-height: 168px;
		padding: 22px;
	}

	.fpl-booking-slot input {
		inset: 20px 20px auto auto;
	}

	.fpl-booking-slot__title {
		font-size: clamp(24px, 7vw, 29px);
		line-height: 1.04;
		margin-top: 32px;
		max-width: calc(100% - 34px);
	}

	.fpl-booking-panel--details {
		padding: 22px;
	}

	.fpl-booking-fields input,
	.fpl-booking-fields textarea {
		font-size: 16px;
	}

	.fpl-booking-history__grid {
		gap: 14px;
		padding: 42px 0 60px;
	}

	.fpl-booking-history__card {
		min-height: 0;
		padding: 22px;
	}

	.fpl-booking-history__status {
		margin-bottom: 24px;
	}

	.fpl-booking-history__card h2 {
		font-size: clamp(30px, 8.2vw, 40px);
		line-height: 1.04;
	}

	.fpl-booking-history__join {
		width: 100%;
	}

	.fpl-student-overview {
		border-left: 0;
		border-right: 0;
		margin-left: -4px;
		margin-right: -4px;
		padding: 18px;
	}

	.fpl-student-overview__header {
		align-items: start;
		flex-direction: column;
		gap: 18px;
	}

	.fpl-student-overview__header h2 {
		font-size: clamp(31px, 8.5vw, 40px);
		line-height: 1.04;
	}

	.fpl-student-overview__stats {
		display: grid;
		gap: 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
	}

	.fpl-student-overview__section-head {
		align-items: start;
		flex-direction: column;
		gap: 8px;
	}

	.fpl-student-overview .fpl-booking-history__card,
	.fpl-student-overview__courses a,
	.fpl-student-overview__empty {
		padding: 18px;
	}
}

@media (max-width: 420px) {
	.fpl-booking-hero,
	.fpl-booking-form,
	.fpl-booking-notice,
	.fpl-booking-history__grid {
		width: min(100% - 24px, 1280px);
	}

	.fpl-booking-hero h1,
	.fpl-booking-hero--compact h1 {
		font-size: clamp(34px, 9.3vw, 38px);
	}

	.fpl-booking-slot {
		padding: 20px;
	}

	.fpl-booking-slot__title {
		font-size: 25px;
		max-width: 100%;
		padding-right: 34px;
	}

	.fpl-student-overview__stats {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.fpl-booking-hero h1,
	.fpl-booking-hero--compact h1 {
		font-size: clamp(32px, 9vw, 36px);
		line-height: 1.08;
		max-width: 310px;
		overflow-wrap: break-word;
	}

	.fpl-booking-hero p:not(.fpl-booking-kicker),
	.fpl-booking-notice,
	.fpl-booking-empty,
	.fpl-booking-disclaimer {
		max-width: 310px;
		overflow-wrap: break-word;
	}

	.fpl-booking-notice {
		margin-left: auto;
		margin-right: auto;
	}

	.fpl-booking-panel h2 {
		font-size: clamp(29px, 8vw, 34px);
		max-width: 310px;
	}

	.fpl-booking-slot__title {
		font-size: clamp(22px, 6.4vw, 25px);
		line-height: 1.08;
		max-width: 100%;
		overflow-wrap: anywhere;
		padding-right: 34px;
	}

	.fpl-booking-slot__date,
	.fpl-booking-slot__meta,
	.fpl-booking-slot__price {
		overflow-wrap: anywhere;
	}

	.fpl-student-overview__header h2,
	.fpl-student-overview__section h3 {
		font-size: clamp(28px, 8vw, 34px);
	}
}

/* Student dashboard payment/session actions must stay readable in Tutor shells. */
.fpl-booking-history__join,
.fpl-student-overview .fpl-booking-history__join {
	background: #050403 !important;
	border-color: #050403 !important;
	color: #fffaf3 !important;
}

.fpl-booking-history__join:hover,
.fpl-booking-history__join:focus-visible,
.fpl-student-overview .fpl-booking-history__join:hover,
.fpl-student-overview .fpl-booking-history__join:focus-visible {
	background: #fffaf3 !important;
	color: #050403 !important;
}

.fpl-booking-history__join *,
.fpl-student-overview .fpl-booking-history__join * {
	color: inherit !important;
}

/* Course checkout: Google Calendar-inspired first-session picker. */
.fpl-first-session__topbar {
	width: min(100% - 48px, 1280px);
	margin: 0 auto;
	padding-top: 28px;
}

.fpl-first-session__back {
	display: inline-flex;
	align-items: center;
	border-bottom: 1px solid currentColor;
	color: var(--fpl-booking-ink);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.5;
	text-decoration: none;
	text-transform: uppercase;
}

.fpl-first-session__back:hover,
.fpl-first-session__back:focus-visible {
	color: #7a2134;
}

.fpl-first-session .fpl-booking-hero {
	padding: clamp(24px, 3vw, 38px) 0 clamp(40px, 4.5vw, 58px);
}

.fpl-first-session .fpl-booking-notice {
	width: min(100% - 48px, 1280px);
}

.fpl-first-session .fpl-booking-kicker {
	margin-bottom: 14px;
}

.fpl-first-session .fpl-booking-hero__grid {
	align-items: start;
	grid-template-columns: minmax(0, 1.12fr) minmax(400px, 0.72fr);
	gap: clamp(40px, 6vw, 92px);
}

.fpl-first-session .fpl-booking-hero h1 {
	font-size: clamp(48px, 5.4vw, 74px);
	line-height: 0.98;
}

.fpl-first-session__title {
	display: grid;
	align-content: start;
	gap: 16px;
}

.fpl-first-session .fpl-first-session__lede {
	max-width: 430px;
	margin: 0;
	color: var(--fpl-booking-muted);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
}

.fpl-first-session__intro {
	display: grid;
	gap: 22px;
	padding-left: clamp(24px, 3vw, 42px);
	border-left: 1px solid var(--fpl-booking-line);
}

.fpl-first-session .fpl-first-session__intro > p {
	max-width: 520px;
	margin: 0;
}

.fpl-first-session .fpl-first-session__intro > p:first-child {
	font-size: clamp(17px, 1.35vw, 19px);
	line-height: 1.55;
}

.fpl-first-session__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-bottom: 1px solid var(--fpl-booking-line);
	border-top: 1px solid var(--fpl-booking-line);
}

.fpl-first-session__facts > div {
	display: grid;
	gap: 5px;
	padding: 15px 12px;
}

.fpl-first-session__facts > div:first-child {
	padding-left: 0;
}

.fpl-first-session__facts > div + div {
	border-left: 1px solid var(--fpl-booking-line);
}

.fpl-first-session__facts strong {
	color: var(--fpl-booking-ink);
	font: 700 16px/1.2 Inter, system-ui, sans-serif;
}

.fpl-first-session__facts span {
	color: var(--fpl-booking-muted);
	font-size: 10px;
	font-weight: 800;
	line-height: 1.3;
	text-transform: uppercase;
}

.fpl-first-session .fpl-first-session__followup {
	color: var(--fpl-booking-muted);
	font-size: 13px;
	line-height: 1.6;
}

.fpl-first-session__calendar-wrap {
	width: min(100% - 48px, 1280px);
	margin: 0 auto;
	padding: clamp(40px, 4.5vw, 58px) 0 72px;
}

.fpl-first-session__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 18px;
}

.fpl-first-session__toolbar h2 {
	margin: 0;
	color: var(--fpl-booking-ink);
	font: 600 clamp(36px, 3.8vw, 52px)/1 "Playfair Display", "Cormorant Garamond", Georgia, serif;
}

.fpl-first-session .fpl-first-session__calendar-help {
	margin: 10px 0 0;
	color: var(--fpl-booking-muted);
	font-size: 13px;
	line-height: 1.5;
}

.fpl-first-session__nav {
	display: flex;
	gap: 8px;
}

.fpl-first-session__nav a,
.fpl-first-session__nav span {
	min-width: 132px;
	padding: 12px 16px;
	border: 1px solid var(--fpl-booking-line);
	background: var(--fpl-booking-paper);
	color: var(--fpl-booking-ink);
	font-size: 11px;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.fpl-first-session__nav a:hover,
.fpl-first-session__nav a:focus-visible {
	border-color: var(--fpl-booking-black);
	background: var(--fpl-booking-black);
	color: var(--fpl-booking-paper);
	outline: none;
}

.fpl-first-session__nav span {
	opacity: 0.35;
}

.fpl-first-session__legend {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 22px;
	margin-bottom: 18px;
	color: var(--fpl-booking-muted);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.fpl-first-session__legend span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.fpl-first-session__legend span::before {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #9b9086;
	content: "";
}

.fpl-first-session__legend .is-available::before {
	background: #2f7044;
}

.fpl-first-session__legend .is-booked::before {
	background: #8a3348;
}

.fpl-first-session__weekdays,
.fpl-first-session__calendar {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.fpl-first-session__weekdays {
	border: 0;
	border-bottom: 1px solid var(--fpl-booking-line);
	background: #eee5da;
}

.fpl-first-session__weekdays span {
	padding: 12px 14px;
	color: var(--fpl-booking-muted);
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.fpl-first-session__calendar {
	border: 0;
}

.fpl-first-session__calendar-wrap form {
	overflow: hidden;
	border: 1px solid var(--fpl-booking-line);
	background: var(--fpl-booking-paper);
}

.fpl-first-session__mobile-agenda {
	display: none;
}

.fpl-first-session__day {
	min-width: 0;
	min-height: 138px;
	padding: 12px;
	border-bottom: 1px solid var(--fpl-booking-line);
	border-right: 1px solid var(--fpl-booking-line);
	background: var(--fpl-booking-paper);
}

.fpl-first-session__day:nth-child(7n) {
	border-right: 0;
}

.fpl-first-session__day:nth-last-child(-n + 7) {
	border-bottom: 0;
}

.fpl-first-session__day.is-outside {
	background: #eee8df;
	opacity: 0.48;
}

.fpl-first-session__day.is-today {
	position: relative;
	z-index: 1;
	background: #fffaf0;
	box-shadow: inset 0 0 0 2px #b8862f;
}

.fpl-first-session__date {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 12px;
	color: var(--fpl-booking-muted);
}

.fpl-first-session__date span {
	display: none;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.fpl-first-session__date strong {
	color: var(--fpl-booking-ink);
	font: 600 23px/1 "Playfair Display", Georgia, serif;
}

.fpl-first-session__today {
	margin-left: auto;
	padding: 4px 7px;
	border-radius: 999px;
	background: #b8862f;
	color: #fffaf3;
	font: 800 8px/1 Inter, system-ui, sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fpl-first-session__times {
	display: grid;
	gap: 7px;
}

.fpl-first-session__time {
	display: grid;
	width: 100%;
	gap: 3px;
	padding: 9px 10px;
	border: 1px solid transparent;
	border-radius: 3px;
	background: #ece7df;
	color: var(--fpl-booking-muted);
	font-family: Inter, system-ui, sans-serif;
	text-align: left;
}

.fpl-first-session__time strong {
	font-size: 11px;
	line-height: 1.25;
}

.fpl-first-session__time span,
.fpl-first-session__empty {
	font-size: 9px;
	font-weight: 800;
	line-height: 1.3;
	text-transform: uppercase;
}

.fpl-first-session__time.is-available {
	border-color: rgba(47, 112, 68, 0.38);
	background: #e4f0e6;
	color: #245f37;
	cursor: pointer;
}

.fpl-first-session__time.is-available:hover,
.fpl-first-session__time.is-available:focus-visible {
	border-color: #245f37;
	background: #d6e8d9;
	outline: none;
}

.fpl-first-session__time.is-booked {
	background: #f0dfe3;
	color: #7a2134;
}

.fpl-first-session__time:disabled {
	cursor: not-allowed;
	opacity: 1;
}

.fpl-first-session__empty {
	color: #9b9086;
}

.fpl-first-session__footnote {
	max-width: 780px;
	margin: 22px 0 0;
	color: var(--fpl-booking-muted);
	font-size: 13px;
	line-height: 1.65;
}

.fpl-first-session__hold {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.fpl-first-session__hold > div {
	display: grid;
	gap: 5px;
}

.fpl-first-session__hold .fpl-booking-submit {
	width: auto;
	min-width: 210px;
	margin: 0;
	color: #fffaf3;
	text-align: center;
	text-decoration: none;
}

.fpl-first-session__hold .fpl-booking-submit:hover,
.fpl-first-session__hold .fpl-booking-submit:focus {
	color: var(--fpl-booking-black);
}

@media (max-width: 900px) {
	.fpl-first-session .fpl-booking-hero {
		display: none;
	}

	.fpl-first-session .fpl-booking-hero__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.fpl-first-session__intro {
		padding: 24px 0 0;
		border-left: 0;
		border-top: 1px solid var(--fpl-booking-line);
	}

	.fpl-first-session__calendar-wrap {
		width: min(100% - 32px, 1500px);
	}

	.fpl-first-session__topbar {
		width: min(100% - 32px, 1500px);
		padding-top: 16px;
	}

	.fpl-first-session__toolbar,
	.fpl-first-session__hold {
		align-items: stretch;
		flex-direction: column;
	}

	.fpl-first-session__hold .fpl-booking-submit {
		width: 100%;
	}

	.fpl-first-session__calendar-wrap {
		padding-top: 20px;
	}

	.fpl-first-session__toolbar {
		gap: 14px;
		margin-bottom: 14px;
	}

	.fpl-first-session .fpl-first-session__calendar-help {
		margin-top: 7px;
	}

	.fpl-first-session__legend {
		margin-bottom: 12px;
	}

	.fpl-first-session__full-calendar {
		display: none;
	}

	.fpl-first-session__mobile-agenda {
		display: grid;
		gap: 0;
	}

	.fpl-first-session__today-card {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 20px;
		padding: 18px;
		border-bottom: 1px solid var(--fpl-booking-line);
		background: #fffaf0;
		box-shadow: inset 4px 0 0 #b8862f;
	}

	.fpl-first-session__today-card > div {
		display: grid;
		gap: 5px;
	}

	.fpl-first-session__today-label {
		color: #8d641f;
		font-size: 10px;
		font-weight: 800;
		letter-spacing: 0.1em;
		text-transform: uppercase;
	}

	.fpl-first-session__today-card strong {
		color: var(--fpl-booking-ink);
		font: 600 24px/1.1 "Playfair Display", Georgia, serif;
	}

	.fpl-first-session__today-card p {
		max-width: 280px;
		margin: 0;
		color: var(--fpl-booking-muted);
		font-size: 12px;
		font-weight: 700;
		line-height: 1.45;
		text-align: right;
	}

	.fpl-first-session__mobile-list-heading {
		display: flex;
		align-items: end;
		justify-content: space-between;
		gap: 18px;
		padding: 16px 18px 12px;
		border-bottom: 1px solid var(--fpl-booking-line);
	}

	.fpl-first-session__mobile-list-heading span {
		max-width: 48%;
		color: var(--fpl-booking-muted);
		font-size: 10px;
		font-weight: 800;
		line-height: 1.35;
		text-transform: uppercase;
	}

	.fpl-first-session__mobile-list-heading strong {
		color: var(--fpl-booking-ink);
		font-size: 13px;
		line-height: 1.3;
		text-align: right;
	}

	.fpl-first-session__mobile-day {
		display: grid;
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 14px;
		padding: 14px 18px;
		border-bottom: 1px solid var(--fpl-booking-line);
	}

	.fpl-first-session__mobile-day:last-child {
		border-bottom: 0;
	}

	.fpl-first-session__mobile-date {
		display: grid;
		align-content: start;
		gap: 4px;
	}

	.fpl-first-session__mobile-date span {
		color: var(--fpl-booking-muted);
		font-size: 10px;
		font-weight: 800;
		text-transform: uppercase;
	}

	.fpl-first-session__mobile-date strong {
		color: var(--fpl-booking-ink);
		font: 600 21px/1 "Playfair Display", Georgia, serif;
	}

	.fpl-first-session__mobile-day .fpl-first-session__times {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fpl-first-session__mobile-empty {
		margin: 0;
		padding: 20px 18px;
		color: var(--fpl-booking-muted);
		font-size: 13px;
		line-height: 1.55;
	}

	.fpl-first-session__date span {
		display: block;
	}

	.fpl-first-session__footnote {
		margin-top: 14px;
		font-size: 11px;
		line-height: 1.5;
	}
}

@media (max-width: 480px) {
	.fpl-first-session .fpl-booking-hero {
		padding-bottom: 34px;
		padding-top: 22px;
	}

	.fpl-first-session__topbar {
		width: min(100% - 24px, 1500px);
		padding-top: 20px;
	}

	.fpl-first-session .fpl-booking-hero h1 {
		font-size: clamp(36px, 11vw, 44px);
		max-width: none;
	}

	.fpl-first-session__facts > div {
		padding: 13px 8px;
	}

	.fpl-first-session__facts > div:first-child {
		padding-left: 0;
	}

	.fpl-first-session__facts strong {
		font-size: 14px;
	}

	.fpl-first-session__facts span {
		font-size: 9px;
	}

	.fpl-first-session__calendar-wrap {
		width: min(100% - 24px, 1500px);
		padding-bottom: 48px;
		padding-top: 16px;
	}

	.fpl-first-session__toolbar h2 {
		font-size: 32px;
	}

	.fpl-first-session__nav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fpl-first-session__nav a,
	.fpl-first-session__nav span {
		min-width: 0;
		padding: 10px 12px;
	}

	.fpl-first-session__today-card {
		align-items: start;
		flex-direction: column;
		gap: 8px;
		padding: 16px;
	}

	.fpl-first-session__today-card strong {
		font-size: 22px;
	}

	.fpl-first-session__today-card p {
		max-width: none;
		text-align: left;
	}

	.fpl-first-session__mobile-list-heading,
	.fpl-first-session__mobile-day {
		padding-left: 16px;
		padding-right: 16px;
	}

	.fpl-first-session__mobile-day {
		grid-template-columns: 64px minmax(0, 1fr);
		gap: 10px;
	}

	.fpl-first-session__mobile-day .fpl-first-session__times {
		grid-template-columns: 1fr;
	}
}

/* Custom Pattern Appointment form. */
.fpl-custom-pattern-section {
	padding: clamp(20px, 2.5vw, 40px) 0 clamp(20px, 2.5vw, 40px);
}

.fpl-custom-pattern-section .fpl-shell {
	max-width: min(100% - 48px, 860px);
	margin: 0 auto;
}

.fpl-custom-pattern-section h1 {
	margin: 0 0 clamp(24px, 3vw, 32px);
	color: var(--fpl-ink, #090807);
	font-family: var(--fpl-serif, "Playfair Display", Georgia, serif);
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.06;
	text-align: center;
}

.fpl-custom-pattern-form {
	display: grid;
	gap: clamp(20px, 3vw, 32px);
	max-width: 640px;
	margin: 0 auto;
}

.fpl-form-row {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
}

.fpl-form-row > label {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.3;
	color: var(--fpl-ink, #090807);
	text-transform: none;
}

.fpl-form-row .fpl-required {
	color: var(--fpl-oxblood, #6f2434);
	font-weight: 700;
}

.fpl-form-row input[type="text"],
.fpl-form-row input[type="email"],
.fpl-form-row input[type="tel"],
.fpl-form-row input[type="file"],
.fpl-form-row textarea {
	padding: 14px 16px;
	border: 1px solid var(--fpl-line, rgba(43, 32, 27, 0.2));
	border-radius: 6px;
	font-family: var(--fpl-sans, Inter, Helvetica, Arial, sans-serif);
	font-size: 16px;
	line-height: 1.45;
	background: var(--fpl-paper, #fbf8f2);
	color: var(--fpl-ink, #090807);
	box-shadow: inset 0 1px 2px rgba(43, 32, 27, 0.04);
	transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.fpl-form-row input[type="text"]:focus,
.fpl-form-row input[type="email"]:focus,
.fpl-form-row input[type="tel"]:focus,
.fpl-form-row input[type="file"]:focus,
.fpl-form-row textarea:focus {
	outline: none;
	border-color: var(--fpl-oxblood, #6f2434);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(111, 36, 52, 0.12);
}

.fpl-form-row input[type="file"] {
	padding: 10px;
	cursor: pointer;
}

.fpl-form-row input[type="file"]::file-selector-button {
	padding: 8px 14px;
	margin-right: 12px;
	border: 1px solid var(--fpl-line, rgba(43, 32, 27, 0.2));
	border-radius: 4px;
	background: var(--fpl-cream, #f4efe7);
	color: var(--fpl-brown, #2b201b);
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: background 180ms ease;
}

.fpl-form-row input[type="file"]::file-selector-button:hover {
	background: var(--fpl-beige, #ded1c0);
}

.fpl-form-row textarea {
	resize: vertical;
	min-height: 120px;
}

.fpl-form-row input::placeholder,
.fpl-form-row textarea::placeholder {
	color: var(--fpl-taupe, #a99a8c);
}

.fpl-radio-group {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: stretch;
}

.fpl-radio {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border: 1px solid var(--fpl-line, rgba(43, 32, 27, 0.2));
	border-radius: 6px;
	background: var(--fpl-paper, #fbf8f2);
	color: var(--fpl-brown, #2b201b);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	cursor: pointer;
	transition: border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.fpl-radio:hover {
	border-color: var(--fpl-taupe, #a99a8c);
}

.fpl-radio input[type="radio"] {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--fpl-oxblood, #6f2434);
	cursor: pointer;
}

.fpl-radio:has(input[type="radio"]:checked) {
	background: #fff;
	border-color: var(--fpl-oxblood, #6f2434);
	color: var(--fpl-ink, #090807);
	box-shadow: 0 0 0 1px var(--fpl-oxblood, #6f2434), 0 4px 12px rgba(43, 32, 27, 0.06);
}

.fpl-radio--sub {
	font-weight: 500;
	font-size: 14px;
}

.fpl-custom-pattern-form__measurements {
	display: none;
	margin-top: 16px;
	padding: 20px;
	border: 1px solid var(--fpl-line, rgba(43, 32, 27, 0.2));
	border-radius: 6px;
	background: var(--fpl-paper, #fbf8f2);
}

.fpl-field-hint {
	font-size: 13px;
	line-height: 1.45;
	color: var(--fpl-taupe, #a99a8c);
	margin: 4px 0 0;
}

.fpl-button,
.fpl-button:visited,
.fpl-button:hover,
.fpl-button:focus,
.fpl-button:active {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 28px;
	border: 1px solid transparent;
	border-radius: 6px;
	font-family: var(--fpl-sans, Inter, Helvetica, Arial, sans-serif);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.01em;
	text-decoration: none;
	cursor: pointer;
	transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.fpl-button--primary {
	background: var(--fpl-ink, #090807);
	color: var(--fpl-cream, #f4efe7);
	border-color: var(--fpl-ink, #090807);
}

.fpl-button--primary:hover,
.fpl-button--primary:focus {
	background: var(--fpl-brown, #2b201b);
	border-color: var(--fpl-brown, #2b201b);
	color: var(--fpl-cream, #f4efe7);
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(43, 32, 27, 0.12);
}

.fpl-button--primary:disabled,
.fpl-button--primary:disabled:hover,
.fpl-button--primary:disabled:focus {
	background: var(--fpl-taupe, #a99a8c);
	border-color: var(--fpl-taupe, #a99a8c);
	color: var(--fpl-paper, #fbf8f2);
	transform: none;
	box-shadow: none;
	cursor: not-allowed;
}

.fpl-form-row--submit {
	flex-direction: row;
	align-items: center;
	gap: 16px;
	margin-top: 8px;
}

.fpl-custom-pattern-form__spinner {
	width: 20px;
	height: 20px;
	border: 2px solid var(--fpl-line, rgba(43, 32, 27, 0.2));
	border-top-color: var(--fpl-oxblood, #6f2434);
	border-radius: 50%;
	animation: fpl-spin 0.8s linear infinite;
}

@keyframes fpl-spin {
	to { transform: rotate(360deg); }
}

.fpl-custom-pattern-confirmation,
.fpl-notice {
	padding: clamp(20px, 3vw, 28px);
	border: 1px solid var(--fpl-line, rgba(43, 32, 27, 0.2));
	border-radius: 6px;
	background: var(--fpl-paper, #fbf8f2);
	color: var(--fpl-brown, #2b201b);
	margin-bottom: 32px;
}

.fpl-custom-pattern-confirmation__title {
	margin: 0 0 10px;
	color: var(--fpl-ink, #090807);
	font-family: var(--fpl-serif, "Playfair Display", Georgia, serif);
	font-size: clamp(20px, 2.4vw, 26px);
	font-weight: 500;
	line-height: 1.2;
}

.fpl-custom-pattern-confirmation p:not(.fpl-custom-pattern-confirmation__title):not(.fpl-custom-pattern-confirmation__ref) {
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 1.6;
}

.fpl-custom-pattern-confirmation__ref {
	margin: 14px 0 0;
	color: var(--fpl-taupe, #a99a8c);
	font-size: 14px;
	letter-spacing: 0.01em;
}

.fpl-notice--success {
	background: #fff;
	border-color: rgba(67, 112, 71, 0.35);
	color: #2e5b35;
}

.fpl-notice--error {
	background: #fff;
	border-color: rgba(147, 44, 61, 0.35);
	color: #7a2134;
}

@media (max-width: 640px) {
	.fpl-custom-pattern-form {
		gap: 20px;
	}

	.fpl-form-row input[type="text"],
	.fpl-form-row input[type="email"],
	.fpl-form-row input[type="tel"],
	.fpl-form-row input[type="file"],
	.fpl-form-row textarea {
		font-size: 16px;
		padding: 12px 14px;
	}

	.fpl-radio-group {
		gap: 8px;
	}

	.fpl-radio {
		padding: 8px 12px;
		font-size: 14px;
	}

	.fpl-form-row--submit {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
	}

	.fpl-button--primary {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.fpl-custom-pattern-section h1 {
		font-size: clamp(28px, 7.5vw, 36px);
	}
}
