:root {
	--lh-ink: #000;
	--lh-text: #272727;
	--lh-muted: #747474;
	--lh-line: #e4e4e4;
	--lh-soft: #f8f8f8;
	--lh-white: #fff;
}

.lusalma-home-page .page-title,
.lusalma-home-page .breadcrumb-area {
	display: none;
}

.lusalma-home {
	overflow: hidden;
	color: var(--lh-text);
	background: var(--lh-white);
}

.lusalma-home__article > * {
	margin-block: 0;
}

.lusalma-home .lusalma-home-shell {
	width: min(1320px, calc(100% - 64px));
	max-width: 1320px;
	margin-inline: auto;
}

.lusalma-featured-layout {
	width: 100%;
	max-width: none;
	margin-inline: 0;
}

.lusalma-home .lusalma-featured-layout.lusalma-home-shell {
	width: 100%;
	max-width: none;
	margin-inline: 0;
}

.lusalma-home a {
	color: var(--lh-ink);
}

.lusalma-home-hero {
	position: relative;
	padding: 0;
}

.lusalma-scroll-cue {
	position: relative;
	display: flex;
	align-items: center;
	width: max-content;
	flex-direction: column;
	gap: 8px;
	margin: 24px auto 18px;
	font-size: 0.61rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1;
	text-transform: uppercase;
}

.lusalma-scroll-cue::after {
	width: 1px;
	height: 30px;
	content: '';
	background: var(--lh-ink);
	transform-origin: center top;
	animation: lusalma-scroll-pulse 1.8s ease-in-out infinite;
}

.lusalma-scroll-cue:hover,
.lusalma-scroll-cue:focus-visible {
	color: var(--lh-ink);
}

@keyframes lusalma-scroll-pulse {
	0%,
	100% {
		opacity: 0.3;
		transform: scaleY(0.45);
	}
	50% {
		opacity: 1;
		transform: scaleY(1);
	}
}

.lusalma-featured-layout {
	display: grid !important;
	grid-template-columns: minmax(0, 58%) minmax(0, 42%);
	gap: 0;
	margin: 0;
}

.lusalma-featured-media,
.lusalma-featured-copy {
	width: auto !important;
	max-width: none !important;
	flex-basis: auto !important;
}

.lusalma-featured-media .wp-block-post-featured-image {
	margin: 0;
	background: var(--lh-soft);
}

.lusalma-featured-media img {
	width: 100%;
	height: clamp(600px, 72vh, 800px);
	min-height: 0;
	max-height: none;
	object-fit: cover;
}

.lusalma-featured-copy {
	display: flex;
	min-height: clamp(600px, 72vh, 800px);
	flex-direction: column;
	justify-content: flex-start;
	padding: clamp(46px, 6vw, 96px);
	background: var(--lh-soft);
}

.lusalma-featured-meta,
.lusalma-featured-byline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	color: var(--lh-muted);
	font-size: 0.72rem;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}

.lusalma-featured-meta p,
.lusalma-featured-meta .wp-block-post-terms,
.lusalma-featured-meta .wp-block-post-terms a,
.lusalma-featured-byline p,
.lusalma-featured-byline time {
	margin: 0;
	font-size: 0.72rem;
	line-height: 1;
}

.lusalma-featured-meta > *:not(:last-child)::after,
.lusalma-featured-byline > *:not(:last-child)::after {
	margin-left: 10px;
	content: "·";
}

.lusalma-featured-meta .wp-block-post-terms a:first-child {
	display: inline-block;
	padding: 5px 12px;
	border: 1px solid var(--lh-ink);
	border-radius: 999px;
	color: var(--lh-ink);
}

.lusalma-featured-meta .wp-block-post-terms {
	font-size: 0;
}

.lusalma-featured-meta .wp-block-post-terms a:not(:first-child),
.lusalma-featured-meta .wp-block-post-terms::after {
	display: none;
}

.lusalma-featured-copy .wp-block-post-title {
	max-width: 620px;
	margin: 25px 0 18px;
	font-size: clamp(2.25rem, 4.1vw, 4.1rem);
	font-weight: 500;
	letter-spacing: -0.045em;
	line-height: 1.02;
}

.lusalma-featured-copy .wp-block-post-title a {
	color: var(--lh-ink);
	text-decoration: underline;
	text-decoration-color: transparent;
	text-decoration-thickness: 0.06em;
	text-underline-offset: 0.12em;
	transition: text-decoration-color 180ms ease;
}

.lusalma-featured-copy .wp-block-post-title a:hover,
.lusalma-featured-copy .wp-block-post-title a:focus-visible {
	text-decoration-color: currentColor;
}

.lusalma-featured-lead {
	margin-top: auto;
}

