/*
Theme Name: Albright Enterprises
Theme URI: https://www.albentllc.com/
Author: Albright Enterprises
Description: Premium WordPress theme for Albright Enterprises, an SDVOSB and MBE strategic consulting and fractional executive leadership firm.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: albright-enterprises
*/

:root {
	--navy: #0b1d3d;
	--midnight: #13294b;
	--ink: #17223a;
	--charcoal: #35404f;
	--bronze: #b9863d;
	--gold: #d7b64a;
	--porcelain: #f8fafc;
	--mist: #eef3f7;
	--sage: #6f7f86;
	--silver: #d8dee2;
	--white: #ffffff;
	--shadow: 0 24px 70px rgba(11, 29, 61, 0.14);
	--quiet-shadow: 0 12px 35px rgba(11, 29, 61, 0.08);
	--container: min(1180px, calc(100% - 40px));
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--porcelain);
	color: var(--ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
}

body.menu-open {
	overflow: hidden;
}

body::selection {
	background: rgba(215, 173, 100, 0.35);
}

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

button,
input,
select,
textarea {
	font: inherit;
}

button {
	cursor: pointer;
}

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

svg {
	display: block;
	height: 1.25rem;
	width: 1.25rem;
}

.screen-reader-text,
.skip-link:not(:focus) {
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.skip-link:focus {
	position: fixed;
	left: 1rem;
	top: 1rem;
	z-index: 9999;
	background: var(--white);
	color: var(--navy);
	border: 2px solid var(--gold);
	padding: 0.75rem 1rem;
}

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

.ae-section {
	padding: 88px 0;
}

.ae-section-tight {
	padding: 64px 0;
}

.bg-white {
	background: var(--white);
}

.section-band {
	background: linear-gradient(180deg, #ffffff 0%, #f1f5f8 100%);
}

.dark-band {
	background: linear-gradient(135deg, #07182f 0%, #10294d 52%, #1c3358 100%);
	color: var(--white);
}

.text-white {
	color: var(--white);
}

.text-white-muted {
	color: rgba(255, 255, 255, 0.76);
}

.text-navy {
	color: var(--navy);
}

.text-muted {
	color: rgba(23, 32, 51, 0.72);
}

.ae-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0 0 1rem;
	color: var(--bronze);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ae-eyebrow::before {
	content: "";
	width: 34px;
	height: 2px;
	background: currentColor;
}

.site-header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	border-bottom: 1px solid rgba(11, 29, 61, 0.1);
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(16px);
	transition: background 180ms ease, box-shadow 180ms ease;
}

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

.site-header.is-scrolled,
.menu-open .site-header {
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 14px 35px rgba(11, 29, 61, 0.12);
}

.header-row {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	min-height: 78px;
}

.site-brand,
.footer-brand-row {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	color: var(--navy);
}

.brand-logo {
	width: clamp(190px, 22vw, 286px);
	max-height: 68px;
	object-fit: contain;
	object-position: left center;
}

.brand-mark {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(215, 173, 100, 0.45);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--gold);
	font-size: 1rem;
	font-weight: 900;
}

.brand-text {
	display: block;
	min-width: 205px;
}

.brand-text span {
	display: block;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.15;
}

.brand-text small {
	display: block;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.site-nav {
	display: none;
	margin-left: auto;
}

.primary-menu,
.mobile-menu,
.fallback-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-menu {
	display: flex;
	align-items: center;
	gap: 0.95rem;
}

.primary-menu a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	color: rgba(23, 34, 58, 0.74);
	font-size: 0.8rem;
	font-weight: 800;
	white-space: nowrap;
}

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

.primary-menu a:hover,
.primary-menu .current-menu-item > a,
.primary-menu a.is-current {
	color: var(--navy);
}

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

.header-actions {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	margin-left: auto;
}

.header-phone {
	display: none;
	color: rgba(23, 34, 58, 0.78);
	font-size: 0.88rem;
	font-weight: 800;
	white-space: nowrap;
}

.menu-toggle {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(11, 29, 61, 0.18);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.82);
	color: var(--navy);
}

.menu-toggle:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 3px solid rgba(215, 173, 100, 0.72);
	outline-offset: 3px;
}

.menu-lines,
.menu-lines::before,
.menu-lines::after {
	display: block;
	width: 24px;
	height: 3px;
	border-radius: 999px;
	background: currentColor;
	transition: transform 180ms ease, opacity 180ms ease;
}

.menu-lines::before,
.menu-lines::after {
	content: "";
	position: absolute;
	left: 9px;
}

