:root {
	--dth-ink: #18211d;
	--dth-muted: #62706a;
	--dth-paper: #f6f4ed;
	--dth-white: #ffffff;
	--dth-line: #dfe6df;
	--dth-forest: #21483d;
	--dth-clay: #b55d2a;
	--dth-gold: #f4b23f;
	--dth-soft: #e9efe6;
	--dth-shadow: 0 18px 44px rgba(24, 33, 29, .11);
	--dth-radius: 8px;
	--dth-max: 1180px;
}

body.dth-brand {
	background: var(--dth-paper);
	color: var(--dth-ink);
}

.dth-brand p,
.dth-brand li {
	color: #33433d;
}

.dth-brand a {
	color: var(--dth-forest);
}

.dth-brand .site-header {
	background: rgba(246, 244, 237, .96);
	border-bottom: 1px solid rgba(33, 72, 61, .15);
}

.dth-brand .inside-header {
	min-height: 86px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding-top: 0;
	padding-bottom: 0;
}

.dth-brand .site-logo,
.dth-brand .site-branding {
	display: none !important;
}

.dth-header-brand {
	display: flex;
	flex-direction: column;
	gap: 2px;
	color: var(--dth-ink);
	text-decoration: none;
}

.dth-header-brand:hover {
	color: var(--dth-ink);
}

.dth-header-brand__title {
	font-size: 25px;
	line-height: 1.05;
	font-weight: 900;
}

.dth-header-brand__tagline {
	color: var(--dth-muted);
	font-size: 13px;
	font-weight: 650;
}

.dth-brand .main-navigation {
	margin-left: auto;
}

.dth-brand .main-navigation .main-nav ul li a {
	color: #34423d;
	font-size: 14px;
	font-weight: 800;
	padding-left: 0;
	padding-right: 0;
}

.dth-brand .main-navigation .main-nav ul ul,
.dth-brand .main-navigation .dropdown-menu-toggle,
.dth-brand .main-navigation .menu-item-has-children > a .dropdown-menu-toggle {
	display: none !important;
}

.dth-brand .main-navigation .main-nav > ul {
	display: flex;
	gap: 22px;
	align-items: center;
}

.dth-brand .main-navigation .main-nav ul li:hover > a,
.dth-brand .main-navigation .main-nav ul li.current-menu-item > a {
	color: var(--dth-clay);
}

.dth-front-page .site-content,
.dth-front-page .content-area,
.dth-front-page .site-main,
.dth-front-page .inside-article,
.dth-front-page .container.grid-container,
.dth-front-page .grid-container {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.dth-front-page .site-content {
	display: block;
}

.dth-front-page .content-area {
	float: none;
}

.dth-front-page .widget-area {
	display: none;
}

.dth-front-page .entry-header {
	display: none;
}

.dth-front-page #main,
.dth-front-page .site-main {
	overflow: visible;
}

.dth-front-page .dth-home {
	width: 100%;
	max-width: none;
	margin: 0;
}

.dth-brand:not(.dth-front-page) .site-content {
	width: min(var(--dth-max), calc(100% - 32px));
	margin: 0 auto;
	padding: 48px 0 72px;
}

.dth-brand:not(.dth-front-page) .content-area,
.dth-brand:not(.dth-front-page) .widget-area {
	margin-top: 0;
}

.dth-brand:not(.dth-front-page) .inside-article,
.dth-brand:not(.dth-front-page) .sidebar .widget,
.dth-brand:not(.dth-front-page) .comments-area {
	border: 1px solid var(--dth-line);
	border-radius: var(--dth-radius);
	background: var(--dth-white);
	box-shadow: 0 10px 30px rgba(24, 33, 29, .06);
}

.dth-brand:not(.dth-front-page) .inside-article {
	padding: 34px;
}

.dth-brand:not(.dth-front-page) .entry-header {
	margin-bottom: 24px;
}

.dth-brand:not(.dth-front-page) .entry-title {
	max-width: 760px;
	margin-bottom: 10px;
	color: var(--dth-ink);
	font-size: clamp(34px, 4vw, 54px);
	line-height: 1.06;
	letter-spacing: 0;
}

.dth-brand:not(.dth-front-page) .entry-meta,
.dth-brand:not(.dth-front-page) .entry-meta a,
.dth-brand:not(.dth-front-page) .cat-links,
.dth-brand:not(.dth-front-page) .tags-links,
.dth-brand .breadcrumbs,
.dth-brand .rank-math-breadcrumb,
.dth-brand .yoast-breadcrumb {
	color: var(--dth-muted);
	font-size: 14px;
}

.dth-brand .rank-math-breadcrumb,
.dth-brand .yoast-breadcrumb,
.dth-brand .breadcrumbs {
	margin-bottom: 16px;
	padding: 12px 14px;
	border-radius: 8px;
	background: #edf2ea;
}

.dth-brand:not(.dth-front-page) .post-image,
.dth-brand:not(.dth-front-page) .featured-image,
.dth-brand:not(.dth-front-page) .wp-post-image {
	border-radius: 8px;
	overflow: hidden;
}

.dth-brand:not(.dth-front-page) .entry-content {
	font-size: 18px;
	line-height: 1.72;
}

.dth-brand:not(.dth-front-page) .entry-content h2 {
	margin-top: 42px;
	margin-bottom: 14px;
	color: var(--dth-ink);
	font-size: clamp(28px, 3vw, 38px);
	line-height: 1.12;
}

.dth-brand:not(.dth-front-page) .entry-content h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	color: var(--dth-ink);
	font-size: 25px;
	line-height: 1.18;
}