.lusalma-featured-lead .wp-block-post-excerpt {
	max-width: 520px;
	margin-bottom: 0;
	color: var(--lh-text);
	font-size: 1rem;
	line-height: 1.6;
}

.lusalma-featured-lead .wp-block-post-excerpt__more-link {
	display: inline-block;
	margin-top: 18px;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.lusalma-home-heading {
	position: relative;
	gap: 22px;
	margin-bottom: 38px;
	padding: 0 0 18px;
	border: 0;
}

.lusalma-home-heading::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 2px;
	content: '';
	background: var(--lh-ink);
}

.lusalma-home-heading h2,
.lusalma-home-heading p {
	margin: 0;
}

.lusalma-home-heading h2 {
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: clamp(1.7rem, 2.4vw, 2.25rem);
	font-weight: 600;
	letter-spacing: -0.04em;
	line-height: 1;
}

.lusalma-home-heading h2::before,
.lusalma-dossier-eyebrow::before {
	display: inline-block;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	content: '';
	background: currentColor;
	clip-path: polygon(50% 0%, 58% 35%, 85% 15%, 65% 42%, 100% 50%, 65% 58%, 85% 85%, 58% 65%, 50% 100%, 42% 65%, 15% 85%, 35% 58%, 0% 50%, 35% 42%, 15% 15%, 42% 35%);
}

.lusalma-home-heading > h2 {
	margin-right: auto;
}

.lusalma-home-heading p {
	color: var(--lh-muted);
	font-size: 0.78rem;
}

.lusalma-home-latest {
	padding: 0 0 72px;
}

.lusalma-home-grid .wp-block-post-template {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 58px 26px;
	padding: 0;
	list-style: none;
}

.lusalma-home-grid .wp-block-post {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.lusalma-home-grid .wp-block-post-featured-image {
	width: 100%;
	aspect-ratio: 4 / 3;
	margin: 0 0 15px;
	overflow: hidden;
	background: var(--lh-soft);
}

.lusalma-home-grid--more .wp-block-post-featured-image {
	aspect-ratio: 3 / 2;
}

.lusalma-home-grid .wp-block-post-featured-image a {
	display: block;
	width: 100%;
	height: 100%;
}

.lusalma-home-grid .wp-block-post-featured-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 280ms ease;
}

.lusalma-home-grid .wp-block-post:hover .wp-block-post-featured-image img {
	transform: scale(1.02);
}

.lusalma-card-meta,
.lusalma-card-category {
	margin: 0 0 13px;
	color: var(--lh-muted);
	font-size: 0.69rem;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}

