:root {
	--auv-navy: #082d55;
	--auv-navy-deep: #041f3d;
	--auv-blue: #184f7d;
	--auv-gold: #e6b630;
	--auv-gold-soft: #f4d77c;
	--auv-ink: #122236;
	--auv-mist: #f2f5f7;
	--auv-white: #fff;
	--auv-line: rgba(8, 45, 85, 0.14);
	--auv-radius: 4px;
	--auv-shadow: 0 24px 60px rgba(5, 31, 61, 0.12);
	--auv-container: min(1180px, calc(100% - 40px));
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--auv-ink);
	background: var(--auv-white);
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.auv-menu-open {
	overflow: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4 {
	margin: 0 0 0.65em;
	color: var(--auv-navy);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 600;
	line-height: 1.08;
}

h1 {
	font-size: clamp(2.75rem, 6vw, 5.8rem);
	letter-spacing: -0.04em;
}

h2 {
	font-size: clamp(2.1rem, 4.3vw, 4rem);
	letter-spacing: -0.035em;
}

h3 {
	font-size: clamp(1.3rem, 2vw, 1.75rem);
}

p {
	margin: 0 0 1.25rem;
}

.auv-container {
	width: var(--auv-container);
	margin-inline: auto;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	z-index: 100000;
	top: 8px;
	left: 8px;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	color: var(--auv-navy);
	background: #fff;
}

.auv-topbar {
	color: rgba(255, 255, 255, 0.82);
	background: var(--auv-navy-deep);
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.auv-topbar__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 36px;
}

.auv-topbar__links {
	display: flex;
	gap: 24px;
}

.auv-topbar a:hover {
	color: var(--auv-gold);
}

.auv-header {
	position: relative;
	z-index: 100;
	background: var(--auv-navy);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12);
}

.auv-header.is-scrolled {
	position: sticky;
	top: 0;
	box-shadow: 0 12px 35px rgba(4, 31, 61, 0.2);
}

.auv-header__inner {
	display: flex;
	align-items: center;
	min-height: 94px;
	gap: 28px;
}

.auv-brand {
	flex: 0 0 280px;
}

.auv-brand img,
.auv-footer__brand img,
.auv-brand .custom-logo {
	width: auto;
	max-width: 280px;
	max-height: 62px;
	object-fit: contain;
}

.auv-brand .custom-logo-link {
	display: inline-flex;
}

.auv-nav {
	margin-left: auto;
}

.auv-nav__list,
.auv-footer__links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.auv-nav__list {
	display: flex;
	align-items: center;
	gap: clamp(15px, 2vw, 29px);
}

.auv-nav__list a {
	position: relative;
	display: block;
	padding: 34px 0;
	color: #fff;
	font-size: 0.86rem;
	font-weight: 650;
	letter-spacing: 0.035em;
}

.auv-nav__list a::after {
	position: absolute;
	right: 0;
	bottom: 25px;
	left: 0;
	height: 2px;
	background: var(--auv-gold);
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 180ms ease;
}

.auv-nav__list a:hover::after,
.auv-nav__list .current-menu-item > a::after {
	transform: scaleX(1);
}

.auv-menu-toggle {
	display: none;
	width: 46px;
	height: 46px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: transparent;
}

.auv-menu-toggle span:not(.screen-reader-text) {
	display: block;
	height: 2px;
	margin: 5px 0;
	background: #fff;
}

.auv-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 52px;
	padding: 0 26px;
	border: 1px solid var(--auv-gold);
	border-radius: var(--auv-radius);
	color: var(--auv-navy-deep);
	background: var(--auv-gold);
	font-size: 0.85rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: transform 180ms ease, background 180ms ease;
}

.auv-button:hover {
	background: var(--auv-gold-soft);
	transform: translateY(-2px);
}

.auv-button--small {
	min-height: 44px;
	padding-inline: 19px;
	white-space: nowrap;
}

.auv-button--ghost {
	color: #fff;
	background: rgba(4, 31, 61, 0.2);
	border-color: rgba(255, 255, 255, 0.7);
}

.auv-button--ghost:hover {
	color: var(--auv-navy);
	background: #fff;
}

.auv-button--dark {
	color: #fff;
	background: var(--auv-navy);
	border-color: var(--auv-navy);
}

