.home-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 32%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 42%);
	z-index: 1;
	pointer-events: none;
}

.home-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 22%, rgba(58, 124, 165, 0.22), transparent 34%),
		linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 100%),
		linear-gradient(0deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 100%);
	background-size: auto, 88px 88px, 88px 88px;
	mix-blend-mode: screen;
	opacity: 0.18;
	pointer-events: none;
	z-index: 1;
}

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

.home-hero__body {
	display: grid;
	align-items: end;
	position: relative;
	z-index: 2;
	width: min(100% - 32px, var(--container));
	margin-inline: auto;
	padding-block: clamp(92px, 12vw, 150px) clamp(28px, 4.5vw, 54px);
}

.home-hero__content {
	position: relative;
	isolation: isolate;
	display: grid;
	gap: clamp(18px, 3vw, 28px);
	max-width: 760px;
}

.home-hero__content::before {
	position: absolute;
	inset: clamp(-28px, -3vw, -18px) clamp(-52px, -5vw, -24px);
	z-index: -1;
	background:
		radial-gradient(ellipse at 42% 55%, rgba(0, 0, 0, calc(var(--hero-overlay-strong, 0.34) * 0.72)) 0%, rgba(0, 0, 0, calc(var(--hero-overlay-mid, 0.22) * 0.58)) 46%, rgba(0, 0, 0, 0) 76%);
	content: "";
	pointer-events: none;
}

.home-hero h1 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(3rem, 8vw, 6.6rem);
	line-height: 1.08;
	letter-spacing: 0;
	text-shadow: 0 10px 30px rgba(0, 0, 0, 0.34);
}

.home-hero h1 .no-break {
	white-space: nowrap;
}

.home-hero .lead {
	max-width: 620px;
	margin: 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: clamp(1.05rem, 2vw, 1.3rem);
	text-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
}

.home-hero .button-row {
	margin-top: 4px;
}

.service-links {
	width: 100%;
	background:
		linear-gradient(135deg, rgba(58, 124, 165, 0.12), rgba(255, 255, 255, 0) 34%),
		#eef3f5;
}

.service-links .section__head,
.service-links .service-grid {
	width: min(100% - 32px, var(--container));
	margin-inline: auto;
}

.service-links .section__head {
	margin-bottom: clamp(24px, 4vw, 36px);
}

.service-links .section__head h2 {
	max-width: 680px;
	margin-inline: auto;
}

.service-links .service-grid {
	gap: 2px;
	overflow: hidden;
	border-radius: 8px;
}

.service-links .service-card {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.service-links .service-card:hover,
.service-links .service-card:focus-visible {
	border-color: transparent;
	box-shadow: none;
	transform: none;
}

.service-showcase {
	padding-block: clamp(34px, 5vw, 72px);
	background:
		linear-gradient(135deg, rgba(58, 124, 165, 0.1), rgba(255, 255, 255, 0) 36%),
		#eef3f5;
}

.service-showcase__inner {
	display: grid;
	grid-template-columns: minmax(250px, 0.34fr) minmax(0, 0.66fr);
	gap: clamp(18px, 3vw, 34px);
	width: min(100% - 32px, var(--container));
	margin-inline: auto;
}

.service-showcase__nav {
	display: grid;
	align-content: start;
	border-top: 1px solid rgba(58, 124, 165, 0.22);
}

.service-showcase__tab {
	position: relative;
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	width: 100%;
	padding: clamp(16px, 2.2vw, 22px) 16px;
	border: 0;
	border-bottom: 1px solid rgba(58, 124, 165, 0.22);
	background: transparent;
	color: #405464;
	font: inherit;
	text-align: left;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.service-showcase__tab::before {
	position: absolute;
	top: 14px;
	bottom: 14px;
	left: 0;
	width: 3px;
	background: var(--color-blue);
	opacity: 0;
	content: "";
	transition: opacity 0.2s ease;
}

.service-showcase__tab span {
	color: var(--color-blue);
	font-size: 0.82rem;
	font-weight: 900;
}

.service-showcase__tab strong {
	color: inherit;
	font-size: clamp(1rem, 1.5vw, 1.18rem);
	font-weight: 900;
	line-height: 1.45;
}

.service-showcase__tab:hover,
.service-showcase__tab:focus-visible,
.service-showcase__tab.is-active {
	background: rgba(255, 255, 255, 0.68);
	color: #102333;
}

.service-showcase__tab.is-active::before {
	opacity: 1;
}

.service-showcase__visual {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	background: #dce7ec;
	box-shadow: 0 16px 42px rgba(16, 35, 51, 0.1);
}

.service-showcase__panel {
	position: relative;
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	color: #fff;
	opacity: 0;
	transition: opacity 0.26s ease;
}

.service-showcase__panel.is-active {
	opacity: 1;
}

.service-showcase__panel[hidden] {
	display: none;
}

.service-showcase__panel img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.service-showcase__panel::after {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(12, 18, 22, 0) 32%, rgba(12, 18, 22, 0.72) 100%),
		linear-gradient(90deg, rgba(12, 18, 22, 0.36), rgba(12, 18, 22, 0) 54%);
	content: "";
}

.service-showcase__content {
	position: absolute;
	right: clamp(18px, 4vw, 42px);
	bottom: clamp(18px, 4vw, 42px);
	left: clamp(18px, 4vw, 42px);
	z-index: 1;
	display: grid;
	max-width: 720px;
	gap: 12px;
}

.service-showcase__content h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(1.75rem, 4vw, 3.25rem);
	line-height: 1.18;
	text-shadow: 0 4px 18px rgba(0, 0, 0, 0.32);
}

