/*
Theme Name: ISAHC New
Theme URI: https://isahc.com/
Author: Ideal School of Allied Health Care
Description: Standalone ISAHC theme for the new static page templates.
Version: 1.0.4
Text Domain: isahc-new
*/

:root {
	--isahc-crimson: #8b1a1a;
	--isahc-crimson-dark: #6b1414;
	--isahc-gold: #c9a84c;
	--isahc-near-black: #1a1714;
	--isahc-text: #1a1714;
	--isahc-muted: #666;
	--isahc-sans: "Source Sans 3", "Source Sans Pro", -apple-system, BlinkMacSystemFont, sans-serif;
	--isahc-serif: "Playfair Display", Georgia, "Times New Roman", serif;
	--isahc-max-width: 1280px;
	--isahc-hero-height: 440px;
}

/* Interior page heroes — unified height (home slider excluded). */
body:not(.isahc-home-template) section.hero,
.isahc-vt-hero {
	height: var(--isahc-hero-height);
	min-height: var(--isahc-hero-height);
	max-height: var(--isahc-hero-height);
}

/* Global content buttons */
.isahc-btn-gold,
button.isahc-btn-gold {
	display: inline-block;
	background: #c9a027;
	color: #fff;
	font-family: var(--isahc-sans);
	font-weight: 700;
	font-size: 0.8125rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.2;
	padding: 0.875rem 2rem;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
	-webkit-appearance: none;
	appearance: none;
	transition: background 0.2s, transform 0.2s;
}

.isahc-btn-gold:hover,
button.isahc-btn-gold:hover {
	background: #a8841f;
	color: #fff;
	transform: translateY(-1px);
}

/* Program page action button row (Virtual Tour + Get Program Info) */
.program-action-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: stretch;
	margin-top: 1.5rem;
}

.program-action-buttons .program-action-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 216px;
	min-width: 216px;
	min-height: 49px;
	padding: 0.85rem 2rem;
	font-family: var(--isahc-sans);
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	line-height: 1.2;
	transition: background 0.2s, transform 0.2s;
	white-space: nowrap;
	-webkit-appearance: none;
	appearance: none;
}

.program-action-buttons .program-action-btn--tour {
	background: var(--isahc-crimson);
	color: #fff;
}

.program-action-buttons .program-action-btn--tour:hover {
	background: var(--isahc-crimson-dark);
	color: #fff;
}

.program-action-buttons .program-action-btn--info {
	background: #c9a027;
	color: #fff;
}

.program-action-buttons .program-action-btn--info:hover {
	background: #a8841f;
	color: #fff;
	transform: translateY(-1px);
}

@media (max-width: 640px) {
	.program-action-buttons {
		flex-direction: column;
		align-items: stretch;
	}

	.program-action-buttons .program-action-btn {
		flex: 1 1 auto;
		width: 100%;
		min-width: 0;
	}
}

body.isahc-content-template {
	margin: 0;
	background: #fff;
	color: var(--isahc-text);
	font-family: var(--isahc-sans);
	line-height: 1.7;
}

/* Admissions landing: keep "1-2-3" on one line when the heading wraps */
body.isahc-admissions-template .apply-steps-nobreak {
	white-space: nowrap;
}

.isahc-content-template *,
.isahc-content-template *::before,
.isahc-content-template *::after {
	box-sizing: border-box;
}

.isahc-content-template img {
	max-width: 100%;
	height: auto;
}