.dth-brand:not(.dth-front-page) .entry-content img {
	border-radius: 8px;
}

.dth-brand:not(.dth-front-page) .entry-content blockquote,
.dth-brand:not(.dth-front-page) .entry-content .wp-block-quote {
	margin: 28px 0;
	padding: 18px 22px;
	border-left: 4px solid var(--dth-gold);
	border-radius: 8px;
	background: #fff8e7;
	color: #57452c;
}

.dth-brand:not(.dth-front-page) .entry-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 28px 0;
	background: #fff;
	border: 1px solid var(--dth-line);
	border-radius: 8px;
	overflow: hidden;
}

.dth-brand:not(.dth-front-page) .entry-content th,
.dth-brand:not(.dth-front-page) .entry-content td {
	padding: 14px 16px;
	border-bottom: 1px solid var(--dth-line);
	text-align: left;
}

.dth-brand:not(.dth-front-page) .entry-content th {
	background: #edf2ea;
	color: var(--dth-ink);
	font-weight: 900;
}

.dth-brand .button,
.dth-brand button,
.dth-brand input[type="button"],
.dth-brand input[type="submit"],
.dth-brand .wp-block-button__link {
	border-radius: 7px;
	background: var(--dth-gold);
	color: #251909;
	font-weight: 900;
	box-shadow: 0 10px 24px rgba(244, 178, 63, .18);
}

.dth-brand .button:hover,
.dth-brand button:hover,
.dth-brand input[type="button"]:hover,
.dth-brand input[type="submit"]:hover,
.dth-brand .wp-block-button__link:hover {
	background: #ffc85c;
	color: #251909;
}

.dth-brand input[type="text"],
.dth-brand input[type="search"],
.dth-brand input[type="email"],
.dth-brand textarea,
.dth-brand select {
	border: 1px solid var(--dth-line);
	border-radius: 7px;
	background: #fbfcfa;
	color: var(--dth-ink);
}

.dth-brand .sidebar .widget {
	padding: 24px;
}

.dth-brand .sidebar .widget-title {
	margin-bottom: 16px;
	color: var(--dth-ink);
	font-size: 24px;
	line-height: 1.15;
}

.dth-brand .sidebar .widget ul {
	margin-left: 0;
	list-style: none;
}

.dth-brand .sidebar .widget li {
	padding: 8px 0;
	border-bottom: 1px solid rgba(33, 72, 61, .12);
}

.dth-brand .sidebar .widget li:last-child {
	border-bottom: 0;
}

.dth-brand .paging-navigation,
.dth-brand .post-navigation {
	border-radius: 8px;
}

.dth-home h1,
.dth-home h2,
.dth-home h3,
.dth-home p {
	margin-top: 0;
}

.dth-home a {
	text-decoration: none;
}

.dth-section {
	width: min(var(--dth-max), calc(100% - 32px));
	margin: 0 auto;
	padding: 68px 0;
}

.dth-hero {
	color: #fff;
	background:
		linear-gradient(90deg, rgba(13, 26, 22, .92) 0%, rgba(13, 26, 22, .80) 42%, rgba(13, 26, 22, .26) 100%),
		var(--dth-hero-image) center right / cover;
}

.dth-hero__inner {
	min-height: 560px;
	display: flex;
	align-items: center;
	padding: 82px 0;
}

.dth-hero__content {
	max-width: 680px;
}

.dth-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
	color: #ffe0a3;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.dth-eyebrow span {
	width: 8px;
	height: 8px;
	background: var(--dth-gold);
	border-radius: 50%;
}

.dth-hero h1 {
	max-width: 780px;
	margin-bottom: 18px;
	font-size: clamp(42px, 6vw, 76px);
	line-height: .97;
	letter-spacing: 0;
}

.dth-hero p {
	max-width: 620px;
	margin-bottom: 28px;
	color: rgba(255, 255, 255, .88);
	font-size: 19px;
}

.dth-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.dth-button {
	min-height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: 7px;
	font-size: 15px;
	font-weight: 900;
}

.dth-button--primary {
	color: #251909;
	background: var(--dth-gold);
	box-shadow: 0 12px 28px rgba(244, 178, 63, .25);
}

.dth-button--primary:hover {
	color: #251909;
	background: #ffc85c;
}

.dth-button--ghost {
	color: #fff;
	border-color: rgba(255, 255, 255, .34);
	background: rgba(255, 255, 255, .08);
}

.dth-trust {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	margin-top: -38px;
	position: relative;
	z-index: 5;
	padding-top: 0;
}