.service-showcase__content p {
	max-width: 640px;
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(0.96rem, 1.5vw, 1.12rem);
	font-weight: 800;
	line-height: 1.85;
	text-shadow: 0 3px 14px rgba(0, 0, 0, 0.32);
}

.service-showcase__button {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	justify-content: center;
	margin-top: 6px;
	padding: 10px 18px;
	border: 1px solid rgba(255, 255, 255, 0.76);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: #102333;
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.18s ease, color 0.18s ease;
}

.service-showcase__button:hover,
.service-showcase__button:focus-visible {
	background: #102333;
	color: #fff;
}

.home-work-collage {
	position: relative;
	overflow: hidden;
	padding-block: clamp(18px, 3vw, 34px);
	background:
		linear-gradient(180deg, rgba(238, 246, 251, 0.45), rgba(255, 255, 255, 0) 64%),
		#fff;
}

.home-work-collage__inner {
	width: 100%;
	margin-inline: auto;
}

.home-work-collage__row {
	--work-collage-gap: 1px;
	--work-collage-visible: 3;
	overflow: hidden;
}

.home-work-collage__row + .home-work-collage__row {
	margin-top: 1px;
}

.home-work-collage__track {
	display: flex;
	width: max-content;
	gap: var(--work-collage-gap);
	will-change: transform;
}

.home-work-collage__row--top .home-work-collage__track {
	animation: work-collage-scroll-right 96s linear infinite;
}

.home-work-collage__row--bottom .home-work-collage__track {
	animation: work-collage-scroll-left 96s linear infinite;
}

.home-work-collage__item {
	position: relative;
	display: block;
	flex: 0 0 calc((100vw - (var(--work-collage-gap) * (var(--work-collage-visible) - 1))) / var(--work-collage-visible));
	overflow: hidden;
	min-height: 0;
	aspect-ratio: 16 / 8;
	border: 0;
	border-radius: 0;
	background: #eef3f5;
	color: #fff;
	text-decoration: none;
}

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

.home-work-collage__item.is-contain img,
.home-work-collage__item--contain img {
	object-fit: contain;
	background: #eef3f5;
}

@keyframes work-collage-scroll-left {
	from {
		transform: translateX(calc(-12.5% - 0.25px));
	}

	to {
		transform: translateX(calc(-62.5% - 0.75px));
	}
}

@keyframes work-collage-scroll-right {
	from {
		transform: translateX(calc(-62.5% - 0.75px));
	}

	to {
		transform: translateX(calc(-12.5% - 0.25px));
	}
}

.js-scroll-reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.js-scroll-reveal.is-revealed {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 900px) {
	.service-showcase__inner {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.service-showcase__nav {
		display: flex;
		gap: 6px;
		overflow-x: auto;
		border-top: 0;
		scrollbar-width: thin;
	}

	.service-showcase__tab {
		flex: 0 0 auto;
		grid-template-columns: auto;
		min-width: max(42vw, 150px);
		gap: 5px;
		padding: 12px 14px;
		border: 1px solid rgba(58, 124, 165, 0.22);
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.62);
	}

	.service-showcase__tab::before {
		display: none;
	}

	.service-showcase__tab span {
		font-size: 0.72rem;
	}

	.service-showcase__tab strong {
		font-size: 0.92rem;
		white-space: nowrap;
	}

	.service-showcase__tab.is-active {
		border-color: var(--color-blue);
		background: #102333;
		color: #fff;
	}

	.service-showcase__tab.is-active span {
		color: rgba(255, 255, 255, 0.75);
	}

	.service-showcase__visual {
		border-radius: 8px;
	}

	.home-work-collage__row {
		--work-collage-visible: 2;
	}
}

