@font-face {
	font-family: "Manrope";
	src: url("../fonts/manrope-400.woff2") format("woff2");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

/* Governance: editorial profile between Cosa facciamo and Membri. */
.home-governance {
	position: relative;
	padding-block: clamp(7.5rem, 10vw, 10rem) clamp(6rem, 8vw, 8rem);
	background: var(--home-ivory);
	color: var(--home-navy);
	overflow: clip;
}

.home-governance__inner {
	position: relative;
}

.home-governance__copy {
	position: relative;
	z-index: 2;
}

.home-governance__index {
	margin-bottom: clamp(2rem, 2.7vw, 2.75rem);
}

.home-governance h2 {
	max-width: 76rem;
	margin: 0;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(4rem, 5vw, 5rem);
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.02;
}

.home-governance__details {
	display: grid;
	grid-template-columns: clamp(13.5rem, 18vw, 16.5rem) minmax(0, 45rem);
	align-items: start;
	gap: clamp(3rem, 5vw, 5.5rem);
	margin-top: clamp(3rem, 4.2vw, 4.25rem);
	padding-top: clamp(2.8rem, 3.8vw, 3.75rem);
	border-top: 1px solid rgba(216, 162, 46, 0.9);
}

.home-governance__media {
	position: relative;
	width: 100%;
	aspect-ratio: 0.8;
	margin: 0;
	border-radius: 11rem 11rem 0.35rem 0.35rem;
	overflow: hidden;
	box-shadow: 0 1rem 2.6rem rgba(6, 39, 68, 0.08);
}

.home-governance__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 35%;
}

.home-governance__profile {
	padding-top: 0.85rem;
}

.home-governance__profile h3 {
	margin: 0;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(2.5rem, 3vw, 3.2rem);
	font-weight: 400;
	line-height: 1.02;
}

.home-governance__role {
	margin: 0.65rem 0 1.65rem;
	color: var(--home-green);
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(1.35rem, 1.62vw, 1.65rem);
	font-style: italic;
}

.home-governance__summary {
	max-width: 44rem;
	margin: 0;
	font-size: clamp(1.04rem, 1.28vw, 1.2rem);
	line-height: 1.68;
}

.home-governance__trigger {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.8rem;
	max-width: 42rem;
	margin-top: 1.75rem;
	padding: 0.9rem 1.25rem;
	border: 1px solid var(--home-gold);
	background: transparent;
	color: var(--home-navy);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 1.02rem;
	font-weight: 700;
	cursor: pointer;
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.home-governance__trigger i {
	color: var(--home-green);
	font-size: 1.35rem;
	transition: transform 180ms ease;
}

.home-governance__trigger:hover i,
.home-governance__trigger:focus-visible i {
	transform: translateX(0.35rem);
}

.home-governance__trigger:hover {
	border-color: var(--home-navy);
	background: var(--home-navy);
	color: var(--home-ivory);
}

.home-governance__trigger:focus-visible,
.home-governance-modal__close:focus-visible {
	outline: 3px solid var(--home-gold);
	outline-offset: 4px;
}

.home-governance-modal {
	width: min(72rem, calc(100vw - 3rem));
	height: min(48rem, calc(100svh - 3rem));
	max-height: min(48rem, calc(100svh - 3rem));
	padding: 0;
	border: 0;
	background: var(--home-ivory);
	color: var(--home-navy);
	box-shadow: 0 1.5rem 5rem rgba(6, 39, 68, 0.28);
	overflow: hidden;
}

html.ciid-home-governance-locked {
	overflow: hidden;
	overscroll-behavior: none;
	scrollbar-gutter: stable;
}

html.ciid-home-governance-locked body.ciid-home {
	overflow: hidden;
	overscroll-behavior: none;
}

.home-governance-modal::backdrop {
	background: rgba(6, 39, 68, 0.74);
	backdrop-filter: blur(5px);
}

.home-governance-modal__panel {
	position: relative;
	display: grid;
	grid-template-columns: minmax(18rem, 0.78fr) minmax(0, 1.22fr);
	height: 100%;
	min-height: 0;
}

.home-governance-modal__close {
	position: absolute;
	top: 1.35rem;
	right: 1.35rem;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	padding: 0;
	border: 1px solid rgba(6, 39, 68, 0.28);
	border-radius: 50%;
	background: var(--home-ivory);
	color: var(--home-navy);
	font-size: 1.55rem;
	cursor: pointer;
}

.home-governance-modal__media {
	height: 100%;
	min-height: 0;
	margin: 0;
	overflow: hidden;
}

.home-governance-modal__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 42%;
}

.home-governance-modal__content {
	min-height: 0;
	padding: clamp(3.75rem, 5vw, 5.2rem);
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-gutter: stable;
}

.home-governance-modal__content .home-index {
	margin-bottom: 2rem;
}

.home-governance-modal__content h2 {
	margin: 0;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(3.2rem, 4.5vw, 4.75rem);
	font-weight: 400;
	line-height: 0.98;
}

.home-governance-modal__role {
	margin: 0.7rem 0 2rem;
	color: var(--home-green);
	font-family: "DM Serif Display", Georgia, serif;
	font-size: 1.65rem;
	font-style: italic;
}

.home-governance-modal__bio {
	display: grid;
	gap: 1rem;
	padding-top: 1.6rem;
	border-top: 1px solid rgba(216, 162, 46, 0.65);
}

.home-governance-modal__bio p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.65;
}

@media (max-width: 1080px) {
	.home-governance__details {
		grid-template-columns: clamp(12rem, 22vw, 15rem) minmax(0, 1fr);
		gap: clamp(2.75rem, 5vw, 4rem);
	}
}

@media (max-width: 900px) {
	.home-governance {
		padding-block: 6.5rem 5.5rem;
	}

	.home-governance h2 {
		font-size: clamp(3.45rem, 8.7vw, 4.25rem);
		line-height: 1;
	}

	.home-governance-modal__panel {
		grid-template-columns: 1fr;
		grid-template-rows: min(25rem, 40%) minmax(0, 1fr);
	}

	.home-governance-modal__media {
		height: 100%;
		min-height: 0;
	}

	.home-governance-modal__content {
		padding: 3rem var(--home-shell) 3.5rem;
	}
}

@media (max-width: 560px) {
	.home-governance {
		padding-block: 5.5rem 4.5rem;
	}

	.home-governance__index {
		margin-bottom: 1.8rem;
	}

	.home-governance h2 {
		font-size: clamp(2.75rem, 12.5vw, 3.4rem);
		line-height: 1;
	}

	.home-governance__details {
		grid-template-columns: 1fr;
		gap: 2.1rem;
		margin-top: 2.4rem;
		padding-top: 2.25rem;
	}

	.home-governance__media {
		width: 10.5rem;
		border-radius: 7rem 7rem 0.3rem 0.3rem;
	}

	.home-governance__profile {
		padding-top: 0;
	}

	.home-governance__profile h3 {
		font-size: 2.3rem;
	}

	.home-governance__summary {
		font-size: 1rem;
		line-height: 1.65;
	}

	.home-governance-modal {
		width: calc(100vw - 1.25rem);
		height: calc(100svh - 1.25rem);
		max-height: calc(100svh - 1.25rem);
	}

	.home-governance-modal__panel {
		grid-template-rows: 18rem minmax(0, 1fr);
	}

	.home-governance-modal__media {
		height: 100%;
	}

	.home-governance-modal__content {
		padding-top: 2.5rem;
		padding-bottom: 3rem;
	}

	.home-governance-modal__content h2 {
		font-size: 3rem;
	}

	.home-governance-modal__close {
		top: 0.85rem;
		right: 0.85rem;
	}
}

@font-face {
	font-family: "Manrope";
	src: url("../fonts/manrope-600.woff2") format("woff2");
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: "Manrope";
	src: url("../fonts/manrope-700.woff2") format("woff2");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "DM Serif Display";
	src: url("../fonts/home/dm-serif-display-400.woff2") format("woff2");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "DM Serif Display";
	src: url("../fonts/home/dm-serif-display-400-italic.woff2") format("woff2");
	font-style: italic;
	font-weight: 400;
	font-display: swap;
}

:root {
	--home-ivory: #f9f6f0;
	--home-navy: #062744;
	--home-blue: #087aa5;
	--home-green: #168b63;
	--home-gold: #d8a22e;
	--home-hero-ground: #f6f2ea;
	--home-container: 80rem;
	--home-shell: clamp(3.25rem, 5.35vw, 5.25rem);
	--home-section-label-title-gap: clamp(2rem, 3.25vw, 2.6rem);
}

html:has(body.ciid-home) {
	scroll-behavior: smooth;
}

html.ciid-home-method-locked:has(body.ciid-home) {
	scroll-behavior: auto !important;
	overflow-anchor: none;
}

html.ciid-home-method-locked body.ciid-home {
	overflow-anchor: none;
}

body.ciid-home {
	margin: 0;
	background: var(--home-ivory);
	color: var(--home-navy);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

.ciid-home *,
.ciid-home *::before,
.ciid-home *::after {
	box-sizing: border-box;
}

.ciid-home a {
	color: inherit;
}

.home-shell {
	width: calc(100% - (var(--home-shell) + var(--home-shell)));
	max-width: var(--home-container);
	margin-inline: auto;
	padding-inline: 0;
}

.home-skip-link {
	position: fixed;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 1000;
	padding: 0.75rem 1rem;
	background: #fff;
	color: var(--home-navy);
	font-weight: 700;
	transform: translateY(-160%);
}

.home-skip-link:focus {
	transform: translateY(0);
}

.home-header {
	position: sticky;
	top: 0;
	z-index: 100;
	height: 5.625rem;
	border-bottom: 1px solid rgba(217, 164, 42, 0.24);
	background: var(--home-ivory);
	transition: height 240ms cubic-bezier(0.22, 1, 0.36, 1), background-color 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.admin-bar .home-header {
	top: 32px;
}

.home-header.is-scrolled {
	height: 4.5rem;
	border-bottom-color: rgba(255, 255, 255, 0.14);
	background: var(--home-navy);
	box-shadow: 0 0.65rem 1.8rem rgba(6, 39, 68, 0.18);
}

.home-header__inner {
	display: grid;
	grid-template-columns: 4.5rem minmax(0, 1fr);
	align-items: center;
	gap: clamp(2.5rem, 5vw, 5rem);
	height: 100%;
}

.home-brand {
	display: block;
	width: 4.5rem;
	height: 4.5rem;
	padding: 0.1rem;
	border-radius: 50%;
	line-height: 0;
	transition: width 240ms cubic-bezier(0.22, 1, 0.36, 1), height 240ms cubic-bezier(0.22, 1, 0.36, 1), background-color 240ms ease, transform 240ms ease;
}

.home-header.is-scrolled .home-brand {
	width: 3.5rem;
	height: 3.5rem;
	background: var(--home-ivory);
}

.home-brand img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.home-nav {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(2rem, 3.5vw, 4.25rem);
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	transition: color 180ms ease;
}

.home-nav__primary,
.home-nav__actions {
	display: flex;
	align-items: center;
}

.home-nav__primary {
	justify-content: center;
	gap: clamp(2rem, 3.35vw, 3.4rem);
}

.home-nav__actions {
	justify-content: flex-end;
	gap: clamp(1.15rem, 2vw, 1.8rem);
}

.home-nav a,
.home-nav__group-toggle {
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

.home-nav__primary > a::after,
.home-nav__group-toggle::after {
	position: absolute;
	right: 0;
	bottom: -0.5rem;
	left: 0;
	height: 2px;
	background: var(--home-green);
	content: "";
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-nav__group-toggle::after {
	bottom: 0.125rem;
}

.home-nav__primary > a:hover::after,
.home-nav__primary > a:focus-visible::after,
.home-nav__primary > a.is-current::after,
.home-nav__group-toggle:hover::after,
.home-nav__group-toggle:focus-visible::after,
.home-nav__group-toggle.is-current::after,
.home-nav-group.is-open .home-nav__group-toggle::after {
	transform: scaleX(1);
}

.home-nav-group {
	position: relative;
}

.home-nav__group-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	min-height: 2.75rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	cursor: pointer;
}

.home-nav__group-toggle i {
	font-size: 0.9rem;
	transition: transform 220ms ease;
}

.home-nav-group.is-open .home-nav__group-toggle i {
	transform: rotate(180deg);
}

.home-nav__submenu {
	position: absolute;
	top: calc(100% + 1rem);
	left: 50%;
	display: grid;
	width: 17rem;
	padding: 0.65rem;
	border: 1px solid rgba(217, 164, 42, 0.46);
	border-top: 2px solid var(--home-gold);
	background: #fffdf8;
	color: var(--home-navy);
	box-shadow: 0 1.1rem 2.8rem rgba(6, 39, 68, 0.1);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, -0.55rem);
	transition: opacity 180ms ease, transform 180ms ease;
}

.home-nav-group.is-open .home-nav__submenu {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.home-nav__submenu a {
	padding: 0.8rem 0.9rem;
	border-radius: 0.15rem;
}

.home-nav__submenu a:hover,
.home-nav__submenu a:focus-visible,
.home-nav__submenu a.is-current {
	background: rgba(0, 148, 95, 0.08);
	color: var(--home-green);
}

.home-nav__account {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
}

.home-nav__account-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.65rem;
	height: 2.65rem;
	border: 1px solid var(--home-gold);
	border-radius: 50%;
	font-size: 1.15rem;
	transition: background-color 180ms ease, color 180ms ease;
}

.home-nav__account:hover .home-nav__account-icon,
.home-nav__account:focus-visible .home-nav__account-icon {
	background: var(--home-gold);
	color: #fff;
}

.home-nav__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 7.5rem;
	height: 3rem;
	border: 1px solid var(--home-navy);
	border-radius: 0.2rem;
	background: var(--home-navy);
	color: #fff !important;
	transition: background-color 180ms ease, color 180ms ease;
}

.home-nav__cta:hover,
.home-nav__cta:focus-visible {
	background: transparent;
	color: var(--home-navy) !important;
}

.home-header.is-scrolled .home-nav {
	color: #fff;
}

.home-header.is-scrolled .home-nav__primary > a::after,
.home-header.is-scrolled .home-nav__group-toggle::after {
	background: var(--home-gold);
}

.home-header.is-scrolled .home-nav__cta {
	border-color: var(--home-gold);
	background: var(--home-gold);
	color: var(--home-navy) !important;
}

.home-header.is-scrolled .home-nav__cta:hover,
.home-header.is-scrolled .home-nav__cta:focus-visible {
	background: transparent;
	color: #fff !important;
}

.home-header.is-scrolled .home-nav__account:hover .home-nav__account-icon,
.home-header.is-scrolled .home-nav__account:focus-visible .home-nav__account-icon {
	color: var(--home-navy);
}

.home-menu-toggle {
	display: none;
}

.home-hero {
	position: relative;
	min-height: calc(100svh - 5.625rem);
	background: var(--home-hero-ground);
	overflow: hidden;
}

.home-hero__inner {
	position: relative;
	min-height: calc(100svh - 5.625rem);
	padding-top: 3.85rem;
}

main section[id] {
	scroll-margin-top: 6.75rem;
}

#missione-testo {
	scroll-margin-top: 6.75rem;
}

