/* Scoped layouts for Education, Guide, Contact, Privacy, Insights, and Testimonials. */

:is(
	body:has(.rich-text-split_intro),
	body:has(.cards-contact_methods),
	body:has(.accordion-policy),
	body:has(.collection-insights_archive),
	body:has(.collection-testimonial_videos)
) .macom-hero.is-internal {
	min-height: 520px;
	overflow: hidden;
	background-position: center 52%;
	background-size: cover;
}

:is(
	body:has(.rich-text-split_intro),
	body:has(.cards-contact_methods),
	body:has(.accordion-policy),
	body:has(.collection-insights_archive),
	body:has(.collection-testimonial_videos)
) .macom-hero.is-internal .macom-hero-overlay {
	background: linear-gradient(90deg, rgba(12, 35, 68, .95) 0%, rgba(12, 35, 68, .72) 48%, rgba(12, 35, 68, .18) 82%), linear-gradient(0deg, rgba(10, 28, 54, .55), transparent 48%);
}

:is(
	body:has(.rich-text-split_intro),
	body:has(.cards-contact_methods),
	body:has(.accordion-policy),
	body:has(.collection-insights_archive),
	body:has(.collection-testimonial_videos)
) .macom-hero.is-internal .macom-hero-content {
	width: min(1180px, 90vw);
	padding-top: 70px;
	padding-bottom: 60px;
}

:is(
	body:has(.rich-text-split_intro),
	body:has(.cards-contact_methods),
	body:has(.accordion-policy),
	body:has(.collection-insights_archive),
	body:has(.collection-testimonial_videos)
) .macom-hero.is-internal .breadcrumb {
	gap: 10px;
	margin: 0 0 25px;
	color: rgba(255, 255, 255, .78);
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

:is(
	body:has(.rich-text-split_intro),
	body:has(.cards-contact_methods),
	body:has(.accordion-policy),
	body:has(.collection-insights_archive),
	body:has(.collection-testimonial_videos)
) .macom-hero.is-internal h1 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(2.8rem, 4.3vw, 4rem);
	font-weight: 400;
	letter-spacing: -.04em;
	line-height: 1.04;
}

:is(
	body:has(.rich-text-split_intro),
	body:has(.cards-contact_methods),
	body:has(.accordion-policy),
	body:has(.collection-insights_archive),
	body:has(.collection-testimonial_videos)
) .macom-hero.is-internal h1 em {
	color: #bceced;
	font-weight: 400;
}

:is(
	body:has(.rich-text-split_intro),
	body:has(.cards-contact_methods),
	body:has(.accordion-policy),
	body:has(.collection-insights_archive),
	body:has(.collection-testimonial_videos)
) .macom-hero-intro {
	max-width: 610px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, .9);
	font-size: clamp(1rem, 1.25vw, 1.18rem);
	line-height: 1.68;
}

body:has(.text-media-contact_panel) .macom-hero.is-internal {
	background-position: center 58%;
}

body:has(.gallery-full_width_caption) .macom-hero.is-internal {
	background-position: center 52%;
}

body:has(.accordion-policy) .macom-hero.is-internal {
	background-position: center 58%;
}

body:has(.accordion-policy) .macom-hero.is-internal .macom-hero-overlay {
	background: linear-gradient(90deg, rgba(23, 52, 97, .96) 0%, rgba(23, 52, 97, .78) 50%, rgba(23, 52, 97, .42) 100%), linear-gradient(0deg, rgba(9, 28, 56, .64), transparent 58%);
}

body:has(.collection-testimonial_videos) .macom-hero.is-internal {
	background-position: center 48%;
}

body:has(.collection-testimonial_videos) .macom-hero.is-internal .macom-hero-overlay {
	background: linear-gradient(90deg, rgba(12, 35, 68, .92) 0%, rgba(12, 35, 68, .68) 46%, rgba(12, 35, 68, .28) 100%), linear-gradient(0deg, rgba(8, 26, 52, .62), transparent 58%);
}

/* Shared split introduction */
.rich-text-split_intro {
	padding: 104px 5vw;
}

.rich-text-split_intro .macom-prose {
	width: min(1180px, 100%);
	max-width: none;
	display: grid;
	grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
	grid-template-areas:
		"eyebrow content"
		"title content";
	column-gap: clamp(55px, 9vw, 130px);
	row-gap: 0;
}

.rich-text-split_intro .eyebrow {
	grid-area: eyebrow;
	margin: 0 0 16px;
}

.rich-text-split_intro h2 {
	grid-area: title;
	margin: 0;
	color: var(--macom-navy-deep);
	font-size: clamp(2.65rem, 4.8vw, 4.7rem);
	font-weight: 400;
	letter-spacing: -.045em;
	line-height: 1.04;
}

.rich-text-split_intro .macom-rich-text {
	grid-area: content;
	padding-top: 10px;
	color: var(--macom-muted);
	font-size: 1rem;
	line-height: 1.78;
}

.rich-text-split_intro .macom-rich-text p {
	margin: 0 0 20px;
}

/* Program cards shared by Education and Guide */
.cards-program_cards {
	padding: 104px 5vw 112px;
	background: linear-gradient(180deg, var(--macom-mist) 0%, #f8fbfb 100%);
}

.cards-program_cards .macom-container {
	width: min(1180px, 100%);
}

.cards-program_cards .section-heading {
	max-width: 760px;
	margin-bottom: 54px;
}

.cards-program_cards .section-heading h2 {
	color: var(--macom-navy-deep);
	font-size: clamp(2.65rem, 4.8vw, 4.7rem);
	font-weight: 400;
	letter-spacing: -.045em;
	line-height: 1.04;
}

.cards-program_cards .section-intro {
	max-width: 650px;
	color: var(--macom-muted);
	line-height: 1.75;
}

.cards-program_cards .card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.cards-program_cards .macom-card {
	min-height: 290px;
	border: 1px solid var(--macom-line);
	border-radius: 0;
	box-shadow: none;
	transition: transform .25s ease, box-shadow .25s ease;
}

.cards-program_cards .macom-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 45px rgba(23, 52, 97, .11);
}

