:root {
	--oh-ink: #17231f;
	--oh-muted: #5f6d68;
	--oh-line: #dbe4df;
	--oh-surface: #f6f8f4;
	--oh-white: #ffffff;

	--oh-teal: #1C7D76;
	--oh-teal-dark: #004b3f;
	--oh-cyan: #04cec3;
	--oh-blue: #007ec0;

	--oh-gold: #d4a335;
	--oh-gold-soft: #fff7df;
	--oh-success: #437600;

	--oh-dark: #111816;
	--oh-dark-panel: #20252b;

	--oh-shadow: 0 18px 48px rgba(23, 35, 31, 0.11);
	--oh-radius: 18px;
}

.open-house-page,
.open-house-page *,
.open-house-page *::before,
.open-house-page *::after {
	box-sizing: border-box;
}

.open-house-page {
	background: var(--oh-white);
	color: var(--oh-ink);
}
/* Slider style override */

.open-house-section .VideoCard, .open-house-section--dark .Slide .card {
  background-color: #111816;
}

/* Base sections */

.open-house-section {
	padding: clamp(48px, 7vw, 88px) 0;
	background: var(--oh-white);
	color: var(--oh-ink);
}

.open-house-section--soft {
	background: var(--oh-surface);
	color: var(--oh-ink);
}

.open-house-section--teal,
.open-house-perks {
	background: var(--oh-teal);
	color: var(--oh-white);
}

.open-house-section--dark {
	background: var(--oh-dark);
	color: var(--oh-white);
}

.open-house-section--cash {
	background: var(--oh-gold-soft);
	color: var(--oh-ink);
}

/* Theme-aware text */

.open-house-section h1,
.open-house-section h2,
.open-house-section h3,
.open-house-section h4,
.open-house-section h5,
.open-house-section h6 {
	color: inherit;
}

.open-house-section p {
	color: inherit;
}

.open-house-section--soft p,
.open-house-section--cash p,
.open-house-section:not(.open-house-section--dark):not(.open-house-section--teal):not(.open-house-section--cash):not(.open-house-perks) .section-heading p {
	color: var(--oh-muted);
}

.open-house-section--dark .section-heading p,
.open-house-section--dark .open-house-eyebrow,
.open-house-section--teal .section-heading p,
.open-house-section--teal .open-house-eyebrow,
.open-house-perks .section-heading p,
.open-house-perks .open-house-eyebrow {
	color: rgba(255, 255, 255, 0.78);
}

.section-heading {
	/*max-width: 760px;*/
	margin-bottom: 32px;
}

.section-heading h2 {
	margin: 0 0 16px;
	font-size: clamp(32px, 5vw, 56px);
	line-height: 1;
	font-weight: 800;
	color: inherit;
}

.section-heading p {
	font-size: 1.1rem;
}

.open-house-eyebrow {
	margin: 0 0 12px;
	font-size: 0.85rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: inherit;
}

/* Hero */

.open-house-hero {
	padding: clamp(56px, 9vw, 112px) 0;
	background:
		linear-gradient(90deg, rgba(0, 126, 192, 0.96), rgba(4, 206, 195, 0.78)),
		url('/i/openhouse/open-house-hero-1.png') center / cover no-repeat;
	color: #fff;
}

.open-house-hero__content {
	max-width: 900px;
}

.open-house-hero h1 {
	max-width: 10ch;
	margin: 0;
	font-size: clamp(48px, 9vw, 96px);
	line-height: 0.95;
	font-weight: 800;
	color: #fff;
}

.open-house-lead {
	max-width: 680px;
	margin: 24px 0 32px;
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.45;
	color: #fff;
}

.open-house-hero__support {
	max-width: 760px;
	margin: 0 0 32px;
	font-size: clamp(17px, 1.8vw, 21px);
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.88);
}

.open-house-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

/* Buttons */

.open-house-button,
.open-house-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 10px;
	border-radius: 8px;
	font-weight: 800;
	text-decoration: none;
	border: 0;
}

