:root {
	--uh-navy: #293c4b;
	--uh-navy-deep: #1e2f3c;
	--uh-red: #d93d4d;
	--uh-ink: #26323b;
	--uh-muted: #65717a;
	--uh-paper: #fbfaf7;
	--uh-white: #ffffff;
	--uh-line: rgba(41, 60, 75, 0.14);
	--uh-content: 1180px;
	--uh-reading: 780px;
}

.unconquered-homes-page {
	margin: 0;
	background: var(--uh-paper);
	color: var(--uh-ink);
	font-family: Montserrat, Arial, sans-serif;
}

.unconquered-homes-page * {
	box-sizing: border-box;
}

.unconquered-homes-page a {
	color: inherit;
}

.uh-skip-link {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 10000;
	transform: translateY(-150%);
	padding: 10px 16px;
	background: var(--uh-white);
	color: var(--uh-navy);
}

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

.uh-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: rgba(41, 60, 75, 0.97);
	color: var(--uh-white);
	transition: box-shadow 180ms ease, background 180ms ease;
}

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

.uh-header.is-scrolled,
.unconquered-homes-interior-page .uh-header {
	box-shadow: 0 10px 35px rgba(12, 25, 35, 0.18);
	background: rgba(30, 47, 60, 0.99);
}

.uh-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(calc(100% - 48px), var(--uh-content));
	min-height: 92px;
	margin-inline: auto;
	gap: 36px;
}

.uh-header__brand,
.uh-footer__brand {
	line-height: 0;
}

.uh-header__brand .custom-logo-link,
.uh-footer__brand .custom-logo-link,
.uh-brand-link {
	display: inline-block;
}

.uh-header__brand .custom-logo,
.uh-header__brand .uh-brand-logo {
	width: auto;
	max-width: 210px;
	max-height: 66px;
}