.home-hero__copy {
	position: relative;
	z-index: 3;
	width: min(44.5rem, 50vw);
}

.home-index {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	margin: 0 0 1.9rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.home-index span {
	position: relative;
	display: inline-block;
	padding-bottom: 0.72rem;
	color: var(--home-green);
}

.home-index span::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background: var(--home-green);
	content: "";
	transform-origin: left center;
}

.ciid-home-motion .home-index span::after {
	transform: scaleX(0);
}

.ciid-home-motion .home-hero.is-ready .home-index span::after,
.ciid-home-motion [data-home-section-reveal].is-visible .home-index span::after {
	transform: scaleX(1);
	transition: transform 760ms 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-index b {
	font-family: "Manrope", Arial, sans-serif;
	font-weight: 400;
}

.home-eyebrow {
	margin: 0 0 1.15rem;
	color: var(--home-blue);
	font-size: 1.056rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.home-hero h1 {
	margin: 0;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(4.9rem, 5.8vw, 5.9rem);
	font-weight: 400;
	letter-spacing: -0.015em;
	line-height: 0.95;
}

.home-hero h1 em {
	font-style: italic;
	font-weight: 400;
}

.home-intro {
	margin: 2.85rem 0 0;
	font-size: clamp(1.125rem, 1.4vw, 1.35rem);
	line-height: 1.65;
}

.home-actions {
	display: flex;
	align-items: center;
	gap: 1.3rem;
	margin-top: 2.05rem;
}

.home-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 10.75rem;
	height: 3.4rem;
	padding-inline: 1.6rem;
	border: 1px solid var(--home-navy);
	border-radius: 0.18rem;
	font-size: 0.98rem;
	font-weight: 700;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease;
}

.home-button--primary {
	background: var(--home-navy);
	color: #fff !important;
}

.home-button--primary:hover,
.home-button--primary:focus-visible {
	background: transparent;
	color: var(--home-navy) !important;
}

.home-button--secondary:hover,
.home-button--secondary:focus-visible {
	background: var(--home-navy);
	color: #fff;
}

.home-brand:focus-visible,
.home-nav a:focus-visible,
.home-nav__group-toggle:focus-visible,
.home-menu-toggle:focus-visible,
.home-button:focus-visible {
	outline: 3px solid var(--home-gold);
	outline-offset: 4px;
}

.home-hero__art {
	position: absolute;
	top: -6.15rem;
	right: calc((100% - 100vw) / 2 - 1.6rem);
	bottom: auto;
	z-index: 1;
	width: min(72vw, 71rem);
	margin: 0;
	overflow: visible;
	pointer-events: none;
	will-change: transform;
}

.home-hero__art img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: initial;
	object-position: initial;
}

.ciid-home-motion .home-hero.is-ready .home-hero__art img {
	animation: home-ambient-breathe 8.5s 0.8s cubic-bezier(0.45, 0, 0.55, 1) infinite;
	transform-origin: 58% 48%;
	will-change: transform;
}

.home-future-sections {
	height: 1px;
	overflow: hidden;
}

.home-about {
	position: relative;
	min-height: 52rem;
	padding-block: clamp(7.5rem, 9vw, 9rem) clamp(8.5rem, 10vw, 10.5rem);
	background: var(--home-ivory);
}

.home-about__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(25rem, 0.82fr);
	align-items: start;
	gap: clamp(5rem, 8.5vw, 9rem);
}

.home-about__index {
	margin-bottom: clamp(3.35rem, 4.4vw, 4.45rem);
}

.home-about h2 {
	max-width: 44rem;
	margin: 0;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(4.75rem, 5.65vw, 5.65rem);
	font-weight: 400;
	letter-spacing: -0.018em;
	line-height: 0.965;
}

.home-about h2 em {
	font-style: italic;
	font-weight: 400;
}

.home-about__content {
	padding-top: clamp(4.25rem, 6vw, 5.65rem);
}

.home-about__content > p {
	max-width: 35rem;
	margin: 0 0 clamp(2.6rem, 3.5vw, 3.4rem);
	font-size: clamp(1.125rem, 1.45vw, 1.35rem);
	line-height: 1.72;
}

.home-about__facts {
	border-top: 1px solid rgba(216, 162, 46, 0.82);
}

.home-about__fact {
	display: grid;
	grid-template-columns: 4.85rem minmax(0, 1fr);
	align-items: center;
	gap: 1.65rem;
	min-height: 7.35rem;
	padding-block: 1.15rem;
	border-bottom: 1px solid rgba(216, 162, 46, 0.82);
}

.home-about__fact:last-child {
	border-bottom: 0;
}

.home-about__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 4.85rem;
	height: 4.85rem;
	border-radius: 50%;
	color: #fff;
	font-size: 2.55rem;
}

.home-about__icon--green {
	background: var(--home-green);
}

.home-about__icon--gold {
	background: var(--home-gold);
}

.home-about__fact strong {
	font-size: clamp(1.08rem, 1.3vw, 1.25rem);
	font-weight: 700;
	line-height: 1.45;
}

.home-mission {
	position: relative;
	background: var(--home-ivory);
	color: var(--home-navy);
	overflow: clip;
}

.home-mission__inner {
	position: relative;
	padding-top: clamp(34.5rem, 38vw, 37rem);
	padding-bottom: clamp(9rem, 11vw, 11.5rem);
}

.home-mission__orbit {
	display: none;
}

.home-mission__orbit img {
	display: block;
	width: 100%;
	height: auto;
}

.home-mission__architecture {
	position: absolute;
	top: 0;
	right: auto;
	left: calc((100% - 100vw) / 2);
	width: 100vw;
	height: 30rem;
	margin: 0;
	overflow: hidden;
	opacity: 0.9;
	pointer-events: none;
}

.home-mission__architecture img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 48%;
}

.home-mission__index {
	position: relative;
	z-index: 1;
	margin-bottom: clamp(3.75rem, 4.7vw, 4.75rem);
}

.home-mission__heading {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 17rem;
	align-items: start;
	gap: clamp(2rem, 2.5vw, 2.5rem);
}

.home-mission h2 {
	max-width: none;
	margin: 0;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(3.95rem, 4.25vw, 4.25rem);
	font-weight: 400;
	letter-spacing: -0.014em;
	line-height: 1.03;
}

.home-mission h2 em {
	font-style: italic;
	font-weight: 400;
}

.home-mission__heading > p {
	max-width: 31rem;
	margin: 0.35rem 0 0;
	padding-left: 1.45rem;
	border-left: 1px solid rgba(216, 162, 46, 0.92);
	font-size: clamp(1.125rem, 1.35vw, 1.25rem);
	line-height: 1.72;
}

.home-mission__steps {
	position: relative;
	z-index: 1;
	margin: clamp(7.25rem, 8.6vw, 8.75rem) 0 0;
	padding: 0;
	list-style: none;
}

.home-mission__step {
	position: relative;
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	align-items: center;
	min-height: clamp(23rem, 27vw, 27rem);
	padding-block: clamp(4rem, 5.25vw, 5.25rem);
	isolation: isolate;
}

.home-mission__step + .home-mission__step {
	margin-top: clamp(1.25rem, calc(4vw - 1.25rem), 2.75rem);
}

.home-mission__number {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
	color: rgba(82, 51, 27, 0.075);
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(6.3rem, 8.2vw, 8.25rem);
	font-weight: 400;
	letter-spacing: -0.055em;
	line-height: 1;
	transform: translateY(-62%);
	user-select: none;
}

.home-mission__step--image-left .home-mission__number {
	right: 0;
	left: auto;
}

.home-mission__step-copy {
	position: relative;
	z-index: 1;
	grid-column: 3 / span 4;
	width: 100%;
	max-width: 27rem;
}

.home-mission__step--image-left .home-mission__step-copy {
	grid-column: 8 / span 4;
}

.home-mission__rule {
	position: relative;
	display: block;
	width: 100%;
	max-width: 21rem;
	height: 1px;
	margin-bottom: 2.1rem;
	background: transparent;
}

.home-mission__rule::before {
	position: absolute;
	inset: 0;
	background: rgba(216, 162, 46, 0.94);
	content: "";
	transform-origin: left center;
}

.ciid-home-motion .home-mission__rule::before {
	transform: scaleX(0);
}