.isahc-content-template a {
	color: var(--isahc-crimson);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.isahc-content-hero {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: var(--isahc-hero-height);
	min-height: var(--isahc-hero-height);
	background: #f5f3f0;
	padding: 0 24px;
}

.isahc-content-hero__inner {
	max-width: 1080px;
	margin: 0 auto;
}

.isahc-content-breadcrumb {
	margin-bottom: 20px;
	color: var(--isahc-crimson);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.isahc-content-breadcrumb a {
	color: var(--isahc-crimson);
	text-decoration: none;
}

.isahc-content-breadcrumb a:hover {
	text-decoration: underline;
}

.isahc-content-title {
	max-width: 920px;
	margin: 0;
	color: var(--isahc-near-black);
	font-family: var(--isahc-serif);
	font-size: clamp(2.4rem, 5vw, 4.5rem);
	font-weight: 600;
	line-height: 1.08;
}

.isahc-content-meta {
	margin-top: 18px;
	color: #777;
	font-size: 0.95rem;
	font-weight: 700;
}

.isahc-content-summary {
	max-width: 760px;
	margin: 22px 0 0;
	color: #444;
	font-size: 1.12rem;
	line-height: 1.75;
}

.isahc-content-featured {
	max-width: var(--isahc-max-width);
	margin: -34px auto 0;
	padding: 0 24px;
}

.isahc-content-featured img {
	display: block;
	width: 100%;
	max-height: 520px;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
}

.isahc-content-wrap {
	padding: 72px 24px 88px;
}

.isahc-content-card {
	max-width: 980px;
	margin: 0 auto;
}

.isahc-content-body {
	color: #333;
	font-size: 1.0625rem;
	line-height: 1.78;
}

.isahc-content-body > *:first-child {
	margin-top: 0;
}

.isahc-content-body p,
.isahc-content-body ul,
.isahc-content-body ol,
.isahc-content-body table,
.isahc-content-body blockquote {
	margin-top: 0;
	margin-bottom: 1.35em;
}

.isahc-content-body h2,
.isahc-content-body h3,
.isahc-content-body h4 {
	margin: 1.6em 0 0.65em;
	color: var(--isahc-near-black);
	font-family: var(--isahc-serif);
	line-height: 1.24;
}

.isahc-content-body h2 {
	font-size: clamp(1.7rem, 3vw, 2.25rem);
}

.isahc-content-body h3 {
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
}

.isahc-content-body ul,
.isahc-content-body ol {
	padding-left: 1.4rem;
}

.isahc-content-body li {
	margin-bottom: 0.45em;
}

.isahc-content-body blockquote {
	padding: 20px 24px;
	border-left: 4px solid var(--isahc-gold);
	background: #f5f3f0;
	color: #333;
}

.isahc-content-body table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.95rem;
}

.isahc-content-body th,
.isahc-content-body td {
	padding: 12px 14px;
	border: 1px solid #e2ded8;
	text-align: left;
	vertical-align: top;
}

.isahc-content-body th {
	background: #f5f3f0;
	color: var(--isahc-near-black);
	font-weight: 800;
}

.isahc-content-footer-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 16px;
	max-width: 980px;
	margin: 48px auto 0;
	padding-top: 28px;
	border-top: 1px solid #e7e1da;
}

.isahc-content-footer-nav a {
	color: var(--isahc-crimson);
	font-weight: 800;
	text-decoration: none;
}

.isahc-content-footer-nav a:hover {
	text-decoration: underline;
}

.isahc-content-empty {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

@media (max-width: 768px) {
	.isahc-content-hero {
		padding: 0 20px;
	}

	.isahc-content-wrap {
		padding: 56px 20px 72px;
	}

	.isahc-content-featured {
		margin-top: -24px;
		padding: 0 20px;
	}
}

.isahc-shell-header,
.isahc-shell-header *,
.isahc-shell-footer,
.isahc-shell-footer * {
	box-sizing: border-box;
}

.isahc-shell-header a,
.isahc-shell-footer a {
	color: inherit;
	text-decoration: none;
}

.isahc-shell-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	font-family: var(--isahc-sans);
}

.isahc-shell-utility {
	background: var(--isahc-near-black);
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 600;
}

.isahc-shell-utility__inner,
.isahc-shell-nav {
	max-width: var(--isahc-max-width);
	margin: 0 auto;
	padding: 0 24px;
}