@media (max-width: 560px) {
	.service-showcase {
		padding-block: 28px;
	}

	.service-showcase__inner {
		width: min(100% - 24px, var(--container));
	}

	.service-showcase__content {
		gap: 8px;
	}

	.service-showcase__content h2 {
		font-size: 1.45rem;
	}

	.service-showcase__content p {
		font-size: 0.86rem;
		line-height: 1.65;
	}

	.service-showcase__button {
		padding: 9px 14px;
		font-size: 0.82rem;
	}

	.home-work-collage {
		padding-top: 18px;
	}

	.home-work-collage__row {
		--work-collage-visible: 1.35;
	}
}

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

	.js-scroll-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

.home-posts {
	width: min(100% - 32px, var(--container));
	margin-inline: auto;
	padding-top: clamp(18px, 3vw, 32px);
	padding-bottom: clamp(18px, 3vw, 34px);
	border-top: 1px solid rgba(58, 124, 165, 0.12);
}

.home-posts__list {
	display: grid;
	max-width: none;
}

.home-posts__heading {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	align-items: center;
	width: 100%;
}

.home-posts__heading .eyebrow {
	flex-basis: 100%;
}

.home-posts__button {
	margin-left: auto;
	min-height: 42px;
	padding: 9px 18px;
}

.home-post-card {
	border-bottom: 1px solid rgba(16, 35, 51, 0.13);
}

.home-post-card__link {
	display: grid;
	grid-template-columns: 92px auto minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 18px 12px;
	border-radius: 8px;
	color: inherit;
	text-decoration: none;
	transition:
		background-color 0.22s ease,
		color 0.22s ease,
		box-shadow 0.22s ease;
}

.home-post-card__link:hover,
.home-post-card__link:focus-visible {
	background: rgba(58, 124, 165, 0.06);
	color: var(--color-gold-dark);
	box-shadow: inset 3px 0 0 rgba(58, 124, 165, 0.36);
}

.home-post-card__date {
	color: #202a33;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
	white-space: nowrap;
}

.home-post-card__label {
	display: inline-flex;
	min-width: 66px;
	min-height: 24px;
	align-items: center;
	justify-content: center;
	border: 1px solid #0f5487;
	border-radius: 4px;
	color: #0f5487;
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

.home-post-card h3 {
	margin: 0;
	color: #445766;
	font-size: clamp(0.98rem, 1.25vw, 1.06rem);
	font-weight: 700;
	line-height: 1.75;
}

.home-land-link {
	width: min(100% - 32px, var(--container));
	margin-inline: auto;
}

.home-land-link__body {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
	gap: clamp(24px, 4vw, 46px);
	align-items: stretch;
	overflow: hidden;
	border: 1px solid rgba(58, 124, 165, 0.2);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(58, 124, 165, 0.14), rgba(255, 255, 255, 0) 44%),
		#fff;
	box-shadow: 0 18px 42px rgba(16, 35, 51, 0.08);
}

.home-land-link__content {
	display: grid;
	align-content: center;
	gap: 16px;
	padding: clamp(24px, 4vw, 44px);
}

.home-land-link__content h2 {
	margin: 0;
	font-size: clamp(1.65rem, 3.4vw, 2.35rem);
	line-height: 1.22;
}

.home-land-link__content p:not(.eyebrow) {
	margin: 0;
	color: var(--color-muted);
	line-height: 1.9;
}

.home-land-link__content .button {
	justify-self: start;
}

.home-land-link__image {
	min-height: 280px;
	margin: 0;
	background: #eef3f5;
}

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

.news-archive__header {
	margin-bottom: 20px;
}

.news-search__grid {
	grid-template-columns: repeat(2, minmax(180px, 1fr));
}

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

.news-list {
	display: grid;
	max-width: 940px;
	margin-top: clamp(22px, 4vw, 34px);
}