.open-house-button:hover,
.open-house-button:focus,
.open-house-card__button:hover,
.open-house-card__button:focus {
	text-decoration: none;
}

.open-house-button--light {
	background: #fff;
	color: var(--oh-ink);
}

.open-house-button--light:hover,
.open-house-button--light:focus {
	background: #eef8f1;
	color: var(--oh-ink);
}

.open-house-button--outline {
	border: 2px solid rgba(255, 255, 255, 0.82);
	color: #fff;
	background: transparent;
}

.open-house-button--outline:hover,
.open-house-button--outline:focus {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.open-house-card__button {
	margin-top: auto;
	min-height: 46px;
	background: var(--oh-teal);
	color: #fff;
}

.open-house-card__button:hover,
.open-house-card__button:focus {
	background: var(--oh-teal-dark);
	color: #fff;
}

/* Universal card text fix */

.open-house-card,
.open-house-feature,
.open-house-tour-card,
.open-house-agenda-card,
.open-house-info-card,
.open-house-callout,
.open-house-faq details,
.open-house-placeholder-card,
.open-house-section--dark .card {
	background: var(--oh-white);
	color: var(--oh-ink);
}

.open-house-card h3,
.open-house-feature h3,
.open-house-tour-card strong,
.open-house-agenda-card strong,
.open-house-info-card h2,
.open-house-info-card h3,
.open-house-callout h3,
.open-house-faq summary,
.open-house-section--dark .card h3,
.open-house-section--dark .card p,
.open-house-section--dark .card a {
	color: var(--oh-ink);
}

.open-house-card p,
.open-house-feature p,
.open-house-info-card p,
.open-house-callout p,
.open-house-faq p,
.open-house-placeholder-card p {
	color: var(--oh-muted);
}

/* Campus cards */

.open-house-card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.open-house-card-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.open-house-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	border: 1px solid var(--oh-line);
	border-radius: var(--oh-radius);
	overflow: hidden;
	box-shadow: 0 14px 34px rgba(23, 35, 31, 0.08);
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.open-house-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 42px rgba(23, 35, 31, 0.13);
}

.open-house-card__media {
	min-height: 160px;
	background: var(--oh-teal) center / cover no-repeat;
}

.open-house-card__media--sutherland {
	background-image: url('/i/campus/sutherland-ariel-2023-M.jpg');
}

.open-house-card__media--frost {
	background-image: url('/i/campus/frost-ariel-2023-M.jpg');
}

.open-house-card__media--haliburton {
	background-image: url('/i/campus/haliburton-ariel-2023-M.jpg');
}

.open-house-card__media--norwood {
	background-image: url('/i/campus/campus-norwood-01.jpg');
}

.open-house-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 22px;
}

.open-house-card__date {
	display: inline-flex;
	align-self: flex-start;
	margin: 0 0 14px;
	padding: 6px 10px;
	border-radius: 999px;
	background: #eef8f1;
	color: var(--oh-success);
	font-size: 0.85rem;
	font-weight: 800;
}

.open-house-card h3 {
	margin: 0;
	font-size: 1.35rem;
	line-height: 1.1;
	font-weight: 800;
}

.open-house-card__location {
	margin: 8px 0 14px;
	color: var(--oh-muted);
	font-weight: 700;
}

.open-house-card p {
	overflow-wrap: break-word;
}

/* Cash for College */

.open-house-section--cash-alt {
	background:
		linear-gradient(135deg, rgba(28, 125, 118, 1), rgba(0, 126, 192, 0.95));
	color: #fff;
}

.open-house-cash-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(20px, 4vw, 40px);
	align-items: center;
	padding: clamp(24px, 4vw, 42px);
	border-radius: var(--oh-radius);
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.24);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.12);
}

.open-house-cash-panel h2 {
	margin: 0 0 16px;
	font-size: clamp(32px, 5vw, 58px);
	line-height: 1;
	font-weight: 800;
	color: #fff;
}

