.orv-booking {
	--orv-sage: #7f9684;
	--orv-sage-dark: #3f5848;
	--orv-sage-light: #d8e2d7;
	--orv-mist: #eef3ec;
	--orv-cream: #f8f3ea;
	--orv-white: #fffdf8;
	--orv-terracotta: #c87556;
	--orv-text: #26322b;
	--orv-border: rgba(63, 88, 72, .17);
	color: var(--orv-text);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	max-width: 1160px;
	margin: 0 auto;
	padding-bottom: clamp(72px, 8vw, 112px);
	padding-top: clamp(28px, 4vw, 56px);
}

.orv-booking *,
.orv-booking *::before,
.orv-booking *::after {
	box-sizing: border-box;
}

.orv-booking [hidden] {
	display: none !important;
}

.orv-page-intro {
	align-items: center;
	border-bottom: 1px solid var(--orv-border);
	display: grid;
	grid-template-columns: 1fr;
	margin-bottom: 28px;
	min-height: 218px;
	overflow: visible;
	padding: 18px 0 40px;
	position: relative;
	isolation: isolate;
}

.orv-page-intro::after {
	background: radial-gradient(ellipse at 36% 48%, rgba(248, 243, 234, .99) 0%, rgba(248, 243, 234, .97) 31%, rgba(248, 243, 234, .76) 48%, transparent 72%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.orv-page-intro-copy {
	max-width: 62%;
	position: relative;
	z-index: 3;
}

.orv-page-eyebrow {
	color: var(--orv-terracotta);
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .18em;
	margin: 0 0 12px;
}

.orv-page-intro h1 {
	color: var(--orv-text);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.5rem, 4.6vw, 4rem);
	font-weight: 500;
	letter-spacing: -.025em;
	line-height: .98;
	margin: 0 0 16px;
}

.orv-page-intro-copy > p:last-child {
	color: rgba(38, 50, 43, .7);
	font-size: .96rem;
	line-height: 1.6;
	margin: 0;
}

.orv-page-motif {
	display: block;
	justify-self: end;
	max-width: 500px;
	opacity: .5;
	width: 100%;
}

.orv-page-visual {
	background: transparent;
	bottom: 0;
	overflow: hidden;
	position: absolute;
	right: min(0px, calc((1160px - 100vw) / 2));
	top: 0;
	width: min(52vw, 790px);
	z-index: 0;
	pointer-events: none;
}

.orv-page-visual::before {
	background: var(--orv-sage-dark);
	content: "";
	inset: 0;
	mix-blend-mode: color;
	opacity: calc(var(--orv-image-tint, .14) * .18);
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.orv-page-visual::after {
	background:
		linear-gradient(to right, var(--orv-cream) 0%, rgba(248, 243, 234, .94) 16%, rgba(248, 243, 234, .48) 38%, transparent 66%),
		linear-gradient(to bottom, var(--orv-cream) 0%, transparent 32%, transparent 66%, var(--orv-cream) 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 3;
}

.orv-page-custom-image {
	display: block;
	filter: grayscale(.94) sepia(.1) hue-rotate(32deg) saturate(.42) contrast(.9) brightness(1.12);
	height: 100%;
	object-fit: cover;
	object-position: center 48%;
	opacity: var(--orv-image-opacity, .18);
	mix-blend-mode: multiply;
	width: 100%;
	position: relative;
	z-index: 1;
	-webkit-mask-image: radial-gradient(ellipse 78% 92% at 72% 53%, #000 0%, rgba(0, 0, 0, .72) 42%, transparent 82%);
	mask-image: radial-gradient(ellipse 78% 92% at 72% 53%, #000 0%, rgba(0, 0, 0, .72) 42%, transparent 82%);
}

.orv-page-motif path {
	fill: none;
	stroke: var(--orv-sage-light);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.4;
}

.orv-page-motif .orv-branch path:last-child {
	fill: rgba(216, 226, 215, .22);
}

.orv-eyebrow {
	color: var(--orv-terracotta);
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .18em;
	margin: 0 0 9px;
}

.orv-coach-intro {
	max-width: 760px;
	margin: 0 auto 28px;
	text-align: center;
}

.orv-coach-intro h2 {
	color: var(--orv-sage-dark);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.1rem, 4vw, 3rem);
	font-weight: 600;
	line-height: 1.05;
	margin: 0 0 12px;
}

.orv-coach-intro > p:last-child {
	font-size: .95rem;
	line-height: 1.65;
	margin: 0 auto;
}

.orv-coach-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.orv-coach-card {
	appearance: none;
	align-items: center;
	background: linear-gradient(145deg, var(--orv-white), rgba(248, 243, 234, .58));
	border: 1px solid var(--orv-border);
	border-radius: 20px;
	box-shadow: 0 12px 34px rgba(63, 88, 72, .08);
	color: var(--orv-text);
	cursor: pointer;
	display: grid;
	font: inherit;
	grid-template-columns: 132px 1fr;
	gap: 20px;
	min-height: 238px;
	padding: 20px;
	text-align: left;
	text-decoration: none;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
	width: 100%;
}

.orv-coach-card:not([aria-disabled="true"]):hover {
	border-color: var(--orv-sage);
	box-shadow: 0 17px 42px rgba(63, 88, 72, .15);
	transform: translateY(-3px);
}

.orv-coach-card img {
	background: var(--orv-mist);
	border-radius: 48% 48% 45% 45%;
	display: block;
	filter: sepia(.06) saturate(.82) contrast(.97);
	height: 170px;
	object-fit: cover;
	object-position: center 27%;
	width: 132px;
}

.orv-coach-copy,
.orv-coach-copy strong,
.orv-coach-copy small,
.orv-coach-copy span,
.orv-coach-copy em {
	display: block;
}

.orv-coach-copy strong {
	color: var(--orv-sage-dark);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 2.25rem;
	font-weight: 600;
	line-height: 1;
}

.orv-coach-copy small {
	color: var(--orv-terracotta);
	font-size: .72rem;
	font-weight: 700;
	margin-top: 5px;
}

.orv-coach-copy > span {
	font-size: .8rem;
	line-height: 1.55;
	margin-top: 14px;
}

.orv-coach-copy em {
	color: var(--orv-sage-dark);
	font-size: .8rem;
	font-style: normal;
	font-weight: 700;
	margin-top: 17px;
}

.orv-coach-copy em b {
	display: inline-block;
	font-size: 1rem;
	margin-left: 5px;
	transition: transform .2s ease;
}

.orv-coach-card:not([aria-disabled="true"]):hover em b {
	transform: translateX(4px);
}

.orv-coach-card[aria-disabled="true"] {
	background: linear-gradient(145deg, rgba(238, 243, 236, .75), rgba(248, 243, 234, .72));
	cursor: default;
}

.orv-coach-message {
	color: var(--orv-terracotta);
	font-size: .88rem;
	font-weight: 600;
	margin: 15px 0 0;
	min-height: 1.4em;
	text-align: center;
}

.orv-scheduler-top {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 22px;
}

.orv-scheduler-top p {
	color: var(--orv-sage-dark);
	font-size: .9rem;
	margin: 0;
}

.orv-back-coaches {
	appearance: none;
	background: transparent;
	border: 0;
	color: var(--orv-sage-dark);
	cursor: pointer;
	font: inherit;
	font-size: .82rem;
	font-weight: 700;
	padding: 5px 0;
	text-decoration: none;
}

.orv-custom-icon {
	display: inline-block;
	width: 1.15em;
	height: 1.15em;
	object-fit: contain;
	vertical-align: -0.18em;
}

.orv-type-tabs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 22px;
}

.orv-type-tab {
	appearance: none;
	background: var(--orv-white);
	border: 1px solid var(--orv-sage-light);
	border-radius: 18px;
	box-shadow: 0 5px 16px rgba(63, 88, 72, .07);
	color: var(--orv-sage-dark);
	cursor: pointer;
	min-height: 102px;
	padding: 18px 20px 18px 70px;
	position: relative;
	text-align: left;
	transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}

.orv-type-tab::before {
	background: transparent;
	border: 1px solid currentColor;
	border-radius: 50%;
	content: "";
	height: 32px;
	left: 25px;
	opacity: .72;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
}

.orv-type-tab::after {
	background: currentColor;
	border-radius: 50%;
	content: "";
	height: 12px;
	left: 35px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity .18s ease;
	width: 12px;
}

.orv-type-tab.is-active::after {
	opacity: 1;
}

.orv-type-tab:hover {
	box-shadow: 0 9px 24px rgba(63, 88, 72, .13);
	transform: translateY(-2px);
}

.orv-type-tab.is-active {
	background: var(--orv-sage-dark);
	border-color: var(--orv-sage-dark);
	box-shadow: 0 9px 24px rgba(63, 88, 72, .2);
	color: var(--orv-white);
}

.orv-type-tab span,
.orv-type-tab small {
	display: block;
}

.orv-type-tab span {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.3rem, 2.5vw, 1.7rem);
	font-weight: 600;
	line-height: 1.05;
}

.orv-type-tab small {
	font-size: .86rem;
	line-height: 1.35;
	margin-top: 7px;
	opacity: .86;
}

.orv-calendar-panel,
.orv-form,
.orv-success {
	background: var(--orv-white);
	border: 1px solid var(--orv-sage-light);
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(63, 88, 72, .08);
	padding: clamp(18px, 3vw, 28px);
}

.orv-calendar-head {
	align-items: center;
	display: grid;
	grid-template-columns: 42px 1fr 42px;
	margin-bottom: 17px;
}

.orv-calendar-head p {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.orv-period-button {
	align-items: center;
	appearance: none;
	background: var(--orv-mist);
	border: 0;
	border-radius: 50%;
	color: var(--orv-sage-dark);
	cursor: pointer;
	display: inline-flex;
	font-size: 1.2rem;
	height: 42px;
	justify-content: center;
	transition: background-color .18s ease, transform .18s ease;
	width: 42px;
}

.orv-period-button:hover:not(:disabled) {
	background: var(--orv-sage-light);
	transform: scale(1.06);
}

.orv-period-button:disabled {
	cursor: not-allowed;
	opacity: .3;
}

.orv-status {
	background: var(--orv-mist);
	border-radius: 11px;
	color: var(--orv-sage-dark);
	font-size: .88rem;
	margin: 0 0 15px;
	padding: 11px 13px;
	text-align: center;
}

.orv-status.is-error,
.orv-form-message:not(:empty) {
	color: #8a3325;
}

.orv-days {
	display: grid;
	gap: 9px;
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.orv-day-button {
	appearance: none;
	background: var(--orv-white);
	border: 1px solid var(--orv-sage-light);
	border-radius: 13px;
	color: var(--orv-sage-dark);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	font: inherit;
	min-height: 116px;
	padding: 11px 6px 9px;
	text-align: center;
	transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.orv-day-button:hover:not(:disabled),
.orv-day-button.is-active {
	background: var(--orv-sage-dark);
	border-color: var(--orv-sage-dark);
	box-shadow: 0 7px 16px rgba(63, 88, 72, .18);
	color: var(--orv-white);
	transform: translateY(-2px);
}

.orv-day-button.is-unavailable {
	background: var(--orv-mist);
	border-color: transparent;
	color: var(--orv-sage);
	cursor: not-allowed;
	opacity: .58;
}

.orv-day-weekday {
	font-size: .72rem;
	font-weight: 700;
	text-transform: capitalize;
}

.orv-day-button strong {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	margin-top: 6px;
}

.orv-day-button small {
	font-size: .68rem;
	text-transform: capitalize;
}

.orv-day-button em {
	font-size: .6rem;
	font-style: normal;
	margin-top: auto;
	opacity: .8;
}

.orv-times-panel {
	background: var(--orv-cream);
	border-radius: 15px;
	margin-top: 14px;
	padding: 17px;
}

.orv-times-panel h3 {
	color: var(--orv-sage-dark);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.35rem;
	font-weight: 600;
	margin: 0 0 12px;
	text-transform: capitalize;
}

.orv-slots {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.orv-slot {
	appearance: none;
	background: var(--orv-white);
	border: 1px solid var(--orv-sage-light);
	border-radius: 9px;
	color: var(--orv-sage-dark);
	cursor: pointer;
	font: inherit;
	font-size: .9rem;
	font-weight: 600;
	padding: 9px 5px;
	transition: background-color .15s ease, color .15s ease, transform .15s ease;
}

.orv-slot:hover,
.orv-slot.is-selected {
	background: var(--orv-sage-dark);
	border-color: var(--orv-sage-dark);
	color: var(--orv-white);
	transform: translateY(-1px);
}

.orv-form {
	margin-top: 18px;
}

.orv-selection {
	background: var(--orv-mist);
	border-left: 4px solid var(--orv-terracotta);
	border-radius: 8px;
	font-weight: 600;
	margin-bottom: 18px;
	padding: 12px 14px;
}

.orv-form-grid {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.orv-form label span {
	display: block;
	font-size: .88rem;
	font-weight: 600;
	margin-bottom: 6px;
}

.orv-form input[type="text"],
.orv-form input[type="email"] {
	background: #fff;
	border: 1px solid var(--orv-sage-light);
	border-radius: 10px;
	color: var(--orv-text);
	font: inherit;
	min-height: 47px;
	padding: 10px 12px;
	width: 100%;
}

.orv-form input:focus,
.orv-coach-card:focus-visible,
.orv-back-coaches:focus-visible,
.orv-type-tab:focus-visible,
.orv-period-button:focus-visible,
.orv-day-button:focus-visible,
.orv-slot:focus-visible,
.orv-submit:focus-visible {
	box-shadow: 0 0 0 3px rgba(200, 117, 86, .25);
	outline: 2px solid var(--orv-terracotta);
	outline-offset: 2px;
}

.orv-form-wide {
	grid-column: 1 / -1;
}

.orv-consent {
	align-items: flex-start;
	display: flex;
	font-size: .86rem;
	gap: 9px;
	margin: 17px 0;
}

.orv-consent span {
	font-weight: 400 !important;
	margin: 0 !important;
}

.orv-submit {
	appearance: none;
	background: var(--orv-terracotta);
	border: 0;
	border-radius: 10px;
	box-shadow: 0 6px 16px rgba(200, 117, 86, .24);
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	padding: 13px 24px;
	transition: box-shadow .18s ease, transform .18s ease;
}

.orv-submit:hover:not(:disabled) {
	box-shadow: 0 9px 22px rgba(200, 117, 86, .34);
	transform: translateY(-2px);
}

.orv-submit:disabled {
	cursor: wait;
	opacity: .6;
}

.orv-form-message {
	font-size: .88rem;
	margin: 12px 0 0;
}

.orv-success {
	background: var(--orv-mist);
	border-color: var(--orv-sage);
	text-align: center;
}

.orv-success h3 {
	color: var(--orv-sage-dark);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 2rem;
	margin: 0 0 12px;
}

.orv-honeypot {
	left: -10000px !important;
	opacity: 0 !important;
	position: absolute !important;
	top: auto !important;
}

.orv-config-warning {
	background: #fff8e5;
	border-left: 4px solid #dba617;
	padding: 14px 16px;
}

@media (max-width: 820px) {
	.orv-page-intro {
		min-height: 205px;
	}

	.orv-page-intro-copy {
		max-width: 72%;
	}

	.orv-page-visual {
		right: min(0px, calc((1160px - 100vw) / 2));
		width: 64vw;
	}

	.orv-page-custom-image {
		opacity: calc(var(--orv-image-opacity, .18) * .86);
	}

	.orv-coach-card {
		grid-template-columns: 108px 1fr;
		gap: 15px;
		min-height: 210px;
		padding: 17px;
	}

	.orv-coach-card img {
		height: 140px;
		width: 108px;
	}

	.orv-slots {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.orv-page-intro {
		display: block;
		margin-bottom: 22px;
		min-height: 250px;
		padding: 20px 0 30px;
	}

	.orv-page-intro::after {
		background: radial-gradient(ellipse at 28% 44%, rgba(248, 243, 234, .99) 0%, rgba(248, 243, 234, .96) 45%, rgba(248, 243, 234, .7) 66%, transparent 88%);
	}

	.orv-page-intro-copy {
		max-width: 92%;
	}

	.orv-page-intro h1 {
		font-size: clamp(2.35rem, 12vw, 3.25rem);
	}

	.orv-page-motif {
		display: none;
	}

	.orv-page-visual {
		right: -24vw;
		width: 94vw;
	}

	.orv-page-custom-image {
		height: 100%;
		opacity: calc(var(--orv-image-opacity, .18) * .58);
	}

	.orv-coach-grid {
		grid-template-columns: 1fr;
	}

	.orv-coach-intro {
		margin-bottom: 20px;
	}

	.orv-scheduler-top {
		align-items: flex-start;
		gap: 10px;
	}

	.orv-scheduler-top p {
		text-align: right;
	}

	.orv-type-tabs {
		gap: 9px;
	}

	.orv-type-tab {
		min-height: 112px;
		padding: 14px 12px 14px 50px;
	}

	.orv-type-tab::before {
		height: 25px;
		left: 14px;
		width: 25px;
	}

	.orv-type-tab::after {
		height: 9px;
		left: 22px;
		width: 9px;
	}

	.orv-type-tab span {
		font-size: 1.2rem;
	}

	.orv-type-tab small {
		font-size: .76rem;
	}

	.orv-calendar-panel {
		padding-inline: 14px;
	}

	.orv-days {
		display: flex;
		gap: 8px;
		overflow-x: auto;
		padding: 2px 1px 8px;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
	}

	.orv-day-button {
		flex: 0 0 88px;
		min-height: 108px;
		scroll-snap-align: start;
	}

	.orv-slots {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.orv-form-grid {
		grid-template-columns: 1fr;
	}

	.orv-form-wide {
		grid-column: auto;
	}
}

@media (max-width: 390px) {
	.orv-coach-card {
		grid-template-columns: 92px 1fr;
		padding: 14px;
	}

	.orv-coach-card img {
		height: 122px;
		width: 92px;
	}

	.orv-coach-copy strong {
		font-size: 1.9rem;
	}

	.orv-coach-copy > span {
		font-size: .74rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.orv-booking *,
	.orv-booking *::before,
	.orv-booking *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
