/* ============================================================
   THE LEGAL TROVE · AEO LAW PRACTICE — Brand Stylesheet v2
   Navy #0A2342 · Gold #C9A227 · Burnt Orange #C2551B
   (No CSS variables — WordPress.com sanitizer strips :root)
   ============================================================ */
body, button, input, select, textarea {
	font-family: 'EB Garamond', Georgia, serif;
}

body, body.custom-background {
	color: #1C2430;
	background: linear-gradient(180deg, #FFFDF6 0%, #FAF6EC 45%, #FFFFFF 100%) !important;
	font-size: 19px;
	line-height: 1.75;
}

a {
	color: #C2551B;
	text-decoration-color: rgba(194,85,27,.35);
}

a:hover, a:focus {
	color: #C9A227;
}

h1, h2, h3, h4, h5, h6 {
	color: #0A2342;
}

/* ---------- Header ---------- */
.site-header {
	background: radial-gradient(circle at 18% 20%, rgba(229,193,88,.18), transparent 30%), linear-gradient(135deg, #071A33 0%, #0A2342 60%, #12315C 100%);
	border-bottom: 4px solid #C9A227;
	color: #FFFAF0;
	padding-top: 30px;
}

.site-branding, .header-image {
	text-align: center;
}

.site-branding {
	background: transparent !important;
	padding: 26px 0 34px;
}

.custom-logo {
	border: 3px solid #C9A227;
	border-radius: 50%;
	background: #FFFFFF;
	box-shadow: 0 10px 30px rgba(0,0,0,.3);
}

.site-title, .site-title a {
	color: #E5C158 !important;
	font-weight: 700;
	font-size: clamp(2.4rem, 5vw, 4.6rem);
	text-shadow: 0 8px 24px rgba(0,0,0,.35);
}

.site-title a:hover {
	color: #FFFFFF !important;
}

.site-description {
	color: #FFF6D8;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-size: clamp(1rem, 2vw, 1.3rem);
}

.custom-header img, #wp-custom-header img {
	display: none;
}

/* ---------- Navigation ---------- */
.main-navigation, .main-navigation ul ul {
	background: #071A33;
	border-top: 1px solid rgba(201,162,39,.25);
	border-bottom: 1px solid rgba(201,162,39,.35);
}

.main-navigation a {
	color: #FFFAF0;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
	color: #E5C158;
	background: rgba(201,162,39,.12);
	box-shadow: inset 0 -3px 0 #C2551B;
}

.menu-toggle {
	color: #FFFAF0 !important;
	background: transparent;
}

/* ---------- Content ---------- */
.site-content {
	background: transparent;
}

.content-area, .widget-area {
	padding-top: 36px;
}

.hentry {
	background: rgba(255,255,255,.96);
	border: 1px solid #E6E3DA;
	border-top: 5px solid #C9A227;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(10,35,66,.07);
	overflow: hidden;
}

.entry-title, .entry-title a {
	color: #0A2342 !important;
}

.entry-title a:hover {
	color: #C2551B !important;
}

.entry-meta a, .posted-on a, .cat-links a, .entry-footer a {
	color: #C2551B;
}

.entry-content a {
	color: #C2551B;
}

.entry-content a:hover {
	color: #C9A227;
}

.more-link {
	color: #C2551B;
	font-weight: 700;
}

blockquote {
	border-left: 4px solid #C9A227;
	background: #FAF6EC;
	color: #0A2342;
}

/* ---------- Buttons & forms ---------- */
button, input[type="button"], input[type="reset"], input[type="submit"],
.button, .wp-block-button__link {
	background: linear-gradient(135deg, #C9A227, #C2551B);
	border: 0;
	border-radius: 6px;
	color: #081426 !important;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	box-shadow: 0 10px 24px rgba(194,85,27,.22);
}

button:hover, input[type="submit"]:hover, .button:hover, .wp-block-button__link:hover {
	filter: brightness(1.05);
	transform: translateY(-1px);
}

input[type="text"], input[type="email"], input[type="url"],
input[type="password"], input[type="search"], textarea {
	border: 1px solid rgba(10,35,66,.25);
	border-radius: 6px;
	background: #FFFDF7;
	color: #0A2342;
	font-size: 1rem;
}

input:focus, textarea:focus {
	border-color: #C9A227;
	box-shadow: 0 0 0 3px rgba(201,162,39,.18);
	outline: none;
}

/* ---------- Widgets ---------- */
.widget {
	background: #FFFFFF;
	border: 1px solid rgba(201,162,39,.28);
	border-radius: 10px;
}

.widget-title {
	color: #0A2342;
	border-bottom: 2px solid #C9A227;
}

/* ---------- Footer ---------- */
.site-footer, #colophon {
	background: linear-gradient(180deg, #071A33, #050F1F);
	border-top: 4px solid #C9A227;
	color: #9FB0C3;
}

.site-footer a {
	color: #E5C158;
}

.site-footer a:hover {
	color: #FFFFFF;
}

.site-footer .site-title, .site-footer .site-title a {
	color: #E5C158 !important;
	font-size: 1.6rem;
}

.site-footer .site-description {
	color: #9FB0C3;
}

.site-info {
	color: #7E8FA6;
}

/* ---------- Hero slider (featured post banner) ---------- */
.flexslider.hero .hero-content-wrapper,
.flexslider.hero .hero-content-wrapper a {
	color: #FFFFFF !important;
	text-shadow: 0 4px 18px rgba(0,0,0,.65);
}

.flexslider.hero .hero-content-wrapper a:hover {
	color: #E5C158 !important;
}

.flexslider.hero {
	border-bottom: 4px solid #C9A227;
}

/* ================================================
   AEO SECTION LAYOUTS (mockup reproduction)
   ================================================ */
/* Hide theme hero slider, duplicated featured area,
   page banner image and page title on the homepage */
.home .flexslider.hero {
	display: none !important;
}

.home .featured-content, .home .featured-posts-wrapper {
	display: none !important;
}

.home .post-thumbnail, .home .entry-thumbnail {
	display: none !important;
}

.home article.page .entry-header {
	display: none;
}

/* Kicker */
.aeo-kicker {
	color: #C2551B !important;
	text-transform: uppercase;
	letter-spacing: .18em;
	font-weight: 700;
	font-size: .85rem !important;
}

.aeo-hero .aeo-kicker {
	color: #E5C158 !important;
}

/* Hero */
.aeo-hero {
	background: radial-gradient(circle at 85% 15%, rgba(201,162,39,.25), transparent 45%), linear-gradient(135deg, #071A33 0%, #0A2342 55%, #12315C 100%);
	border-radius: 14px;
	padding: 56px 48px;
	margin-bottom: 34px;
}

.aeo-hero-title {
	color: #FFFFFF !important;
	font-size: clamp(1.9rem, 3.6vw, 3rem) !important;
	line-height: 1.15;
}

.aeo-hero-title em {
	color: #E5C158 !important;
	font-style: normal;
}

.aeo-hero-sub {
	color: #C7D2E1 !important;
	font-size: 1.05rem;
	max-width: 660px;
}

/* Buttons */
.aeo-btn {
	display: inline-block;
	padding: 12px 26px;
	border-radius: 6px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: .85rem;
	text-decoration: none !important;
	margin-right: 12px;
}

.aeo-btn-gold {
	background: linear-gradient(135deg, #C9A227, #C2551B);
	color: #081426 !important;
}

.aeo-btn-outline {
	border: 2px solid #C9A227;
	color: #E5C158 !important;
	background: transparent;
}

.aeo-btn-white {
	background: #FFFFFF;
	color: #C2551B !important;
}

.aeo-btn:hover {
	filter: brightness(1.07);
}

/* Sector strip */
.aeo-strip {
	background: #FAF6EC;
	border: 1px solid #E6E3DA;
	border-radius: 10px;
	padding: 16px 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin: 6px 0 30px;
}

.aeo-strip-lbl {
	font-size: .78rem;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #5A6472;
	font-weight: 700;
	margin-right: 6px;
}

.aeo-chip {
	background: #FFFFFF;
	border: 1px solid #E6E3DA;
	border-left: 3px solid #C9A227;
	padding: 6px 14px;
	border-radius: 4px;
	font-size: .9rem;
	font-weight: 600;
	color: #0A2342;
}

/* Section titles */
.aeo-sec-title {
	text-align: center;
	margin-top: 26px;
}

.aeo-sec-sub {
	text-align: center;
	color: #5A6472 !important;
	margin-bottom: 28px;
}

/* Services grid */
.aeo-grid4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin: 10px 0 34px;
}

.aeo-card {
	background: #FFFFFF;
	border: 1px solid #E6E3DA;
	border-top: 4px solid #C9A227;
	border-radius: 10px;
	padding: 22px 18px;
	transition: all .25s ease;
}

.aeo-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 14px 30px rgba(10,35,66,.12);
	border-top-color: #C2551B;
}

.aeo-card h4 {
	margin: .4em 0 .3em;
	font-size: 1.05rem;
}

.aeo-card p {
	font-size: .9rem;
	color: #5A6472;
	margin: 0;
	line-height: 1.5;
}

.aeo-ico {
	font-size: 1.5rem;
}

/* Why choose us */
.aeo-why {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 34px;
	background: linear-gradient(135deg, #0A2342, #12315C);
	border-radius: 14px;
	padding: 44px;
	margin: 14px 0 36px;
}

.aeo-why-text h2 {
	color: #FFFFFF !important;
}

.aeo-why-text h2 em {
	color: #E5C158 !important;
	font-style: normal;
}

.aeo-why-text p {
	color: #C7D2E1;
}

.aeo-feats {
	display: grid;
	gap: 14px;
}

.aeo-feat {
	display: flex;
	gap: 16px;
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(201,162,39,.3);
	border-radius: 10px;
	padding: 16px 18px;
}

.aeo-feat span {
	font-size: 1.4rem;
	font-weight: 700;
	color: #E06A2B;
}

.aeo-feat h4 {
	color: #E5C158 !important;
	margin: 0 0 .2em;
	font-size: 1rem;
}

.aeo-feat p {
	color: #C7D2E1;
	font-size: .88rem;
	margin: 0;
}

/* Latest posts grid */
.aeo-posts {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	padding: 0 !important;
	list-style: none;
	margin: 0 0 34px;
}

.aeo-posts li {
	background: #FFFFFF;
	border: 1px solid #E6E3DA;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 8px 22px rgba(10,35,66,.07);
	padding: 0 0 16px;
	margin: 0 !important;
}

.aeo-posts .wp-block-latest-posts__featured-image img {
	width: 100%;
	height: 170px;
	object-fit: cover;
}

.aeo-posts li > a {
	display: block;
	padding: 14px 18px 0;
	font-weight: 700;
	color: #0A2342 !important;
	font-size: 1.02rem;
	line-height: 1.35;
}

.aeo-posts li > a:hover {
	color: #C2551B !important;
}

.aeo-posts time {
	display: block;
	padding: 4px 18px 0;
	color: #C2551B;
	font-size: .8rem;
	text-transform: uppercase;
	letter-spacing: .06em;
}

.aeo-posts .wp-block-latest-posts__post-excerpt {
	padding: 8px 18px 0;
	font-size: .88rem;
	color: #5A6472;
	margin: 0;
}

/* CTA band */
.aeo-cta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 22px;
	flex-wrap: wrap;
	background: linear-gradient(120deg, #C2551B, #A8460F);
	border-radius: 14px;
	padding: 36px 40px;
	margin: 10px 0 20px;
}

.aeo-cta h2 {
	color: #FFFFFF !important;
	margin: 0 0 .2em;
}

.aeo-cta p {
	color: #FBE3D3;
	margin: 0;
}

/* Contact page */
.aeo-sub {
	color: #5A6472 !important;
}

.aeo-icard {
	background: #FAF6EC;
	border: 1px solid #E6E3DA;
	border-left: 4px solid #C9A227;
	border-radius: 10px;
	padding: 16px 18px;
}

.aeo-hours {
	background: #0A2342;
	color: #C7D2E1 !important;
	border-radius: 10px;
	padding: 18px 20px;
}

.aeo-hours strong {
	color: #E5C158;
}

.aeo-form-panel {
	background: #FFFFFF;
	border: 1px solid #E6E3DA;
	border-top: 5px solid #C2551B;
	border-radius: 14px;
	padding: 30px !important;
	box-shadow: 0 12px 34px rgba(10,35,66,.09);
}

.aeo-note {
	font-size: .8rem !important;
	color: #5A6472 !important;
}

/* Blog listing grid */
.blog .site-main {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 26px;
	align-items: start;
}

.blog .site-main > article:first-of-type {
	grid-column: 1 / -1;
}

.blog .site-main > nav, .blog .site-main > .navigation {
	grid-column: 1 / -1;
}

/* Responsive */
@media (max-width: 900px) {
	.aeo-grid4 {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.aeo-why {
		grid-template-columns: 1fr;
	}
	
	.aeo-posts {
		grid-template-columns: 1fr;
	}
	
	.blog .site-main {
		grid-template-columns: 1fr;
	}
	
	.aeo-hero {
		padding: 36px 24px;
	}
}

@media (max-width: 560px) {
	.aeo-grid4 {
		grid-template-columns: 1fr;
	}
}

/* ================================================
   AEO v3 — bigger type, insights cards, page footer
   ================================================ */
/* Font size increases (match mockup legibility) */
.aeo-hero-title {
	font-size: clamp(2.2rem, 4.4vw, 3.4rem) !important;
}

.aeo-hero-sub {
	font-size: 1.18rem !important;
}

.aeo-kicker {
	font-size: .9rem !important;
}

.aeo-chip {
	font-size: .95rem;
}

.aeo-strip-lbl {
	font-size: .82rem;
}

.aeo-sec-sub {
	font-size: 1.08rem !important;
}

.aeo-card h4 {
	font-size: 1.15rem;
}

.aeo-card p {
	font-size: .98rem;
	line-height: 1.55;
}

.aeo-why-text p {
	font-size: 1.08rem;
}

.aeo-feat p {
	font-size: .95rem;
}

.aeo-feat h4 {
	font-size: 1.08rem !important;
}

.aeo-cta p {
	font-size: 1.08rem;
}

/* Section head (From the blog) */
.aeo-sec-head {
	text-align: center;
	max-width: 680px;
	margin: 30px auto 34px;
}

.aeo-sec-head h2 {
	font-size: clamp(1.8rem, 3vw, 2.3rem);
	margin: .25em 0 .35em;
	color: #0A2342 !important;
}

.aeo-sec-head .aeo-sec-sub {
	margin: 0;
}

/* Insights post cards */
.aeo-postcards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin: 0 0 30px;
}

.aeo-post {
	background: #FFFFFF;
	border: 1px solid #E6E3DA;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 22px rgba(10,35,66,.07);
	display: flex;
	flex-direction: column;
	transition: all .25s ease;
}

.aeo-post:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 36px rgba(10,35,66,.13);
}

.aeo-post img {
	width: 100%;
	height: 190px;
	object-fit: cover;
	display: block;
	margin: 0;
}

.aeo-post-body {
	padding: 20px 22px 22px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.aeo-post-meta {
	color: #C2551B;
	font-size: .82rem;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 8px;
}

.aeo-post h3 {
	font-size: 1.12rem;
	line-height: 1.35;
	margin: 0 0 10px;
}

.aeo-post h3 a {
	color: #0A2342 !important;
	text-decoration: none;
}

.aeo-post h3 a:hover {
	color: #C2551B !important;
}

.aeo-post p {
	font-size: .96rem;
	color: #5A6472;
	flex: 1;
	margin: 0 0 14px;
}

.aeo-more {
	font-weight: 700;
	color: #0A2342 !important;
	text-decoration: none;
	font-size: .95rem;
}

.aeo-more:hover {
	color: #C2551B !important;
}

.aeo-center {
	text-align: center;
	margin: 4px 0 30px;
}

.aeo-btn-orange {
	background: #C2551B;
	color: #FFFFFF !important;
}

.aeo-btn-orange:hover {
	background: #E06A2B;
}

/* Page footer (mockup reproduction) */
.aeo-footer {
	background: linear-gradient(180deg, #071A33, #050F1F);
	border-radius: 14px;
	padding: 42px 42px 0;
	margin-top: 28px;
}

.aeo-foot-grid {
	display: grid;
	grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
	gap: 32px;
	padding-bottom: 30px;
}

.aeo-foot-brand img {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 2px solid #C9A227;
	background: #FFFFFF;
	object-fit: cover;
	margin-bottom: 8px;
}

.aeo-foot-id .t {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 1.2rem;
}

.aeo-foot-id .s {
	color: #E06A2B;
	font-size: .72rem;
	letter-spacing: .14em;
	text-transform: uppercase;
	font-weight: 700;
}

.aeo-foot-brand p {
	color: #9FB0C3;
	font-size: .92rem;
	margin: 12px 0 0;
	line-height: 1.6;
}

.aeo-footer h4 {
	color: #E5C158 !important;
	font-size: 1.1rem;
	margin: 0 0 14px;
}

.aeo-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.aeo-footer li {
	color: #9FB0C3;
	font-size: .95rem;
	margin: 0 0 10px;
	padding: 0;
}

.aeo-footer a {
	color: #E5C158 !important;
	text-decoration: none;
}

.aeo-footer a:hover {
	color: #FFFFFF !important;
}

.aeo-foot-legal {
	border-top: 1px solid rgba(255,255,255,.12);
	padding: 16px 0 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
	color: #7E8FA6;
	font-size: .88rem;
}

.aeo-foot-legal b {
	color: #E5C158;
}

@media (max-width: 900px) {
	.aeo-postcards {
		grid-template-columns: 1fr;
	}
	
	.aeo-foot-grid {
		grid-template-columns: 1fr 1fr;
	}
	
	.aeo-footer {
		padding: 30px 24px 0;
	}
}

@media (max-width: 560px) {
	.aeo-foot-grid {
		grid-template-columns: 1fr;
	}
	
	.aeo-foot-legal {
		justify-content: center;
		text-align: center;
	}
}

/* ====== Site-wide footer widget + social icons ====== */
#colophon .widget-area, .site-footer .widget-area {
	width: 100%;
	max-width: 100%;
	float: none;
	padding: 0;
	margin: 0;
}

#colophon .widget, .site-footer .widget {
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	max-width: 100%;
	box-shadow: none;
}

.aeo-footer-wide {
	border-radius: 0;
	margin: 0;
}

.aeo-social {
	display: flex;
	gap: 10px;
	margin-top: 16px;
}

.aeo-soc {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 2px solid #C9A227;
	color: #E5C158 !important;
	font-weight: 700;
	text-decoration: none;
	font-size: .9rem;
}

.aeo-soc:hover {
	background: #C9A227;
	color: #071A33 !important;
}

/* ====== Desktop: full-width content, hide page sidebar ====== */
@media (min-width: 1000px) {
	.content-area {
		width: 100% !important;
		max-width: 100% !important;
		float: none !important;
		margin: 0 !important;
	}
	
	.site-content #secondary, .site-content .widget-area {
		display: none;
	}
}

/* ====== Connect + Reviews section (Home) ====== */
.aeo-connect {
	background: radial-gradient(circle at 85% 10%, rgba(201,162,39,.18), transparent 45%), linear-gradient(135deg, #071A33, #0A2342 60%, #12315C);
	border-radius: 14px;
	padding: 40px;
	margin: 26px 0 8px;
}

.aeo-connect h3 {
	color: #E5C158 !important;
	margin-top: 0;
}

.aeo-connect p {
	color: #C7D2E1;
}

.aeo-connect .aeo-note {
	color: #8FA2B8 !important;
	font-size: .82rem !important;
}

.aeo-connect label, .aeo-connect .grunion-field-label {
	color: #DDE5EF;
}

.aeo-connect select {
	background: #FFFDF7;
	border-radius: 6px;
	border: 1px solid rgba(10,35,66,.25);
	padding: 10px;
}

/* ====== Contact page map ====== */
.aeo-map-title {
	text-align: center;
	margin-top: 30px;
}

.aeo-map, .wp-block-jetpack-map {
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(10,35,66,.12);
}

.page-id-2 .post-thumbnail, .page-id-2 .entry-thumbnail, .page-id-2 img.wp-post-image {
	display: none !important;
}

/* ====== Connect section v2 (columns) + The Team ====== */
.wp-block-columns.aeo-connect {
	display: flex;
	flex-wrap: wrap;
	gap: 36px;
	padding: 44px 48px;
}

.aeo-connect .wp-block-column {
	min-width: 260px;
}

.aeo-team {
	margin-top: 26px;
	border-top: 1px solid rgba(255,255,255,.14);
	padding-top: 18px;
}

.aeo-team h4 {
	color: #E5C158 !important;
	margin: 0 0 14px;
	font-size: 1.08rem;
}

.aeo-member {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}

.aeo-member .n {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 1.02rem;
}

.aeo-member .r {
	color: #9FB0C3;
	font-size: .9rem;
}

.aeo-soc-sm {
	width: 32px;
	height: 32px;
	font-size: .8rem;
	flex-shrink: 0;
}

@media (max-width: 780px) {
	.wp-block-columns.aeo-connect {
		padding: 30px 22px;
	}
}

/* ====== Blog caption polish ====== */
.blog .hentry .entry-title {
	font-size: 1.18rem !important;
	line-height: 1.35;
}

.blog .site-main > article:first-of-type .entry-title {
	font-size: 1.55rem !important;
}

.blog .entry-meta, .blog .posted-on, .blog .entry-footer {
	font-size: .8rem;
}

.blog .hentry .entry-summary p, .blog .hentry .entry-content p {
	font-size: .97rem;
	line-height: 1.6;
}

.blog .more-link {
	font-size: .92rem;
}

/* ====== Home legibility v2 ====== */
.aeo-hero-sub {
	font-size: 1.25rem !important;
}

.aeo-strip-lbl {
	font-size: .88rem;
}

.aeo-chip {
	font-size: 1rem;
}

.aeo-sec-sub {
	font-size: 1.15rem !important;
}

.aeo-card h4 {
	font-size: 1.25rem;
}

.aeo-card p {
	font-size: 1.05rem;
}

.aeo-why-text p {
	font-size: 1.15rem;
}

.aeo-feat h4 {
	font-size: 1.15rem !important;
}

.aeo-feat p {
	font-size: 1.02rem;
}

.aeo-post-meta {
	font-size: .88rem;
}

.aeo-post h3 {
	font-size: 1.22rem;
}

.aeo-post p {
	font-size: 1.02rem;
}

.aeo-more {
	font-size: 1rem;
}

.aeo-cta p {
	font-size: 1.15rem;
}

/* Team font increase */
.aeo-team h4 {
	font-size: 1.2rem !important;
}

.aeo-member .n {
	font-size: 1.12rem;
}

.aeo-member .r {
	font-size: 1rem;
}

/* ================================================
   UNIFIED TYPOGRAPHY — px sizes matched to 19px body
   (overrides all earlier font-size rules)
   ================================================ */
/* --- Home sections --- */
body .aeo-hero-sub {
	font-size: 22px !important;
}

body .aeo-kicker {
	font-size: 15px !important;
}

body .aeo-strip-lbl {
	font-size: 15px !important;
}

body .aeo-chip {
	font-size: 18px !important;
}

body .aeo-sec-sub, body .aeo-sec-head .aeo-sec-sub {
	font-size: 20px !important;
}

body .aeo-card h4 {
	font-size: 24px !important;
}

body .aeo-card p {
	font-size: 19px !important;
	line-height: 1.6;
}

body .aeo-why-text p {
	font-size: 20px !important;
}

body .aeo-feat h4 {
	font-size: 21px !important;
}

body .aeo-feat p {
	font-size: 18px !important;
}

body .aeo-post-meta {
	font-size: 15px !important;
}

body .aeo-post h3 {
	font-size: 24px !important;
	line-height: 1.3;
}

body .aeo-post p {
	font-size: 19px !important;
}

body .aeo-more {
	font-size: 18px !important;
}

body .aeo-cta p {
	font-size: 20px !important;
}

body .aeo-connect p {
	font-size: 19px !important;
}

body .aeo-note {
	font-size: 15px !important;
}

/* --- Team --- */
body .aeo-team h4 {
	font-size: 22px !important;
}

body .aeo-member .n {
	font-size: 20px !important;
}

body .aeo-member .r {
	font-size: 18px !important;
}

/* --- Blog page --- */
body.blog .hentry .entry-title {
	font-size: 27px !important;
	line-height: 1.3;
}

body.blog .site-main > article:first-of-type .entry-title {
	font-size: 34px !important;
}

body.blog .hentry .entry-summary p, body.blog .hentry .entry-content p {
	font-size: 19px !important;
	line-height: 1.65;
}

body.blog .entry-meta, body.blog .posted-on, body.blog .entry-footer {
	font-size: 15px !important;
}

body.blog .more-link {
	font-size: 18px !important;
}

/* ====== Services / Nominees pages ====== */
.wp-block-columns.aeo-svc {
	background: #FFFFFF;
	border: 1px solid #E6E3DA;
	border-left: 5px solid #C9A227;
	border-radius: 12px;
	padding: 30px;
	margin: 0 0 28px;
	box-shadow: 0 8px 22px rgba(10,35,66,.06);
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	align-items: center;
}

.wp-block-columns.aeo-svc-alt {
	flex-direction: row-reverse;
	border-left: none;
	border-right: 5px solid #C2551B;
}

.aeo-svc .wp-block-column {
	min-width: 250px;
}

.aeo-svc-img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	border-radius: 10px;
	display: block;
	margin: 0;
}

.aeo-svc h2 {
	font-size: 26px !important;
	color: #0A2342 !important;
	margin: 0 0 .5em;
}

.aeo-svc p {
	font-size: 19px !important;
	line-height: 1.65;
	color: #1C2430;
}

body .aeo-lead {
	font-size: 34px !important;
	color: #0A2342 !important;
}

body .aeo-sub {
	font-size: 20px !important;
}

@media (max-width: 780px) {
	.wp-block-columns.aeo-svc, .wp-block-columns.aeo-svc-alt {
		flex-direction: column;
		padding: 20px;
	}
	
	.aeo-svc-img {
		height: 200px;
	}
}