.dth-trust__item,
.dth-card,
.dth-feature-card,
.dth-method-card {
	background: var(--dth-white);
	border: 1px solid var(--dth-line);
	border-radius: var(--dth-radius);
	box-shadow: 0 10px 30px rgba(24, 33, 29, .06);
}

.dth-trust__item {
	min-height: 104px;
	padding: 18px;
}

.dth-trust__item strong {
	display: block;
	margin-bottom: 6px;
	font-size: 17px;
}

.dth-trust__item span {
	color: var(--dth-muted);
	font-size: 14px;
}

.dth-section-title {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}

.dth-section-title h2 {
	max-width: 710px;
	margin: 0;
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1.05;
	letter-spacing: 0;
}

.dth-section-title p {
	max-width: 380px;
	margin: 0;
	color: var(--dth-muted);
}

.dth-card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 16px;
}

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

.dth-card {
	overflow: hidden;
}

.dth-card__media {
	display: block;
	height: 150px;
	background: var(--dth-soft);
}

.dth-card__media img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.dth-card__body {
	padding: 18px;
}

.dth-label {
	display: inline-flex;
	margin-bottom: 9px;
	color: var(--dth-clay);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.dth-card h3,
.dth-feature-card h3,
.dth-method-card h3 {
	margin-bottom: 8px;
	font-size: 23px;
	line-height: 1.12;
}

.dth-card h3 a {
	color: var(--dth-ink);
}

.dth-card p,
.dth-feature-card p,
.dth-method-card p {
	color: var(--dth-muted);
}

.dth-text-link {
	color: var(--dth-forest);
	font-weight: 900;
}

.dth-band {
	background: var(--dth-soft);
	border-block: 1px solid var(--dth-line);
}

.dth-feature-grid {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 18px;
	align-items: stretch;
}

.dth-feature-card,
.dth-method-card {
	padding: 24px;
}

.dth-link-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-top: 18px;
}

.dth-link-grid a {
	min-height: 118px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 16px;
	border: 1px solid #dfe7dd;
	border-radius: 8px;
	background: #fbfcfa;
	color: var(--dth-ink);
}

.dth-link-grid small {
	color: var(--dth-muted);
	font-weight: 800;
}

.dth-link-grid strong {
	font-size: 18px;
	line-height: 1.15;
}

.dth-method-card {
	background:
		linear-gradient(135deg, rgba(79, 138, 98, .12), rgba(244, 178, 63, .16)),
		var(--dth-white);
}

.dth-method-card ul {
	display: grid;
	gap: 14px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.dth-method-card li {
	display: grid;
	grid-template-columns: 28px 1fr;
	gap: 10px;
	color: #47534e;
}

.dth-method-card b {
	width: 28px;
	height: 28px;
	display: grid;
	place-items: center;
	color: #fff;
	background: var(--dth-forest);
	border-radius: 50%;
	font-size: 13px;
}

.dth-cta {
	color: #fff;
	background: #172722;
}

.dth-cta__inner {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 24px;
	align-items: center;
}

.dth-cta h2 {
	max-width: 760px;
	margin-bottom: 10px;
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1.05;
}

.dth-cta p {
	max-width: 680px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, .72);
}

.dth-disclosure {
	margin: 0 0 24px;
	padding: 16px 18px;
	border: 1px solid #e7dcc5;
	border-radius: 8px;
	background: #fff8e7;
	color: #57452c;
	font-size: 15px;
}

.dth-footer-legal {
	display: inline-flex;
	gap: 8px;
	margin-left: 8px;
}

.dth-footer-legal a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* Hide CookieYes floating revisit button after the visitor accepts or rejects. */
.cky-btn-revisit-wrapper,
.cky-revisit-bottom-left,
.cky-revisit-bottom-right {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

@media (max-width: 980px) {
	.dth-brand:not(.dth-front-page) .site-content {
		padding-top: 28px;
	}

	.dth-trust,
	.dth-card-grid--three {
		grid-template-columns: repeat(2, 1fr);
	}

	.dth-feature-grid,
	.dth-cta__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.dth-brand .inside-header {
		min-height: auto;
		align-items: flex-start;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.dth-header-brand__title {
		font-size: 21px;
	}

	.dth-brand .main-navigation {
		width: 100%;
		margin-left: 0;
	}

	.dth-brand .main-navigation .main-nav > ul {
		gap: 16px;
		overflow-x: auto;
	}

	.dth-brand .main-navigation .main-nav ul li a {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.dth-brand:not(.dth-front-page) .inside-article {
		padding: 22px;
	}

	.dth-brand:not(.dth-front-page) .entry-content {
		font-size: 17px;
	}

	.dth-section {
		padding: 54px 0;
	}

	.dth-hero__inner {
		min-height: auto;
		padding: 58px 0;
	}

	.dth-section-title {
		display: block;
	}

	.dth-section-title p {
		margin-top: 12px;
	}

	.dth-trust,
	.dth-card-grid--three,
	.dth-link-grid {
		grid-template-columns: 1fr;
	}

	.dth-footer-legal {
		display: flex;
		justify-content: center;
		margin: 8px 0 0;
	}
}