.auv-hero {
	position: relative;
	display: grid;
	min-height: min(790px, calc(100vh - 130px));
	overflow: hidden;
	isolation: isolate;
}

.auv-hero__media,
.auv-hero__overlay,
.auv-hero__content {
	grid-area: 1 / 1;
}

.auv-hero__media {
	background: url("../images/auv-hero.jpg") center 42% / cover no-repeat;
	transform: scale(1.01);
}

.auv-hero__overlay {
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(4, 31, 61, 0.93) 0%, rgba(4, 31, 61, 0.73) 42%, rgba(4, 31, 61, 0.16) 76%),
		linear-gradient(0deg, rgba(4, 31, 61, 0.45), transparent 55%);
}

.auv-hero__content {
	z-index: 2;
	align-self: center;
	max-width: 800px;
	margin-block: 75px 110px;
	color: #fff;
}

.auv-eyebrow,
.auv-kicker {
	margin-bottom: 20px;
	color: var(--auv-gold);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.auv-hero h1 {
	max-width: 780px;
	color: #fff;
}

.auv-hero__content > p:not(.auv-eyebrow) {
	max-width: 620px;
	font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.auv-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.auv-hero__scroll {
	position: absolute;
	z-index: 3;
	right: 4%;
	bottom: 32px;
	color: #fff;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	writing-mode: vertical-rl;
}

.auv-hero__scroll span {
	margin-top: 12px;
	color: var(--auv-gold);
	font-size: 1.25rem;
}

.auv-stats {
	position: relative;
	z-index: 4;
	margin-top: -1px;
	color: #fff;
	background: var(--auv-navy);
}

.auv-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.auv-stats__grid > div {
	display: flex;
	flex-direction: column;
	min-height: 152px;
	padding: 30px 32px;
	border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.auv-stats__grid > div:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.auv-stats strong {
	color: var(--auv-gold);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.25rem;
	font-weight: 500;
}

.auv-stats span {
	max-width: 180px;
	font-size: 0.84rem;
	line-height: 1.4;
}

.auv-section {
	padding-block: clamp(75px, 9vw, 125px);
}

.auv-section--mist {
	background: var(--auv-mist);
}

.auv-two-column {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(50px, 9vw, 130px);
	align-items: start;
}

.auv-prose {
	padding-top: 44px;
	font-size: 1.16rem;
}

.auv-text-link {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	color: var(--auv-navy);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.auv-text-link span {
	color: var(--auv-gold);
	font-size: 1.25rem;
	transition: transform 180ms ease;
}

.auv-text-link:hover span {
	transform: translateX(5px);
}

.auv-text-link--light {
	color: #fff;
}

.auv-section-heading {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 30px;
	margin-bottom: 48px;
}

.auv-section-heading h2 {
	margin-bottom: 0;
}

.auv-section-heading--light h2 {
	color: #fff;
}

.auv-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--auv-line);
	border-left: 1px solid var(--auv-line);
}

.auv-feature-card {
	position: relative;
	min-height: 370px;
	padding: 38px;
	border-right: 1px solid var(--auv-line);
	border-bottom: 1px solid var(--auv-line);
	background: #fff;
	transition: transform 200ms ease, box-shadow 200ms ease;
}

.auv-feature-card:hover {
	z-index: 2;
	box-shadow: var(--auv-shadow);
	transform: translateY(-8px);
}

.auv-feature-card__number {
	display: block;
	margin-bottom: 72px;
	color: var(--auv-gold);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.auv-feature-card p {
	color: #536274;
}

.auv-feature-card__arrow {
	position: absolute;
	right: 34px;
	bottom: 30px;
	color: var(--auv-navy);
	font-size: 1.5rem;
}

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

.auv-news-card {
	overflow: hidden;
	border: 1px solid var(--auv-line);
	background: #fff;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.auv-news-card:hover {
	box-shadow: var(--auv-shadow);
	transform: translateY(-5px);
}

.auv-news-card__image {
	display: grid;
	height: 250px;
	overflow: hidden;
	background: var(--auv-navy);
	place-items: center;
}

.auv-news-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease;
}

.auv-news-card:hover .auv-news-card__image img {
	transform: scale(1.04);
}

.auv-news-card__placeholder {
	color: var(--auv-gold);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.7rem;
	letter-spacing: 0.1em;
}

.auv-news-card__body {
	padding: 27px;
}

.auv-news-card time {
	display: block;
	margin-bottom: 15px;
	color: #708094;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.auv-news-card h2,
.auv-news-card h3 {
	font-size: 1.45rem;
}

.auv-news-card p {
	margin-bottom: 0;
	color: #5b6878;
	font-size: 0.92rem;
}

.auv-events-band {
	color: #fff;
	background: var(--auv-navy-deep);
}

.auv-event-list {
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.auv-event-row {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr) minmax(140px, 0.4fr) 35px;
	gap: 24px;
	align-items: center;
	min-height: 112px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	transition: padding 180ms ease, background 180ms ease;
}

.auv-event-row:hover {
	padding-inline: 18px;
	background: rgba(255, 255, 255, 0.06);
}

.auv-event-row time {
	color: var(--auv-gold);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.7rem;
}

.auv-event-row h2,
.auv-event-row h3 {
	margin: 0;
	color: #fff;
	font-size: 1.4rem;
}

.auv-event-row span {
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.85rem;
}

.auv-event-row strong {
	color: var(--auv-gold);
	font-size: 1.35rem;
}

.auv-event-row--empty:hover {
	padding-inline: 0;
	background: transparent;
}

.auv-cta {
	padding-block: 75px;
	background: var(--auv-gold);
}

.auv-cta__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
}

.auv-cta h2 {
	max-width: 650px;
	margin-bottom: 0;
	color: var(--auv-navy-deep);
}

.auv-cta .auv-kicker {
	color: var(--auv-navy);
}

.auv-cta .auv-button:not(.auv-button--dark) {
	background: #fff;
	border-color: #fff;
}

.auv-page-hero,
.auv-article-hero {
	padding-block: clamp(90px, 13vw, 180px);
	color: #fff;
	background:
		linear-gradient(110deg, rgba(4, 31, 61, 0.98), rgba(8, 45, 85, 0.84)),
		url("../images/auv-hero.jpg") center 45% / cover;
}

.auv-page-hero--compact {
	padding-block: clamp(70px, 9vw, 120px);
}

.auv-page-hero--full {
	min-height: 60vh;
	display: flex;
	align-items: center;
}

.auv-page-hero h1,
.auv-article-hero h1 {
	max-width: 920px;
	color: #fff;
}

.auv-page-hero > .auv-container > p:not(.auv-eyebrow),
.auv-page-hero__description,
.auv-article-hero__inner > p:not(.auv-kicker) {
	max-width: 720px;
	font-size: 1.15rem;
}

.auv-article-hero__inner {
	max-width: 1050px;
}

.auv-event-meta {
	display: flex;
	gap: 25px;
	font-size: 1.05rem;
}

.auv-event-meta strong {
	color: var(--auv-gold);
}

.auv-featured-image {
	margin-top: -55px;
	position: relative;
	z-index: 2;
}

.auv-featured-image img {
	width: 100%;
	max-height: 690px;
	object-fit: cover;
	box-shadow: var(--auv-shadow);
}

.auv-content {
	max-width: 850px;
	font-size: 1.06rem;
}

.auv-content h2,
.auv-content h3 {
	margin-top: 1.5em;
}

.auv-content a {
	color: var(--auv-blue);
	text-decoration: underline;
	text-decoration-color: var(--auv-gold);
	text-underline-offset: 3px;
}

.auv-content blockquote {
	margin: 2rem 0;
	padding: 1.5rem 2rem;
	border-left: 4px solid var(--auv-gold);
	background: var(--auv-mist);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.25rem;
}

.auv-pagination {
	grid-column: 1 / -1;
	display: flex;
	gap: 8px;
	margin-top: 24px;
}

.auv-pagination .page-numbers {
	display: inline-grid;
	min-width: 42px;
	height: 42px;
	padding-inline: 12px;
	border: 1px solid var(--auv-line);
	place-items: center;
}

.auv-pagination .current {
	color: #fff;
	background: var(--auv-navy);
}

.auv-pagination--light .page-numbers {
	border-color: rgba(255, 255, 255, 0.25);
}

.auv-empty-state {
	grid-column: 1 / -1;
	padding: 55px;
	border: 1px solid var(--auv-line);
	background: var(--auv-mist);
	text-align: center;
}

.auv-footer {
	padding-top: 80px;
	color: rgba(255, 255, 255, 0.7);
	background: #03172d;
}

.auv-footer__grid {
	display: grid;
	grid-template-columns: 1.5fr 0.7fr 1fr;
	gap: 70px;
	padding-bottom: 60px;
}

.auv-footer__brand img {
	margin-bottom: 24px;
}

.auv-footer h2 {
	color: #fff;
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	font-size: 0.82rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.auv-footer a:hover {
	color: var(--auv-gold);
}

.auv-footer__links li {
	margin-bottom: 9px;
}

.auv-footer__links .auv-nav__list {
	display: block;
}

.auv-footer__links .auv-nav__list a {
	padding: 0;
}

.auv-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-block: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.76rem;
}

@media (max-width: 1080px) {
	.auv-header__cta {
		display: none;
	}

	.auv-brand {
		flex-basis: 235px;
	}

	.auv-nav__list {
		gap: 16px;
	}

	.auv-nav__list a {
		font-size: 0.78rem;
	}
}

@media (max-width: 900px) {
	.auv-topbar {
		display: none;
	}

	.auv-header__inner {
		min-height: 78px;
	}

	.auv-brand img,
	.auv-brand .custom-logo {
		max-width: 225px;
		max-height: 50px;
	}

	.auv-menu-toggle {
		display: block;
		margin-left: auto;
	}

	.auv-nav {
		position: fixed;
		z-index: 99;
		top: 78px;
		right: 0;
		bottom: 0;
		left: 0;
		display: none;
		padding: 28px 20px 70px;
		overflow-y: auto;
		background: var(--auv-navy-deep);
	}

	.auv-nav.is-open {
		display: block;
	}

	.auv-nav__list {
		display: block;
	}

	.auv-nav__list a {
		padding: 17px 5px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.13);
		font-size: 1rem;
	}

	.auv-nav__list a::after {
		display: none;
	}

	.auv-stats__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.auv-stats__grid > div:nth-child(3) {
		border-left: 1px solid rgba(255, 255, 255, 0.14);
	}

	.auv-two-column {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.auv-prose {
		padding-top: 0;
	}

	.auv-feature-grid,
	.auv-news-grid {
		grid-template-columns: 1fr 1fr;
	}

	.auv-feature-card:last-child,
	.auv-news-card:last-child {
		grid-column: 1 / -1;
	}

	.auv-event-row {
		grid-template-columns: 90px minmax(0, 1fr) 30px;
	}

	.auv-event-row span {
		display: none;
	}

	.auv-cta__inner,
	.auv-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

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

	.auv-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 620px) {
	:root {
		--auv-container: min(100% - 28px, 1180px);
	}

	.auv-brand {
		flex-basis: auto;
	}

	.auv-brand img,
	.auv-brand .custom-logo {
		max-width: 200px;
	}

	.auv-hero {
		min-height: 690px;
	}

	.auv-hero__overlay {
		background: linear-gradient(90deg, rgba(4, 31, 61, 0.94), rgba(4, 31, 61, 0.62));
	}

	.auv-hero__scroll {
		display: none;
	}

	.auv-actions,
	.auv-actions .auv-button {
		width: 100%;
	}

	.auv-stats__grid {
		grid-template-columns: 1fr;
	}

	.auv-stats__grid > div {
		min-height: auto;
		padding: 22px 5px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	}

	.auv-stats__grid > div:first-child,
	.auv-stats__grid > div:nth-child(3) {
		border-left: 0;
	}

	.auv-feature-grid,
	.auv-news-grid {
		grid-template-columns: 1fr;
	}

	.auv-feature-card:last-child,
	.auv-news-card:last-child {
		grid-column: auto;
	}

	.auv-feature-card {
		min-height: 330px;
		padding: 30px;
	}

	.auv-section-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.auv-event-row {
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 14px;
		padding-block: 20px;
	}

	.auv-event-row strong {
		display: none;
	}

	.auv-footer__grid {
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.auv-footer__brand {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	* {
		transition: none !important;
	}
}