.open-house-cash-panel p {
	max-width: 680px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.1rem;
}

.open-house-cash-panel__action {
	display: grid;
	gap: 12px;
	justify-items: start;
}

.open-house-cash-rules {
	color: #fff;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.open-house-cash-rules:hover,
.open-house-cash-rules:focus {
	color: #fff;
}

/* Perks */

.open-house-split-panel {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(24px, 5vw, 64px);
	align-items: start;
}

.open-house-split-panel h2 {
	margin: 0;
	font-size: clamp(36px, 6vw, 68px);
	line-height: 1;
	font-weight: 800;
	color: inherit;
}

.open-house-perk-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 24px;
}

.open-house-perk-card {
	padding: 20px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.24);
	color: #fff;
}

.open-house-perk-card h3 {
	margin-top: 0;
	color: #fff;
	font-weight: 800;
}

.open-house-perk-card p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.86);
}

.open-house-check-list {
	display: grid;
	gap: 12px;
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}

.open-house-check-list li {
	position: relative;
	padding-left: 28px;
	font-weight: 700;
	color: inherit;
}

.open-house-check-list li::before {
	content: "»";
	position: absolute;
	left: 0;
	color: currentColor;
	font-weight: 900;
}

.open-house-callout {
	padding: 22px;
	border-radius: 12px;
	background: #fff;
	color: var(--oh-ink);
}

.open-house-callout h3 {
	margin-top: 0;
}

.open-house-callout p {
	color: var(--oh-muted);
}

.open-house-perks-image {
	margin-top: 28px;
	border-radius: var(--oh-radius);
	overflow: hidden;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.24);
}

.open-house-perks-image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
/* What to expect */

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

.open-house-feature {
	padding: 24px;
	border-radius: var(--oh-radius);
	border: 1px solid var(--oh-line);
}

.open-house-feature h3 {
	margin-top: 0;
	font-size: 1.4rem;
	font-weight: 800;
}

/* Virtual tour */

.open-house-tour-panel {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 28px;
	align-items: center;
}

.open-house-tour-panel h2 {
	color: inherit;
	font-size: clamp(32px, 5vw, 56px);
	line-height: 1;
	font-weight: 800;
}

.open-house-tour-panel p {
	color: var(--oh-muted);
}

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

.open-house-tour-card,
.open-house-agenda-card {
	display: grid;
	gap: 6px;
	padding: 20px;
	border-radius: 14px;
	border: 1px solid var(--oh-line);
	text-decoration: none;
	box-shadow: 0 10px 26px rgba(23, 35, 31, 0.06);
}

.open-house-tour-card:hover,
.open-house-tour-card:focus,
.open-house-agenda-card:hover,
.open-house-agenda-card:focus {
	border-color: var(--oh-teal);
	text-decoration: none;
}

.open-house-tour-card strong,
.open-house-agenda-card strong {
	font-size: 1.15rem;
}

.open-house-tour-card span,
.open-house-agenda-card span {
	color: var(--oh-teal);
	font-weight: 800;
}

/* Program slider */

.open-house-program-slider {
	min-width: 0;
}

.open-house-section--dark .Slider,
.open-house-section--dark .card {
	color: var(--oh-ink);
}

.open-house-section--dark .card {
	background: #fff;
}

.open-house-section--dark .card a {
	color: var(--oh-teal);
}

/* Agendas */

.open-house-agenda-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

/* Winter panel */

.open-house-winter-panel {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.2fr);
	overflow: hidden;
	border-radius: var(--oh-radius);
	background: #fff;
	border: 1px solid var(--oh-line);
	box-shadow: 0 14px 34px rgba(23, 35, 31, 0.08);
}

.open-house-winter-panel > div:first-child {
	padding: clamp(24px, 4vw, 44px);
}

.open-house-winter-panel h2 {
	margin: 0 0 16px;
	font-size: clamp(32px, 5vw, 56px);
	line-height: 1;
	color: var(--oh-ink);
}