.menu-lines::before {
	top: 13px;
}

.menu-lines::after {
	bottom: 13px;
}

.menu-toggle[aria-expanded="true"] .menu-lines {
	background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-lines::before {
	top: 20px;
	transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-lines::after {
	bottom: 19px;
	transform: rotate(-45deg);
}

.mobile-panel {
	max-height: 0;
	overflow: hidden;
	background: rgba(7, 24, 47, 0.98);
	transition: max-height 220ms ease;
}

.mobile-panel.is-open {
	max-height: calc(100vh - 78px);
	min-height: calc(100vh - 78px);
	overflow-y: auto;
	box-shadow: 0 28px 60px rgba(7, 24, 47, 0.3);
}

.mobile-panel nav {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 1rem 0 2rem;
}

.mobile-menu a,
.mobile-phone {
	display: block;
	padding: 0.78rem 0;
	color: rgba(255, 255, 255, 0.86);
	font-weight: 800;
}

.mobile-menu .current-menu-item > a,
.mobile-menu a.is-current {
	color: var(--white);
}

.mobile-cta {
	margin-top: 1.1rem;
	width: 100%;
}

.btn-primary,
.btn-secondary,
.btn-quiet {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	min-height: 48px;
	border-radius: 6px;
	padding: 0.82rem 1.1rem;
	font-weight: 900;
	line-height: 1.1;
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.btn-primary {
	border: 1px solid var(--gold);
	background: linear-gradient(135deg, #f1d270, var(--gold));
	color: #08192e;
	box-shadow: 0 16px 30px rgba(184, 137, 69, 0.2);
}

.btn-secondary {
	border: 1px solid rgba(11, 29, 61, 0.22);
	background: rgba(255, 255, 255, 0.78);
	color: var(--navy);
}

.dark-band .btn-secondary,
.mobile-panel .btn-secondary {
	border-color: rgba(255, 255, 255, 0.42);
	background: rgba(255, 255, 255, 0.08);
	color: var(--white);
}

.btn-quiet {
	border: 1px solid rgba(7, 24, 47, 0.16);
	background: var(--white);
	color: var(--navy);
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-quiet:hover {
	transform: translateY(-2px);
}

.icon-arrow {
	display: inline-flex;
}

.hero-section {
	position: relative;
	min-height: min(760px, calc(100vh - 78px));
	display: flex;
	align-items: center;
	isolation: isolate;
	overflow: hidden;
	color: var(--navy);
}

.hero-section::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image:
		linear-gradient(90deg, rgba(248, 250, 252, 0.98) 0%, rgba(248, 250, 252, 0.94) 42%, rgba(238, 243, 247, 0.58) 70%, rgba(255, 255, 255, 0.12) 100%),
		url("assets/img/albright-hero.png");
	background-position: center;
	background-size: cover;
}

.hero-section::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	z-index: -1;
	height: 38%;
	background: linear-gradient(0deg, rgba(248, 250, 252, 0.9), transparent);
}

.hero-content {
	padding: 138px 0 70px;
}

.hero-content > * {
	max-width: 760px;
}

.hero-logo-panel {
	display: inline-flex;
	align-items: center;
	max-width: min(420px, 100%);
	border: 1px solid rgba(216, 222, 226, 0.82);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.74);
	box-shadow: 0 18px 45px rgba(11, 29, 61, 0.1);
	margin-bottom: 1.35rem;
	padding: 0.75rem 1rem;
}

.hero-logo-panel img {
	width: min(360px, 100%);
}

.hero-content h1 {
	margin: 0;
	font-size: clamp(3rem, 6.1vw, 5.35rem);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.04;
}

.hero-content > p:not(.ae-eyebrow) {
	margin: 1.4rem 0 0;
	color: rgba(23, 34, 58, 0.74);
	font-size: clamp(1.08rem, 1.5vw, 1.28rem);
	line-height: 1.6;
}

.button-row,
.badge-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 2rem;
}

.ae-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	border: 1px solid rgba(184, 137, 69, 0.24);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	color: var(--navy);
	padding: 0.48rem 0.72rem;
	font-size: 0.78rem;
	font-weight: 850;
}

.dark-band .ae-badge,
.mobile-panel .ae-badge {
	border-color: rgba(215, 182, 74, 0.38);
	background: rgba(255, 255, 255, 0.09);
	color: var(--white);
}

.ae-badge-light {
	background: rgba(215, 173, 100, 0.12);
	color: var(--navy);
	border-color: rgba(184, 137, 69, 0.28);
}