.ciid-home-motion .home-mission__step.is-stagger-visible .home-mission__rule::before {
	transform: scaleX(1);
	transition: transform 900ms 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-mission__rule i {
	--home-dot-start: -11rem;
	--home-dot-end: 2.5rem;
	position: absolute;
	top: 50%;
	right: 14%;
	display: block;
	width: 1.05rem;
	height: 1.05rem;
	border-radius: 50%;
	background: var(--home-green);
	transform: translate(50%, -50%);
}

.ciid-home-motion .home-mission__rule i {
	opacity: 0;
	transform: translate(50%, -50%) scale(0.65);
}

.ciid-home-motion .home-mission__step.is-stagger-visible .home-mission__rule i {
	opacity: 1;
	transform: translate(50%, -50%) scale(1);
	transition: opacity 480ms 720ms ease, transform 480ms 720ms cubic-bezier(0.22, 1, 0.36, 1);
	animation: home-dialogue-signal 18s 1.35s linear infinite;
}

.ciid-home-motion .home-mission__step:nth-child(2).is-stagger-visible .home-mission__rule i {
	animation-delay: 2.1s;
	animation-direction: reverse;
	animation-duration: 20s;
}

.ciid-home-motion .home-mission__step:nth-child(3).is-stagger-visible .home-mission__rule i {
	animation-delay: 2.85s;
	animation-duration: 22s;
}

.home-mission__steps h3 {
	margin: 0;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(2.95rem, 3.4vw, 3.45rem);
	font-weight: 400;
	letter-spacing: -0.012em;
	line-height: 1;
}

.home-mission__steps p {
	max-width: 24rem;
	margin: 1.8rem 0 0;
	padding-left: 1.4rem;
	border-left: 1px solid rgba(216, 162, 46, 0.92);
	font-size: clamp(0.99rem, 1.12vw, 1.08rem);
	line-height: 1.66;
}

.home-mission__step-image {
	position: relative;
	z-index: 1;
	grid-column: 8 / 13;
	justify-self: end;
	width: min(100%, 29rem);
	margin: 0;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 3rem 1rem 3rem 1rem;
}

.home-mission__step--image-left .home-mission__step-image {
	grid-column: 2 / 7;
	justify-self: start;
}

.home-mission__step-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-values {
	position: relative;
	background: var(--home-navy);
	color: #fff;
	overflow: hidden;
}

.home-values__inner {
	position: relative;
	min-height: 69.125rem;
	padding-top: 6.2rem;
	padding-bottom: 5.6rem;
}

.home-values__copy {
	position: relative;
	z-index: 2;
	width: min(41.5rem, 52vw);
	margin-left: 0.55rem;
}

.home-values__index {
	margin-bottom: 3.75rem;
	color: #fff;
}

.home-values h2 {
	max-width: 40rem;
	margin: 0;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(4.55rem, 5.3vw, 4.9rem);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 0.98;
}

.home-values h2 em {
	font-weight: 400;
}

.home-values__lead {
	max-width: 30rem;
	margin: 2.45rem 0 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1.125rem, 1.45vw, 1.35rem);
	line-height: 1.55;
}

.home-values__list {
	display: grid;
	gap: 1.65rem;
	max-width: 35.5rem;
	margin: 3.3rem 0 0;
	padding: 0;
	list-style: none;
}

.home-values__item {
	display: grid;
	grid-template-columns: 5.5rem 1px minmax(0, 1fr);
	align-items: center;
	gap: 1.55rem;
	min-height: 7.65rem;
}

.home-values__icon {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	color: #2fbd87;
	font-size: 3.55rem;
	line-height: 1;
}

.home-values__divider {
	align-self: stretch;
	width: 1px;
	background: rgba(216, 162, 46, 0.95);
}

.home-values__item h3 {
	margin: 0 0 0.72rem;
	color: #2fbd87;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 1.58rem;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.home-values__item > div {
	margin-left: 1.35rem;
}

.home-values__item--social .home-values__icon,
.home-values__item--social h3 {
	color: var(--home-gold);
}

.home-values__item--governance .home-values__icon,
.home-values__item--governance h3 {
	color: #21a7d8;
}

.home-values__item p {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1rem, 1.17vw, 1.13rem);
	line-height: 1.55;
}

.ciid-home .home-values__download {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	min-width: 22rem;
	height: 4.15rem;
	margin-top: 2.65rem;
	padding: 0 1.8rem;
	border: 1px solid var(--home-gold);
	color: #efba45;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease;
}

.ciid-home .home-values__download i {
	font-size: 1.55rem;
}

.ciid-home .home-values__download:hover,
.ciid-home .home-values__download:focus-visible {
	background: var(--home-gold);
	color: var(--home-navy);
}

.ciid-home .home-values__download:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 4px;
}

.home-values__visual {
	position: absolute;
	top: 6.2rem;
	right: calc((100% - 100vw) / 2 - 1rem);
	width: min(42.7vw, 44rem);
	height: 56rem;
	margin: 0;
	border-radius: 14rem 0 0;
	overflow: hidden;
}

.home-values__visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 68% center;
}

.home-network {
	position: relative;
	background: var(--home-ivory);
	overflow: hidden;
	scroll-margin-top: 2rem;
}

.home-network__inner {
	position: relative;
	padding-block: 4.5rem 2.9rem;
}

.home-network__top {
	display: grid;
	grid-template-columns: minmax(0, 40rem) minmax(0, 1fr);
	align-items: start;
	gap: 1.5rem;
	min-height: 26.5rem;
}

.home-network__copy {
	position: relative;
	z-index: 3;
}

.home-network__index {
	margin-bottom: 2.65rem;
}

.home-network h2 {
	max-width: 41rem;
	margin: 0;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(4rem, 4.75vw, 4.65rem);
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.04;
}

.home-network h2 em {
	font-style: italic;
	font-weight: 400;
}

.home-network__lead {
	margin: 2rem 0 0;
	font-size: clamp(1.125rem, 1.3vw, 1.25rem);
	line-height: 1.58;
}

.home-network__media {
	position: relative;
	z-index: 1;
	width: calc(100% + max(var(--home-shell), (100vw - var(--home-container)) / 2));
	margin-top: 0;
}

.home-network__visual {
	position: relative;
	z-index: 2;
	height: 28.2rem;
	margin: 0;
	border-radius: 54% 0 0 18%;
	overflow: hidden;
}

.home-network__visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 53% center;
}

.home-network__orbit {
	display: block;
	pointer-events: none;
	user-select: none;
}

.home-network__orbit--light {
	position: absolute;
	top: -7rem;
	left: -15rem;
	z-index: 1;
	width: calc(100% + 10rem);
	height: calc(100% + 12rem);
	object-fit: cover;
	object-position: left center;
}

.ciid-home-motion .home-network__media.is-visible .home-network__orbit--light {
	animation: home-orbit-drift 21s 0.8s ease-in-out infinite alternate;
	transform-origin: 44% 52%;
	will-change: transform;
}

.home-network__activities {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 6.05rem 0 0;
	padding: 0;
	list-style: none;
}

.home-network__activities li {
	display: grid;
	grid-template-columns: 4rem minmax(0, 1fr);
	align-items: start;
	gap: 1.4rem;
	min-height: 9.75rem;
	padding: 0.35rem 2.5rem 0.5rem 0;
}

.home-network__activities li + li {
	border-left: 1px solid rgba(216, 162, 46, 0.72);
	padding-left: 3rem;
}

.home-network__activities i {
	color: var(--home-gold);
	font-size: 3.15rem;
	line-height: 1;
}

.home-network__activities h3 {
	margin: 0 0 0.65rem;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: 1.55rem;
	font-weight: 400;
	letter-spacing: -0.015em;
	line-height: 1.1;
}

.home-network__activities p {
	margin: 0;
	font-size: 1.032rem;
	line-height: 1.58;
}

.home-network__activities li > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
	height: 100%;
}

.home-network__activity-link {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-top: auto;
	padding-top: 1.2rem;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border: 0;
	border-bottom: 1px solid currentColor;
	background: transparent;
	color: var(--home-navy);
	font: inherit;
	font-size: 0.936rem;
	font-weight: 700;
	line-height: 1.35;
	cursor: pointer;
	transition: color 180ms ease, transform 180ms ease;
}

.home-network__activity-link i {
	color: currentColor;
	font-size: 0.98rem;
	transition: transform 180ms ease;
}

.home-network__activity-link:hover {
	color: var(--home-green);
	transform: translateX(0.12rem);
}

.home-network__activity-link:hover i {
	transform: translate(0.1rem, -0.1rem);
}

.home-network__activity-link:focus-visible,
.home-area-dialog__close:focus-visible {
	outline: 2px solid var(--home-green);
	outline-offset: 0.3rem;
}

.home-area-dialog[hidden] {
	display: none;
}

.home-area-dialog {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: grid;
	place-items: center;
	padding: 1.5rem;
}

.home-area-dialog__backdrop {
	position: absolute;
	inset: 0;
	border: 0;
	background: rgba(4, 37, 66, 0.78);
	cursor: default;
}

.home-area-dialog__panel {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(15rem, 0.84fr) minmax(20rem, 1fr);
	width: min(100%, 56rem);
	min-height: 22rem;
	border: 1px solid rgba(216, 162, 46, 0.92);
	border-radius: 2.5rem 0.85rem 2.5rem 0.85rem;
	background: var(--home-ivory);
	box-shadow: 0 1.5rem 4rem rgba(1, 22, 40, 0.34);
	overflow: hidden;
	animation: home-area-dialog-in 220ms ease-out both;
}

.home-area-dialog__media {
	min-height: 100%;
	margin: 0;
	background: var(--home-navy);
}

.home-area-dialog__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-area-dialog__content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(2.4rem, 5vw, 4rem);
}

.home-area-dialog__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	display: inline-grid;
	place-items: center;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	border: 1px solid rgba(6, 48, 82, 0.2);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.82);
	color: var(--home-navy);
	font-size: 1.3rem;
	cursor: pointer;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.home-area-dialog__close:hover {
	background: var(--home-navy);
	color: #fff;
	transform: rotate(90deg);
}

.home-area-dialog__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0 0 1rem;
	color: var(--home-green);
	font-size: 0.876rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.home-area-dialog__eyebrow i {
	color: var(--home-gold);
	font-size: 1.35rem;
}

.home-area-dialog h2 {
	margin: 0 0 1.15rem;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(2.35rem, 4vw, 3.55rem);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 0.98;
}

.home-area-dialog__content > p:last-child {
	max-width: 28rem;
	margin: 0;
	font-size: 1rem;
	line-height: 1.65;
}

.home-contact-dialog .home-area-dialog__panel {
	display: block;
	width: min(100%, 42rem);
	min-height: 0;
	max-height: calc(100dvh - 4.5rem);
	overflow-y: auto;
}

.home-contact-dialog .home-area-dialog__panel::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at calc(104% - 7.071rem) calc(-12% + 7.071rem), rgba(216, 162, 46, 0.42) 0 0.2rem, transparent 0.25rem),
		radial-gradient(circle at calc(-8% + 7.708rem) calc(112% - 7.708rem), rgba(0, 143, 116, 0.28) 0 0.18rem, transparent 0.23rem),
		radial-gradient(circle at 104% -12%, transparent 0 9.9rem, rgba(216, 162, 46, 0.16) 9.96rem 10.04rem, transparent 10.1rem),
		radial-gradient(circle at -8% 112%, transparent 0 10.8rem, rgba(0, 143, 116, 0.12) 10.86rem 10.94rem, transparent 11rem);
}

.home-contact-dialog .home-area-dialog__content {
	position: relative;
	z-index: 1;
	display: block;
	padding: clamp(1.55rem, 2.8vw, 2.1rem);
}

.home-contact-dialog {
	padding: 1.25rem;
}

.home-contact-dialog h2 {
	margin-bottom: 0.65rem;
	font-size: clamp(2rem, 3vw, 2.7rem);
}

.home-contact-dialog .home-area-dialog__content > p:last-child {
	line-height: 1.45;
}

.home-contact-dialog #home-area-contatti-copy {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.4;
}

.ciid-home .home-join__cta {
	border: 0;
	cursor: pointer;
	font: inherit;
	text-align: left;
}

.home-contact-form {
	margin-top: 1.75rem;
}

.home-contact-form p {
	margin: 0 0 1rem;
}

.home-contact-form label {
	display: block;
	margin-bottom: 0.42rem;
	color: var(--home-navy);
	font-size: 1.032rem;
	font-weight: 700;
}

.home-contact-form input,
.home-contact-form textarea {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid rgba(6, 48, 82, 0.32);
	border-radius: 0.35rem;
	background: #fff;
	color: var(--home-navy);
	font: inherit;
	line-height: 1.45;
}

.home-contact-form input {
	min-height: 3rem;
	padding: 0.7rem 0.85rem;
}

.home-contact-form textarea {
	min-height: 8.25rem;
	padding: 0.75rem 0.85rem;
	resize: vertical;
}

.home-contact-form input:focus,
.home-contact-form textarea:focus {
	border-color: var(--home-green);
	outline: 3px solid rgba(0, 143, 116, 0.2);
	outline-offset: 1px;
}

.home-contact-form input[aria-invalid="true"],
.home-contact-form textarea[aria-invalid="true"] {
	border-color: #b94537;
}