.open-house-winter-panel p {
	color: var(--oh-muted);
}

.open-house-winter-panel__image {
	min-height: 280px;
	background: url('/i/pages/its-not-too-late--section-half.png') center / contain no-repeat;
}

/* Questions / Registration */

.open-house-two-column {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
	gap: 24px;
}

.open-house-info-card,
.open-house-registration-card {
	padding: clamp(24px, 4vw, 40px);
	border-radius: 14px;
}

.open-house-info-card {
	background: #fff;
	border: 1px solid var(--oh-line);
	color: var(--oh-ink);
}

.open-house-info-card h2,
.open-house-info-card h3 {
	font-weight: 800;
	color: var(--oh-ink);
}

.open-house-info-card p {
	color: var(--oh-muted);
}

.open-house-registration-card {
	background: var(--oh-teal);
	color: #fff;
}

.open-house-registration-card h2,
.open-house-registration-card .open-house-eyebrow {
	color: #fff;
}

.open-house-registration-card p {
	color: rgba(255, 255, 255, 0.86);
}

/* FAQ / Accordions */

.open-house-faq {
	display: grid;
	gap: 12px;
}

.open-house-faq details {
	padding: 18px 20px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid var(--oh-line);
	color: var(--oh-ink);
}

.open-house-faq summary {
	cursor: pointer;
	font-weight: 800;
	font-size: 1.1rem;
	color: var(--oh-ink);
}

.open-house-faq p {
	margin: 12px 0 0;
	color: var(--oh-muted);
}

.open-house-faq-image {
	max-width: 100%;
	margin: 0 0 0;
	border-radius: var(--oh-radius);
	overflow: hidden;
	border: 1px solid var(--oh-line);
	box-shadow: 0 10px 26px rgba(23, 35, 31, 0.06);
}

.open-house-faq-image img {
	display: block;
	width: 100%;
	height: clamp(180px, 24vw, 280px);
	object-fit: cover;
	object-position: center;
}

/* Placeholders / final CTA */

.open-house-placeholder-card {
	padding: 28px;
	border-radius: 14px;
	background: #fff;
	color: var(--oh-muted);
	border: 1px dashed var(--oh-line);
	font-weight: 800;
}

.open-house-final-cta {
	max-width: 820px;
}

.open-house-final-cta h2 {
	margin: 0 0 16px;
	font-size: clamp(40px, 7vw, 78px);
	line-height: 0.95;
	color: #fff;
}

.open-house-final-cta p {
	max-width: 640px;
	color: rgba(255, 255, 255, 0.86);
}

/* Dark section links */

.open-house-section--dark a:not(.open-house-button):not(.open-house-card__button) {
	color: #7ee7de;
}

.open-house-section--dark a:not(.open-house-button):not(.open-house-card__button):hover,
.open-house-section--dark a:not(.open-house-button):not(.open-house-card__button):focus {
	color: #fff;
}

/* Responsive */

@media (max-width: 1100px) {
	.open-house-card-grid,
	.open-house-card-grid--four {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.open-house-agenda-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1000px) {
	.open-house-split-panel,
	.open-house-tour-panel,
	.open-house-two-column,
	.open-house-promo-band,
	.open-house-winter-panel {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.open-house-perk-card-grid {
		grid-template-columns: 1fr;
	}

	.open-house-winter-panel__image {
		min-height: 220px;
	}
	.open-house-cash-panel {
		grid-template-columns: 1fr;
	}

	.open-house-cash-panel__action {
		justify-items: stretch;
	}
}

@media (max-width: 700px) {
	.open-house-card-grid,
	.open-house-card-grid--four,
	.open-house-feature-grid,
	.open-house-tour-grid {
		grid-template-columns: 1fr;
	}

	.open-house-card__media {
		min-height: 150px;
	}

	.open-house-hero__actions {
		align-items: stretch;
	}

	.open-house-button {
		width: 100%;
	}
}