.news-list__item {
	border-bottom: 1px solid rgba(16, 35, 51, 0.13);
}

.news-list__link {
	display: grid;
	grid-template-columns: 92px 90px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 18px 12px;
	border-radius: 8px;
	color: inherit;
	text-decoration: none;
	transition:
		background-color 0.22s ease,
		color 0.22s ease,
		box-shadow 0.22s ease;
}

.news-list__link:hover,
.news-list__link:focus-visible {
	background: rgba(58, 124, 165, 0.06);
	color: var(--color-gold-dark);
	box-shadow: inset 3px 0 0 rgba(58, 124, 165, 0.36);
}

.news-list__date {
	color: #202a33;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
	white-space: nowrap;
}

.news-list__label {
	display: inline-flex;
	min-width: 66px;
	min-height: 24px;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	border: 1px solid #0f5487;
	border-radius: 4px;
	color: #0f5487;
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

.news-list__title {
	color: #445766;
	font-size: clamp(0.98rem, 1.25vw, 1.06rem);
	font-weight: 700;
	line-height: 1.75;
}

.regional-records {
	width: 100%;
	padding-block: clamp(50px, 8vw, 94px);
	background:
		linear-gradient(90deg, rgba(246, 251, 253, 0.86), rgba(246, 251, 253, 0.5)),
		linear-gradient(90deg, rgba(255, 255, 255, 0) 0 46%, rgba(255, 255, 255, 0.34) 56% 100%),
		linear-gradient(135deg, rgba(58, 124, 165, 0.04), rgba(255, 255, 255, 0) 46%),
		var(--regional-records-bg, none) center / cover no-repeat,
		var(--color-paper-2);
}

.regional-records__inner {
	display: grid;
	grid-template-columns: minmax(420px, 0.98fr) minmax(520px, 1.02fr);
	gap: clamp(30px, 5vw, 70px);
	align-items: center;
	width: min(100% - 32px, var(--container));
	margin-inline: auto;
}

.regional-records .section__head {
	margin: 0;
}

.regional-records__message {
	position: relative;
	z-index: 1;
	padding: clamp(22px, 3vw, 34px);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(1px);
	box-shadow: 0 18px 42px rgba(16, 35, 51, 0.07);
}

.regional-records__message h2 {
	max-width: 760px;
	text-wrap: balance;
}

.regional-records .section__head p:not(.eyebrow) {
	max-width: 680px;
	margin: 16px 0 0;
	color: #344b5d;
	line-height: 2;
}

.regional-records__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(14px, 2vw, 18px);
	order: -1;
}

.regional-records__item {
	display: grid;
	gap: 12px;
	min-height: 190px;
	align-content: start;
	padding: clamp(20px, 3vw, 28px);
	border: 1px solid rgba(58, 124, 165, 0.15);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(58, 124, 165, 0.055), rgba(255, 255, 255, 0) 52%),
		rgba(255, 255, 255, 0.92);
	box-shadow: 0 14px 34px rgba(16, 35, 51, 0.055);
	opacity: 0;
	transform: translateY(14px);
	transition:
		opacity 0.72s ease-out,
		transform 0.72s ease-out;
	transition-delay: var(--regional-records-delay, 0s);
}

.regional-records__item:nth-child(1) {
	--regional-records-delay: 0s;
}

.regional-records__item:nth-child(2) {
	--regional-records-delay: 0.13s;
}

.regional-records__item:nth-child(3) {
	--regional-records-delay: 0.26s;
}

.regional-records__item:nth-child(4) {
	--regional-records-delay: 0.39s;
}

.regional-records.is-inview .regional-records__item {
	opacity: 1;
	transform: translateY(0);
}

.regional-records__item span {
	color: var(--color-blue);
	font-size: clamp(0.92rem, 1.3vw, 1.05rem);
	font-weight: 900;
	letter-spacing: 0.06em;
}

.regional-records__item strong {
	color: var(--color-ink);
	font-size: clamp(2rem, 4vw, 3.05rem);
	line-height: 1.1;
	white-space: nowrap;
}

.regional-records__item p {
	margin: 0;
	color: #526574;
	font-size: 0.94rem;
	line-height: 1.75;
}

@media (max-width: 1024px) {
	.regional-records__inner {
		grid-template-columns: 1fr;
	}

	.regional-records__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		order: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.regional-records__item {
		opacity: 1;
		transform: none;
		transition: none;
	}
}