.cards-program_cards .card-content {
	height: 100%;
	padding: 34px 30px;
	display: flex;
	flex-direction: column;
}

.cards-program_cards .card-icon {
	width: 50px;
	height: 50px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(50, 164, 166, .48);
	border-radius: 50%;
	color: var(--macom-teal-dark);
}

.cards-program_cards .card-icon svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.4;
}

.cards-program_cards h3 {
	margin: 24px 0 12px;
	font-size: 1.55rem;
	font-weight: 500;
}

.cards-program_cards .card-content p {
	margin: 0;
	color: var(--macom-muted);
	font-size: .92rem;
	line-height: 1.7;
}

.cards-program_cards .card-tag {
	margin-top: auto;
	padding-top: 24px;
	color: var(--macom-teal-dark);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

/* Feature and contact media sections */
.text-media-feature_list,
.text-media-contact_panel,
.text-media-visit_contact {
	padding: 104px 5vw;
}

.text-media-feature_list .text-media-grid,
.text-media-contact_panel .text-media-grid,
.text-media-visit_contact .text-media-grid {
	width: min(1180px, 100%);
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(48px, 8vw, 112px);
}

.macom-section-text-media.has-no-media .text-media-grid {
	grid-template-columns: 1fr;
}

.text-media-feature_list .text-media-visual,
.text-media-contact_panel .text-media-visual,
.text-media-visit_contact .text-media-visual {
	height: 610px;
}

.text-media-feature_list .text-media-image,
.text-media-contact_panel .text-media-image,
.text-media-visit_contact .text-media-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
	box-shadow: 0 24px 70px rgba(23, 52, 97, .16);
}

.text-media-feature_list h2,
.text-media-contact_panel h2,
.text-media-visit_contact h2 {
	margin: 0 0 24px;
	font-size: clamp(2.65rem, 4.8vw, 4.7rem);
	font-weight: 400;
	letter-spacing: -.045em;
	line-height: 1.04;
}

.text-media-feature_list .macom-rich-text,
.text-media-contact_panel .macom-rich-text,
.text-media-visit_contact .macom-rich-text {
	color: var(--macom-muted);
	font-size: 1rem;
	line-height: 1.75;
}

.text-media-feature_list .macom-rich-text ul {
	display: grid;
	gap: 0;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.text-media-feature_list .macom-rich-text li {
	position: relative;
	padding: 17px 0 17px 34px;
	border-top: 1px solid var(--macom-line);
}

.text-media-feature_list .macom-rich-text li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--macom-teal-dark);
	font-size: 1.3rem;
}

.text-media-contact_panel {
	background: var(--macom-navy-deep);
	color: white;
}

.text-media-contact_panel .text-media-copy {
	color: white;
}

.text-media-contact_panel .eyebrow,
.text-media-contact_panel h2,
.text-media-contact_panel .macom-rich-text {
	color: white;
}