.uh-wordmark {
	display: inline-flex;
	flex-direction: column;
	gap: 4px;
	text-decoration: none;
	line-height: 1;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.uh-wordmark span {
	font-size: 22px;
	font-weight: 600;
}

.uh-wordmark small {
	font-size: 10px;
	letter-spacing: 0.42em;
}

.uh-nav {
	display: flex;
	align-items: center;
	gap: 32px;
}

.uh-nav__list {
	display: flex;
	align-items: center;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.uh-nav__list a {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-decoration: none;
	text-transform: uppercase;
}

.uh-nav__list a:hover,
.uh-nav__list a:focus-visible {
	color: #f6b5bc;
}

.uh-nav-toggle {
	display: none;
	align-items: center;
	gap: 12px;
	border: 0;
	background: transparent;
	color: var(--uh-white);
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.uh-nav-toggle__bars {
	display: grid;
	gap: 6px;
	width: 30px;
}

.uh-nav-toggle__bars span {
	display: block;
	height: 1px;
	background: currentColor;
}

.uh-button,
.unconquered-homes-page .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 24px;
	border: 1px solid var(--uh-red);
	border-radius: 0;
	background: var(--uh-red);
	color: var(--uh-white);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.13em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.uh-button:hover,
.uh-button:focus-visible,
.unconquered-homes-page .wp-block-button__link:hover,
.unconquered-homes-page .wp-block-button__link:focus-visible {
	border-color: var(--uh-navy-deep);
	background: var(--uh-navy-deep);
	color: var(--uh-white);
}

.uh-button--small {
	min-height: 44px;
	padding: 12px 18px;
}

.uh-button--outline {
	border-color: rgba(255, 255, 255, 0.68);
	background: transparent;
}

.uh-button--outline:hover,
.uh-button--outline:focus-visible {
	border-color: var(--uh-white);
	background: var(--uh-white);
	color: var(--uh-navy);
}

.uh-main {
	overflow: hidden;
}

.uh-hero {
	position: relative;
	display: grid;
	align-items: end;
	min-height: min(860px, 100vh);
	padding: 180px 24px 100px;
	background-color: var(--uh-navy);
	background-image: linear-gradient(90deg, rgba(19, 36, 47, 0.9) 0%, rgba(19, 36, 47, 0.66) 54%, rgba(19, 36, 47, 0.2) 100%), var(--uh-hero-image);
	background-position: center;
	background-size: cover;
	color: var(--uh-white);
}

.uh-hero__inner {
	width: min(100%, var(--uh-content));
	margin-inline: auto;
}

.uh-hero .wp-block-cover__inner-container {
	width: 100%;
}

.uh-hero__content {
	max-width: 760px;
}

.uh-eyebrow {
	margin: 0 0 20px;
	color: var(--uh-red);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.uh-hero h1,
.uh-section h2,
.uh-interior-title h1 {
	margin: 0;
	color: inherit;
	font-family: Montserrat, Arial, sans-serif;
	font-weight: 600;
	letter-spacing: -0.045em;
	line-height: 0.98;
}

.uh-hero h1 {
	max-width: 820px;
	font-size: clamp(3.4rem, 7vw, 7rem);
}

.uh-hero__copy {
	max-width: 720px;
	margin: 34px 0 0;
	font-size: clamp(1.05rem, 1.4vw, 1.25rem);
	line-height: 1.75;
}

.uh-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 36px;
}

.uh-hero__note {
	margin: 28px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 11px;
}

.uh-section {
	padding: clamp(5rem, 9vw, 9rem) 24px;
}

.uh-section > * {
	width: min(100%, var(--uh-content));
	margin-inline: auto;
}

.uh-section h2 {
	font-size: clamp(2.6rem, 5vw, 5.5rem);
}

.uh-section h3 {
	font-size: clamp(1.4rem, 2vw, 2rem);
	line-height: 1.2;
}

.uh-section p {
	font-size: 1rem;
	line-height: 1.8;
}

.uh-belief {
	background: var(--uh-paper);
}

.uh-belief__grid,
.uh-community__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(50px, 8vw, 120px);
}

.uh-belief__copy p:not(.uh-eyebrow) {
	max-width: 650px;
	color: var(--uh-muted);
	font-size: clamp(1.05rem, 1.35vw, 1.25rem);
}

.uh-belief__visual,
.uh-community__visual {
	position: relative;
}

.uh-belief__visual::before,
.uh-community__visual::before {
	position: absolute;
	top: -24px;
	right: -24px;
	width: 44%;
	height: 44%;
	border-top: 2px solid var(--uh-red);
	border-right: 2px solid var(--uh-red);
	content: '';
}

.uh-belief__visual img,
.uh-community__visual img {
	display: block;
	width: 100%;
	height: clamp(420px, 52vw, 680px);
	object-fit: cover;
}

.uh-community {
	background: var(--uh-navy);
	color: var(--uh-white);
}

.uh-community__grid {
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.uh-community__copy p:not(.uh-eyebrow) {
	color: rgba(255, 255, 255, 0.78);
}

.uh-status {
	display: inline-block;
	margin-bottom: 20px;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.36);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.uh-community__actions {
	margin-top: 30px;
}

.uh-standard {
	background: var(--uh-white);
}

.uh-standard__intro {
	max-width: 850px;
	margin: 0 auto 64px;
	text-align: center;
}

.uh-standard__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
}

.uh-standard__item {
	padding: 42px;
	border-top: 1px solid var(--uh-line);
	border-bottom: 1px solid var(--uh-line);
	border-left: 1px solid var(--uh-line);
}

.uh-standard__item:last-child {
	border-right: 1px solid var(--uh-line);
}

.uh-standard__number {
	margin: 0 0 54px;
	color: var(--uh-red);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
}

.uh-standard__item p:last-child {
	color: var(--uh-muted);
}

.uh-invitation {
	background: var(--uh-red);
	color: var(--uh-white);
	text-align: center;
}

.uh-invitation__inner {
	max-width: 880px;
}

.uh-invitation .uh-eyebrow {
	color: rgba(255, 255, 255, 0.76);
}

.uh-invitation__inner p:not(.uh-eyebrow) {
	max-width: 680px;
	margin: 26px auto 0;
}

.uh-invitation .uh-button {
	margin-top: 32px;
	border-color: var(--uh-white);
	background: var(--uh-white);
	color: var(--uh-navy);
}

.uh-invitation .uh-button:hover,
.uh-invitation .uh-button:focus-visible {
	background: var(--uh-navy);
	color: var(--uh-white);
}

.uh-footer {
	padding: 70px 24px 24px;
	background: var(--uh-navy-deep);
	color: var(--uh-white);
}

.uh-footer__inner,
.uh-footer__bottom {
	width: min(100%, var(--uh-content));
	margin-inline: auto;
}

.uh-footer__inner {
	display: grid;
	grid-template-columns: 0.8fr 1.25fr 0.8fr;
	align-items: start;
	gap: 60px;
	padding-bottom: 56px;
}

.uh-footer__brand .custom-logo,
.uh-footer__brand .uh-brand-logo {
	width: auto;
	max-width: 220px;
	max-height: 80px;
}

.uh-footer__statement {
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.05rem;
	line-height: 1.75;
}

.uh-footer__contact {
	display: grid;
	justify-items: end;
	gap: 12px;
	font-size: 13px;
}

.uh-footer__contact a,
.uh-footer__bottom a {
	text-decoration: none;
}

.uh-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	color: rgba(255, 255, 255, 0.62);
	font-size: 11px;
}

.uh-footer__bottom p {
	margin: 0;
}

.uh-footer__bottom nav {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.uh-interior-main {
	min-height: 70vh;
	padding-top: 92px;
	background: var(--uh-paper);
}

.uh-interior-title {
	padding: clamp(4.5rem, 8vw, 8rem) 24px;
	border-bottom: 1px solid var(--uh-line);
	background: linear-gradient(135deg, #f5f0e9, var(--uh-white));
}

.uh-interior-title__inner,
.uh-interior-content {
	width: min(100%, var(--uh-reading));
	margin-inline: auto;
}

.uh-interior-title h1 {
	font-size: clamp(3rem, 6vw, 6rem);
}

.uh-interior-content {
	padding: clamp(4rem, 7vw, 7rem) 24px;
	font-size: 1rem;
	line-height: 1.85;
}

.uh-interior-content h2,
.uh-interior-content h3,
.uh-interior-content h4 {
	margin-top: 2em;
	color: var(--uh-navy);
	line-height: 1.2;
}

.uh-interior-content h2 {
	font-size: clamp(2rem, 4vw, 3.4rem);
}

.uh-interior-content a {
	color: var(--uh-red);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.uh-interior-content > :first-child {
	margin-top: 0;
}

@media (max-width: 960px) {
	.uh-header__inner {
		min-height: 82px;
	}

	.uh-header__brand .custom-logo,
	.uh-header__brand .uh-brand-logo {
		max-width: 180px;
		max-height: 58px;
	}

	.uh-nav-toggle {
		display: inline-flex;
	}

	.uh-nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		align-items: stretch;
		padding: 24px;
		background: var(--uh-navy-deep);
	}

	.uh-header.is-open .uh-nav {
		display: grid;
	}

	.uh-nav__list {
		display: grid;
		gap: 0;
	}

	.uh-nav__list a {
		display: block;
		padding: 18px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}

	.uh-belief__grid,
	.uh-community__grid {
		grid-template-columns: 1fr;
	}

	.uh-community__visual {
		order: 2;
	}

	.uh-standard__grid {
		grid-template-columns: 1fr;
	}

	.uh-standard__item {
		border-right: 1px solid var(--uh-line);
		border-bottom: 0;
	}

	.uh-standard__item:last-child {
		border-bottom: 1px solid var(--uh-line);
	}

	.uh-footer__inner {
		grid-template-columns: 1fr 1fr;
	}

	.uh-footer__contact {
		grid-column: 1 / -1;
		justify-items: start;
	}
}

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

@media (max-width: 640px) {
	.uh-header__inner {
		width: min(calc(100% - 32px), var(--uh-content));
		min-height: 76px;
	}

	.uh-header__brand .custom-logo,
	.uh-header__brand .uh-brand-logo {
		max-width: 150px;
		max-height: 52px;
	}

	.uh-hero {
		min-height: 760px;
		padding: 148px 20px 72px;
		background-image: linear-gradient(180deg, rgba(19, 36, 47, 0.52), rgba(19, 36, 47, 0.9) 72%), var(--uh-hero-image);
		background-position: 58% center;
	}

	.uh-hero h1 {
		font-size: clamp(3rem, 14vw, 4.7rem);
	}

	.uh-hero__actions {
		display: grid;
	}

	.uh-button {
		width: 100%;
	}

	.uh-section {
		padding: 72px 20px;
	}

	.uh-belief__visual::before,
	.uh-community__visual::before {
		top: -12px;
		right: -12px;
	}

	.uh-belief__visual img,
	.uh-community__visual img {
		height: 420px;
	}

	.uh-standard__item {
		padding: 32px 26px;
	}

	.uh-standard__number {
		margin-bottom: 28px;
	}

	.uh-footer {
		padding-inline: 20px;
	}

	.uh-footer__inner,
	.uh-footer__bottom {
		display: grid;
		grid-template-columns: 1fr;
	}

	.uh-footer__contact {
		grid-column: auto;
	}

	.uh-footer__bottom nav {
		display: grid;
	}

	.uh-interior-main {
		padding-top: 76px;
	}

	.uh-interior-title,
	.uh-interior-content {
		padding-inline: 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.uh-header,
	.uh-button {
		transition: none;
	}
}
