:root {
	--dillon-navy: #0d2852;
	--dillon-blue: #1b7698;
	--dillon-orange: #dc5f17;
	--dillon-ivory: #fbf8f2;
	--dillon-paper: #ffffff;
	--dillon-paper-soft: #f4efe6;
	--dillon-ink: #173152;
	--dillon-muted: #5f7186;
	--dillon-border: #dbe4eb;
	--dillon-shadow: 0 18px 44px rgba(13, 40, 82, 0.08);
}

body {
	color: var(--dillon-ink);
}

body.home.blog,
body.page:not(.home),
body.single-post {
	background: var(--dillon-ivory);
}

body.home.blog #main-container,
body.page:not(.home) #main-container,
body.single-post #main-container {
	background: transparent;
}

a {
	color: var(--dillon-orange);
}

a:hover {
	color: #b94f13;
}

[data-header*="type-1"] .ct-header [data-row*="middle"] {
	background: var(--dillon-blue);
	box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-row*="bottom"] {
	background: var(--dillon-orange);
	box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-row*="middle"] .ct-container {
	min-height: 82px;
}

[data-header*="type-1"] .ct-header [data-row*="bottom"] .ct-container {
	min-height: 42px;
}

[data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
	display: flex;
	align-items: center;
}

[data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container img {
	width: auto;
	max-height: 84px;
}

[data-header*="type-1"] .ct-header [data-id="button"] .ct-button {
	min-height: 40px;
	padding-inline: 1rem;
	border-radius: 6px;
	border: none;
	background: var(--dillon-navy);
	color: #ffffff;
	box-shadow: none;
	font-weight: 700;
}

[data-header*="type-1"] .ct-header [data-id="button"] .ct-button:hover {
	background: #102f60;
	color: #ffffff;
}

[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a,
[data-header*="type-1"] .ct-header [data-id="search"] .ct-icon,
[data-header*="type-1"] .ct-header [data-id="trigger"] .ct-icon {
	color: #ffffff;
}

[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a {
	font-size: 0.94rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li.current-menu-item > a {
	opacity: 1;
}

[data-header*="type-1"] .ct-header [data-id="socials"] {
	display: none;
}

.dillon-home-hero {
	padding: clamp(2rem, 5vw, 3.75rem) 0 1.75rem;
	background: var(--dillon-paper);
}

.dillon-home-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.94fr);
	gap: clamp(1.75rem, 4vw, 3rem);
	align-items: center;
}

.dillon-home-hero__content {
	max-width: 34rem;
}

.dillon-home-hero__eyebrow {
	margin: 0 0 0.9rem;
	color: var(--dillon-orange);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.dillon-home-hero__title {
	margin: 0;
	color: var(--dillon-navy);
	font-size: clamp(2.8rem, 5vw, 4.6rem);
	line-height: 1.04;
	max-width: 10.5ch;
	text-wrap: balance;
}

.dillon-home-hero__copy {
	margin: 1rem 0 0;
	color: rgba(23, 49, 82, 0.86);
	font-size: 1.08rem;
	line-height: 1.72;
}

.dillon-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 1.5rem;
}

.dillon-home-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0.8rem 1.15rem;
	border-radius: 6px;
	border: 1px solid transparent;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.dillon-home-hero__button:hover {
	transform: translateY(-1px);
}

.dillon-home-hero__button--primary {
	background: var(--dillon-navy);
	color: #ffffff;
}

.dillon-home-hero__button--primary:hover {
	background: #113263;
	color: #ffffff;
}

.dillon-home-hero__button--secondary {
	background: transparent;
	border-color: rgba(13, 40, 82, 0.16);
	color: var(--dillon-navy);
}

.dillon-home-hero__button--secondary:hover {
	background: rgba(13, 40, 82, 0.04);
	color: var(--dillon-navy);
}

.dillon-home-hero__visual {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.dillon-home-hero__graphic {
	display: block;
	width: min(100%, 560px);
	height: auto;
}

@media (min-width: 1000px) {
	.dillon-home-hero__graphic {
		width: min(calc(100% + 3rem), 620px);
		max-width: none;
		margin-right: -0.5rem;
	}
}

.dillon-home-posts {
	padding: 1.2rem 0 0.5rem;
}

.dillon-home-posts__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.dillon-home-posts__title {
	margin: 0;
	color: var(--dillon-navy);
	font-size: clamp(1.6rem, 2vw, 2rem);
	line-height: 1.15;
}

.dillon-home-posts__empty {
	max-width: 44rem;
	padding: 1.15rem 1.25rem;
	border: 1px solid var(--dillon-border);
	border-radius: 14px;
	background: var(--dillon-paper);
	box-shadow: var(--dillon-shadow);
}

.dillon-home-posts__empty-copy {
	margin: 0;
	color: var(--dillon-muted);
	line-height: 1.7;
}

body.home.blog .site-main {
	padding-bottom: 4rem;
}

body.home.blog .ct-container[data-vertical-spacing="top:bottom"] {
	padding-top: 0.25rem;
}

body.home.blog .ct-no-results {
	display: none;
}

body.home.blog .entries {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.25rem;
}

body.home.blog .entry-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--dillon-border);
	border-radius: 14px;
	background: var(--dillon-paper);
	box-shadow: 0 10px 28px rgba(13, 40, 82, 0.05);
}

body.home.blog .entry-card .ct-media-container {
	display: block;
	border-radius: 0;
	aspect-ratio: 4 / 3;
	background: #eef2f6;
}

body.home.blog .entry-card .ct-media-container img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.home.blog .entry-card > :not(.ct-media-container) {
	padding-inline: 1rem;
}

body.home.blog .entry-card > .entry-meta:first-of-type {
	padding-top: 1rem;
	margin-bottom: 0.55rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--dillon-orange);
}