.isahc-shell-utility__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.isahc-shell-utility__links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 20px;
}

.isahc-shell-utility__links a,
.isahc-shell-utility__links span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.isahc-shell-utility__social {
	display: flex;
	align-items: center;
	gap: 12px;
}

.isahc-shell-utility__social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 1.5px solid rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	color: #fff;
	transition: background 180ms ease, border-color 180ms ease;
}

.isahc-shell-utility__social a:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.15);
}

.isahc-shell-utility svg,
.isahc-shell-nav svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.isahc-shell-utility__social svg {
	width: 14px;
	height: 14px;
	fill: currentColor;
	stroke: none;
}

.isahc-shell-utility__social a[aria-label="Instagram"] svg {
	fill: none;
	stroke: currentColor;
}

.isahc-shell-utility__social a[aria-label="YouTube"] polygon {
	fill: var(--isahc-crimson);
}

.isahc-shell-nav {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
}

.isahc-shell-logo {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
}

.isahc-shell-logo img {
	display: block;
	width: auto;
	height: 62px;
	object-fit: contain;
}

.isahc-shell-menu {
	display: flex;
	align-items: stretch;
	margin-left: auto;
}

.isahc-shell-menu > a,
.isahc-shell-dropdown > a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 5px;
	height: 80px;
	padding: 0 18px;
	color: var(--isahc-text);
	font-size: 0.875rem;
	font-weight: 700;
	transition: color 180ms ease;
}

.isahc-shell-menu > a:hover,
.isahc-shell-dropdown:hover > a,
.isahc-shell-menu > a[aria-current="page"],
.isahc-shell-dropdown > a[aria-current="page"] {
	color: var(--isahc-crimson);
}

.isahc-shell-dropdown {
	position: relative;
}

.isahc-shell-dropdown__menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1001;
	min-width: 250px;
	padding: 8px 0;
	background: #fff;
	border: 1px solid #eee;
	border-top: 3px solid var(--isahc-crimson);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.isahc-shell-dropdown:hover .isahc-shell-dropdown__menu,
.isahc-shell-dropdown:focus-within .isahc-shell-dropdown__menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.isahc-shell-dropdown__menu a {
	display: block;
	padding: 10px 20px;
	color: var(--isahc-text);
	font-size: 0.875rem;
	font-weight: 600;
	white-space: nowrap;
}

.isahc-shell-dropdown__menu a:hover {
	background: #f5f3f0;
	color: var(--isahc-crimson);
}

.isahc-shell-apply {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 20px;
	padding: 14px 28px;
	border-radius: 6px;
	background: var(--isahc-near-black);
	color: #fff !important;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	white-space: nowrap;
	transition: background 180ms ease, box-shadow 180ms ease;
}

.isahc-shell-apply:hover {
	background: #333;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.isahc-shell-toggle {
	display: none;
	flex-direction: column;
	gap: 5px;
	padding: 8px;
	border: 0;
	background: transparent;
}

.isahc-shell-toggle span {
	display: block;
	width: 24px;
	height: 2px;
	background: var(--isahc-near-black);
	transition: transform 180ms ease, opacity 180ms ease;
}

.isahc-shell-toggle.is-active span:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
}

.isahc-shell-toggle.is-active span:nth-child(2) {
	opacity: 0;
}

.isahc-shell-toggle.is-active span:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -5px);
}

.isahc-shell-mobile {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 1000;
	padding: 16px 24px 24px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.isahc-shell-mobile.is-open {
	display: block;
}

.isahc-shell-mobile a {
	display: block;
	padding: 12px 0;
	border-bottom: 1px solid #eee;
	color: var(--isahc-text);
	font-weight: 700;
}

.isahc-shell-mobile .isahc-shell-apply {
	display: flex;
	margin: 16px 0 0;
	border-bottom: 0;
}

.isahc-shell-footer {
	padding: 60px 24px 32px;
	background: var(--isahc-near-black);
	color: rgba(255, 255, 255, 0.65);
	font-family: var(--isahc-sans);
}

.isahc-shell-footer__grid,
.isahc-shell-footer__bottom {
	max-width: var(--isahc-max-width);
	margin: 0 auto;
}

.isahc-shell-footer__grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1fr;
	gap: 48px;
}