.ae-badge-dot {
	width: 0.45rem;
	height: 0.45rem;
	background: var(--gold);
	border-radius: 999px;
	flex: 0 0 auto;
}

.section-intro {
	max-width: 760px;
}

.section-intro h2,
.page-section-title,
.cta-copy h2,
.map-copy h2 {
	margin: 0;
	font-size: clamp(2.15rem, 4vw, 3.4rem);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.12;
}

.section-intro p:not(.ae-eyebrow),
.large-copy {
	margin: 1.2rem 0 0;
	font-size: 1.08rem;
	line-height: 1.75;
}

.card-grid {
	display: grid;
	gap: 1.25rem;
	margin-top: 2.5rem;
}

.card-grid.two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card-grid.three,
.card-grid.services {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tight-grid {
	margin-top: 0;
}

.content-card,
.service-card,
.service-row,
.contact-form,
.contact-card {
	border: 1px solid rgba(11, 29, 61, 0.09);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: var(--quiet-shadow);
}

.content-card,
.service-card,
.contact-form {
	padding: 1.5rem;
}

.content-card h3,
.service-card h3,
.service-row h2,
.dark-card h2,
.dark-card h3 {
	margin: 0;
	color: var(--navy);
	font-size: clamp(1.35rem, 2vw, 1.65rem);
	font-weight: 950;
	line-height: 1.18;
}

.content-card p,
.service-card p,
.service-row p,
.dark-card p {
	margin: 1rem 0 0;
	color: rgba(23, 32, 51, 0.72);
}

.card-kicker {
	margin: 0 0 1.1rem !important;
	color: var(--bronze) !important;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.service-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(184, 137, 69, 0.25);
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(215, 182, 74, 0.28), rgba(216, 222, 226, 0.42));
	color: var(--navy);
}

.service-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.service-card h3 {
	margin-top: 1.25rem;
}

.service-card .btn-quiet {
	margin-top: auto;
	align-self: flex-start;
}

.check-list {
	display: grid;
	gap: 0.55rem;
	margin: 1.25rem 0 1.5rem;
	padding: 0;
	list-style: none;
}

.check-list.two-column {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.check-list li {
	display: flex;
	gap: 0.55rem;
	color: rgba(23, 32, 51, 0.76);
	font-size: 0.94rem;
	font-weight: 700;
	line-height: 1.45;
}

.check-list li span {
	width: 0.5rem;
	height: 0.5rem;
	margin-top: 0.45rem;
	background: var(--bronze);
	border-radius: 999px;
	flex: 0 0 auto;
}

.split-grid {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 3rem;
	align-items: center;
}

.visual-panel {
	position: relative;
	min-height: 430px;
	border-radius: 8px;
	overflow: hidden;
	background:
		linear-gradient(145deg, rgba(7, 24, 47, 0.92), rgba(13, 35, 64, 0.62)),
		url("assets/img/albright-hero.png") center / cover;
	box-shadow: 0 26px 80px rgba(7, 24, 47, 0.18);
}

.visual-panel::after {
	content: "";
	position: absolute;
	inset: 20px;
	border: 1px solid rgba(215, 173, 100, 0.3);
	border-radius: 6px;
}

.metric-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
	margin-top: 2rem;
}

.metric-tile {
	border-left: 3px solid var(--bronze);
	background: rgba(255, 255, 255, 0.96);
	padding: 1.05rem;
	box-shadow: 0 8px 24px rgba(11, 29, 61, 0.06);
}

.metric-tile p {
	margin: 0;
	color: var(--navy);
	font-weight: 850;
	line-height: 1.35;
}

.spacing-top {
	margin-top: 2rem;
}

.inner-hero {
	position: relative;
	overflow: hidden;
	padding: 146px 0 74px;
	background:
		linear-gradient(100deg, rgba(248, 250, 252, 0.98), rgba(241, 245, 248, 0.93) 58%, rgba(216, 222, 226, 0.76)),
		url("assets/img/albright-hero.png") center / cover;
	color: var(--navy);
}

.inner-hero::after {
	content: "";
	position: absolute;
	right: 5%;
	bottom: -120px;
	width: 420px;
	height: 420px;
	border: 1px solid rgba(184, 137, 69, 0.22);
	transform: rotate(18deg);
}

.inner-hero-content {
	position: relative;
	z-index: 1;
	max-width: 870px;
}

.inner-hero h1 {
	margin: 0;
	font-size: clamp(2.7rem, 5vw, 4.6rem);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.1;
}