.home-contact-form__fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.home-contact-form__trap {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.home-contact-form__error,
.home-contact-form__notice {
	margin: 1.25rem 0 0;
	padding: 0.9rem 1rem;
	border-left: 3px solid var(--home-green);
	background: rgba(0, 143, 116, 0.1);
	color: var(--home-navy);
	font-size: 0.95rem;
	line-height: 1.45;
}

.home-contact-form__notice--error,
.home-contact-form__error {
	border-left-color: #b94537;
	background: rgba(185, 69, 55, 0.1);
}

.home-contact-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	min-height: 3.2rem;
	margin-top: 0.25rem;
	padding: 0.75rem 1.1rem;
	border: 1px solid var(--home-navy);
	border-radius: 0.35rem;
	background: var(--home-navy);
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.home-contact-form__submit:hover,
.home-contact-form__submit:focus-visible {
	background: var(--home-green);
	border-color: var(--home-green);
}

.home-contact-form__submit:focus-visible {
	outline: 3px solid var(--home-gold);
	outline-offset: 0.25rem;
}

.home-contact-form__submit:disabled {
	cursor: wait;
	opacity: 0.72;
}

@media (max-width: 42rem) {
	.home-contact-form__fields {
		grid-template-columns: 1fr;
		gap: 0;
	}
}

.home-contact-dialog .wpcf7 {
	margin-top: 1.5rem;
}

.home-contact-dialog .ciid-contact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.home-contact-dialog .ciid-contact-grid > br {
	display: none;
}

.home-contact-dialog .ciid-contact-field {
	display: block;
	margin: 0 0 0.85rem;
}

.home-contact-dialog .ciid-contact-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.5rem;
}

.home-contact-dialog .wpcf7-form p {
	margin: 0 0 0.3rem;
}

.home-contact-dialog .wpcf7-form label {
	display: block;
	margin-bottom: 0.42rem;
	color: var(--home-navy);
	font-size: 1.032rem;
	font-weight: 700;
}

.home-contact-dialog .wpcf7-form-control-wrap {
	display: block;
	margin-top: 0.38rem;
}

.home-contact-dialog .wpcf7-form-control:not(.wpcf7-submit) {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid rgba(6, 48, 82, 0.32);
	border-radius: 0.35rem;
	background: #fff;
	color: var(--home-navy);
	font: inherit;
	line-height: 1.45;
}

.home-contact-dialog input.wpcf7-form-control:not(.wpcf7-submit) {
	min-height: 2.7rem;
	padding: 0.55rem 0.75rem;
}

.home-contact-dialog textarea.wpcf7-form-control {
	height: 5.65rem;
	min-height: 5.65rem;
	padding: 0.65rem 0.75rem;
	resize: none;
}

.home-contact-dialog .wpcf7-form-control:not(.wpcf7-submit):focus {
	border-color: var(--home-green);
	outline: 3px solid rgba(0, 143, 116, 0.2);
	outline-offset: 1px;
}

.home-contact-dialog .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.8rem;
	padding: 0.5rem 1rem;
	border: 1px solid var(--home-navy);
	border-radius: 0.35rem;
	background: var(--home-navy);
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	transition: background 180ms ease, color 180ms ease;
}

.home-contact-dialog .wpcf7-submit:hover,
.home-contact-dialog .wpcf7-submit:focus-visible {
	border-color: var(--home-green);
	background: var(--home-green);
}

.home-contact-dialog .wpcf7-response-output {
	margin: 1.25rem 0 0;
	padding: 0.9rem 1rem;
	border: 0;
	border-left: 3px solid var(--home-green);
	background: rgba(0, 143, 116, 0.1);
	color: var(--home-navy);
	font-size: 0.95rem;
	line-height: 1.45;
}

.home-contact-dialog .wpcf7-not-valid-tip {
	margin-top: 0.38rem;
	color: #b94537;
	font-size: 1.02rem;
}

@media (max-width: 42rem) {
	.home-contact-dialog .ciid-contact-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}
}


body.home-area-dialog-open {
	overflow: hidden;
}

@keyframes home-area-dialog-in {
	from {
		opacity: 0;
		transform: translateY(0.75rem) scale(0.985);
	}

	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.home-network__results {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	min-height: 19.4rem;
	margin-top: clamp(7rem, 9vw, 9rem);
	border-radius: 6rem 2rem 6rem 2rem;
	background: var(--home-navy);
	color: #fff;
	overflow: hidden;
}

.home-network__orbit--dark {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ciid-home-motion .home-network__results.is-visible .home-network__orbit--dark {
	animation: home-orbit-drift 25s 1.4s ease-in-out infinite alternate-reverse;
	transform-origin: 56% 48%;
	will-change: transform;
}

.home-network__result {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 5rem minmax(0, 1fr);
	align-items: start;
	gap: 1.65rem;
	margin-block: 2.65rem;
	padding: 0.25rem clamp(3rem, 4vw, 4.25rem);
}

.home-network__result:first-of-type {
	padding-right: 4rem;
	padding-left: 9rem;
}

.home-network__result:last-of-type {
	padding-right: 4rem;
	padding-left: 5rem;
}

.home-network__result + .home-network__result {
	border-left: 1px solid rgba(216, 162, 46, 0.88);
}

.home-network__result-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 4.6rem;
	height: 4.6rem;
	border: 1px solid var(--home-gold);
	border-radius: 50%;
	color: #fff;
	font-size: 2.2rem;
	line-height: 1;
}

.home-network__result h3 {
	margin: 0 0 0.25rem;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: 1.65rem;
	font-weight: 400;
	line-height: 1.15;
}

.home-network__result-meta {
	margin: 0;
	color: #24b47e;
	font-size: 1.032rem;
	font-weight: 700;
	line-height: 1.4;
}

.home-network__amount {
	display: flex;
	align-items: center;
	gap: 1.05rem;
	margin: 1.75rem 0 0;
}

.home-network__amount strong {
	font-family: "DM Serif Display", Georgia, serif;
	font-size: 4.25rem;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 0.82;
}

.home-network__amount span {
	font-family: "DM Serif Display", Georgia, serif;
	font-size: 1.18rem;
	line-height: 1.1;
}

.home-network__result-copy {
	margin: 1.45rem 0 0;
	font-size: 1.056rem;
	line-height: 1.48;
}

.home-members {
	position: relative;
	padding-block: clamp(7.5rem, 9vw, 9rem) clamp(6.75rem, 8vw, 8rem);
	background: var(--home-ivory);
	overflow: hidden;
	scroll-margin-top: 2rem;
}

.home-members__heading {
	text-align: center;
}

.home-members__index {
	justify-content: center;
	margin-bottom: 2.6rem;
}

.home-members h2 {
	max-width: 72rem;
	margin: 0 auto;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(4rem, 5vw, 5rem);
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.02;
}

.home-members h2 em {
	font-style: italic;
	font-weight: 400;
}

.home-members__marquee {
	width: 100%;
	margin-top: clamp(4.75rem, 6.5vw, 6.5rem);
	overflow: hidden;
}

.home-members__marquee:focus-visible {
	outline: 2px solid var(--home-green);
	outline-offset: -2px;
}

.home-members__track {
	display: flex;
	width: max-content;
	animation: home-members-marquee 42s linear infinite;
	will-change: transform;
}

.home-members__marquee:hover .home-members__track,
.home-members__marquee:focus .home-members__track {
	animation-play-state: paused;
}

.home-members__logos {
	display: flex;
	flex: 0 0 auto;
	align-items: stretch;
	margin: 0;
	padding: 0;
	list-style: none;
}

.home-members__logos li {
	position: relative;
	display: flex;
	flex: 0 0 clamp(17rem, 19vw, 21rem);
	align-items: center;
	justify-content: center;
	height: 13.5rem;
	padding: 1.75rem clamp(2rem, 2.8vw, 2.8rem);
	border-left: 1px solid rgba(216, 162, 46, 0.76);
}

.home-members__logos li::after {
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	content: attr(data-member-name);
	padding: 0.55rem 0.75rem;
	border-radius: 0.2rem;
	background: var(--home-navy);
	color: var(--home-ivory);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.25;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	transform: translateY(0.45rem);
	transition: opacity 180ms ease, transform 180ms ease;
}

.home-members__logos li:hover::after,
.home-members__logos li:focus-within::after {
	opacity: 1;
	transform: translateY(0);
}

.home-members__logos li:hover img,
.home-members__logos li:focus-within img {
	opacity: 0.2;
}

.home-members__logos img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 7.7rem;
	object-fit: contain;
	mix-blend-mode: multiply;
	transition: opacity 180ms ease;
}

.home-members__logos li[data-member-name^="MEIC"] img {
	max-height: 4.4rem;
}

.home-members__logos li[data-member-name^="Istituto Suore di San Giuseppe"] img,
.home-members__logos li[data-member-name^="Provincia Euro-Mediterranea"] img {
	max-height: 8.75rem;
}

.home-members__logos li[data-member-name^="Congregazione Nostra Signora del Cenacolo"] img {
	max-height: 8.3rem;
}

.home-members__logos li[data-member-name^="Suore Ausiliatrici"] img {
	max-height: 5.7rem;
}

@keyframes home-members-marquee {
	to {
		transform: translate3d(-50%, 0, 0);
	}
}

@keyframes home-dialogue-signal {
	0% {
		opacity: 0;
		transform: translate(50%, -50%) translate3d(var(--home-dot-start), 0, 0) scale(0.72);
	}

	9%,
	91% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translate(50%, -50%) translate3d(var(--home-dot-end), 0, 0) scale(0.72);
	}
}

@keyframes home-ambient-breathe {
	0%,
	100% {
		transform: translate3d(0, 0, 0);
	}

	42% {
		transform: translate3d(-0.42%, -0.62%, 0);
	}

	72% {
		transform: translate3d(0.18%, -0.24%, 0);
	}
}

@keyframes home-orbit-drift {
	from {
		transform: translate3d(-0.45rem, 0.2rem, 0) scale(1.006);
	}

	to {
		transform: translate3d(0.55rem, -0.3rem, 0) scale(1.018);
	}
}

.home-press {
	position: relative;
	padding-block: clamp(7.5rem, 9vw, 9rem);
	background: var(--home-ivory);
	scroll-margin-top: 2rem;
}

.home-press__grid {
	display: grid;
	grid-template-columns: minmax(22rem, 1fr) minmax(0, 1.35fr);
	gap: clamp(3rem, 5vw, 5rem);
	align-items: start;
}

.home-press__index {
	margin-bottom: clamp(3.6rem, 4.5vw, 4.5rem);
}

.home-press__intro {
	padding: 1.75rem 0 0 2.5rem;
}

.home-press h2 {
	margin: 0;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(3.75rem, 4.2vw, 4rem);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1.06;
}

.home-press h2 em {
	font-style: italic;
	font-weight: 400;
}

.home-press__intro-copy {
	max-width: 25rem;
	margin-top: clamp(2.8rem, 3.2vw, 3rem);
	font-size: clamp(1.125rem, 1.35vw, 1.25rem);
	line-height: 1.62;
}

.home-press__intro-copy p {
	margin: 0;
}

.home-press__intro-copy p + p {
	margin-top: 1.65rem;
}

.home-press__list {
	display: grid;
	grid-auto-rows: 1fr;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(216, 162, 46, 0.78);
	list-style: none;
}

.home-press__item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 2.5rem;
	align-items: end;
	min-height: 12rem;
	padding: 1.85rem 0 1.75rem 1.45rem;
	border-bottom: 1px solid rgba(216, 162, 46, 0.78);
}

	.home-press__item h3 {
		display: -webkit-box;
		overflow: hidden;
		margin: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(2rem, 2.3vw, 2.35rem);
	font-weight: 400;
	letter-spacing: -0.015em;
	line-height: 1.04;
	text-overflow: ellipsis;
}

.home-press__categories {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0 0 1rem;
}

.home-press__category {
	display: inline-flex;
	align-items: center;
	border: 1px solid rgba(23, 107, 85, 0.35);
	border-radius: 999px;
	padding: 0.28rem 0.65rem;
	background: rgba(23, 107, 85, 0.08);
	color: var(--home-green);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-transform: uppercase;
}

.home-press__description {
	display: -webkit-box;
	overflow: hidden;
	height: 2.96em;
	max-width: 31rem;
	margin: 1rem 0 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: clamp(1rem, 1.12vw, 1.08rem);
	line-height: 1.48;
	text-overflow: ellipsis;
}