.isahc-shell-footer__logo {
	display: inline-flex;
	margin-bottom: 16px;
}

.isahc-shell-footer__logo img {
	width: auto;
	height: 55px;
	padding: 8px 12px;
	border-radius: 6px;
	background: #fff;
	object-fit: contain;
}

.isahc-shell-footer__tagline {
	margin: 0;
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.875rem;
	font-style: italic;
	line-height: 1.7;
}

.isahc-shell-footer__social {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 20px;
}

.isahc-shell-footer__social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 1.5px solid rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	color: #fff;
	transition: background 180ms ease, border-color 180ms ease;
}

.isahc-shell-footer__social a:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.15);
}

.isahc-shell-footer__social svg {
	width: 14px;
	height: 14px;
	fill: currentColor;
	stroke: none;
}

.isahc-shell-footer__social a[aria-label="Instagram"] svg {
	fill: none;
	stroke: currentColor;
}

.isahc-shell-footer__social a[aria-label="YouTube"] polygon {
	fill: var(--isahc-crimson);
}

.isahc-shell-footer h4 {
	margin: 0 0 20px;
	color: rgba(255, 255, 255, 0.45);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.isahc-shell-footer__links {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.isahc-shell-footer__links a,
.isahc-shell-footer__links span {
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.9rem;
	line-height: 1.4;
}

.isahc-shell-footer__links a:hover {
	color: #fff;
}

.isahc-shell-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 48px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.35);
	font-size: 0.75rem;
}

.isahc-shell-footer__bottom p {
	margin: 0;
}

.isahc-shell-footer__legal {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 20px;
}

.isahc-shell-footer__legal a {
	color: rgba(255, 255, 255, 0.4);
}

.isahc-shell-footer__legal a:hover {
	color: var(--isahc-gold);
}

@media (max-width: 1024px) {
	.isahc-shell-menu,
	.isahc-shell-apply--desktop {
		display: none;
	}

	.isahc-shell-toggle {
		display: flex;
	}
}

@media (max-width: 768px) {
	.isahc-shell-utility__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.isahc-shell-utility__social {
		display: none;
	}

	.isahc-shell-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 36px;
	}
}

@media (max-width: 560px) {
	.isahc-shell-logo img {
		height: 52px;
	}

	.isahc-shell-footer__grid {
		grid-template-columns: 1fr;
	}
}

/* Form consent opt-ins (apply online, campus tour, contact, inquiry drawer) */
.form-optins {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	margin-top: 0.5rem;
}