.inner-hero p:not(.ae-eyebrow) {
	max-width: 780px;
	margin: 1.35rem 0 0;
	color: rgba(23, 34, 58, 0.74);
	font-size: 1.15rem;
	line-height: 1.75;
}

.stacked-cards {
	display: grid;
	gap: 1.15rem;
}

.service-list {
	display: grid;
	gap: 1.25rem;
}

.service-row {
	display: grid;
	grid-template-columns: 210px 1fr auto;
	gap: 1.5rem;
	align-items: start;
	padding: 1.5rem;
	scroll-margin-top: 110px;
}

.service-row-marker p {
	margin-top: 1rem;
	color: var(--bronze);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.dark-card {
	border: 1px solid rgba(215, 173, 100, 0.24);
	border-radius: 8px;
	background: rgba(13, 35, 64, 0.96);
	box-shadow: 0 20px 60px rgba(7, 24, 47, 0.2);
	color: var(--white);
	padding: 1.75rem;
}

.dark-card h2,
.dark-card h3 {
	color: var(--white);
}

.dark-card p {
	color: rgba(255, 255, 255, 0.74);
}

.cta-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.cta-copy {
	max-width: 720px;
}

.cta-copy p:not(.ae-eyebrow) {
	margin: 1rem 0 0;
	color: rgba(255, 255, 255, 0.76);
}

.contact-grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 2.5rem;
	align-items: start;
}

.contact-cards {
	display: grid;
	gap: 1rem;
	margin-top: 2rem;
}