.lusalma-card-meta {
	display: flex !important;
	min-height: 28px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.lusalma-card-meta .wp-block-post-terms,
.lusalma-card-category {
	font-size: 0;
}

.lusalma-card-meta .wp-block-post-terms,
.lusalma-card-meta .wp-block-post-date,
.lusalma-card-category {
	margin: 0;
}

.lusalma-card-meta .wp-block-post-terms a:first-child,
.lusalma-card-category a:first-child {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid var(--lh-ink);
	border-radius: 999px;
	color: var(--lh-ink);
	font-size: 0.68rem;
	font-weight: 600;
	line-height: 1;
}

.lusalma-card-meta .wp-block-post-terms a:not(:first-child),
.lusalma-card-category a:not(:first-child),
.lusalma-card-meta .wp-block-post-terms::after,
.lusalma-card-category::after {
	display: none;
}

.lusalma-card-meta .wp-block-post-date {
	color: var(--lh-muted);
	font-size: 0.68rem;
	line-height: 1;
	white-space: nowrap;
}

.lusalma-home-grid .wp-block-post-title {
	min-height: 2.4em;
	margin: 0;
	font-size: clamp(1.15rem, 1.7vw, 1.5rem);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.lusalma-home-grid .wp-block-post-title a {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-decoration-line: underline;
	text-decoration-color: transparent;
	text-decoration-thickness: 0.06em;
	text-underline-offset: 0.16em;
	transition: text-decoration-color 180ms ease;
}

.lusalma-home-grid .wp-block-post-title a:hover,
.lusalma-home-grid .wp-block-post-title a:focus-visible {
	text-decoration-color: currentColor;
}

.lusalma-home-grid--more .wp-block-post-excerpt {
	height: 4.8em;
	overflow: hidden;
	margin-top: 14px;
	color: var(--lh-muted);
	font-size: 0.87rem;
	line-height: 1.6;
}

.lusalma-home-grid--more .wp-block-post-excerpt__excerpt {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.lusalma-home-grid--more .wp-block-post-excerpt__more-link {
	display: none;
}

.lusalma-home-paths {
	padding: 68px 0;
	border-block: 1px solid var(--lh-line);
	background: var(--lh-soft);
}

.lusalma-home-paths .wp-block-columns {
	gap: 0;
}

.lusalma-home-paths .wp-block-column {
	padding: 4px clamp(24px, 4vw, 58px);
	border-left: 1px solid var(--lh-line);
}

.lusalma-home-paths .wp-block-column:first-child {
	padding-left: 0;
	border-left: 0;
}

.lusalma-home-paths h3 {
	margin: 16px 0 20px;
	font-size: 1.65rem;
	letter-spacing: -0.03em;
}

.lusalma-home-paths p {
	color: var(--lh-muted);
	line-height: 1.65;
}

.lusalma-home-paths p:last-child {
	margin-bottom: 0;
}

.lusalma-home-paths p:last-child a {
	color: var(--lh-ink);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.lusalma-path-number {
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.lusalma-home-dossier {
	padding: 72px 0 0;
}

.lusalma-dossier-card {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
	min-height: 500px;
	background: var(--lh-soft);
}

.lusalma-dossier-media {
	min-height: 100%;
	margin: 0;
	overflow: hidden;
}

.lusalma-dossier-media a,
.lusalma-dossier-media img {
	display: block;
	width: 100%;
	height: 100%;
}

.lusalma-dossier-media img {
	object-fit: cover;
	transition: transform 420ms ease;
}

.lusalma-dossier-card:hover .lusalma-dossier-media img {
	transform: scale(1.018);
}

.lusalma-dossier-copy {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: clamp(38px, 4.5vw, 68px);
}

.lusalma-dossier-eyebrow {
	display: flex;
	align-items: center;
	gap: 11px;
	margin: 0 0 22px;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.lusalma-dossier-eyebrow::before {
	width: 14px;
	height: 14px;
	flex-basis: 14px;
}

.lusalma-dossier-copy h2 {
	margin: 0;
	font-size: clamp(2.2rem, 3.4vw, 3.6rem);
	font-weight: 600;
	letter-spacing: -0.055em;
	line-height: 0.98;
}

.lusalma-dossier-copy h2 a {
	text-decoration: underline;
	text-decoration-color: transparent;
	text-decoration-thickness: 0.045em;
	text-underline-offset: 0.13em;
	transition: text-decoration-color 180ms ease;
}

.lusalma-dossier-copy h2 a:hover,
.lusalma-dossier-copy h2 a:focus-visible {
	text-decoration-color: currentColor;
}

.lusalma-dossier-intro {
	max-width: 530px;
	margin: 26px 0 28px;
	color: var(--lh-muted);
	font-size: 1rem;
	line-height: 1.7;
}

.lusalma-dossier-link {
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.lusalma-dossier-link span {
	display: inline-block;
	margin-left: 8px;
	transition: transform 180ms ease;
}

.lusalma-dossier-link:hover span {
	transform: translateX(4px);
}

.lusalma-home-more {
	padding: 72px 0 0;
}

.lusalma-home-regions {
	padding: 72px 0 48px;
	border: 0;
}

.lusalma-region-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 18px;
}

.lusalma-region-card {
	position: relative;
	display: block;
	min-height: 360px;
	overflow: hidden;
	color: var(--lh-white);
	background: var(--lh-ink);
}

.lusalma-region-card:nth-child(4n + 1),
.lusalma-region-card:nth-child(4n + 4) {
	grid-column: span 7;
}

.lusalma-region-card:nth-child(4n + 2),
.lusalma-region-card:nth-child(4n + 3) {
	grid-column: span 5;
}

.lusalma-region-card figure,
.lusalma-region-card img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
}

.lusalma-region-card img {
	object-fit: cover;
	transition: transform 420ms ease;
}

.lusalma-region-card::after {
	position: absolute;
	inset: 0;
	content: '';
	background: linear-gradient(180deg, rgba(7, 9, 12, 0.05) 25%, rgba(7, 9, 12, 0.78) 100%);
}

.lusalma-region-card:hover {
	color: var(--lh-white);
}

.lusalma-region-card:hover img {
	transform: scale(1.025);
}

.lusalma-region-overlay {
	position: absolute;
	z-index: 1;
	inset: auto 0 0;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: end;
	gap: 5px 18px;
	padding: clamp(24px, 3vw, 42px);
	color: var(--lh-white);
}

.lusalma-region-overlay small {
	grid-row: 1 / 3;
	font-size: 0.68rem;
	font-style: normal;
	letter-spacing: 0.12em;
}

.lusalma-region-overlay strong {
	color: var(--lh-white);
	font-size: clamp(1.7rem, 3vw, 3.1rem);
	font-weight: 600;
	letter-spacing: -0.045em;
	line-height: 1;
}

.lusalma-region-overlay em {
	overflow: hidden;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.76rem;
	font-style: normal;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lusalma-home-practical {
	padding: 72px 0;
	border: 0;
	background: var(--lh-soft);
}

.lusalma-practical-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	list-style: none;
}

.lusalma-practical-list li {
	position: relative;
	min-height: 330px;
	padding: 6px clamp(28px, 4vw, 60px) 12px;
	border-left: 1px solid var(--lh-line);
}

.lusalma-practical-list li:first-child {
	padding-left: 0;
	border-left: 0;
}

.lusalma-practical-topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 30px;
}

.lusalma-practical-topline span,
.lusalma-practical-topline small {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.lusalma-practical-topline small {
	color: var(--lh-muted);
}

.lusalma-practical-list h3 {
	display: -webkit-box;
	height: 3.24em;
	overflow: hidden;
	margin: 0;
	font-size: clamp(1.5rem, 2.4vw, 2.3rem);
	font-weight: 600;
	letter-spacing: -0.04em;
	line-height: 1.08;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.lusalma-practical-list h3 a {
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-offset: 0.14em;
	transition: text-decoration-color 180ms ease;
}

.lusalma-practical-list h3 a:hover,
.lusalma-practical-list h3 a:focus-visible {
	text-decoration-color: currentColor;
}

.lusalma-practical-list li > p {
	display: -webkit-box;
	height: 4.95em;
	overflow: hidden;
	margin: 24px 0 0;
	color: var(--lh-muted);
	font-size: 0.88rem;
	line-height: 1.65;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.lusalma-practical-link {
	position: absolute;
	right: clamp(28px, 4vw, 60px);
	bottom: 0;
	font-size: 1.35rem;
}

@media (max-width: 900px) {
	.lusalma-home-grid .wp-block-post-template {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lusalma-home .lusalma-home-shell {
		width: min(100% - 36px, 1320px);
	}

	.lusalma-featured-layout {
		grid-template-columns: minmax(0, 58%) minmax(0, 42%);
		gap: 0;
	}

	.lusalma-featured-media img {
		height: 600px;
		min-height: 0;
	}

	.lusalma-featured-copy {
		min-height: 600px;
		padding: 42px 30px;
	}

	.lusalma-featured-meta {
		flex-wrap: nowrap;
		gap: 12px;
	}

	.lusalma-featured-copy .wp-block-post-title {
		font-size: clamp(1.8rem, 4vw, 2.25rem);
		line-height: 1.04;
	}

	.lusalma-featured-lead {
		margin-top: auto;
	}

	.lusalma-featured-lead .wp-block-post-excerpt {
		font-size: 0.88rem;
	}

	.lusalma-home-paths .wp-block-column,
	.lusalma-home-paths .wp-block-column:first-child {
		padding: 28px 0;
		border-top: 1px solid var(--lh-line);
		border-left: 0;
	}

	.lusalma-dossier-card {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.lusalma-dossier-media {
		min-height: 0;
		aspect-ratio: 16 / 7;
	}

	.lusalma-dossier-copy {
		padding: 38px;
	}

	.lusalma-dossier-copy h2 {
		font-size: clamp(2rem, 5.5vw, 2.65rem);
	}

	.lusalma-region-card {
		grid-column: span 6 !important;
	}

	.lusalma-practical-list {
		grid-template-columns: 1fr;
	}

	.lusalma-practical-list li,
	.lusalma-practical-list li:first-child {
		min-height: 0;
		padding: 32px 0 58px;
		border-top: 1px solid var(--lh-line);
		border-left: 0;
	}

	.lusalma-practical-list li:first-child {
		padding-top: 0;
		border-top: 0;
	}

	.lusalma-practical-link {
		right: 0;
		bottom: 32px;
	}
}

@media (max-width: 680px) {
	.lusalma-featured-layout {
		display: block !important;
	}

	.lusalma-featured-media img {
		height: min(62vh, 520px);
	}

	.lusalma-featured-copy {
		min-height: 0;
		padding: 36px 24px 42px;
	}

	.lusalma-featured-copy .wp-block-post-title {
		font-size: clamp(2rem, 9vw, 2.8rem);
	}

	.lusalma-featured-lead {
		margin-top: 34px;
	}
}

@media (max-width: 600px) {
	.lusalma-home-grid .wp-block-post-template {
		grid-template-columns: 1fr;
	}

	.lusalma-dossier-media {
		min-height: 0;
		aspect-ratio: 16 / 9;
	}

	.lusalma-home-heading {
		align-items: flex-start !important;
	}

	.lusalma-home-heading p {
		width: 100%;
	}

	.lusalma-region-card {
		grid-column: 1 / -1 !important;
		min-height: 320px;
	}
}

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

	.lusalma-scroll-cue::after {
		animation: none;
	}
}