.form-optin {
	display: flex;
	gap: 0.65rem;
	align-items: flex-start;
	font-size: 0.8125rem;
	line-height: 1.55;
	color: var(--isahc-muted, #666);
	cursor: pointer;
}

.form-optin input[type="checkbox"] {
	width: 1.25rem;
	height: 1.25rem;
	min-width: 1.25rem;
	min-height: 1.25rem;
	margin-top: 0.125rem;
	flex-shrink: 0;
	accent-color: var(--isahc-crimson, #8b1a1a);
	cursor: pointer;
}

.form-optin a {
	color: var(--isahc-crimson, #8b1a1a);
	text-decoration: underline;
}

.form-optin a:hover {
	color: var(--isahc-crimson-dark, #6b1414);
}

/* Gold accent bar under headings (matches home page .gold-rule) */
.gold-rule {
	display: block;
	width: 60px;
	height: 3px;
	background: var(--isahc-gold, #c9a84c);
	border: none;
	margin: 0 auto 24px;
}

.gold-rule-left {
	margin-left: 0;
	margin-right: 0;
}

.gold-rule--sm {
	width: 40px;
}

.gold-rule--lg {
	width: 80px;
}

.gold-rule--compact {
	margin-bottom: 20px;
}

h2 + .gold-rule,
h3 + .gold-rule {
	margin-top: 0;
}

/* Program virtual tour + Virtual Tours hub templates */
body.isahc-program-virtual-tour-template,
body.isahc-virtual-tours-hub-template {
	margin: 0;
	font-family: var(--isahc-sans);
	color: var(--isahc-text);
	background: #fff;
}

body.isahc-program-virtual-tour-template {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body.isahc-program-virtual-tour-template .vt-program-page {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

body.isahc-program-virtual-tour-template .vt-embed-band {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

body.isahc-program-virtual-tour-template .vt-embed-stage {
	flex: 1;
	min-height: calc(100vh - 72px);
}

body.isahc-program-virtual-tour-template a,
body.isahc-virtual-tours-hub-template a {
	color: inherit;
}

.isahc-vt-hero {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.isahc-vt-hero__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 30%;
}

.isahc-vt-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(26, 23, 20, 0.78) 0%, rgba(26, 23, 20, 0.48) 100%);
}

.isahc-vt-hero__content {
	position: relative;
	z-index: 2;
	text-align: center;
	color: #fff;
	padding: 2rem;
	max-width: 760px;
}

.isahc-vt-hero__eyebrow {
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: var(--isahc-gold);
	margin-bottom: 0.75rem;
}

.isahc-vt-hero__content h1 {
	font-family: var(--isahc-serif);
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 600;
	line-height: 1.15;
	margin: 0 0 0.75rem;
}

.isahc-vt-hero__content p {
	font-size: clamp(1rem, 1.5vw, 1.125rem);
	opacity: 0.9;
	margin: 0 auto;
	line-height: 1.6;
}

.isahc-vt-hero__breadcrumb {
	position: absolute;
	bottom: 1.5rem;
	left: 2rem;
	z-index: 3;
	font-size: 0.8125rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.7);
}

.isahc-vt-hero__breadcrumb a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	transition: color 0.2s;
}

.isahc-vt-hero__breadcrumb a:hover {
	color: #fff;
}

.isahc-vt-hero__breadcrumb .sep {
	margin: 0 0.4rem;
}

.vt-embed-band {
	width: 100%;
	background: var(--isahc-near-black);
}

.vt-embed-stage {
	position: relative;
	width: 100%;
	min-height: min(78vh, 920px);
	display: flex;
	align-items: stretch;
	justify-content: center;
}

body.isahc-virtual-tours-hub-template .vt-embed-stage {
	min-height: min(78vh, 920px);
}

.vt-embed-stage .virtualtour_embed,
.vt-embed-stage .vt-embed-trigger {
	display: block;
	width: 100%;
	min-height: inherit;
	text-indent: -9999px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.04);
	border: 0;
	cursor: pointer;
}

.vt-embed-caption {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	padding: 0.9rem 1.25rem;
	background: var(--isahc-near-black);
}

.vt-embed-caption svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: var(--isahc-gold);
	stroke-width: 1.8;
	flex-shrink: 0;
}

.vt-embed-caption span {
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.7);
}

.vt-embed-missing {
	max-width: 720px;
	margin: 0 auto;
	padding: 2rem 1.5rem;
	text-align: center;
	color: rgba(255, 255, 255, 0.85);
}

.vt-supplement {
	background: #f5f3f0;
	padding: clamp(2.5rem, 5vw, 4rem) clamp(1.25rem, 4vw, 2rem);
}

.vt-supplement__inner {
	max-width: 1140px;
	margin: 0 auto;
}

.vt-supplement__inner > *:first-child {
	margin-top: 0;
}

.vt-supplement .section-label {
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: var(--isahc-crimson);
	margin-bottom: 0.5rem;
}

.vt-supplement h2 {
	font-family: var(--isahc-serif);
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	margin: 0 0 1rem;
}

.vt-supplement p {
	color: #444;
	line-height: 1.75;
}

.vt-hub-section {
	background: #f5f3f0;
	padding: clamp(2.5rem, 5vw, 4rem) clamp(1.25rem, 4vw, 2rem);
}

.vt-hub-section__inner {
	max-width: 1140px;
	margin: 0 auto;
}

.vt-hub-intro {
	margin-bottom: 2.5rem;
}

.vt-hub-intro .section-label {
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: var(--isahc-crimson);
	margin-bottom: 0.5rem;
}

.vt-hub-intro h2 {
	font-family: var(--isahc-serif);
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	margin: 0 0 0.75rem;
}

.vt-hub-intro p {
	color: #444;
	line-height: 1.75;
	max-width: 720px;
}

.vt-hub-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}