.home-press__meta {
	margin: 1.25rem 0 0;
	color: var(--home-green);
	font-size: 1.08rem;
	font-weight: 700;
	letter-spacing: 0.015em;
}

.home-press__link {
	display: inline-flex;
	gap: 1.25rem;
	align-items: center;
	justify-content: flex-end;
	min-height: 2.75rem;
	padding: 0.45rem 0;
	color: var(--home-navy);
	font-size: 0.98rem;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

.home-press__intro-copy .home-press__link span {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.22em;
}

.home-press__link i {
	color: var(--home-green);
	font-size: 1.55rem;
	transition: transform 220ms ease;
}

.home-press__link:hover i,
.home-press__link:focus-visible i {
	transform: translate(0.18rem, -0.18rem);
}

.home-press__link:focus-visible {
	outline: 2px solid var(--home-green);
	outline-offset: 0.35rem;
}

.home-join {
	position: relative;
	padding-block: clamp(5rem, 5.5vw, 5.5rem) clamp(6rem, 7vw, 7rem);
	background: var(--home-navy);
	color: var(--home-ivory);
	scroll-margin-top: 2rem;
}

.home-join__inner {
	max-width: var(--home-container);
}

.home-join__heading {
	max-width: 61rem;
	margin-inline: auto;
	text-align: center;
}

.home-join__index {
	justify-content: center;
	margin-bottom: clamp(1.8rem, 2.2vw, 2.1rem);
	color: var(--home-ivory);
}

.home-join__index span {
	color: var(--home-gold);
}

.home-join h2 {
	margin: 0;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(4.65rem, 5.25vw, 5.25rem);
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 0.95;
}

.home-join h2 em {
	font-style: italic;
	font-weight: 400;
}

.home-join__heading > p:last-child {
	margin: clamp(2rem, 2.5vw, 2.35rem) 0 0;
	font-size: clamp(1.15rem, 1.7vw, 1.45rem);
	line-height: 1.5;
}

.home-join__options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: clamp(4.5rem, 5vw, 5rem);
}

.home-join__option {
	position: relative;
	min-height: 14.5rem;
	padding: 1rem clamp(3.5rem, 6vw, 6.25rem) 1.75rem clamp(3rem, 5.25vw, 5.5rem);
}

.home-join__option + .home-join__option {
	border-left: 0;
}

.home-join__option + .home-join__option::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	background: var(--home-gold);
	content: "";
	transform-origin: center top;
}

.ciid-home-motion .home-join__option + .home-join__option::before {
	transform: scaleY(0);
}

.ciid-home-motion .home-join__option.is-stagger-visible + .home-join__option.is-stagger-visible::before {
	transform: scaleY(1);
	transition: transform 900ms 160ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-join__label {
	margin: 0 0 1.75rem;
	color: #12a878;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.home-join__option h3 {
	margin: 0;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(3.45rem, 4vw, 4rem);
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1;
}

.home-join__option > p:last-child {
	max-width: 29rem;
	margin: 1.65rem 0 0;
	font-size: clamp(1.08rem, 1.55vw, 1.35rem);
	line-height: 1.48;
}

.home-join__contact {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(28rem, 0.95fr);
	align-items: center;
	gap: 3rem;
	margin-top: clamp(3rem, 3.25vw, 3.25rem);
	padding-top: clamp(2.5rem, 3vw, 3rem);
	border-top: 2px solid var(--home-gold);
}

.home-join__email {
	display: inline-flex;
	align-items: center;
	width: max-content;
	min-height: 2.75rem;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(1.75rem, 2.5vw, 2.55rem);
	font-weight: 400;
	text-decoration: none;
}

.ciid-home .home-join__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 6.25rem;
	padding: 1.25rem clamp(2rem, 4vw, 4rem);
	background: var(--home-ivory);
	color: var(--home-navy);
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(1.55rem, 2.2vw, 2.2rem);
	text-decoration: none;
}

.home-join__cta i {
	color: var(--home-green);
	font-size: 2.75rem;
	transition: transform 220ms ease;
}

.home-join__cta:hover i,
.home-join__cta:focus-visible i {
	transform: translate(0.22rem, -0.22rem);
}

.home-join__email:focus-visible,
.home-join__cta:focus-visible {
	outline: 3px solid var(--home-gold);
	outline-offset: 0.35rem;
}

.home-title-line {
	display: block;
	margin-bottom: -0.08em;
	padding-bottom: 0.08em;
	overflow: hidden;
}

.home-title-line > span {
	display: inline-block;
	transform-origin: left bottom;
}

.home-title-line:nth-child(1) > span {
	--home-line-index: 0;
}

.home-title-line:nth-child(2) > span {
	--home-line-index: 1;
}

.home-title-line:nth-child(3) > span {
	--home-line-index: 2;
}

.home-title-line:nth-child(4) > span {
	--home-line-index: 3;
}

.home-title-line:nth-child(5) > span {
	--home-line-index: 4;
}

.ciid-home-motion [data-home-title-reveal] .home-title-line > span {
	transform: translate3d(0, 112%, 0);
}

.ciid-home-motion [data-home-title-reveal].is-title-visible .home-title-line > span {
	transform: translate3d(0, 0, 0);
	transition: transform 920ms cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: calc(var(--home-line-index, 0) * 95ms);
}

.ciid-home-motion [data-home-stagger-item] {
	opacity: 0;
	transform: translate3d(0, 1.15rem, 0);
}

.ciid-home-motion .home-mission__step--image-right[data-home-stagger-item] {
	transform: translate3d(-1.25rem, 0, 0);
}

.ciid-home-motion .home-mission__step--image-left[data-home-stagger-item] {
	transform: translate3d(1.25rem, 0, 0);
}

.ciid-home-motion [data-home-stagger-item].is-stagger-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: opacity 760ms ease, transform 860ms cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: calc(var(--home-stagger-index, 0) * 90ms);
}

[data-home-parallax] {
	--home-parallax-y: 0px;
	will-change: transform;
}

.home-mission__step-image img[data-home-parallax],
.home-values__visual img[data-home-parallax],
.home-network__visual img[data-home-parallax] {
	height: calc(100% + 3rem);
	margin-top: -1.5rem;
	transform: translate3d(0, var(--home-parallax-y), 0) scale(1.045);
}

.ciid-home-motion [data-home-section-reveal] {
	opacity: 0;
	transform: translateY(1.5rem);
}