.contact-card {
	display: flex;
	gap: 1rem;
	align-items: center;
	padding: 1rem;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

a.contact-card:hover {
	transform: translateY(-2px);
	box-shadow: var(--shadow);
}

.contact-card small {
	display: block;
	color: var(--bronze);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.contact-card strong,
.contact-card em {
	display: block;
	color: var(--navy);
	font-style: normal;
	font-weight: 850;
}

.contact-card em {
	color: rgba(23, 32, 51, 0.7);
	font-weight: 600;
}

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

.contact-form label {
	display: block;
	color: var(--navy);
	font-size: 0.92rem;
	font-weight: 850;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
	display: block;
	width: 100%;
	border: 1px solid rgba(7, 24, 47, 0.18);
	border-radius: 6px;
	background: var(--white);
	color: var(--ink);
	margin-top: 0.4rem;
	padding: 0.88rem 0.92rem;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.contact-form textarea {
	min-height: 156px;
	resize: vertical;
}

.contact-form > label,
.contact-form button {
	margin-top: 1.1rem;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	border-color: var(--bronze);
	box-shadow: 0 0 0 4px rgba(215, 173, 100, 0.18);
	outline: none;
}

.form-notice {
	border-left: 3px solid var(--gold);
	margin: 0 0 1.2rem;
	padding: 0.9rem 1rem;
	font-weight: 800;
}

.form-notice.success {
	background: rgba(113, 132, 114, 0.14);
	color: #233321;
}

.form-notice.error {
	background: rgba(184, 77, 69, 0.12);
	color: #6d241d;
}

.react-service-summary {
	display: grid;
	gap: 0.28rem;
	border: 1px solid rgba(184, 137, 69, 0.22);
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(215, 173, 100, 0.12), rgba(238, 243, 245, 0.58));
	margin-top: 1rem;
	padding: 0.95rem 1rem;
	color: rgba(23, 32, 51, 0.76);
	font-size: 0.94rem;
}

.react-service-summary strong {
	color: var(--navy);
	font-size: 0.98rem;
	font-weight: 950;
	line-height: 1.2;
}

.react-service-summary span {
	display: block;
}

.map-placeholder {
	position: relative;
	min-height: 360px;
	overflow: hidden;
	border: 1px solid rgba(7, 24, 47, 0.12);
	border-radius: 8px;
	background:
		linear-gradient(rgba(7, 24, 47, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(7, 24, 47, 0.05) 1px, transparent 1px),
		linear-gradient(135deg, #f8fafc, #eef3f7);
	background-size: 34px 34px, 34px 34px, auto;
}

.map-placeholder::before {
	content: "";
	position: absolute;
	left: 18%;
	top: 42%;
	width: 68%;
	height: 3px;
	background: rgba(184, 137, 69, 0.48);
	transform: rotate(-13deg);
}

.map-pin {
	position: absolute;
	left: calc(50% - 27px);
	top: calc(50% - 45px);
	width: 54px;
	height: 54px;
	border-radius: 50% 50% 50% 0;
	background: var(--navy);
	box-shadow: 0 20px 35px rgba(7, 24, 47, 0.25);
	transform: rotate(-45deg);
}

.map-pin::after {
	content: "";
	position: absolute;
	left: 17px;
	top: 17px;
	width: 20px;
	height: 20px;
	background: var(--gold);
	border-radius: 50%;
}

.map-copy {
	align-self: center;
}

.map-copy p:not(.ae-eyebrow) {
	color: rgba(23, 32, 51, 0.72);
	font-size: 1.05rem;
}

.site-footer {
	padding-top: 3.5rem;
}

.site-footer .footer-brand-row {
	color: var(--white);
}

.footer-icon {
	width: 56px;
	height: 56px;
	border: 1px solid rgba(215, 182, 74, 0.35);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	object-fit: cover;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr 0.8fr;
	gap: 2.5rem;
}

.footer-brand h2 {
	margin: 0;
	color: var(--white);
	font-size: 1.55rem;
	font-weight: 950;
}

.footer-brand p,
.site-footer p,
.site-footer a {
	color: rgba(255, 255, 255, 0.74);
}

.site-footer h3 {
	margin: 0 0 1rem;
	color: var(--gold);
	font-size: 0.8rem;
	font-weight: 950;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.site-footer p {
	margin: 0 0 0.75rem;
}

.social-row {
	display: flex;
	gap: 0.75rem;
	margin-top: 1rem;
}

.social-row a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 6px;
	color: rgba(255, 255, 255, 0.78);
	font-weight: 900;
	text-transform: uppercase;
}

.social-row a:hover {
	border-color: var(--gold);
	color: var(--gold);
}

.footer-cta {
	margin-top: 2rem;
}

.footer-bottom {
	margin-top: 3rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 1.5rem 0;
}

.footer-bottom p {
	margin: 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.9rem;
}

.wp-content {
	max-width: 860px;
}

.wp-content .content-card + .content-card {
	margin-top: 1.25rem;
}

.reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 560ms ease, transform 560ms ease;
}

.reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (min-width: 1180px) {
	.site-nav {
		display: block;
	}

	.menu-toggle,
	.mobile-panel {
		display: none;
	}
}

@media (min-width: 1500px) {
	.header-phone {
		display: inline-flex;
	}

	.primary-menu {
		gap: 1.2rem;
	}

	.primary-menu a {
		font-size: 0.88rem;
	}
}

@media (max-width: 1179px) {
	.header-cta {
		display: inline-flex;
	}
}

@media (max-width: 980px) {
	.hero-section {
		min-height: auto;
	}

	.hero-section::before {
		background-image:
			linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(248, 250, 252, 0.86)),
			url("assets/img/albright-hero.png");
		background-position: center right;
	}

	.hero-content {
		padding: 132px 0 68px;
	}

	.card-grid.two,
	.card-grid.three,
	.card-grid.services,
	.split-grid,
	.contact-grid,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.service-row {
		grid-template-columns: 1fr;
	}

	.service-row .btn-quiet {
		justify-self: start;
	}

	.visual-panel {
		min-height: 320px;
	}

	.cta-row {
		align-items: flex-start;
		flex-direction: column;
	}
}

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

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

	.ae-section {
		padding: 64px 0;
	}

	.ae-section-tight {
		padding: 48px 0;
	}

	.header-row {
		min-height: 78px;
	}

	.brand-logo {
		width: min(188px, 52vw);
		max-height: 58px;
	}

	.brand-mark {
		width: 42px;
		height: 42px;
	}

	.brand-text {
		min-width: 0;
	}

	.brand-text span {
		font-size: 0.98rem;
	}

	.brand-text small {
		font-size: 0.66rem;
	}

	.header-actions {
		gap: 0.55rem;
	}

	.header-cta {
		display: none;
	}

	.hero-content {
		padding: 118px 0 56px;
	}

	.hero-logo-panel {
		padding: 0.65rem 0.75rem;
	}

	.hero-content h1 {
		font-size: 2.45rem;
	}

	.hero-content > p:not(.ae-eyebrow) {
		font-size: 1.02rem;
	}

	.button-row .btn-primary,
	.button-row .btn-secondary,
	.cta-row .btn-primary,
	.contact-form .btn-primary,
	.mobile-cta {
		width: 100%;
	}

	.ae-badge {
		font-size: 0.76rem;
	}

	.inner-hero {
		padding: 120px 0 56px;
	}

	.inner-hero h1 {
		font-size: 2.55rem;
	}

	.form-grid,
	.check-list.two-column,
	.metric-grid {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
		animation-duration: 0.001ms !important;
	}

	.reveal {
		opacity: 1;
		transform: none;
	}
}