.vt-hub-card {
	background: #fff;
	border: 1px solid #e0dcd6;
	border-radius: 10px;
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
}

.vt-hub-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	border-color: rgba(139, 26, 26, 0.2);
}

.vt-hub-card__title {
	font-family: var(--isahc-serif);
	font-size: 1.2rem;
	line-height: 1.3;
	margin: 0;
}

.vt-hub-card__title a {
	text-decoration: none;
}

.vt-hub-card__title a:hover {
	color: var(--isahc-crimson);
}

.vt-hub-card__summary {
	font-size: 0.9375rem;
	color: #666;
	line-height: 1.6;
	margin: 0;
	flex: 1;
}

.vt-hub-card__link {
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--isahc-crimson);
	text-decoration: none;
}

.vt-hub-card__link:hover {
	text-decoration: underline;
}

.vt-hub-empty {
	color: #666;
	line-height: 1.6;
}

body.isahc-program-virtual-tour-template .cta-section,
body.isahc-virtual-tours-hub-template .cta-section {
	background: var(--isahc-crimson);
	text-align: center;
	padding: clamp(3rem, 6vw, 4.5rem) 2rem;
}

body.isahc-program-virtual-tour-template .cta-section h2,
body.isahc-virtual-tours-hub-template .cta-section h2 {
	font-family: var(--isahc-serif);
	font-size: clamp(1.65rem, 3vw, 2.35rem);
	font-weight: 600;
	color: #fff;
	margin-bottom: 1rem;
}

body.isahc-program-virtual-tour-template .cta-section p,
body.isahc-virtual-tours-hub-template .cta-section p {
	color: rgba(255, 255, 255, 0.85);
	max-width: 540px;
	margin: 0 auto 2rem;
	line-height: 1.7;
}

body.isahc-program-virtual-tour-template .cta-buttons,
body.isahc-virtual-tours-hub-template .cta-buttons {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
}

body.isahc-program-virtual-tour-template .btn-white,
body.isahc-virtual-tours-hub-template .btn-white {
	display: inline-block;
	background: #fff;
	color: var(--isahc-crimson);
	font-weight: 700;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	padding: 0.85rem 1.75rem;
	border-radius: 4px;
	text-decoration: none;
	transition: background 0.2s;
}

body.isahc-program-virtual-tour-template .btn-white:hover,
body.isahc-virtual-tours-hub-template .btn-white:hover {
	background: #f5f3f0;
}

body.isahc-program-virtual-tour-template .btn-outline-white,
body.isahc-virtual-tours-hub-template .btn-outline-white {
	display: inline-block;
	background: transparent;
	color: #fff;
	font-weight: 700;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	padding: 0.85rem 1.75rem;
	border: 2px solid rgba(255, 255, 255, 0.65);
	border-radius: 4px;
	text-decoration: none;
	transition: border-color 0.2s, background 0.2s;
}