.contact-details {
	display: grid;
	gap: 0;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.contact-details li {
	padding: 16px 0;
	border-top: 1px solid rgba(255, 255, 255, .2);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.contact-details li span {
	display: block;
	margin-top: 7px;
	font-size: .92rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.55;
	text-transform: none;
}

.text-media-contact_panel .button-row,
.text-media-visit_contact .button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.text-media-contact_panel .button-outline {
	border-color: rgba(255, 255, 255, .6);
	color: white;
}

.text-media-visit_contact {
	background: linear-gradient(180deg, var(--macom-mist), #f9fbfb);
}

.text-media-visit_contact address {
	margin: 28px 0 0;
	color: var(--macom-navy-deep);
	font-family: "Lora", serif;
	font-size: 1.3rem;
	font-style: normal;
	line-height: 1.55;
}

/* Guide photograph and form */
.gallery-full_width_caption {
	padding: 0 5vw 108px;
}

.gallery-full_width_caption .macom-container {
	width: min(1180px, 100%);
}

.gallery-full_width_caption .section-heading {
	display: none;
}

.gallery-full_width_caption .gallery-grid {
	display: block;
}

.gallery-full_width_caption figure {
	margin: 0;
	overflow: hidden;
	background: var(--macom-mist);
	box-shadow: 0 24px 70px rgba(23, 52, 97, .14);
}

.gallery-full_width_caption img {
	width: 100%;
	aspect-ratio: 1957 / 763;
	object-fit: cover;
}

.gallery-full_width_caption figcaption {
	margin: 0;
	padding: 18px 24px;
	color: var(--macom-muted);
	font-size: .82rem;
	line-height: 1.6;
}

body:has(.gallery-full_width_caption) .form-section {
	padding: 104px 5vw 112px;
	background: linear-gradient(180deg, var(--macom-mist), #f8fbfb);
}

body:has(.gallery-full_width_caption) .form-shell {
	width: min(1180px, 100%);
	margin: auto;
	display: grid;
	grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
	align-items: start;
	gap: clamp(44px, 7vw, 96px);
}

body:has(.gallery-full_width_caption) .form-intro h2 {
	font-size: clamp(2.65rem, 4.8vw, 4.7rem);
	font-weight: 400;
	letter-spacing: -.045em;
	line-height: 1.04;
}

body:has(.gallery-full_width_caption) .form-intro-copy {
	color: var(--macom-muted);
	line-height: 1.75;
}

body:has(.gallery-full_width_caption) .form-intro .contact-details li {
	border-color: var(--macom-line);
	color: var(--macom-navy-deep);
}

body:has(.gallery-full_width_caption) .form-intro .contact-details li span {
	color: var(--macom-muted);
}

body:has(.gallery-full_width_caption) .form-card {
	overflow: hidden;
	border: 1px solid var(--macom-line);
	border-radius: 8px;
	background: white;
	box-shadow: 0 22px 65px rgba(23, 52, 97, .11);
}

body:has(.gallery-full_width_caption) .form-card iframe {
	width: 100%;
	min-height: 1220px;
	display: block;
	border: 0;
	background: white;
}

/* Contact methods and resource cards */
.cards-contact_methods,
.cards-resource_links {
	padding: 104px 5vw 112px;
}

.cards-contact_methods .macom-container,
.cards-resource_links .macom-container {
	width: min(1180px, 100%);
}

.cards-contact_methods .macom-container {
	display: grid;
	grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
	align-items: start;
	gap: clamp(60px, 9vw, 130px);
}

.cards-contact_methods .section-heading {
	max-width: none;
	margin: 0;
}

.cards-contact_methods .section-intro {
	max-width: 470px;
	margin: 24px 0 0;
}

.cards-contact_methods .section-intro p {
	margin: 0;
}

.cards-contact_methods .card-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	border-top: 1px solid var(--macom-line);
}

.cards-contact_methods .macom-card {
	border: 0;
	border-bottom: 1px solid var(--macom-line);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.cards-contact_methods .card-content {
	position: relative;
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	align-items: center;
	column-gap: 22px;
	row-gap: 3px;
	padding: 30px 0;
}

.cards-contact_methods .card-icon {
	width: 52px;
	height: 52px;
	grid-column: 1;
	grid-row: 1 / span 3;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--macom-mist);
	color: var(--macom-teal-dark);
}

.cards-contact_methods .card-icon svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
}

.cards-contact_methods .card-content > .eyebrow {
	grid-column: 2;
	margin: 0 0 7px;
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .13em;
}

.cards-contact_methods h3,
.cards-contact_methods .card-content > div,
.cards-contact_methods .card-link {
	grid-column: 2;
}

.cards-contact_methods h3 {
	margin: 0;
	color: var(--macom-navy-deep);
	font-size: clamp(1.3rem, 2vw, 1.65rem);
	font-weight: 500;
	line-height: normal;
}

.cards-contact_methods .card-content p:not(.eyebrow) {
	margin: 4px 0 0;
	color: var(--macom-muted);
	font-size: .9rem;
	line-height: 1.55;
}

.cards-contact_methods .card-link {
	position: absolute;
	inset: 0;
	margin: 0;
	overflow: hidden;
	color: transparent;
	font-size: 0;
}

.cards-contact_methods .card-link::after {
	content: "→";
	position: absolute;
	right: 28px;
	top: 50%;
	color: var(--macom-teal-dark);
	font-size: 1.45rem;
	transform: translateY(-50%);
}

.cards-resource_links {
	background: var(--macom-paper);
}

.cards-resource_links .card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
}

.cards-resource_links .macom-card {
	min-height: 160px;
	display: flex;
	flex-direction: column;
	padding: 28px 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: var(--macom-line);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.cards-resource_links .card-content {
	position: relative;
	height: 100%;
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 0;
}

.cards-resource_links .macom-card .eyebrow {
	margin: 0;
}

.cards-resource_links h3 {
	margin: 18px 0 14px;
	padding-right: 28px;
	color: var(--macom-navy-deep);
	font-size: 1.45rem;
	font-weight: 500;
	line-height: normal;
}

.cards-resource_links .card-content > div {
	color: var(--macom-muted);
	font-size: .9rem;
	line-height: 1.6;
}

.cards-resource_links .card-content > div p {
	margin: 0;
}

.cards-resource_links .card-link {
	position: absolute;
	inset: 0;
	display: block;
	margin: 0;
	font-size: 0;
}

.cards-resource_links .card-link::after {
	content: "→";
	position: absolute;
	right: 0;
	top: 33px;
	font-size: 1.1rem;
}

/* Privacy policy */
.accordion-policy {
	padding: clamp(76px, 8vw, 112px) clamp(24px, 5vw, 72px);
}

.accordion-policy .policy-inner {
	width: min(900px, 100%);
}

.accordion-policy .policy-lead {
	margin: 0 0 60px;
	color: #41546b;
	font-family: "Lora", serif;
	font-size: clamp(22px, 2.1vw, 29px);
	line-height: 1.58;
}

.accordion-policy .policy-lead p {
	margin: 0;
}

.accordion-policy .policy-row {
	display: grid;
	grid-template-columns: minmax(180px, .65fr) minmax(0, 1.35fr);
	gap: clamp(34px, 6vw, 84px);
	padding: 44px 0;
	border-top: 1px solid var(--macom-line);
}

.accordion-policy .policy-list .policy-row:nth-child(3),
.accordion-policy .policy-list .policy-row:nth-child(4),
.accordion-policy .policy-list .policy-row:nth-child(5) {
	padding-bottom: 26px;
}

.accordion-policy .policy-list .policy-row:nth-child(7) {
	padding-bottom: 14px;
}

.accordion-policy .policy-row h2 {
	margin: 0;
	font-size: clamp(25px, 2.4vw, 32px);
	font-weight: 400;
	letter-spacing: -.025em;
	line-height: 1.2;
}

.accordion-policy .policy-row > div {
	color: var(--macom-muted);
	font-size: 16px;
	line-height: 1.75;
}

.accordion-policy .policy-row p {
	margin: 0 0 18px;
}

.accordion-policy .policy-row ul {
	display: grid;
	gap: 12px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.accordion-policy .policy-row li {
	position: relative;
	padding-left: 24px;
}

.accordion-policy .policy-row li::before {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	left: 0;
	top: .72em;
	border-radius: 50%;
	background: var(--macom-teal);
}

.accordion-policy .contact-panel {
	margin-top: 24px;
	padding: 30px;
	background: var(--macom-mist);
}

body.page-privacy-policy .macom-hero.is-internal .breadcrumb,
body.page-privacy-policy .macom-hero.is-internal .breadcrumb a {
	margin-bottom: 22px;
	color: #bcd1e4;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

body.page-privacy-policy .macom-hero.is-internal h1 {
	max-width: 760px;
	font-size: clamp(2.8rem, 4.3vw, 4rem);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1.02;
}

body.page-privacy-policy .macom-hero-intro {
	color: #d4e0eb;
	font-size: 18px;
	line-height: 1.7;
}

.page-privacy-policy .accordion-policy .policy-row h2 {
	color: #173461;
}

.page-privacy-policy .accordion-policy .policy-row li {
	color: #4b5c70;
	font-size: 16px;
	line-height: 1.65;
}

.page-privacy-policy .accordion-policy .contact-panel strong {
	display: block;
	margin-bottom: 12px;
	color: #173461;
	font-family: "Lora", Georgia, "Times New Roman", serif;
	font-size: 21px;
	font-weight: 500;
	line-height: normal;
}

.page-privacy-policy .accordion-policy .contact-panel a {
	color: var(--macom-teal-dark);
	font-weight: 800;
}

/* Insights archive */
.collection-insights_archive,
.insights-page {
	padding: 104px 5vw 112px;
}

.collection-insights_archive .macom-container,
.insights-page .section-inner {
	width: min(1180px, 100%);
	margin: auto;
}

.collection-insights_archive .section-heading,
.insights-page .section-heading {
	max-width: 760px;
	margin-bottom: 54px;
}

.collection-insights_archive .section-heading h2,
.insights-page .section-heading h2 {
	font-size: clamp(2.65rem, 4.8vw, 4.7rem);
	font-weight: 400;
	letter-spacing: -.045em;
	line-height: 1.04;
}

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

.article-card,
.collection-insights_archive .collection-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--macom-line);
	border-radius: 0;
	background: white;
	box-shadow: 0 16px 40px rgba(23, 52, 97, .08);
}

.article-media,
.collection-insights_archive .collection-image {
	aspect-ratio: 3 / 2;
	overflow: hidden;
}

.article-media img,
.collection-insights_archive .collection-image img {
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	object-fit: cover;
}

.article-body,
.collection-insights_archive .collection-content {
	padding: 30px 28px 32px;
	display: flex;
	flex: 1;
	flex-direction: column;
}

.article-date,
.collection-insights_archive .collection-meta {
	margin: 0 0 14px;
	color: var(--macom-teal-dark);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.article-card h3,
.collection-insights_archive h3 {
	margin: 0;
	font-size: 1.55rem;
	font-weight: 500;
	line-height: 1.22;
}

.article-card .summary,
.collection-insights_archive .collection-content > div {
	color: var(--macom-muted);
	font-size: .92rem;
	line-height: 1.68;
}

.article-link,
.collection-insights_archive .card-link {
	margin-top: auto;
	padding-top: 22px;
	color: var(--macom-navy-deep);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

/* WordPress markup for the Insights archive */
.collection-insights_archive .section-heading h2 {
	color: var(--macom-navy-deep);
	font-size: clamp(2.8rem, 5vw, 4.8rem);
	font-weight: 500;
	letter-spacing: -.045em;
	line-height: 1.06;
}

.collection-insights_archive .section-heading > p:last-child {
	max-width: 680px;
	margin: 22px 0 0;
	color: var(--macom-muted);
	font-family: "Lora", Georgia, "Times New Roman", serif;
	font-size: 1.08rem;
	line-height: 1.8;
}

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

.insight-archive-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--macom-line);
	background: white;
	box-shadow: 0 16px 40px rgba(23, 52, 97, .08);
}

.insight-archive-image {
	aspect-ratio: 3 / 2;
	overflow: hidden;
	background: var(--macom-mist);
}

.insight-archive-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.insight-archive-content {
	padding: 28px 26px 26px;
	display: flex;
	flex: 1;
	flex-direction: column;
}

.insight-archive-content .insight-date {
	margin: 0 0 14px;
	color: var(--macom-teal-dark);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .13em;
	line-height: normal;
	text-transform: uppercase;
}

.insight-archive-content h3 {
	margin: 0;
	color: var(--macom-navy-deep);
	font-size: 1.42rem;
	font-weight: 500;
	line-height: 1.3;
}

.insight-archive-content > p:not(.insight-date) {
	margin: 16px 0 24px;
	color: var(--macom-muted);
	font-size: .91rem;
	line-height: 1.7;
}

.insight-archive-content .card-link {
	margin-top: auto;
	padding-top: 0;
	color: var(--macom-navy-deep);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: normal;
	text-transform: uppercase;
}

/* Testimonial videos */
.collection-testimonial_videos,
.video-stories {
	padding: 104px 5vw;
}

.collection-testimonial_videos .macom-container,
.video-stories .section-inner {
	width: min(1180px, 100%);
	margin: auto;
}

.collection-testimonial_videos .section-heading,
.video-stories .stories-heading {
	max-width: 760px;
	margin-bottom: 54px;
}

.testimonial-video-grid,
.video-stories .story-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.testimonial-video-card,
.video-stories .story-card {
	overflow: hidden;
	border: 1px solid var(--macom-line);
	background: white;
	box-shadow: 0 16px 40px rgba(23, 52, 97, .08);
}

.testimonial-video-card .story-media,
.video-stories .story-media {
	height: 270px;
	position: relative;
	overflow: hidden;
	background: var(--macom-navy-deep);
}

.testimonial-video-card .story-video,
.video-stories .story-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.testimonial-video-card .story-copy,
.video-stories .story-copy {
	padding: 30px 28px 34px;
}

.testimonial-video-card .story-copy h2,
.video-stories .story-copy h2 {
	font-size: 1.75rem;
	font-weight: 500;
}

.testimonial-video-card .story-play,
.video-stories .story-play {
	width: 76px;
	height: 76px;
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .76);
	border-radius: 50%;
	background: rgba(13, 35, 70, .48);
	color: white;
	transform: translate(-50%, -50%);
}

.testimonial-video-card .story-play svg,
.video-stories .story-play svg {
	width: 27px;
	fill: currentColor;
}

.testimonial-video-card .story-duration,
.video-stories .story-duration {
	position: absolute;
	right: 15px;
	top: 15px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(13, 35, 70, .76);
	color: white;
	font-size: .72rem;
	font-weight: 800;
}

/* WordPress markup for testimonial videos */
.collection-testimonial_videos .section-heading h2,
.collection-testimonial_reflections .section-heading h2 {
	color: var(--macom-navy-deep);
	font-size: clamp(2.65rem, 4.8vw, 4.75rem);
	font-weight: 500;
	letter-spacing: -.035em;
	line-height: 1.06;
}

.collection-testimonial_videos .section-heading > p:last-child,
.collection-testimonial_reflections .section-heading > p:last-child {
	max-width: 670px;
	margin: 22px 0 0;
	color: var(--macom-muted);
	font-family: "Lora", Georgia, "Times New Roman", serif;
	font-size: 1.12rem;
	line-height: 1.78;
}

.testimonial-video-card {
	border: 1px solid rgba(23, 52, 97, .08);
	border-radius: 8px;
}

.testimonial-video-content {
	padding: 28px 28px 32px;
}

.testimonial-video-content .eyebrow {
	margin-bottom: 16px;
}

.testimonial-video-content h3 {
	margin: 0 0 13px;
	color: var(--macom-navy-deep);
	font-size: 1.55rem;
	font-weight: 500;
	line-height: 1.2;
}

.testimonial-video-content > p:not(.eyebrow) {
	margin: 0;
	color: var(--macom-muted);
	font-size: .93rem;
	line-height: 1.66;
}

.testimonial-video-card .story-duration {
	right: 17px;
	top: 17px;
	padding: 7px 10px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .06em;
	line-height: normal;
}

/* Testimonial reflections */
.collection-testimonial_reflections,
.reflections {
	padding: 96px 5vw;
	background: linear-gradient(180deg, var(--macom-mist), #f8fbfb);
}

.collection-testimonial_reflections .macom-container,
.reflections .reflections-inner {
	width: min(1180px, 100%);
	margin: auto;
}

.reflection-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	align-items: start;
}

.reflection-column {
	display: grid;
	gap: 24px;
}

.reflection-group {
	padding: 34px 32px;
	background: white;
	border: 1px solid var(--macom-line);
}

.reflection-group h2 {
	font-size: 1.75rem;
	font-weight: 500;
}

.reflection-group blockquote {
	margin: 24px 0 0;
	padding: 0 0 0 22px;
	border-left: 2px solid rgba(50, 164, 166, .52);
	color: var(--macom-muted);
	font-family: "Lora", serif;
	font-size: 1rem;
	line-height: 1.75;
}

/* WordPress markup for testimonial reflections */
.reflection-list {
	display: block;
}

.reflection-list .reflection-group {
	padding: 34px;
	border: 1px solid rgba(23, 52, 97, .08);
	border-radius: 8px;
	background: white;
	box-shadow: 0 14px 38px rgba(23, 52, 97, .055);
}

.reflection-list .reflection-group::before {
	width: 52px;
	height: 52px;
	margin-bottom: 26px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(22, 127, 130, .22);
	border-radius: 50%;
	background: linear-gradient(145deg, rgba(188, 236, 237, .58), rgba(233, 244, 244, .38));
	color: var(--macom-teal-dark);
	font-family: "Lora", Georgia, "Times New Roman", serif;
	font-size: 1.25rem;
	content: "\2726";
}

.reflection-list .reflection-group h3 {
	margin: 0 0 24px;
	color: var(--macom-navy-deep);
	font-size: clamp(1.65rem, 2.2vw, 2.1rem);
	font-weight: 500;
	line-height: 1.16;
}

.reflection-list .reflection-group blockquote {
	margin: 0;
	padding: 0 0 0 25px;
	position: relative;
	border: 0;
	color: #4b5c70;
	font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
	font-size: .95rem;
	line-height: 1.75;
}

.reflection-list .reflection-group blockquote + blockquote {
	margin-top: 22px;
}

.reflection-list .reflection-group blockquote::before {
	position: absolute;
	left: 0;
	top: 2px;
	color: var(--macom-teal-dark);
	font-family: "Lora", Georgia, "Times New Roman", serif;
	font-size: 1.75rem;
	line-height: 1;
	content: "\201c";
}

.reflection-share-cta {
	margin-top: 46px;
	padding: clamp(32px, 4vw, 46px);
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 32px;
	align-items: center;
	border-radius: 8px;
	background: linear-gradient(125deg, #173461, #146f79);
	box-shadow: 0 18px 48px rgba(23, 52, 97, .14);
	color: white;
}

.reflection-share-copy {
	max-width: 720px;
	font-family: "Lora", Georgia, "Times New Roman", serif;
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	line-height: 1.6;
}

.reflection-share-copy p {
	margin: 0;
}

.reflection-share-actions {
	display: flex;
	justify-content: flex-end;
}

/* Shared closing banner used on these pages */
body:has(.rich-text-split_intro) .support-banner,
body:has(.cards-contact_methods) .support-banner,
body:has(.collection-insights_archive) .support-banner,
body:has(.collection-testimonial_videos) .support-banner {
	min-height: 470px;
	padding: 90px 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-position: center 52%;
	background-size: cover;
	color: white;
}

body:has(.rich-text-split_intro) .support-banner h2,
body:has(.cards-contact_methods) .support-banner h2,
body:has(.collection-insights_archive) .support-banner h2,
body:has(.collection-testimonial_videos) .support-banner h2 {
	max-width: 850px;
	margin: 0 0 34px;
	color: white;
	font-size: clamp(3.125rem, 5vw, 5.125rem);
	font-weight: 400;
	letter-spacing: -.04em;
	line-height: 1.04;
}

body:has(.collection-testimonial_videos) .support-banner > div {
	max-width: 650px;
	color: rgba(255, 255, 255, .84);
	line-height: 1.72;
}

.page-testimonials .support-banner h2 {
	margin-bottom: 0;
}

.page-testimonials .support-banner > div:not(.cta-actions) p {
	margin: 0;
}

:is(.page-education-programs, .page-becoming-a-mikvah-guide, .page-macom-insights) .eyebrow {
	font-size: .75rem;
	letter-spacing: .17em;
}

:is(.page-education-programs, .page-becoming-a-mikvah-guide) :is(.rich-text-split_intro h2, .cards-program_cards .section-heading h2),
.page-macom-insights .collection-insights_archive .section-heading h2 {
	font-weight: 500;
}

:is(.page-education-programs, .page-becoming-a-mikvah-guide) .macom-hero.is-internal h1 {
	font-size: clamp(2.8rem, 4.5vw, 4.35rem);
	line-height: 1.04;
}

body:is(.page-education-programs, .page-becoming-a-mikvah-guide) .macom-hero.is-internal h1 {
	font-size: clamp(2.8rem, 4.5vw, 4.35rem);
	line-height: 1.04;
}

body:is(.page-education-programs, .page-becoming-a-mikvah-guide) :is(
	.rich-text-split_intro h2,
	.cards-program_cards .section-heading h2,
	.text-media-feature_list h2
) {
	color: var(--macom-navy-deep);
	font-weight: 500;
	line-height: 1.06;
}

body.page-becoming-a-mikvah-guide .rich-text-split_intro h2 {
	font-size: clamp(2.6rem, 4.65vw, 4.7rem);
	letter-spacing: -.055em;
}

body.page-becoming-a-mikvah-guide .text-media-feature_list h2 {
	font-size: clamp(2.6rem, 4.8vw, 4.7rem);
	letter-spacing: -.05em;
}

body:is(.page-education-programs, .page-becoming-a-mikvah-guide) .rich-text-split_intro .macom-rich-text {
	color: var(--macom-muted);
	font-family: "Lora", Georgia, "Times New Roman", serif;
	font-size: 1.08rem;
	line-height: 1.85;
}

body:is(.page-education-programs, .page-becoming-a-mikvah-guide) .cards-program_cards h3 {
	color: var(--macom-navy-deep);
	font-size: 1.48rem;
	font-weight: 500;
	line-height: 1.18;
}

body:is(.page-education-programs, .page-becoming-a-mikvah-guide) .cards-program_cards .card-content p {
	font-size: 0.91rem;
	line-height: 1.7;
}

body:is(.page-education-programs, .page-becoming-a-mikvah-guide) .text-media-feature_list .macom-rich-text {
	line-height: 1.8;
}

body:is(.page-education-programs, .page-becoming-a-mikvah-guide) .text-media-feature_list .macom-rich-text li {
	color: var(--macom-ink);
	font-weight: 700;
	line-height: 1.55;
}

body:is(.page-education-programs, .page-becoming-a-mikvah-guide) .support-banner h2 {
	font-weight: 500;
}

.cards-education_spotlights {
	padding: clamp(90px, 8vw, 124px) 5vw;
	background: linear-gradient(180deg, #fff 0%, #f7fbfb 100%);
}

.cards-education_spotlights .macom-container {
	width: min(1180px, 100%);
}

.cards-education_spotlights .card-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(22px, 2.4vw, 34px);
}

.cards-education_spotlights .macom-card {
	min-width: 0;
	border: 1px solid rgba(23, 52, 97, .13);
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(23, 52, 97, .08);
}

.cards-education_spotlights .macom-card:nth-child(2) {
	border-color: rgba(22, 127, 130, .22);
	background: linear-gradient(145deg, #edf8f7, #f8fcfc);
}

.cards-education_spotlights .card-content {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	grid-template-areas:
		"eyebrow"
		"title"
		"content"
		"actions";
	align-content: start;
	row-gap: 0;
	height: 100%;
	padding: clamp(38px, 4vw, 56px);
}

.cards-education_spotlights .eyebrow {
	grid-area: eyebrow;
	margin: 2px 0 12px;
}

.cards-education_spotlights h3 {
	grid-area: title;
	margin: 0;
	color: var(--macom-navy-deep);
	font-size: clamp(2.45rem, 3.35vw, 3.7rem);
	font-weight: 500;
	letter-spacing: -.045em;
	line-height: 1.03;
}

.cards-education_spotlights .card-content > div:not(.card-actions) {
	grid-area: content;
	margin-top: 30px;
	color: var(--macom-muted);
	font-size: .96rem;
	line-height: 1.75;
}

.cards-education_spotlights .card-content > div:not(.card-actions) > p:first-child {
	margin-top: 0;
}

.cards-education_spotlights :is(.education-feature-list, .contact-details) {
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.cards-education_spotlights :is(.education-feature-list, .contact-details) li {
	position: relative;
	padding: 16px 0 16px 30px;
	border-top: 1px solid rgba(23, 52, 97, .12);
	color: var(--macom-navy-deep);
	font-size: .88rem;
	font-weight: 800;
	line-height: 1.5;
}

.cards-education_spotlights .education-feature-list li::before {
	position: absolute;
	top: 16px;
	left: 2px;
	color: var(--macom-teal-dark);
	content: "✓";
}

.cards-education_spotlights .contact-details li {
	padding-left: 0;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.cards-education_spotlights .contact-details li span {
	display: block;
	margin-top: 7px;
	color: var(--macom-muted);
	font-size: .9rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.55;
	text-transform: none;
}

.cards-education_spotlights .card-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 20px;
	border: 1px solid var(--macom-teal-dark);
	border-radius: 999px;
	font-size: .78rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
}

.cards-education_spotlights .card-link {
	margin: 0;
	background: var(--macom-teal-dark);
	color: #fff;
}

.cards-education_spotlights .card-actions {
	grid-area: actions;
	display: flex;
	align-items: stretch;
	gap: 12px;
	margin-top: 24px;
}

.cards-education_spotlights .card-actions .card-link {
	flex: 1 1 0;
	min-width: 0;
}

.cards-education_spotlights .card-actions .card-link-secondary {
	background: transparent;
	color: var(--macom-navy-deep);
}

body.page-becoming-a-mikvah-guide .form-intro h2 {
	color: var(--macom-navy-deep);
	font-weight: 500;
	line-height: 1.06;
}

body.page-becoming-a-mikvah-guide .form-intro-copy {
	line-height: 1.8;
}

body.page-becoming-a-mikvah-guide .form-intro .contact-details li {
	padding: 0 0 14px;
	color: var(--macom-navy-deep);
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: normal;
	text-transform: none;
}

body.page-becoming-a-mikvah-guide .form-intro .contact-details li span {
	margin-top: 5px;
	font-size: 0.88rem;
	font-weight: 600;
}

body.page-becoming-a-mikvah-guide .form-intro .contact-note {
	margin: 28px 0 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--macom-muted);
	font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
	font-size: 0.92rem;
	line-height: 1.8;
}

body.page-becoming-a-mikvah-guide .form-intro .contact-note strong {
	display: block;
	margin-bottom: 4px;
	color: var(--macom-navy-deep);
	font-family: "Lora", Georgia, "Times New Roman", serif;
	font-size: 1.08rem;
	font-weight: 500;
	line-height: 1.8;
}

body.page-becoming-a-mikvah-guide .form-intro .contact-note a,
body.page-becoming-a-mikvah-guide .form-fallback a {
	color: var(--macom-teal-dark);
	font-weight: 800;
}

body.page-becoming-a-mikvah-guide .form-intro .contact-note a {
	line-height: 1.8;
}

body.page-becoming-a-mikvah-guide .form-fallback {
	margin: 0;
	padding: 18px 24px;
	border-top: 1px solid var(--macom-line);
	color: var(--macom-muted);
	font-size: 0.86rem;
	line-height: 1.6;
	text-align: center;
}

:is(.page-macom-insights, .page-testimonials) .macom-hero.is-internal h1 {
	letter-spacing: -.035em;
	line-height: 1.05;
}

:is(.page-education-programs, .page-becoming-a-mikvah-guide, .page-macom-insights) .button {
	min-height: 50px;
	gap: 12px;
	padding: 0 23px;
	font-size: .84rem;
	letter-spacing: normal;
	text-transform: none;
}

.page-contact-us .section-heading h2 {
	color: var(--macom-navy-deep);
	font-size: clamp(2.65rem, 4.8vw, 4.7rem);
	font-weight: 400;
	letter-spacing: -.045em;
	line-height: 1.04;
}

.page-contact-us .cards-contact_methods .section-intro {
	color: var(--macom-muted);
	line-height: 1.8;
}

.page-contact-us .cards-resource_links .section-intro {
	color: var(--macom-muted);
	line-height: 1.75;
}

.page-contact-us .text-media-visit_contact h2 {
	color: var(--macom-navy-deep);
}

.page-contact-us .text-media-visit_contact .macom-rich-text {
	line-height: 1.8;
}

.page-contact-us .text-media-visit_contact address {
	font-size: 1.18rem;
	line-height: 1.65;
}

body:is(.page-macom-insights, .page-testimonials) .macom-hero.is-internal h1 {
	letter-spacing: -0.035em;
	line-height: 1.05;
}

body.page-macom-insights .macom-hero-intro {
	line-height: 1.65;
}

body:is(.page-macom-insights, .page-testimonials) .support-banner h2 {
	font-weight: 500;
}

.page-contact-us .button {
	gap: 18px;
}

.macom-contact-form-section {
	padding: clamp(64px, 8vw, 112px) 0;
}

.macom-contact-form-layout {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: clamp(32px, 6vw, 96px);
	align-items: start;
}

.macom-contact-form-intro h2 {
	color: var(--macom-navy-deep);
	font-size: clamp(2.5rem, 4vw, 4rem);
	font-weight: 400;
	letter-spacing: -.04em;
	line-height: 1.08;
}

.macom-contact-form-intro > p:last-child {
	color: var(--macom-muted);
	line-height: 1.75;
}

.macom-contact-form-intro a {
	color: var(--macom-teal-dark);
	text-decoration: underline;
}

.macom-contact-form {
	display: grid;
	gap: 12px;
}

.macom-contact-form label {
	color: var(--macom-navy-deep);
	font-weight: 700;
}

.macom-contact-form input:not([type="hidden"]),
.macom-contact-form textarea {
	width: 100%;
	min-height: 52px;
	padding: 14px 16px;
	border: 1px solid #9baeb2;
	border-radius: 4px;
	background: #fff;
	color: var(--macom-navy-deep);
	font: inherit;
}

.macom-contact-form textarea {
	min-height: 160px;
	resize: vertical;
}

.macom-contact-form :is(input, textarea):focus-visible {
	outline: 3px solid var(--macom-teal-dark);
	outline-offset: 2px;
}

.macom-contact-form .button {
	justify-self: start;
	margin-top: 12px;
	cursor: pointer;
}

.macom-contact-honeypot {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip-path: inset(50%);
}

.macom-contact-notice {
	padding: 16px 20px;
	border-left: 4px solid var(--macom-teal-dark);
	background: #e9f4f2;
	color: var(--macom-navy-deep);
}

.macom-contact-notice.is-error {
	border-left-color: #a34141;
	background: #fff1f0;
}

@media (max-width: 767px) {
	.macom-contact-form-layout {
		grid-template-columns: 1fr;
	}
}

.page-testimonials .support-banner h2 {
	font-weight: 500;
}

:is(.page-education-programs, .page-becoming-a-mikvah-guide, .page-macom-insights) .support-banner h2 {
	font-weight: 500;
}

.page-testimonials .button {
	font-size: .81rem;
	letter-spacing: .055em;
	line-height: normal;
}

@media (max-width: 1100px) {
	.testimonial-video-grid,
	.video-stories .story-grid {
		grid-template-columns: 1fr;
	}

	.testimonial-video-card,
	.video-stories .story-card {
		display: grid;
		grid-template-columns: .9fr 1.1fr;
	}

	.testimonial-video-card .story-media,
	.video-stories .story-media {
		height: 100%;
		min-height: 330px;
	}
}

@media (max-width: 1020px) {
	.cards-program_cards .card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 960px) {
	.rich-text-split_intro .macom-prose,
	.text-media-feature_list .text-media-grid,
	.text-media-contact_panel .text-media-grid,
	.text-media-visit_contact .text-media-grid,
	body:has(.gallery-full_width_caption) .form-shell {
		grid-template-columns: 1fr;
	}

	.cards-education_spotlights .card-grid {
		grid-template-columns: 1fr;
	}

	.rich-text-split_intro .macom-prose {
		grid-template-areas:
			"eyebrow"
			"title"
			"content";
	}

	.rich-text-split_intro .macom-rich-text {
		margin-top: 55px;
		padding-top: 0;
	}

	.text-media-feature_list .text-media-visual,
	.text-media-contact_panel .text-media-visual,
	.text-media-visit_contact .text-media-visual {
		height: 500px;
	}

	.articles-grid,
	.collection-insights_archive .collection-grid,
	.insights-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 800px) {
	:is(
		body:has(.rich-text-split_intro),
		body:has(.cards-contact_methods),
		body:has(.collection-insights_archive),
		body:has(.collection-testimonial_videos)
	) .macom-hero.is-internal {
		min-height: 500px;
	}

	:is(
		body:has(.rich-text-split_intro),
		body:has(.cards-contact_methods),
		body:has(.collection-insights_archive),
		body:has(.collection-testimonial_videos)
	) .macom-hero.is-internal .macom-hero-content {
		padding-top: 62px;
		padding-bottom: 52px;
	}

	:is(
		body:has(.rich-text-split_intro),
		body:has(.cards-contact_methods),
		body:has(.collection-insights_archive),
		body:has(.collection-testimonial_videos)
	) .macom-hero.is-internal h1 {
		font-size: clamp(2.55rem, 10.5vw, 3.6rem);
	}

	.testimonial-video-card,
	.video-stories .story-card {
		display: block;
	}

	.testimonial-video-card .story-media,
	.video-stories .story-media {
		height: 280px;
		min-height: 280px;
	}

	.reflection-grid,
	.reflection-list {
		grid-template-columns: 1fr;
	}

	.reflection-share-cta {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.reflection-share-actions {
		justify-content: flex-start;
	}

	body:has(.gallery-full_width_caption) .form-card iframe {
		min-height: 1320px;
	}
}

@media (max-width: 760px) {
	body:has(.accordion-policy) .macom-hero.is-internal {
		min-height: 460px;
	}

	body:has(.accordion-policy) .macom-hero.is-internal .macom-hero-content {
		width: auto;
		margin: 0 24px;
		padding: 64px 0 52px;
	}

	.accordion-policy .policy-row {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 36px 0;
	}

	.accordion-policy .policy-list .policy-row:nth-child(3),
	.accordion-policy .policy-list .policy-row:nth-child(4),
	.accordion-policy .policy-list .policy-row:nth-child(5) {
		padding-bottom: 18px;
	}

	.accordion-policy .policy-list .policy-row:nth-child(7) {
		padding-bottom: 6px;
	}

	.cards-contact_methods .card-content {
		grid-template-columns: 48px minmax(0, 1fr) auto;
		column-gap: 16px;
		row-gap: 3px;
	}

	.cards-contact_methods .macom-container {
		grid-template-columns: 1fr;
	}

	.reflection-list .reflection-group {
		padding: 28px 24px;
	}

	.cards-contact_methods .card-icon {
		width: 44px;
		height: 44px;
	}
}

@media (max-width: 640px) {
	.rich-text-split_intro,
	.cards-program_cards,
	.text-media-feature_list,
	.text-media-contact_panel,
	.text-media-visit_contact,
	.cards-contact_methods,
	.cards-resource_links,
	.collection-insights_archive,
	.insights-page,
	.collection-testimonial_videos,
	.video-stories,
	.collection-testimonial_reflections,
	.reflections {
		padding: 76px 5vw;
	}

	.cards-education_spotlights {
		padding: 72px 5vw;
	}

	.cards-education_spotlights .card-content {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas:
			"eyebrow"
			"title"
			"content"
			"actions";
		padding: 30px 24px 34px;
	}

	.cards-education_spotlights h3 {
		font-size: clamp(2rem, 10vw, 2.65rem);
	}

	.cards-education_spotlights .card-content > div:not(.card-actions) {
		margin-top: 28px;
	}

	.cards-education_spotlights .card-actions {
		gap: 8px;
	}

	.cards-education_spotlights .card-actions .card-link {
		padding: 10px 8px;
		font-size: .66rem;
	}

	.cards-resource_links .card-grid {
		gap: 18px;
	}

	.page-testimonials .support-banner {
		padding: 82px 5vw;
	}

	.gallery-full_width_caption {
		padding: 0 6vw 78px;
	}

	.gallery-full_width_caption img {
		aspect-ratio: 4 / 3;
	}

	.cards-program_cards .card-grid,
	.cards-resource_links .card-grid,
	.articles-grid,
	.collection-insights_archive .collection-grid,
	.insights-archive-grid {
		grid-template-columns: 1fr;
	}

	.cards-program_cards .macom-card {
		min-height: 260px;
	}

	.text-media-feature_list .text-media-visual,
	.text-media-contact_panel .text-media-visual,
	.text-media-visit_contact .text-media-visual {
		height: 390px;
	}

	body:has(.gallery-full_width_caption) .form-card {
		margin-inline: -2vw;
		border-radius: 0;
	}

	body:has(.gallery-full_width_caption) .form-card iframe {
		min-height: 1420px;
	}

	body:has(.rich-text-split_intro) .support-banner,
	body:has(.cards-contact_methods) .support-banner,
	body:has(.collection-insights_archive) .support-banner,
	body:has(.collection-testimonial_videos) .support-banner {
		min-height: 420px;
		padding: 72px 24px;
	}

	body.page-testimonials .support-banner {
		padding: 82px 5vw;
	}
}

@media (max-width: 520px) {
	.featured-image {
		min-height: 300px;
	}
}

@media (max-width: 500px) {
	:is(
		body:has(.rich-text-split_intro),
		body:has(.cards-contact_methods),
		body:has(.collection-insights_archive),
		body:has(.collection-testimonial_videos)
	) .macom-hero.is-internal {
		min-height: 460px;
	}

	:is(
		body:has(.rich-text-split_intro),
		body:has(.cards-contact_methods),
		body:has(.collection-insights_archive),
		body:has(.collection-testimonial_videos)
	) .breadcrumb {
		font-size: .65rem;
	}

	:is(
		body:has(.rich-text-split_intro),
		body:has(.cards-contact_methods),
		body:has(.collection-insights_archive),
		body:has(.collection-testimonial_videos)
	) .button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cards-program_cards .macom-card,
	.article-card,
	.collection-insights_archive .collection-card {
		transition: none;
	}
}