body.home.blog .entry-card > .entry-meta:first-of-type a {
	color: var(--dillon-orange);
}

body.home.blog .entry-card .entry-title {
	margin: 0;
	color: var(--dillon-navy);
	font-size: 1.45rem;
	line-height: 1.24;
}

body.home.blog .entry-card .entry-title a {
	color: inherit;
}

body.home.blog .entry-card .entry-title a:hover {
	color: var(--dillon-navy);
}

body.home.blog .entry-card .entry-excerpt {
	margin-top: 0.7rem;
	color: var(--dillon-muted);
	font-size: 0.97rem;
	line-height: 1.68;
}

body.home.blog .entry-card .entry-excerpt p {
	margin: 0;
}

body.home.blog .entry-card > .entry-meta:last-of-type {
	margin-top: auto;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 0.83rem;
	color: var(--dillon-muted);
}

body.home.blog .entry-card > .entry-meta:last-of-type a {
	color: inherit;
}

body.home.blog .ct-pagination {
	margin-top: 1.5rem;
}

body.home.blog .ct-pagination .page-numbers {
	border-radius: 6px;
}

body.page:not(.home) .site-main,
body.single-post .site-main {
	padding-bottom: 3rem;
}

body.page:not(.home) .hero-section[data-type="type-2"],
body.single-post .hero-section[data-type="type-2"] {
	background: transparent;
}

body.page:not(.home) .entry-content,
body.single-post .entry-content {
	color: var(--dillon-ink);
}

body.page-id-43 .entry-content .dillon-about-promo {
	margin: clamp(2rem, 5vw, 4rem) auto;
	padding: clamp(1.5rem, 4vw, 2.5rem);
	border: 1px solid var(--dillon-border);
	border-radius: 14px;
	background: var(--dillon-paper);
	box-shadow: var(--dillon-shadow);
}

body.page-id-43 .entry-content .dillon-about-promo {
	max-width: 46rem;
}

body.page-id-43 .entry-content .dillon-about-promo__eyebrow {
	margin: 0 0 0.8rem;
	color: var(--dillon-orange);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

body.page-id-43 .entry-content .dillon-about-promo__title {
	margin: 0;
	color: var(--dillon-navy);
	font-size: clamp(1.9rem, 3.2vw, 2.65rem);
	line-height: 1.12;
	max-width: 18ch;
	text-wrap: balance;
}

body.page-id-43 .entry-content .dillon-about-promo__copy {
	margin: 1rem 0 0;
	color: rgba(23, 49, 82, 0.86);
	font-size: 1.03rem;
	line-height: 1.78;
	max-width: 42rem;
}

.ct-footer [data-row="bottom"] {
	background: var(--dillon-navy);
}

.ct-footer .ct-footer-copyright {
	color: rgba(255, 255, 255, 0.92);
}

.ct-footer .ct-footer-copyright a {
	color: #f2b486;
}

.ct-footer .ct-footer-copyright a:hover {
	color: #ffffff;
}

@media (max-width: 999px) {
	body.home.blog .entries {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	[data-header*="type-1"] .ct-header [data-row*="middle"] .ct-container {
		min-height: 74px;
	}

	[data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container img {
		max-height: 66px;
	}

	.dillon-home-hero {
		padding: 1.75rem 0 1.25rem;
	}

	.dillon-home-hero__inner {
		grid-template-columns: minmax(0, 1fr);
	}

	.dillon-home-hero__title {
		max-width: none;
		font-size: clamp(2.3rem, 10vw, 3.2rem);
	}

	.dillon-home-hero__button {
		width: 100%;
	}

	.dillon-home-hero__visual {
		justify-content: center;
	}

	body.home.blog .entries {
		grid-template-columns: minmax(0, 1fr);
	}
}