body.isahc-program-virtual-tour-template .btn-outline-white:hover,
body.isahc-virtual-tours-hub-template .btn-outline-white:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 900px) {
	.vt-hub-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.isahc-vt-hero__breadcrumb {
		left: 1.25rem;
		right: 1.25rem;
	}

	body.isahc-virtual-tours-hub-template .vt-embed-stage {
		min-height: 60vh;
	}

	body.isahc-program-virtual-tour-template .vt-embed-stage {
		min-height: calc(100vh - 64px);
	}

	.vt-hub-grid {
		grid-template-columns: 1fr;
	}

	body.isahc-program-virtual-tour-template .cta-buttons,
	body.isahc-virtual-tours-hub-template .cta-buttons {
		flex-direction: column;
		align-items: stretch;
	}
}

/* News landing page template */
body.isahc-news-template {
	margin: 0;
	font-family: var(--isahc-sans);
	color: var(--isahc-text);
	background: #fff;
}

.isahc-news-template a {
	color: inherit;
	text-decoration: none;
}

body.isahc-news-template .hero {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f3f0;
}

body.isahc-news-template .hero-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 30%;
}

body.isahc-news-template .hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.52);
	pointer-events: none;
}

body.isahc-news-template .hero-content {
	position: relative;
	z-index: 2;
	max-width: 900px;
	padding: 0 1.5rem;
	text-align: center;
}

body.isahc-news-template .hero-content h1 {
	margin: 0 0 0.6rem;
	color: var(--isahc-near-black);
	font-family: var(--isahc-serif);
	font-size: clamp(2rem, 5vw, 3.2rem);
	font-weight: 700;
	line-height: 1.2;
}

body.isahc-news-template .hero--has-image .hero-content h1 {
	color: #fff;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

body.isahc-news-template .hero-content p {
	max-width: 560px;
	margin: 0 auto;
	color: #444;
	font-size: 1.05rem;
	line-height: 1.7;
}

body.isahc-news-template .hero--has-image .hero-content p {
	color: rgba(255, 255, 255, 0.88);
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.isahc-news-section {
	background: #f5f3f0;
	padding: 80px 24px;
}

.isahc-news-header,
.isahc-news-grid {
	max-width: var(--isahc-max-width);
	margin: 0 auto;
}

.isahc-news-header {
	margin-bottom: 40px;
}

.isahc-news-header h2 {
	font-family: var(--isahc-serif);
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	margin: 0 0 12px;
}

.isahc-news-rule {
	display: block;
	width: 60px;
	height: 3px;
	background: var(--isahc-gold);
}

.isahc-news-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.isahc-news-card {
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	transition: transform 0.18s, box-shadow 0.18s;
}

.isahc-news-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.isahc-news-card__image {
	position: relative;
	display: block;
	height: 230px;
	overflow: hidden;
}

.isahc-news-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.isahc-news-date {
	position: absolute;
	right: 20px;
	bottom: 0;
	background: var(--isahc-crimson);
	color: #fff;
	padding: 9px 14px;
	text-align: center;
	line-height: 1.15;
}

.isahc-news-date strong {
	display: block;
	font-size: 1.25rem;
}

.isahc-news-date span {
	display: block;
	font-size: 0.65rem;
	font-weight: 700;
	text-transform: uppercase;
}

.isahc-news-card__body {
	padding: 26px;
}

.isahc-news-card h3 {
	font-family: var(--isahc-serif);
	font-size: 1.25rem;
	line-height: 1.32;
	margin: 0 0 12px;
}

.isahc-news-card h3 a {
	display: block;
}

.isahc-news-card h3 a:hover {
	color: var(--isahc-crimson);
}

.isahc-news-card p {
	color: #444;
	margin: 0 0 18px;
	line-height: 1.6;
}

.isahc-news-read {
	color: var(--isahc-crimson) !important;
	font-weight: 800;
}

@media (max-width: 900px) {
	.isahc-news-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 640px) {
	.isahc-news-grid {
		grid-template-columns: 1fr;
	}

	.isahc-news-section {
		padding: 56px 20px;
	}

}