.ciid-home-motion [data-home-section-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 850ms ease, transform 850ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ciid-home-motion .home-about__content.is-visible {
	transition-delay: 110ms;
}

.ciid-home-motion .home-mission__steps.is-visible {
	transition-delay: 160ms;
}

.ciid-home-motion .home-hero [data-home-reveal] {
	opacity: 0;
	transform: translateY(1.15rem);
}

.ciid-home-motion .home-hero.is-ready [data-home-reveal] {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 900ms ease, transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ciid-home-motion .home-hero.is-ready .home-hero__art {
	transition-delay: 130ms;
}

@media (min-width: 901px) {
	.home-mission__scroll-stage.is-enhanced {
		--home-method-panel-height: clamp(22rem, 27vw, 27rem);
		position: relative;
		z-index: 1;
		height: calc(var(--home-method-panel-height) + clamp(15rem, 19vh, 18rem));
		margin-top: clamp(7.25rem, 8.6vw, 8.75rem);
		overflow-anchor: none;
	}

	.home-mission__scroll-stage.is-enhanced .home-mission__steps {
		position: sticky;
		top: max(4.5rem, calc(50svh - (var(--home-method-panel-height) / 2) + 2.25rem));
		height: var(--home-method-panel-height);
		margin: 0;
		overflow: hidden;
		isolation: isolate;
	}

	.ciid-home-motion .home-mission__scroll-stage.is-enhanced .home-mission__steps {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.ciid-home-motion .home-mission__scroll-stage.is-enhanced .home-mission__step {
		position: absolute;
		inset: 0;
		z-index: var(--home-method-layer, 1);
		min-height: 0;
		margin: 0;
		padding-block: clamp(4rem, 5.25vw, 5.25rem);
		background: var(--home-ivory);
		opacity: var(--home-method-opacity, 1);
		transform: translate3d(0, var(--home-method-y, 105%), 0) scale(var(--home-method-scale, 1));
		transform-origin: center top;
		backface-visibility: hidden;
		contain: layout paint;
		transition: transform 800ms cubic-bezier(0.76, 0, 0.24, 1), opacity 440ms ease;
		will-change: transform, opacity;
	}

	.ciid-home-motion .home-mission__scroll-stage.is-enhanced.is-syncing .home-mission__step {
		transition: none;
	}

	.ciid-home-motion .home-mission__scroll-stage.is-enhanced .home-mission__step:first-child {
		--home-method-y: 0%;
	}
}

@media (max-width: 1180px) {
	:root {
		--home-shell: clamp(2rem, 4vw, 3.5rem);
	}

	.home-header {
		height: 5.625rem;
	}

	.home-header__inner {
		grid-template-columns: 4.5rem minmax(0, 1fr);
	}

	.home-brand {
		width: 4.5rem;
		height: 4.5rem;
	}

	.home-nav {
		gap: clamp(1rem, 2vw, 1.5rem);
		font-size: 1.056rem;
	}

	.home-nav__primary {
		gap: clamp(1.25rem, 2vw, 2rem);
	}

	.home-nav__actions {
		gap: 1rem;
	}

	.home-nav__account-icon {
		width: 2.4rem;
		height: 2.4rem;
	}

	.home-nav__cta {
		min-width: 6.7rem;
		height: 2.75rem;
	}

	.home-hero,
	.home-hero__inner {
		min-height: calc(100svh - 5.625rem);
	}

	.home-hero__copy {
		width: min(37rem, 55vw);
	}

	.home-hero h1 {
		font-size: clamp(4.3rem, 7.2vw, 5.2rem);
	}

	.home-hero__art {
		top: -3rem;
		right: -12rem;
		bottom: auto;
		width: 70rem;
		overflow: visible;
	}

	.home-about {
		min-height: 49rem;
	}

	.home-about__inner {
		grid-template-columns: minmax(0, 1.08fr) minmax(22rem, 0.92fr);
		gap: clamp(3.5rem, 6vw, 5.5rem);
	}

	.home-about h2 {
		font-size: clamp(4.15rem, 7vw, 5rem);
	}

	.home-mission h2 {
		font-size: clamp(3.85rem, 5.6vw, 4.2rem);
	}

	.home-mission__heading {
		grid-template-columns: 1fr;
		gap: 2.6rem;
	}

	.home-mission__heading > p {
		max-width: 34rem;
	}

	.home-mission__step-image {
		width: min(100%, 25rem);
	}
}

@media (max-width: 1080px) {
	.home-hero,
	.home-hero__inner {
		min-height: calc(100svh - 5.625rem);
	}

	.home-hero__inner {
		padding-top: 2.2rem;
		padding-bottom: 30rem;
	}

	.home-hero__copy {
		width: min(41rem, 100%);
	}

	.home-hero__art {
		top: auto;
		right: -3rem;
		bottom: -6rem;
		width: 42rem;
	}

	.home-about {
		min-height: 0;
		padding-block: 7rem 8rem;
	}

	.home-about__inner {
		grid-template-columns: 1fr;
		gap: 4.5rem;
	}

	.home-about__index {
		margin-bottom: 3.65rem;
	}

	.home-about h2 {
		max-width: 44rem;
		font-size: clamp(4.25rem, 8vw, 5rem);
	}

	.home-about__content {
		max-width: 39rem;
		padding-top: 0;
	}

	.home-mission__inner {
		padding-top: 24rem;
		padding-bottom: 9rem;
	}

	.home-mission__architecture {
		width: 100vw;
		height: 20rem;
	}

	.home-mission__orbit {
		width: min(25rem, 38vw);
	}

	.home-mission__heading {
		grid-template-columns: 1fr;
		gap: 2.6rem;
	}

	.home-mission__heading > p {
		max-width: 34rem;
	}

	.home-mission__steps {
		margin-top: 6.25rem;
	}

	.home-mission__step {
		min-height: 22rem;
		padding-block: 4.25rem;
	}

	.home-mission__step-copy {
		grid-column: 2 / span 5;
	}

	.home-mission__step--image-left .home-mission__step-copy {
		grid-column: 7 / span 5;
	}

	.home-mission__step-image {
		grid-column: 8 / 13;
	}

	.home-mission__step--image-left .home-mission__step-image {
		grid-column: 1 / span 5;
	}

	.home-values__inner {
		min-height: 0;
		padding-block: 7.5rem 8rem;
	}

	.home-values__copy {
		width: 100%;
		margin-left: 0;
	}

	.home-values h2 {
		max-width: 43rem;
	}

	.home-values__visual {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		height: min(62vw, 38rem);
		margin-top: 5.25rem;
		border-radius: 11rem 0 0;
	}

	.home-network__inner {
		padding-block: 7rem 6.5rem;
	}

	.home-network__top {
		grid-template-columns: minmax(0, 1fr);
		gap: 5rem;
		min-height: 0;
	}

	.home-network__copy {
		max-width: 46rem;
	}

	.home-network h2 {
		font-size: clamp(4.2rem, 7.4vw, 5rem);
	}

	.home-network__media {
		width: calc(100% + var(--home-shell));
		margin-top: 0;
		margin-left: clamp(2rem, 8vw, 6rem);
	}

	.home-network__visual {
		height: min(52vw, 33rem);
		border-radius: 12rem 0 0 5rem;
	}

	.home-network__orbit--light {
		top: -5rem;
		left: -8rem;
		height: calc(100% + 9rem);
	}

	.home-network__activities {
		margin-top: 5.25rem;
	}

	.home-network__activities li {
		grid-template-columns: 3.4rem minmax(0, 1fr);
		gap: 1.15rem;
		padding-right: 1.5rem;
	}

	.home-network__activities li + li {
		padding-left: 1.7rem;
	}

	.home-network__activities i {
		font-size: 2.7rem;
	}

	.home-network__results {
		min-height: 20rem;
	}

	.home-network__result {
		grid-template-columns: 4.25rem minmax(0, 1fr);
		gap: 1.25rem;
		padding-inline: 2.25rem;
	}

	.home-network__result:first-of-type,
	.home-network__result:last-of-type {
		padding-inline: 2.25rem;
	}

	.home-network__result-icon {
		width: 4rem;
		height: 4rem;
	}
}

@media (max-width: 900px) {
	.home-header {
		height: 5.625rem;
	}

	.home-header__inner {
		grid-template-columns: 4rem 1fr;
		align-items: center;
	}

	.home-brand {
		width: 4rem;
		height: 4rem;
	}

	.home-menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-self: end;
		gap: 0.55rem;
		padding: 0.65rem 0.85rem;
		border: 1px solid var(--home-navy);
		border-radius: 0.2rem;
		background: transparent;
		color: var(--home-navy);
		font: inherit;
		font-weight: 700;
	}

	.home-menu-toggle i {
		font-size: 1.2rem;
	}

	.home-header.is-scrolled .home-menu-toggle {
		border-color: var(--home-gold);
		color: #fff;
	}

	.home-nav {
		position: absolute;
		top: 5.625rem;
		right: var(--home-shell);
		left: var(--home-shell);
		display: grid;
		grid-template-columns: 1fr;
		gap: 0;
		padding: 0.5rem;
		border: 1px solid rgba(6, 39, 68, 0.18);
		background: #fffdf8;
		color: var(--home-navy);
		box-shadow: 0 1.2rem 3.5rem rgba(6, 39, 68, 0.12);
		max-height: calc(100svh - 6.75rem);
		overflow-y: auto;
		overscroll-behavior: contain;
		opacity: 0;
		pointer-events: none;
		transform: translateY(-0.8rem);
		transition: opacity 180ms ease, transform 180ms ease;
	}

	.home-header.is-scrolled .home-nav {
		top: 4.5rem;
		color: var(--home-navy);
	}

	.home-header.is-scrolled .home-nav__cta:hover,
	.home-header.is-scrolled .home-nav__cta:focus-visible {
		border-color: var(--home-navy);
		background: var(--home-navy);
		color: #fff !important;
	}

	.home-nav.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.home-nav a {
		padding: 0.8rem 0.95rem;
	}

	.home-nav__primary,
	.home-nav__actions {
		display: grid;
		gap: 0;
	}

	.home-nav__actions {
		padding-top: 0.45rem;
		border-top: 1px solid rgba(6, 39, 68, 0.14);
	}

	.home-nav-group {
		display: grid;
	}

	.home-nav__group-toggle {
		justify-content: space-between;
		width: 100%;
		min-height: auto;
		padding: 0.8rem 0.95rem;
	}

	.home-nav__primary > a::after,
	.home-nav__group-toggle::after {
		display: none;
	}

	.home-nav__submenu {
		position: static;
		display: none;
		width: auto;
		margin: 0 0 0.45rem 0.95rem;
		padding: 0 0 0 0.55rem;
		border: 0;
		border-left: 1px solid var(--home-gold);
		background: transparent;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.home-nav-group.is-open .home-nav__submenu {
		display: grid;
		transform: none;
	}

	.home-nav__account {
		justify-content: flex-start;
	}

	.home-nav__account-icon {
		width: 2.35rem;
		height: 2.35rem;
	}

	.home-nav__cta {
		width: 100%;
		margin: 0.35rem 0 0;
	}

	.home-hero,
	.home-hero__inner {
		min-height: calc(100svh - 5.625rem);
	}

	.home-hero__inner {
		padding-top: 2.2rem;
		padding-bottom: 30rem;
	}

	.home-hero__copy {
		width: min(41rem, 100%);
	}

	.home-hero__art {
		top: auto;
		right: -8rem;
		bottom: -9rem;
		width: 52rem;
	}

	.home-about {
		min-height: 0;
		padding-block: 6.75rem 7.75rem;
	}

	.home-about__inner {
		grid-template-columns: 1fr;
		gap: 4.25rem;
	}

	.home-about__index {
		margin-bottom: 3.5rem;
	}

	.home-about h2 {
		max-width: 43rem;
		font-size: clamp(4rem, 10vw, 5rem);
	}

	.home-about__content {
		max-width: 39rem;
		padding-top: 0;
	}

	.home-mission__inner {
		padding-top: 24rem;
		padding-bottom: 8rem;
	}

	.home-mission__architecture {
		height: 20rem;
	}

	.home-mission__index {
		margin-bottom: 3.5rem;
	}

	.home-mission h2 {
		font-size: clamp(3.75rem, 9vw, 4.55rem);
	}

	.home-mission__orbit {
		display: none;
	}

	.home-mission__step {
		grid-template-columns: 1fr;
		gap: 0;
		min-height: 0;
		padding-block: 4.75rem;
	}

	.home-mission__step + .home-mission__step {
		margin-top: 0.75rem;
	}

	.home-mission__step-copy,
	.home-mission__step--image-left .home-mission__step-copy,
	.home-mission__step-image,
	.home-mission__step--image-left .home-mission__step-image {
		grid-column: 1;
		width: min(100%, 34rem);
	}

	.home-mission__step-copy {
		order: 1;
	}

	.home-mission__step-image {
		order: 2;
		margin-top: 3rem;
	}

	.home-mission__step--image-right .home-mission__step-copy,
	.home-mission__step--image-left .home-mission__step-image {
		justify-self: start;
	}

	.home-mission__step--image-right .home-mission__step-image,
	.home-mission__step--image-left .home-mission__step-copy {
		justify-self: end;
	}

	.home-values__inner {
		padding-block: 7rem 7.5rem;
	}

	.home-values h2 {
		font-size: clamp(4rem, 10vw, 4.9rem);
	}

	.home-network__inner {
		padding-block: 6.5rem;
	}

	.home-network__index {
		margin-bottom: 3.25rem;
	}

	.home-network__media {
		margin-left: 0;
	}

	.home-network__visual {
		height: min(62vw, 30rem);
	}

	.home-network__activities {
		grid-template-columns: 1fr;
		gap: 0;
		margin-top: 4.5rem;
	}

	.home-network__activities li {
		min-height: 0;
		padding: 2.25rem 0;
	}

	.home-network__activities li + li {
		border-top: 1px solid rgba(216, 162, 46, 0.72);
		border-left: 0;
		padding: 0;
	}

	.home-network__activities p br {
		display: none;
	}

	.home-network__results {
		grid-template-columns: 1fr;
	}

	.home-network__result {
		min-height: 19rem;
		margin-block: 0;
		padding-block: 3rem;
	}

	.home-network__result:first-of-type,
	.home-network__result:last-of-type {
		padding-inline: 2.25rem;
	}

	.home-network__result + .home-network__result {
		border-top: 1px solid rgba(216, 162, 46, 0.88);
		border-left: 0;
	}

	.home-members {
		padding-block: 6.5rem 6rem;
	}

	.home-members__index {
		margin-bottom: 2.25rem;
	}

	.home-members h2 {
		max-width: 44rem;
		font-size: clamp(3.45rem, 8.7vw, 4.25rem);
	}

	.home-members__marquee {
		margin-top: 4.5rem;
	}

	.home-members__logos li {
		flex-basis: 18rem;
		height: 12rem;
		padding-inline: 2.25rem;
	}

	.home-members__logos img {
		max-height: 6.8rem;
	}

	.home-press {
		padding-block: 6.75rem 7.25rem;
	}

	.home-press__grid {
		grid-template-columns: 1fr;
		gap: 5.5rem;
	}

	.home-press__intro {
		display: block;
		padding-left: 0;
	}

	.home-press__index {
		grid-column: 1 / -1;
		margin-bottom: 3.2rem;
	}

	.home-press h2 {
		font-size: clamp(3.8rem, 9vw, 4.75rem);
	}

	.home-press__intro-copy {
		max-width: 32rem;
		margin-top: 2.75rem;
	}

	.home-press__item {
		padding-left: 0;
	}

	.home-press__list {
		margin-top: 0;
	}

	.home-join {
		padding-block: 7rem 6.75rem;
	}

	.home-join h2 {
		font-size: clamp(4.25rem, 9vw, 5.5rem);
	}

	.home-join__options {
		margin-top: 5.5rem;
	}

	.home-join__option {
		padding-inline: 2.75rem;
	}

	.home-join__contact {
		grid-template-columns: minmax(0, 1fr) minmax(24rem, 0.95fr);
	}
}

@media (max-width: 782px) {
	.admin-bar .home-header {
		top: 46px;
	}
}

@media (max-width: 560px) {
	:root {
		--home-shell: 1.25rem;
	}

	.home-mission__rule i {
		--home-dot-start: -7.5rem;
		--home-dot-end: 1.35rem;
	}

	.home-hero__inner {
		padding-top: 1.75rem;
		padding-bottom: 28rem;
	}

	.home-index {
		margin-bottom: 2.4rem;
		font-size: 1.032rem;
	}

	.home-eyebrow {
		max-width: 20rem;
		font-size: 0.912rem;
		line-height: 1.55;
	}

	.home-hero h1 {
		font-size: clamp(3.35rem, 15.5vw, 4.25rem);
		line-height: 0.94;
	}

	.home-intro {
		font-size: 1rem;
		line-height: 1.6;
	}

	.home-intro__desktop {
		display: none;
	}

	.home-actions {
		align-items: stretch;
		flex-direction: column;
		gap: 0.8rem;
	}

	.home-button {
		width: 100%;
	}

	.home-hero__art {
		right: -8rem;
		bottom: -5rem;
		width: 43rem;
	}

	.home-about {
		padding-block: 5.6rem 6.5rem;
	}

	.home-about__inner {
		gap: 3.8rem;
	}

	.home-about__index {
		margin-bottom: 2.9rem;
	}

	.home-about h2 {
		font-size: clamp(3.2rem, 14.6vw, 4.25rem);
		line-height: 0.98;
	}

	.home-about__content > p {
		margin-bottom: 2.5rem;
		font-size: 1.05rem;
		line-height: 1.72;
	}

	.home-about__fact {
		grid-template-columns: 4rem minmax(0, 1fr);
		gap: 1.2rem;
		min-height: 6.7rem;
	}

	.home-about__icon {
		width: 4rem;
		height: 4rem;
		font-size: 2.1rem;
	}

	.home-about__fact strong {
		font-size: 1rem;
	}

	.home-mission__inner {
		padding-top: 18rem;
		padding-bottom: 6.75rem;
	}

	.home-mission__architecture {
		width: 100vw;
		height: 14rem;
		opacity: 0.8;
	}

	.home-mission__index {
		margin-bottom: 2.9rem;
	}

	.home-mission h2 {
		font-size: clamp(3rem, 12.8vw, 3.7rem);
		line-height: 1.01;
	}

	.home-mission__heading {
		gap: 2.25rem;
	}

	.home-mission__heading > p {
		font-size: 1rem;
	}

	.home-mission__steps {
		margin-top: 4.75rem;
	}

	.home-mission__step {
		padding-block: 4.1rem;
	}

	.home-mission__number {
		top: 3.35rem;
		font-size: 5.75rem;
		transform: none;
	}

	.home-mission__rule {
		max-width: 17rem;
		margin-bottom: 1.8rem;
	}

	.home-mission__steps h3 {
		font-size: 2.55rem;
	}

	.home-mission__steps p {
		font-size: 1rem;
		line-height: 1.6;
	}

	.home-values__inner {
		padding-block: 6.25rem 6.75rem;
	}

	.home-values__index {
		margin-bottom: 3rem;
	}

	.home-values h2 {
		font-size: clamp(3.25rem, 14.2vw, 4rem);
		line-height: 0.99;
	}

	.home-values__lead {
		margin-top: 2rem;
		font-size: 1.05rem;
	}

	.home-values__lead br,
	.home-values__item p br {
		display: none;
	}

	.home-values__list {
		gap: 1.8rem;
		margin-top: 3.25rem;
	}

	.home-values__item {
		grid-template-columns: 3.75rem 1px minmax(0, 1fr);
		gap: 1rem;
		min-height: 8rem;
	}

	.home-values__item > div {
		margin-left: 0;
	}

	.home-values__icon {
		font-size: 2.6rem;
	}

	.home-values__item h3 {
		font-size: 1.4rem;
	}

	.home-values__item p {
		font-size: 0.98rem;
	}

	.ciid-home .home-values__download {
		width: 100%;
		min-width: 0;
		margin-top: 2.75rem;
		padding-inline: 1.25rem;
	}

	.home-values__visual {
		width: 100vw;
		height: 27rem;
		margin-left: calc(var(--home-shell) * -1);
		border-radius: 7rem 0 0;
	}

	.home-network__inner {
		padding-block: 5.6rem 5rem;
	}

	.home-network__index {
		margin-bottom: 2.8rem;
	}

	.home-network h2 {
		font-size: clamp(3.2rem, 14vw, 4rem);
		line-height: 1;
	}

	.home-network__lead {
		margin-top: 2rem;
		font-size: 1rem;
		line-height: 1.68;
	}

	.home-network__top {
		gap: 3.75rem;
	}

	.home-network__media {
		width: 100vw;
		margin-left: calc(var(--home-shell) * -1);
	}

	.home-network__visual {
		height: 20rem;
		border-radius: 6.5rem 0 0 2rem;
	}

	.home-network__orbit--light {
		top: -3rem;
		left: -4rem;
		width: calc(100% + 6rem);
		height: calc(100% + 6rem);
	}

	.home-network__activities {
		margin-top: 3.5rem;
	}

	.home-network__activities li {
		grid-template-columns: 3.2rem minmax(0, 1fr);
		gap: 1.15rem;
		padding-block: 2rem;
	}

	.home-network__activities i {
		font-size: 2.55rem;
	}

	.home-network__activities h3 {
		font-size: 1.45rem;
	}

	.home-network__activities p {
		font-size: 1.092rem;
	}

	.home-network__results {
		width: 100vw;
		margin-top: 6rem;
		margin-left: calc(var(--home-shell) * -1);
	}

	.home-network__result {
		grid-template-columns: 3.8rem minmax(0, 1fr);
		gap: 1rem;
		min-height: 21rem;
		padding: 2.8rem var(--home-shell);
	}

	.home-network__result:first-of-type,
	.home-network__result:last-of-type {
		padding-inline: var(--home-shell);
	}

	.home-network__result-icon {
		width: 3.55rem;
		height: 3.55rem;
		font-size: 1.75rem;
	}

	.home-network__result h3 {
		font-size: 1.55rem;
	}

	.home-network__amount {
		align-items: flex-end;
		gap: 0.75rem;
	}

	.home-network__amount strong {
		font-size: 3.2rem;
	}

	.home-network__amount span {
		font-size: 1.05rem;
	}

	.home-members {
		padding-block: 5.5rem 5rem;
	}

	.home-members__index {
		margin-bottom: 2rem;
	}

	.home-members h2 {
		max-width: 21rem;
		font-size: clamp(2.75rem, 12.5vw, 3.4rem);
		line-height: 1;
	}

	.home-members__marquee {
		margin-top: 3.75rem;
	}

	.home-members__logos li {
		flex-basis: 15.5rem;
		height: 10.75rem;
		padding: 1.5rem 1.85rem;
	}

	.home-members__logos img {
		max-height: 5.9rem;
	}

	.home-members__logos li[data-member-name^="MEIC"] img {
		max-height: 3.5rem;
	}

	.home-members__logos li[data-member-name^="Istituto Suore di San Giuseppe"] img,
	.home-members__logos li[data-member-name^="Provincia Euro-Mediterranea"] img,
	.home-members__logos li[data-member-name^="Congregazione Nostra Signora del Cenacolo"] img {
		max-height: 6.75rem;
	}

	.home-members__logos li[data-member-name^="Suore Ausiliatrici"] img {
		max-height: 4.7rem;
	}

	.home-press {
		padding-block: 5.5rem 6rem;
	}

	.home-press__grid {
		gap: 4.5rem;
	}

	.home-press__intro {
		display: block;
	}

	.home-press__index {
		margin-bottom: 2.75rem;
	}

	.home-press h2 {
		font-size: clamp(3.25rem, 14vw, 4rem);
		line-height: 1;
	}

	.home-press__intro-copy {
		margin-top: 2.5rem;
		font-size: 1rem;
	}

	.home-press__item {
		grid-template-columns: 1fr;
		gap: 1.35rem;
		min-height: 0;
		padding-block: 1.75rem;
	}

	.home-press__item h3 {
		font-size: 2.15rem;
	}

	.home-press__description {
		font-size: 1rem;
	}

	.home-press__link {
		justify-self: start;
	}

	.home-join {
		padding-block: 5.75rem 5.5rem;
	}

	.home-join__heading {
		text-align: left;
	}

	.home-join__index {
		justify-content: flex-start;
		margin-bottom: 2.75rem;
	}

	.home-join h2 {
		font-size: clamp(3.25rem, 14.5vw, 4rem);
		line-height: 0.98;
	}

	.home-join__heading > p:last-child {
		margin-top: 2rem;
		font-size: 1rem;
	}

	.home-join__options {
		grid-template-columns: 1fr;
		margin-top: 4.25rem;
	}

	.home-join__option {
		min-height: 0;
		padding: 0 0 3.5rem;
	}

	.home-join__option + .home-join__option {
		padding: 3.5rem 0 0;
		border-top: 0;
		border-left: 0;
	}

	.home-join__option + .home-join__option::before {
		top: 0;
		right: 0;
		bottom: auto;
		width: 100%;
		height: 1px;
		background: rgba(216, 162, 46, 0.8);
		transform-origin: left center;
	}

	.ciid-home-motion .home-join__option + .home-join__option::before {
		transform: scaleX(0);
	}

	.ciid-home-motion .home-join__option.is-stagger-visible + .home-join__option.is-stagger-visible::before {
		transform: scaleX(1);
	}

	.home-join__label {
		margin-bottom: 1.35rem;
		font-size: 0.96rem;
	}

	.home-join__option h3 {
		font-size: 3.15rem;
	}

	.home-join__option > p:last-child {
		margin-top: 1.25rem;
		font-size: 1rem;
	}

	.home-join__contact {
		grid-template-columns: 1fr;
		gap: 2.5rem;
		margin-top: 4rem;
		padding-top: 2.75rem;
	}

	.home-join__email {
		font-size: 1.7rem;
		overflow-wrap: anywhere;
	}

	.ciid-home .home-join__cta {
		width: 100%;
		min-height: 5rem;
		padding-inline: 1.35rem;
		font-size: 1.45rem;
	}

	.home-join__cta i {
		font-size: 2.25rem;
	}
}

@media (max-width: 340px) {
	.home-about h2,
	.home-values h2 {
		font-size: 2.75rem;
	}

	.home-press h2 {
		font-size: 2.75rem;
	}

	.home-press__link {
		justify-content: space-between;
		width: 100%;
		gap: 0.75rem;
		white-space: normal;
	}
}

@media (prefers-reduced-motion: reduce) {
	html:has(body.ciid-home) {
		scroll-behavior: auto;
	}

	.ciid-home *,
	.ciid-home *::before,
	.ciid-home *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.ciid-home-motion .home-hero [data-home-reveal] {
		opacity: 1;
		transform: none;
	}

	.ciid-home-motion [data-home-section-reveal] {
		opacity: 1;
		transform: none;
	}

	.ciid-home-motion [data-home-title-reveal] .home-title-line > span,
	.ciid-home-motion [data-home-stagger-item] {
		opacity: 1;
		transform: none;
	}

	.ciid-home-motion .home-index span::after,
	.ciid-home-motion .home-mission__rule::before {
		transform: scaleX(1);
	}

	.ciid-home-motion .home-mission__rule i {
		opacity: 1;
		transform: translate(50%, -50%) scale(1);
	}

	.ciid-home-motion .home-hero__art img,
	.ciid-home-motion .home-mission__rule i,
	.ciid-home-motion .home-network__orbit {
		animation: none !important;
		will-change: auto;
	}

	.ciid-home-motion .home-hero__art img,
	.ciid-home-motion .home-network__orbit {
		transform: none;
	}

	.ciid-home-motion .home-join__option + .home-join__option::before {
		transform: none;
	}

	.home-mission__step-image img[data-home-parallax],
	.home-values__visual img[data-home-parallax],
	.home-network__visual img[data-home-parallax] {
		height: 100%;
		margin-top: 0;
		transform: none;
	}

	.home-members__marquee {
		overflow-x: auto;
	}

	.home-members__track {
		animation: none;
		transform: none;
		will-change: auto;
	}

	.home-members__logos[aria-hidden="true"] {
		display: none;
	}
}

/* One owner for the recurring section-label-to-title relationship. */
.ciid-section-label-to-title {
	margin-bottom: var(--home-section-label-title-gap);
}

@media (max-width: 42rem) {
	.home-area-dialog.home-contact-dialog {
		align-items: center;
		padding: 1rem;
		z-index: 10000000;
	}

	.home-contact-dialog .home-area-dialog__panel {
		width: 100%;
		max-height: calc(100dvh - 2rem);
		border-radius: 1.5rem 0.6rem 1.5rem 0.6rem;
		overflow-y: auto;
	}

	.home-contact-dialog .home-area-dialog__content {
		padding: 1.35rem 1rem 1.15rem;
	}

	.home-contact-dialog h2 {
		font-size: 2.35rem;
	}
}

/* Shared institutional footer and policy pages. */
.home-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	border: 0 !important;
	white-space: nowrap !important;
}

.home-footer {
	position: relative;
	padding-block: clamp(4.75rem, 6.5vw, 6.5rem) 1.75rem;
	border-top: 1px solid rgba(216, 162, 46, 0.72);
	background: #041e35;
	color: var(--home-ivory);
}

.home-footer__inner {
	display: grid;
	grid-template-columns: minmax(16rem, 1.05fr) minmax(24rem, 1.35fr) minmax(13rem, 0.75fr);
	align-items: start;
	gap: clamp(3.5rem, 7vw, 7rem);
}

.home-footer__brand > a {
	display: grid;
	place-items: center;
	width: 9.5rem;
	height: 9.5rem;
	padding: 0.35rem;
	border-radius: 50%;
	background: var(--home-ivory);
	line-height: 0;
	transition: transform 220ms ease;
}

.home-footer__brand > a:hover,
.home-footer__brand > a:focus-visible {
	transform: translateY(-0.2rem);
}

.home-footer__brand img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.home-footer__brand p {
	max-width: 18rem;
	margin: 1.6rem 0 0;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: 1.35rem;
	line-height: 1.28;
}

.home-footer__title {
	margin: 0 0 1.55rem;
	color: var(--home-gold);
	font-size: 0.924rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.home-footer ul {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.home-footer__nav ul {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: clamp(2rem, 4vw, 4rem);
}

.home-footer li {
	border-bottom: 1px solid rgba(249, 246, 240, 0.17);
}

.home-footer li a {
	display: flex;
	align-items: center;
	min-height: 3.25rem;
	text-decoration: none;
	transition: color 180ms ease, transform 180ms ease;
}

.home-footer li a:hover,
.home-footer li a:focus-visible {
	color: var(--home-gold);
	transform: translateX(0.2rem);
}

.home-footer a:focus-visible {
	outline: 2px solid var(--home-gold);
	outline-offset: 0.3rem;
}

.home-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	margin-top: clamp(4rem, 6vw, 6rem);
	padding-top: 1.65rem;
	border-top: 1px solid rgba(249, 246, 240, 0.22);
	color: rgba(249, 246, 240, 0.72);
	font-size: 1.008rem;
}

.home-footer__bottom p {
	margin: 0;
}

.home-footer__bottom a {
	min-height: 2.75rem;
	display: inline-flex;
	align-items: center;
	color: var(--home-ivory);
	text-underline-offset: 0.28em;
}

.home-policy__hero {
	padding-block: clamp(6.5rem, 10vw, 10rem) clamp(4rem, 6vw, 6rem);
	border-bottom: 1px solid rgba(6, 39, 68, 0.14);
}

.home-policy__hero-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 2rem;
}

.home-policy__eyebrow {
	grid-column: 1 / -1;
	margin: 0 0 0.45rem;
	color: var(--home-green);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.home-policy h1 {
	max-width: 55rem;
	margin: 0;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(4.25rem, 7vw, 7rem);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 0.95;
}

.home-policy__updated {
	margin: 0 0 0.6rem;
	color: rgba(6, 39, 68, 0.7);
	font-size: 0.88rem;
}

.home-policy__layout {
	display: grid;
	grid-template-columns: minmax(13rem, 0.65fr) minmax(0, 2fr);
	align-items: start;
	gap: clamp(4rem, 9vw, 9rem);
	padding-block: clamp(5rem, 8vw, 8rem) clamp(7rem, 10vw, 10rem);
}

.home-policy__layout > * {
	min-width: 0;
}

.home-policy__aside {
	position: sticky;
	top: 7.5rem;
	padding: 1.5rem;
	border-left: 3px solid var(--home-gold);
	background: rgba(216, 162, 46, 0.08);
	font-size: 0.92rem;
	line-height: 1.65;
}

.home-policy__aside p {
	margin: 0;
}

.home-policy__aside p + p {
	margin-top: 0.75rem;
}

.home-policy__status {
	color: var(--home-navy);
	font-weight: 700;
}

.home-policy__content {
	min-width: 0;
	max-width: 49rem;
	font-size: 1.03rem;
	line-height: 1.78;
}

.home-policy__content > *:first-child {
	margin-top: 0;
}

.home-policy__content h2 {
	margin: 4.5rem 0 1.4rem;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(2.25rem, 4vw, 3.15rem);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1.05;
}

.home-policy__content h3 {
	margin: 2.75rem 0 1rem;
	font-size: 1.15rem;
	line-height: 1.4;
}

.home-policy__content p,
.home-policy__content ul {
	margin-block: 0 1.35rem;
}

.home-policy__content li + li {
	margin-top: 0.65rem;
}

.home-policy__content a {
	color: var(--home-green);
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.24em;
}

.home-policy__content a:focus-visible {
	outline: 2px solid var(--home-green);
	outline-offset: 0.25rem;
}

.home-policy__content .ciid-policy-placeholder {
	padding: 0.08rem 0.3rem;
	background: rgba(216, 162, 46, 0.18);
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	color: #704f08;
	font-weight: 700;
}

.home-policy__table-wrap {
	max-width: 100%;
	margin-block: 2rem;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.home-policy__content table {
	width: 100%;
	min-width: 42rem;
	border-collapse: collapse;
	font-size: 0.9rem;
	line-height: 1.55;
}

.home-policy__content th,
.home-policy__content td {
	padding: 1rem;
	border: 1px solid rgba(6, 39, 68, 0.17);
	text-align: left;
	vertical-align: top;
}

.home-policy__content th {
	background: rgba(6, 39, 68, 0.06);
	font-weight: 700;
}

@media (max-width: 1080px) {
	.home-footer__inner {
		grid-template-columns: minmax(13rem, 0.7fr) minmax(0, 1.3fr);
		gap: 4.5rem;
	}

	.home-footer__legal {
		grid-column: 2;
	}

	.home-policy__hero-inner,
	.home-policy__layout {
		grid-template-columns: 1fr;
	}

	.home-policy__updated {
		margin: 0;
	}

	.home-policy__layout {
		gap: 3.5rem;
	}

	.home-policy__aside {
		position: static;
		max-width: 40rem;
	}
}

@media (max-width: 640px) {
	.home-footer {
		padding-top: 4.5rem;
	}

	.home-footer__inner {
		grid-template-columns: 1fr;
		gap: 3.75rem;
	}

	.home-footer__legal {
		grid-column: auto;
	}

	.home-footer__brand > a {
		width: 8rem;
		height: 8rem;
	}

	.home-footer__nav ul {
		grid-template-columns: 1fr;
	}

	.home-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.5rem;
		margin-top: 4rem;
	}

	.home-policy__hero {
		padding-block: 5rem 3.5rem;
	}

	.home-policy h1 {
		font-size: clamp(3.5rem, 16vw, 4.5rem);
	}

	.home-policy__layout {
		gap: 3rem;
		padding-block: 3.75rem 6rem;
	}

	.home-policy__content {
		font-size: 1rem;
		line-height: 1.72;
	}

	.home-policy__content h2 {
		margin-top: 3.75rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-footer a {
		transition: none !important;
	}
}

/* Present the supplied square master logo inside one consistent circular seal. */
.home-brand,
.home-footer__brand > a {
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
}

/* Give the institutional seal a small optical breathing edge. */
.home-brand {
	padding: 0.28rem;
}

.home-footer__brand > a {
	padding: 0.65rem;
}

/* Full-screen navigation for tablet and mobile. */
@media (max-width: 1100px) {
	body.home-menu-open {
		overflow: hidden;
	}

	.home-header__inner {
		grid-template-columns: 4rem 1fr;
		align-items: center;
	}

	.home-brand,
	.home-menu-toggle {
		position: relative;
		z-index: 1002;
	}

	.home-brand {
		width: 4rem;
		height: 4rem;
	}

	.home-menu-toggle {
		display: inline-flex;
		gap: 0.55rem;
		align-items: center;
		justify-self: end;
		padding: 0.65rem 0.85rem;
		border: 1px solid currentcolor;
		border-radius: 0.2rem;
		background: transparent;
		font: inherit;
		font-weight: 700;
	}

	body.home-menu-open .home-menu-toggle {
		border-color: var(--home-gold);
		color: #fff;
	}

	.home-nav,
	.home-header.is-scrolled .home-nav {
		position: fixed;
		z-index: 1000;
		inset: 0;
		display: flex;
		max-height: none;
		flex-direction: column;
		gap: 0;
		align-items: center;
		justify-content: center;
		padding: clamp(7rem, 15vh, 9rem) var(--home-shell) clamp(2.5rem, 7vh, 4rem);
		border: 0;
		background: var(--home-navy);
		box-shadow: none;
		color: #fff;
		overflow-y: auto;
		overscroll-behavior: contain;
		opacity: 0;
		pointer-events: none;
		transform: scale(0.985);
		transition: opacity 180ms ease, transform 180ms ease;
	}

	body.home-menu-open .home-nav.is-open,
	body.home-menu-open .home-header.is-scrolled .home-nav.is-open {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: scale(1);
	}

	.home-nav,
	.home-nav a,
	.home-nav__group-toggle,
	.home-header.is-scrolled .home-nav,
	.home-header.is-scrolled .home-nav a,
	.home-header.is-scrolled .home-nav__group-toggle {
		color: #fff;
	}

	.home-nav__primary,
	.home-nav__actions {
		display: flex;
		width: min(30rem, 100%);
		flex-direction: column;
		gap: 0.35rem;
		align-items: center;
	}

	.home-nav__primary > a,
	.home-nav__group-toggle,
	.home-nav__account {
		justify-content: center;
		width: auto;
		padding: 0.55rem 1rem;
		font-family: "DM Serif Display", Georgia, serif;
		font-size: clamp(1.55rem, 4vw, 2.05rem);
		font-weight: 400;
		line-height: 1.1;
		text-align: center;
	}

	.home-nav-group {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.home-nav__group-toggle {
		gap: 0.55rem;
	}

	.home-nav__primary > a::after,
	.home-nav__group-toggle::after {
		display: none;
	}

	.home-nav__submenu {
		position: static;
		display: none;
		width: auto;
		margin: 0.25rem 0 0.6rem;
		padding: 0;
		border: 0;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.home-nav-group.is-open .home-nav__submenu {
		display: grid;
		gap: 0.15rem;
		transform: none;
	}

	.home-nav__submenu a {
		justify-content: center;
		padding: 0.35rem 1rem;
		font-size: 0.98rem;
		text-align: center;
	}

	.home-nav__actions {
		gap: 0.65rem;
		margin-top: 1.2rem;
		padding-top: 1.2rem;
		border-top: 1px solid rgb(255 255 255 / 22%);
	}

	.home-nav__account-icon {
		display: none;
	}

	.home-nav__cta,
	.home-header.is-scrolled .home-nav__cta {
		width: auto;
		min-width: 11rem;
		margin: 0.3rem 0 0;
		border-color: var(--home-gold);
		background: transparent;
		color: #fff !important;
		text-align: center;
	}

	.home-nav__cta:hover,
	.home-nav__cta:focus-visible,
	.home-header.is-scrolled .home-nav__cta:hover,
	.home-header.is-scrolled .home-nav__cta:focus-visible {
		border-color: var(--home-gold);
		background: var(--home-gold);
		color: var(--home-navy) !important;
	}
}

@media (max-width: 600px) {
	.home-nav,
	.home-header.is-scrolled .home-nav {
		justify-content: flex-start;
		padding-top: 7rem;
	}

	.home-nav__primary > a,
	.home-nav__group-toggle,
	.home-nav__account {
		font-size: 1.55rem;
	}
}

@media (max-width: 1180px) {
	.home-network__activities {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 2.5rem;
	}

	.home-network__activities li:nth-child(3) {
		border-left: 0;
		padding-left: 0;
	}

	.home-network__activities li {
		padding-right: 2.25rem;
	}

	.home-network__activities li:nth-child(even) {
		padding-left: 2.5rem;
	}
}

@media (max-width: 900px) {
	.home-network__activities {
		grid-template-columns: 1fr;
		row-gap: 0;
	}

	.home-network__activities li,
	.home-network__activities li:nth-child(even) {
		padding: 2.25rem 0;
	}

	.home-network__activities li:nth-child(3),
	.home-network__activities li + li {
		border-top: 1px solid rgba(216, 162, 46, 0.72);
		border-left: 0;
	}

	.home-area-dialog {
		padding: 1.25rem;
	}

	.home-area-dialog__panel {
		grid-template-columns: 1fr;
		width: min(100%, 34rem);
		min-height: 0;
		border-radius: 1.9rem 0.65rem 1.9rem 0.65rem;
	}

	.home-area-dialog__media {
		height: min(34vw, 14rem);
		min-height: 11rem;
	}

	.home-area-dialog__content {
		min-height: 16rem;
		padding: 2.4rem 2rem 2.25rem;
	}
}

@media (max-width: 560px) {
	.home-network__activities li {
		grid-template-columns: 3.2rem minmax(0, 1fr);
		gap: 1.15rem;
	}

	.home-network__activities i {
		font-size: 2.55rem;
	}

	.home-area-dialog {
		align-items: end;
		padding: 0.75rem;
	}

	.home-area-dialog__panel {
		max-height: calc(100vh - 1.5rem);
		overflow-y: auto;
	}

	.home-area-dialog__media {
		height: 10.5rem;
		min-height: 10.5rem;
	}

	.home-area-dialog__content {
		padding: 2.2rem 1.45rem 1.7rem;
	}

	.home-area-dialog h2 {
		font-size: 2.55rem;
	}

	.home-area-dialog__content > p:last-child {
		font-size: 0.95rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-area-dialog__panel {
		animation: none;
	}

	.home-network__activity-link,
	.home-network__activity-link i,
	.home-area-dialog__close {
		transition: none;
	}
}
