/* DAES public design system — intentionally editorial, restrained and fast. */

:root {
	--daes-ink: #101312;
	--daes-ink-soft: #1a1f1c;
	--daes-paper: #f4f2ea;
	--daes-surface: #fff;
	--daes-text: #171a18;
	--daes-muted: #667067;
	--daes-line: #d7dcd6;
	--daes-lime: #b8f45d;
	--daes-lime-dark: #76a934;
	--daes-danger: #c74444;
	--daes-radius-sm: 12px;
	--daes-radius-md: 18px;
	--daes-radius-lg: 28px;
	--daes-shadow-soft: 0 18px 50px rgba(16, 19, 18, .08);
	--daes-shadow-lift: 0 28px 80px rgba(16, 19, 18, .14);
	--daes-header-height: 78px;
}

/* Home 0.5 — Watermelon-inspired editorial workspace hero. */

.daes-home-hero {
	background: #0f1210;
	color: #fff;
	overflow: hidden;
	padding: clamp(18px, 2.5vw, 34px) 0 clamp(54px, 7vw, 92px) !important;
}

.daes-home-hero::before,
.daes-home-hero::after {
	display: none;
}

.daes-editorial-desk {
	background: #151815;
	border: 1px solid #303630;
	border-radius: 20px;
	box-shadow: 0 36px 90px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .035);
	margin: 0 auto;
	max-width: 1460px !important;
	overflow: hidden;
	width: calc(100% - clamp(16px, 2.2vw, 32px));
}

.daes-editorial-desk > .daes-desk-topbar,
.daes-editorial-desk > .daes-desk-body,
.daes-desk-body > .daes-desk-sidebar,
.daes-desk-body > .daes-desk-canvas,
.daes-desk-canvas > .daes-desk-intro,
.daes-desk-canvas > .daes-desk-grid {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	width: 100%;
}

.daes-desk-topbar {
	align-items: center;
	border-bottom: 1px solid #303630;
	display: grid !important;
	gap: 18px;
	grid-template-columns: minmax(190px, 1fr) minmax(280px, 520px) minmax(150px, 1fr) !important;
	min-height: 70px;
	padding: 12px 16px 12px 20px;
}

.daes-desk-path,
.daes-desk-path p {
	align-items: center;
	display: flex;
	gap: 9px;
	margin: 0;
}

.daes-desk-path p {
	color: #89928b;
	font-size: 12px;
}

.daes-desk-path strong {
	color: #f6f7f3;
	font-size: 12px;
	font-weight: 790;
	letter-spacing: .08em;
}

.daes-desk-mark {
	align-items: center;
	background: var(--daes-lime);
	border-radius: 7px;
	color: #111411;
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.daes-desk-search {
	margin: 0;
	position: relative;
}

.daes-desk-search .wp-block-search__inside-wrapper {
	background: #202420;
	border: 1px solid #383f39;
	border-radius: 10px;
	min-height: 44px;
	padding: 3px 4px 3px 13px;
}

.daes-desk-search .wp-block-search__input {
	background: transparent;
	border: 0;
	color: #f2f4ef;
	font-size: 12px;
	min-width: 0;
	outline: 0;
	padding: 0;
}

.daes-desk-search .wp-block-search__input::placeholder {
	color: #7d867f;
}

.daes-desk-search .wp-block-search__button {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 7px;
	color: #aeb7b0;
	display: flex;
	height: 38px;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 38px;
}

.daes-desk-search .wp-block-search__button:hover {
	background: #303630;
	color: #fff;
}

.daes-desk-all {
	justify-self: end;
	margin: 0;
}

.daes-desk-all a {
	align-items: center;
	background: var(--daes-lime);
	border: 1px solid var(--daes-lime);
	border-radius: 9px;
	color: #101310;
	display: inline-flex;
	font-size: 12px;
	font-weight: 780;
	gap: 12px;
	min-height: 44px;
	padding: 0 15px;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.daes-desk-all a:hover {
	background: #cbff7e;
	border-color: #cbff7e;
	transform: translateY(-1px);
}

.daes-desk-body {
	display: grid !important;
	grid-template-columns: 220px minmax(0, 1fr) !important;
	margin: 0;
}

.daes-desk-sidebar {
	background: #151815;
	border-right: 1px solid #303630;
	display: flex !important;
	flex-direction: column;
	margin: 0;
	min-height: 664px;
	padding: 30px 18px 22px;
}

.daes-desk-brand {
	border-bottom: 1px solid #2b302b;
	margin: 0 4px 24px;
	padding-bottom: 24px;
}

.daes-desk-brand p {
	color: #f4f5f1;
	font-size: 20px;
	font-weight: 720;
	letter-spacing: -.025em;
	line-height: 1.18;
	margin: 0;
}

.daes-desk-brand .daes-desk-eyebrow {
	color: #7f8981;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .11em;
	margin-bottom: 13px;
	text-transform: uppercase;
}

.daes-desk-nav {
	margin: 0;
}

.daes-desk-nav p {
	margin: 2px 0;
}

.daes-desk-nav .daes-desk-nav-label {
	color: #667068;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .12em;
	margin: 0 10px 10px;
	text-transform: uppercase;
}

.daes-desk-nav a {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 8px;
	color: #aab2ac;
	display: flex;
	font-size: 12px;
	font-weight: 650;
	gap: 12px;
	min-height: 44px;
	padding: 0 10px;
	text-decoration: none;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.daes-desk-nav a span {
	color: #5e675f;
	font-size: 9px;
	font-variant-numeric: tabular-nums;
}

.daes-desk-nav a:hover {
	background: #1e221f;
	border-color: #2e352f;
	color: #fff;
}

.daes-desk-nav .is-active a {
	background: #232923;
	border-color: #363e36;
	color: #fff;
}

.daes-desk-nav .is-active a::after {
	background: var(--daes-lime);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(184, 244, 93, .08);
	content: "";
	height: 6px;
	margin-left: auto;
	width: 6px;
}

.daes-desk-trust {
	border: 1px solid #2f352f;
	border-radius: 10px;
	margin: auto 0 0;
	padding: 14px;
}

.daes-desk-trust p {
	color: #7f8981;
	font-size: 10px;
	line-height: 1.5;
	margin: 0;
}

.daes-desk-trust p:first-child {
	align-items: center;
	color: #dbe0db;
	display: flex;
	font-size: 9px;
	font-weight: 800;
	gap: 7px;
	letter-spacing: .09em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.daes-desk-trust p:first-child span {
	background: var(--daes-lime);
	border-radius: 50%;
	height: 6px;
	width: 6px;
}

.daes-desk-trust p:last-child {
	margin-top: 10px;
}

.daes-desk-trust a {
	color: #e4e8e3;
	font-weight: 700;
	text-decoration: none;
}

.daes-desk-canvas {
	background: #eef0ea;
	color: var(--daes-ink);
	margin: 0;
	min-width: 0;
	padding: clamp(28px, 3.5vw, 48px);
}

.daes-desk-intro {
	align-items: end;
	border-bottom: 1px solid #cdd2ca;
	display: grid !important;
	gap: clamp(32px, 5vw, 80px);
	grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr) !important;
	margin-bottom: 26px;
	padding-bottom: clamp(28px, 3.5vw, 42px);
}

.daes-desk-heading,
.daes-desk-intro-copy {
	margin: 0;
	min-width: 0;
}

.daes-desk-heading .daes-kicker {
	color: #577328;
	font-size: 9px;
	letter-spacing: .13em;
}

.daes-desk-heading h1,
.daes-home .daes-desk-heading h1 {
	color: #151815;
	font-size: clamp(3rem, 4.5vw, 5.15rem) !important;
	font-weight: 720;
	letter-spacing: -.047em;
	line-height: .94;
	margin: 16px 0 0;
	max-width: 760px;
	text-wrap: balance;
}

.daes-desk-intro-copy > p {
	color: #59615b;
	font-size: 14px;
	line-height: 1.62;
	margin: 0;
}

.daes-desk-intro-copy .wp-block-buttons {
	margin-top: 20px;
}

.daes-desk-intro-copy .wp-block-button__link {
	background: #171b18;
	border-radius: 8px;
	color: #fff;
	font-size: 12px;
	font-weight: 750;
	min-height: 44px;
	padding: 11px 15px;
}

.daes-desk-intro-copy .wp-block-button__link:hover {
	background: #2b332d;
}

.daes-desk-grid {
	display: grid !important;
	gap: 14px;
	grid-template-columns: minmax(0, 1.55fr) minmax(260px, .85fr) !important;
	margin: 0;
}

.daes-desk-panel {
	background: #171a18;
	border: 1px solid #2e332f;
	border-radius: 14px;
	box-shadow: 0 10px 26px rgba(25, 30, 26, .09);
	margin: 0;
	min-width: 0;
	overflow: hidden;
	padding: 10px;
}

.daes-desk-panel-bar {
	align-items: center;
	color: #838c85;
	display: flex !important;
	font-size: 9px;
	font-weight: 790;
	letter-spacing: .1em;
	min-height: 30px;
	padding: 0 4px 8px;
	text-transform: uppercase;
}

.daes-desk-panel-bar p {
	margin: 0;
}

.daes-desk-panel-bar p:last-child {
	color: #aeb6af;
	text-align: right;
}

.daes-desk-panel-bar p:last-child span {
	color: var(--daes-lime);
	font-size: 8px;
	margin-right: 4px;
}

.daes-desk-query,
.daes-desk-query .wp-block-post-template,
.daes-desk-query .wp-block-post {
	height: 100%;
	margin: 0;
	padding: 0;
}

.daes-desk-query .wp-block-post-template {
	display: block;
	list-style: none;
}

.daes-desk-story,
.daes-desk-method-preview {
	background: #fbfbf8;
	border: 1px solid #e4e7e0;
	border-radius: 10px;
	color: #171a18;
	min-height: 332px;
	padding: clamp(22px, 2.6vw, 34px);
	position: relative;
}

.daes-desk-story {
	display: flex;
	flex-direction: column;
}

.daes-desk-story-meta {
	align-items: center;
	border-bottom: 1px solid #dfe2dc;
	display: flex !important;
	font-size: 9px;
	font-weight: 760;
	letter-spacing: .08em;
	margin: 0 0 28px;
	padding-bottom: 12px;
	text-transform: uppercase;
}

.daes-desk-story-meta :is(a, time) {
	color: #667068;
	text-decoration: none;
}

.daes-desk-story > .wp-block-shortcode {
	margin: 0 0 10px;
}

.daes-desk-story-index {
	color: #607c33;
	font-size: 9px;
	font-weight: 820;
	letter-spacing: .11em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.daes-desk-story .wp-block-post-title {
	font-size: clamp(1.85rem, 2.6vw, 3.05rem) !important;
	font-weight: 710;
	letter-spacing: -.037em;
	line-height: 1.03;
	margin: 0 0 18px;
	max-width: 760px;
	text-wrap: balance;
}

.daes-desk-story .wp-block-post-title a {
	color: #171a18;
	text-decoration: none;
}

.daes-desk-story .wp-block-post-title a:hover {
	color: #496721;
}

.daes-desk-story .wp-block-post-excerpt {
	color: #626a64;
	font-size: 12px;
	line-height: 1.58;
	margin: 0 0 22px;
	max-width: 620px;
}

.daes-desk-story .wp-block-post-excerpt__excerpt {
	margin: 0;
}

.daes-desk-story .daes-read-more {
	color: #202520;
	font-size: 11px;
	font-weight: 780;
	margin-top: auto;
	text-decoration: none;
}

.daes-desk-method-preview {
	padding-left: clamp(20px, 2.2vw, 28px);
	padding-right: clamp(20px, 2.2vw, 28px);
}

.daes-desk-method-kicker {
	color: #647064;
	font-size: 9px;
	font-weight: 820;
	letter-spacing: .1em;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.daes-desk-method-step {
	align-items: start;
	border-top: 1px solid #dfe2dc;
	display: grid !important;
	gap: 12px;
	grid-template-columns: 28px minmax(0, 1fr) !important;
	padding: 14px 0;
}

.daes-desk-method-step p {
	color: #7a837c;
	font-size: 9px;
	font-variant-numeric: tabular-nums;
	margin: 0;
}

.daes-desk-method-step strong,
.daes-desk-method-step span {
	display: block;
}

.daes-desk-method-step strong {
	color: #202420;
	font-size: 12px;
	font-weight: 760;
	margin-bottom: 4px;
}

.daes-desk-method-step span {
	color: #6a736c;
	font-size: 10px;
	line-height: 1.45;
}

.daes-desk-method-link {
	margin: 17px 0 0;
}

.daes-desk-method-link a {
	color: #202520;
	font-size: 10px;
	font-weight: 790;
	text-decoration: none;
}

.daes-desk-method-link a:hover,
.daes-desk-trust a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 1080px) {
	.daes-desk-body {
		grid-template-columns: 196px minmax(0, 1fr) !important;
	}

	.daes-desk-sidebar {
		padding-left: 14px;
		padding-right: 14px;
	}

	.daes-desk-canvas {
		padding: 30px;
	}

	.daes-desk-intro {
		gap: 34px;
		grid-template-columns: minmax(0, 1.15fr) minmax(220px, .85fr) !important;
	}

	.daes-desk-heading h1,
	.daes-home .daes-desk-heading h1 {
		font-size: clamp(3rem, 5vw, 4.4rem) !important;
	}
}

@media (max-width: 900px) {
	.daes-desk-topbar {
		grid-template-columns: minmax(160px, 1fr) minmax(260px, 1.3fr) auto !important;
	}

	.daes-desk-body {
		grid-template-columns: 1fr !important;
	}

	.daes-desk-sidebar {
		align-items: center;
		border-bottom: 1px solid #303630;
		border-right: 0;
		display: grid !important;
		gap: 18px;
		grid-template-columns: 170px minmax(0, 1fr);
		min-height: 0;
		padding: 16px 18px;
	}

	.daes-desk-brand {
		border: 0;
		margin: 0;
		padding: 0;
	}

	.daes-desk-brand p:not(.daes-desk-eyebrow) {
		font-size: 14px;
		line-height: 1.15;
	}

	.daes-desk-brand .daes-desk-eyebrow,
	.daes-desk-trust {
		display: none;
	}

	.daes-desk-nav {
		display: flex;
		gap: 4px;
		justify-content: flex-end;
		min-width: 0;
	}

	.daes-desk-nav .daes-desk-nav-label,
	.daes-desk-nav a span,
	.daes-desk-nav .is-active a::after {
		display: none;
	}

	.daes-desk-nav p {
		flex: 0 0 auto;
	}

	.daes-desk-nav a {
		min-height: 44px;
		padding: 0 11px;
	}
}

@media (max-width: 760px) {
	.daes-editorial-desk {
		width: calc(100% - 24px);
	}

	.daes-desk-topbar {
		grid-template-columns: 1fr auto !important;
	}

	.daes-desk-search {
		grid-column: 1 / -1;
		grid-row: 2;
	}

	.daes-desk-sidebar {
		display: block !important;
		overflow: hidden;
		padding: 12px;
	}

	.daes-desk-brand {
		display: none;
	}

	.daes-desk-nav {
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 2px;
		scrollbar-width: none;
	}

	.daes-desk-nav::-webkit-scrollbar {
		display: none;
	}

	.daes-desk-intro,
	.daes-desk-grid {
		grid-template-columns: 1fr !important;
	}

	.daes-desk-intro {
		align-items: start;
		gap: 22px;
	}

	.daes-desk-heading h1,
	.daes-home .daes-desk-heading h1 {
		font-size: clamp(2.85rem, 9.5vw, 4.25rem) !important;
	}

	.daes-desk-story,
	.daes-desk-method-preview {
		min-height: 0;
	}
}

@media (max-width: 520px) {
	.daes-home-hero {
		padding-top: 10px !important;
	}

	.daes-editorial-desk {
		border-radius: 15px;
		width: calc(100% - 16px);
	}

	.daes-desk-topbar {
		gap: 10px;
		padding: 10px;
	}

	.daes-desk-path p > span:last-child,
	.daes-desk-path p > span:nth-last-child(2) {
		display: none;
	}

	.daes-desk-all a {
		font-size: 11px;
		min-height: 44px;
		padding: 0 12px;
	}

	.daes-desk-sidebar {
		padding-left: 8px;
		padding-right: 8px;
	}

	.daes-desk-nav a {
		font-size: 11px;
		min-height: 44px;
		padding: 0 10px;
	}

	.daes-desk-canvas {
		padding: 24px 16px 16px;
	}

	.daes-desk-heading h1,
	.daes-home .daes-desk-heading h1 {
		font-size: clamp(2.55rem, 12.2vw, 3.5rem) !important;
		letter-spacing: -.04em;
		line-height: .96;
	}

	.daes-desk-intro-copy > p {
		font-size: 13px;
	}

	.daes-desk-intro-copy .wp-block-button,
	.daes-desk-intro-copy .wp-block-button__link {
		width: 100%;
	}

	.daes-desk-panel {
		border-radius: 12px;
		padding: 8px;
	}

	.daes-desk-story,
	.daes-desk-method-preview {
		padding: 22px 18px;
	}

	.daes-desk-story .wp-block-post-title {
		font-size: clamp(1.8rem, 8.4vw, 2.45rem) !important;
	}
}

@media (prefers-reduced-motion: no-preference) {
	.daes-desk-all a,
	.daes-desk-panel {
		transition-duration: .2s;
		transition-property: border-color, box-shadow, transform;
	}

	.daes-desk-panel:hover {
		border-color: #424b43;
		box-shadow: 0 16px 38px rgba(25, 30, 26, .13);
		transform: translateY(-2px);
	}
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	-webkit-font-smoothing: antialiased;
	background: var(--daes-paper);
	color: var(--daes-text);
	margin: 0;
	overflow-wrap: break-word;
	text-rendering: optimizeLegibility;
}

::selection {
	background: var(--daes-lime);
	color: var(--daes-ink);
}

a,
button,
input,
select,
textarea {
	transition: border-color .2s ease, box-shadow .2s ease, color .2s ease, background-color .2s ease, transform .2s ease;
}

:where(a, button, input, select, textarea):focus-visible {
	outline: 3px solid var(--daes-lime-dark);
	outline-offset: 3px;
}

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

.daes-skip-link {
	background: var(--daes-lime);
	border-radius: 0 0 10px 10px;
	color: var(--daes-ink);
	font-weight: 800;
	left: 16px;
	padding: 10px 14px;
	position: fixed;
	top: -80px;
	z-index: 99999;
}

.daes-skip-link:focus {
	top: 0;
}

.daes-reading-progress {
	background: var(--daes-lime);
	height: 3px;
	left: 0;
	position: fixed;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0 50%;
	width: 100%;
	z-index: 10000;
}

/* Header */

.daes-site-header {
	background: rgba(16, 19, 18, .97);
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	color: #fff;
	min-height: var(--daes-header-height);
	padding: 0;
	position: sticky;
	top: 0;
	z-index: 1000;
}

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

.daes-site-header.is-scrolled {
	box-shadow: 0 16px 40px rgba(5, 8, 6, .2);
}

.daes-header-inner {
	min-height: var(--daes-header-height);
	padding-bottom: 12px;
	padding-left: clamp(16px, 3vw, 32px);
	padding-right: clamp(16px, 3vw, 32px);
	padding-top: 12px;
}

#wp-skip-link {
	display: block;
}

.daes-brand {
	gap: 11px;
}

.daes-site-logo img {
	border-radius: 10px;
}

.daes-brand .wp-block-site-title {
	font-size: 21px !important;
	font-weight: 820;
	letter-spacing: -.025em;
	line-height: 1;
	margin: 0;
}

.daes-brand .wp-block-site-title a,
.daes-primary-nav a {
	color: #fff;
	text-decoration: none;
}

.daes-brand .wp-block-site-tagline {
	color: #8e9991;
	font-size: 9px !important;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.25;
	margin-top: 3px;
	text-transform: uppercase;
}

.daes-primary-nav {
	margin-left: auto;
}

.daes-primary-nav a {
	font-size: 13px;
	font-weight: 650;
}

.daes-primary-nav a:hover {
	color: var(--daes-lime);
}

.daes-header-search {
	flex: 0 0 auto;
	margin-left: 4px;
	width: 44px;
}

.daes-header-search .wp-block-search__inside-wrapper {
	position: relative;
}

.daes-header-search .wp-block-search__input {
	background: #222824;
	border: 1px solid #343c37;
	border-radius: 999px;
	color: #fff;
	height: 42px;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
}

.daes-header-search:focus-within .wp-block-search__input {
	opacity: 1;
	padding: 0 46px 0 14px;
	width: min(280px, 70vw);
}

.daes-header-search .wp-block-search__button {
	align-items: center;
	background: #222824;
	border: 1px solid #343c37;
	border-radius: 50%;
	color: var(--daes-lime);
	display: inline-flex;
	height: 42px;
	justify-content: center;
	margin: 0;
	padding: 0;
	position: relative;
	width: 42px;
	z-index: 2;
}

/* Common */

.daes-main {
	min-height: 62vh;
}

.daes-kicker,
.daes-card-category,
.daes-article-category {
	color: var(--daes-lime-dark);
	font-size: 11px;
	font-weight: 820;
	letter-spacing: .14em;
	line-height: 1.35;
	margin: 0;
	text-transform: uppercase;
}

.daes-kicker a,
.daes-card-category a,
.daes-article-category a {
	color: inherit;
	text-decoration: none;
}

.wp-block-button__link {
	box-shadow: inset 0 0 0 1px transparent;
}

.wp-block-button__link:hover {
	background: var(--daes-ink);
	color: #fff;
	transform: translateY(-2px);
}

.wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	box-shadow: inset 0 0 0 1px var(--daes-ink);
	color: var(--daes-ink);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	background: var(--daes-ink);
	color: #fff;
}

/* Home */

.daes-home-hero {
	align-items: stretch;
	gap: clamp(28px, 6vw, 92px);
	min-height: min(760px, calc(100vh - var(--daes-header-height)));
	padding-bottom: clamp(72px, 10vw, 150px);
	padding-top: clamp(72px, 10vw, 150px);
}

.daes-hero-copy {
	align-self: center;
}

.daes-hero-copy h1 {
	letter-spacing: -.045em;
	margin: 18px 0 26px;
	max-width: 820px;
}

.daes-hero-copy > p.has-large-font-size {
	line-height: 1.45;
	max-width: 660px;
}

.daes-hero-copy .wp-block-buttons {
	margin-top: 34px;
}

.daes-hero-panel {
	align-self: center;
	background: var(--daes-ink);
	border: 1px solid #2d342f;
	border-radius: var(--daes-radius-lg);
	box-shadow: var(--daes-shadow-lift);
	color: #fff;
	min-height: 430px;
	overflow: hidden;
	padding: clamp(28px, 5vw, 58px);
	position: relative;
}

.daes-hero-panel::after {
	background: var(--daes-lime);
	border-radius: 50%;
	content: "";
	height: 180px;
	position: absolute;
	right: -96px;
	top: -102px;
	width: 180px;
}

.daes-hero-panel h2 {
	color: #fff;
	margin-top: clamp(70px, 9vw, 130px);
	max-width: 470px;
}

.daes-panel-index {
	color: var(--daes-lime);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	margin: 0;
	text-transform: uppercase;
}

.daes-check-list {
	color: #bac3bd;
	font-size: 14px;
	list-style: none;
	margin: 34px 0 0;
	padding: 0;
}

.daes-check-list li {
	border-top: 1px solid #303733;
	padding: 13px 0 13px 24px;
	position: relative;
}

.daes-check-list li::before {
	background: var(--daes-lime);
	border-radius: 50%;
	content: "";
	height: 7px;
	left: 2px;
	position: absolute;
	top: 20px;
	width: 7px;
}

.daes-section {
	border-top: 1px solid var(--daes-line);
	padding-bottom: clamp(68px, 9vw, 130px);
	padding-top: clamp(62px, 8vw, 110px);
}

.daes-section-heading {
	align-items: flex-end;
	gap: 24px;
	margin-bottom: 38px;
}

.daes-section-heading h2 {
	margin: 4px 0 0;
}

.daes-text-link,
.daes-text-link a {
	font-size: 13px;
	font-weight: 750;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}

/* Article cards */

.daes-card-query .wp-block-post-template {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.daes-card-query {
	max-width: var(--wp--style--global--wide-size) !important;
	width: 100%;
}

.daes-card-query .wp-block-post-template.is-flex-container > li {
	min-width: 0;
	width: auto !important;
}

.daes-card-query .wp-block-post {
	margin: 0;
}

.daes-article-card {
	background: var(--daes-surface);
	border: 1px solid var(--daes-line);
	border-radius: var(--daes-radius-md);
	height: 100%;
	overflow: hidden;
	padding: 14px 18px 18px;
	position: relative;
}

.daes-article-card:hover {
	box-shadow: var(--daes-shadow-soft);
	transform: translateY(-4px);
}

.daes-article-card .wp-block-post-featured-image {
	margin: -2px -6px 22px;
	overflow: hidden;
}

.daes-article-card .wp-block-post-featured-image img {
	border-radius: 13px;
	transition: transform .5s cubic-bezier(.2, .8, .2, 1);
}

.daes-article-card:hover .wp-block-post-featured-image img {
	transform: scale(1.025);
}

.daes-article-card .wp-block-post-title {
	font-size: clamp(20px, 2.2vw, 29px) !important;
	letter-spacing: -.025em;
	line-height: 1.12;
	margin: 12px 0;
}

.daes-article-card .wp-block-post-title a {
	text-decoration: none;
}

.daes-article-card .wp-block-post-excerpt {
	color: var(--daes-muted);
	font-size: 14px;
	line-height: 1.6;
}

.daes-card-meta {
	border-top: 1px solid var(--daes-line);
	color: var(--daes-muted);
	font-size: 11px;
	gap: 14px;
	margin-top: 20px;
	padding-top: 13px;
}

.daes-card-meta a {
	color: inherit;
}

.daes-topics-section {
	align-items: center;
	gap: clamp(36px, 7vw, 100px);
}

.daes-topics-copy h2 {
	margin: 10px 0 22px;
}

.daes-topic-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.daes-topic-list li {
	align-items: center;
	border-bottom: 1px solid var(--daes-line);
	display: flex;
	font-size: clamp(18px, 2.4vw, 31px);
	font-weight: 700;
	justify-content: space-between;
	letter-spacing: -.035em;
	padding: 17px 2px;
}

.daes-topic-list li:first-child {
	border-top: 1px solid var(--daes-line);
}

.daes-topic-list a {
	text-decoration: none;
}

.daes-topic-list a::after {
	content: " ↗";
	font-size: .55em;
	vertical-align: super;
}

.daes-topic-list .cat-item-count {
	background: #e5e8e2;
	border-radius: 999px;
	color: var(--daes-muted);
	font-size: 11px;
	font-weight: 750;
	padding: 5px 8px;
}

.daes-trust-band {
	background: var(--daes-ink);
	border: 0;
	border-radius: var(--daes-radius-lg);
	color: #fff;
	gap: 0;
	margin-bottom: clamp(70px, 10vw, 140px);
	padding: 0;
}

.daes-trust-band > .wp-block-group {
	min-height: 270px;
	padding: clamp(28px, 4vw, 48px);
}

.daes-trust-band > .wp-block-group + .wp-block-group {
	border-left: 1px solid #333a36;
}

.daes-trust-band h3 {
	color: #fff;
	margin-top: 55px;
}

.daes-trust-number {
	color: var(--daes-lime);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .15em;
}

/* Archives and search */

.daes-archive-shell {
	padding-bottom: clamp(80px, 10vw, 140px);
	padding-top: clamp(68px, 9vw, 120px);
}

.daes-archive-header {
	border-bottom: 1px solid var(--daes-line);
	margin-bottom: 42px;
	padding-bottom: 42px;
}

.daes-archive-header h1 {
	margin-bottom: 16px;
}

.daes-large-search {
	margin: 32px 0 46px;
}

.daes-large-search .wp-block-search__inside-wrapper {
	background: #fff;
	border: 1px solid var(--daes-line);
	border-radius: 999px;
	padding: 6px;
}

.daes-large-search .wp-block-search__input,
.daes-large-search .wp-block-search__button {
	border: 0;
	border-radius: 999px;
}

.wp-block-query-pagination {
	border-top: 1px solid var(--daes-line);
	margin-top: 42px;
	padding-top: 22px;
}

.wp-block-query-pagination a {
	font-weight: 700;
	text-decoration: none;
}

/* Article and page */

.daes-article-header,
.daes-page-header {
	padding-bottom: clamp(40px, 6vw, 72px);
	padding-top: clamp(70px, 9vw, 132px);
	text-align: center;
}

.daes-article-header .wp-block-post-title,
.daes-page-header .wp-block-post-title {
	letter-spacing: -.04em;
	line-height: 1.02;
	margin: 18px auto 26px;
}

.daes-article-header .wp-block-post-excerpt,
.daes-page-header .wp-block-post-excerpt {
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	max-width: 780px;
}

.daes-byline {
	color: var(--daes-muted);
	gap: 14px 24px;
	justify-content: center;
	margin-top: 30px;
}

.daes-byline .wp-block-post-author {
	align-items: center;
	display: flex;
}

.daes-byline .wp-block-post-author__avatar img {
	border-radius: 50%;
}

.daes-featured-media {
	margin-bottom: clamp(48px, 8vw, 96px);
}

.daes-featured-media .wp-block-post-featured-image img,
.daes-page > .wp-block-post-featured-image img {
	border-radius: var(--daes-radius-lg);
	box-shadow: var(--daes-shadow-soft);
}

.daes-article-layout {
	padding-bottom: clamp(90px, 12vw, 170px);
}

.daes-article-content {
	font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
	font-size: clamp(18px, 1.25vw, 21px);
	font-weight: 400;
	letter-spacing: -.008em;
	line-height: 1.78;
}

.daes-article-content > * + * {
	margin-top: 1.45em;
}

.daes-article-content :is(h2, h3, h4) {
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	scroll-margin-top: calc(var(--daes-header-height) + 30px);
}

.daes-article-content h2 {
	border-top: 1px solid var(--daes-line);
	font-size: clamp(30px, 4vw, 48px);
	letter-spacing: -.03em;
	line-height: 1.1;
	margin-top: 2.2em;
	padding-top: 1em;
}

.daes-article-content h3 {
	font-size: clamp(23px, 3vw, 32px);
	letter-spacing: -.02em;
	line-height: 1.2;
	margin-top: 1.9em;
}

.daes-article-content a {
	text-decoration-color: var(--daes-lime-dark);
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.daes-article-content :is(ul, ol) {
	padding-left: 1.2em;
}

.daes-article-content li + li {
	margin-top: .6em;
}

.daes-article-content blockquote {
	font-size: 1.25em;
	line-height: 1.5;
}

.daes-article-content :is(.wp-block-image, .wp-block-gallery, .wp-block-video) {
	margin-bottom: 2em;
	margin-top: 2em;
}

.daes-article-content .wp-block-image img {
	border-radius: var(--daes-radius-md);
}

.daes-article-content table {
	border-collapse: separate;
	border-spacing: 0;
	font-family: Inter, ui-sans-serif, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
}

.daes-article-content :is(th, td) {
	border-bottom: 1px solid var(--daes-line);
	padding: 12px 14px;
	text-align: left;
}

.daes-article-content th {
	background: #e9ebe6;
	font-weight: 750;
}

.daes-article-content figcaption {
	font-family: Inter, ui-sans-serif, sans-serif;
}

.daes-direct-answer {
	background: var(--daes-surface);
	border: 1px solid var(--daes-line);
	border-left: 5px solid var(--daes-lime-dark);
	border-radius: var(--daes-radius-md);
	box-shadow: 0 12px 32px rgba(16, 19, 18, .05);
	font-family: Inter, ui-sans-serif, sans-serif;
	margin-bottom: 42px;
	padding: clamp(22px, 4vw, 36px);
}

.daes-direct-answer h2 {
	border: 0;
	font-size: clamp(25px, 3vw, 36px);
	margin: 7px 0 12px;
	padding: 0;
}

.daes-direct-answer p {
	font-size: clamp(16px, 2vw, 19px);
	line-height: 1.65;
	margin: 0;
}

.daes-disclosure {
	border: 1px solid var(--daes-line);
	border-radius: var(--daes-radius-sm);
	font-family: Inter, ui-sans-serif, sans-serif;
	font-size: 13px;
	line-height: 1.55;
	margin: 0 0 18px;
	padding: 16px 18px;
}

.daes-disclosure p {
	margin: 5px 0 0;
}

.daes-disclosure__eyebrow {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.daes-disclosure--partner {
	background: #fff8de;
	border-color: #decf97;
}

.daes-disclosure--ai {
	background: #edf7df;
	border-color: #b8d68f;
}

.daes-disclosure__status {
	color: #486a22;
	display: inline-block;
	font-size: 11px;
	font-weight: 750;
	margin-top: 8px;
}

.daes-ai-media-disclosure {
	align-items: flex-start;
	color: var(--daes-muted);
	display: flex;
	font-family: Inter, ui-sans-serif, sans-serif;
	font-size: 12px;
	gap: 8px;
	line-height: 1.45;
	margin: 9px 0 24px;
}

.daes-ai-badge {
	background: var(--daes-ink);
	border-radius: 5px;
	color: var(--daes-lime);
	flex: 0 0 auto;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .05em;
	padding: 2px 5px;
}

.daes-toc {
	background: #e9ebe5;
	border: 1px solid var(--daes-line);
	border-radius: var(--daes-radius-md);
	font-family: Inter, ui-sans-serif, sans-serif;
	margin: 36px 0 52px;
	padding: 22px 24px;
}

.daes-toc__label {
	font-size: 10px;
	font-weight: 820;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.daes-toc ol {
	font-size: 14px;
	line-height: 1.45;
	list-style: decimal-leading-zero;
	margin: 16px 0 0;
	padding-left: 28px;
}

.daes-toc li + li {
	margin-top: 8px;
}

.daes-toc a {
	text-decoration: none;
}

.daes-toc a.is-active {
	color: var(--daes-lime-dark);
	font-weight: 750;
}

.daes-article-taxonomy,
.daes-author-bio,
.daes-post-navigation {
	font-family: Inter, ui-sans-serif, sans-serif;
	font-size: 14px;
}

.daes-article-taxonomy {
	margin-top: 70px;
}

.daes-author-bio {
	background: #e8eae4;
	border-radius: var(--daes-radius-md);
	color: var(--daes-muted);
	margin-top: 36px;
	padding: 22px;
}

.daes-post-navigation {
	border-top: 1px solid var(--daes-line);
	gap: 30px;
	margin-top: 34px;
	padding-top: 24px;
}

.daes-post-navigation a {
	font-weight: 700;
	text-decoration: none;
}

/* Error */

.daes-error-page {
	display: grid;
	min-height: 72vh;
	place-items: center;
	padding-bottom: 80px;
	padding-top: 80px;
}

.daes-error-card {
	background: #fff;
	border: 1px solid var(--daes-line);
	border-radius: var(--daes-radius-lg);
	box-shadow: var(--daes-shadow-soft);
	padding: clamp(30px, 6vw, 70px);
	text-align: center;
}

/* Footer */

.daes-site-footer {
	background: var(--daes-ink);
	color: #fff;
	padding-bottom: 22px;
	padding-top: clamp(60px, 9vw, 110px);
}

.daes-footer-main {
	gap: 38px;
	padding-bottom: clamp(48px, 7vw, 90px);
}

.daes-site-footer .wp-block-site-title a,
.daes-site-footer h3,
.daes-site-footer a {
	color: #fff;
}

.daes-site-footer .wp-block-site-title a {
	font-weight: 800;
	letter-spacing: -.04em;
	text-decoration: none;
}

.daes-footer-nav .wp-block-navigation__container {
	align-items: flex-start;
	gap: 8px;
}

.daes-footer-nav a {
	color: #aeb7b1;
	font-size: 13px;
	text-decoration: none;
}

.daes-footer-nav a:hover {
	color: var(--daes-lime);
}

.daes-footer-legal {
	border-top: 1px solid #303632;
	color: #8c9890;
	gap: 16px;
	padding-top: 18px;
}

.daes-footer-legal p {
	margin: 0;
}

.daes-footer-legal a {
	color: #aeb7b1;
	text-decoration: none;
}

/* Editorial patterns */

.daes-fact-box,
.daes-data-point,
.daes-sources {
	border: 1px solid var(--daes-line);
	border-radius: var(--daes-radius-md);
	box-shadow: var(--daes-shadow-soft);
	margin-block: clamp(36px, 6vw, 64px);
	padding: clamp(24px, 5vw, 42px);
}

.daes-fact-box {
	background: var(--daes-surface);
}

.daes-fact-box h2,
.daes-data-point h2,
.daes-sources h2 {
	margin-top: 8px;
}

.daes-fact-box li + li,
.daes-sources li + li {
	margin-top: 10px;
}

.daes-data-point {
	background: var(--daes-ink);
	border-color: #303632;
	color: #eef2ee;
}

.daes-data-point a {
	color: var(--daes-lime);
}

.daes-data-point__value {
	color: var(--daes-lime);
	font-size: clamp(48px, 10vw, 96px);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1;
	margin-block: 14px 20px;
}

.daes-sources {
	background: color-mix(in srgb, var(--daes-paper) 75%, #fff);
}

.daes-source-note {
	border-top: 1px solid var(--daes-line);
	color: var(--daes-muted);
	font-size: .9rem;
	margin-top: 24px;
	padding-top: 18px;
}

/* Responsive */

@media (max-width: 1040px) {
	.daes-primary-nav {
		order: 3;
	}

	.daes-card-query .wp-block-post-template {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.daes-trust-band {
		grid-template-columns: 1fr !important;
	}

	.daes-trust-band > .wp-block-group + .wp-block-group {
		border-left: 0;
		border-top: 1px solid #333a36;
	}
}

@media (max-width: 782px) {
	:root {
		--daes-header-height: 68px;
	}

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

	.daes-brand .wp-block-site-tagline {
		display: none;
	}

	.daes-header-search {
		display: none;
	}

	.daes-home-hero {
		grid-template-columns: 1fr !important;
		min-height: 0;
		padding-bottom: 72px;
		padding-top: 62px;
	}

	.daes-hero-panel {
		min-height: 360px;
	}

	.daes-section-heading {
		align-items: flex-start;
	}

	.daes-card-query .wp-block-post-template {
		grid-template-columns: 1fr;
	}

	.daes-article-card {
		padding: 12px 14px 16px;
	}

	.daes-topics-section {
		grid-template-columns: 1fr !important;
	}

	.daes-article-header,
	.daes-page-header {
		text-align: left;
	}

	.daes-byline {
		justify-content: flex-start;
	}

	.daes-article-header .wp-block-post-title,
	.daes-page-header .wp-block-post-title {
		font-size: clamp(42px, 13vw, 70px) !important;
	}

	.daes-article-content {
		font-size: 18px;
		line-height: 1.72;
	}

	.daes-featured-media .wp-block-post-featured-image img,
	.daes-page > .wp-block-post-featured-image img {
		border-radius: var(--daes-radius-md);
	}

	.daes-post-navigation {
		align-items: flex-start;
		flex-direction: column;
	}

	.daes-footer-legal {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 480px) {
	.daes-header-inner {
		gap: 10px;
	}

	.daes-brand .wp-block-site-title {
		font-size: 18px !important;
	}

	.daes-hero-copy h1 {
		font-size: 52px !important;
	}

	.daes-hero-copy .wp-block-buttons {
		align-items: stretch;
		flex-direction: column;
	}

	.daes-hero-copy .wp-block-button,
	.daes-hero-copy .wp-block-button__link {
		width: 100%;
	}

	.daes-section {
		padding-bottom: 70px;
		padding-top: 64px;
	}

	.daes-article-content :is(table, pre) {
		display: block;
		overflow-x: auto;
	}
}

/* Home 0.2 — product-grade editorial system inspired by Watermelon UI. */

.daes-home {
	background: #f6f4ed;
}

.daes-home-hero {
	background: var(--daes-ink);
	color: #fff;
	min-height: auto;
	padding: 0 !important;
}

.daes-home-hero__inner {
	padding-bottom: clamp(28px, 4vw, 54px);
	padding-top: 0;
}

.daes-hero-rail {
	border-bottom: 1px solid #303632;
	color: #89938c;
	font-size: 10px;
	font-weight: 760;
	letter-spacing: .11em;
	margin: 0;
	padding: 17px 0;
	text-transform: uppercase;
}

.daes-hero-rail p,
.daes-module-bar p,
.daes-hero-proof p,
.daes-utility-links p,
.daes-bento-card__bar p,
.daes-standard-card__bar p,
.daes-partner-chips p {
	margin: 0;
}

.daes-hero-layout {
	align-items: stretch;
	display: grid !important;
	gap: clamp(28px, 4.5vw, 72px);
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr) !important;
	margin: 0;
	padding: clamp(62px, 8vw, 116px) 0 clamp(52px, 7vw, 94px);
}

.daes-home .daes-hero-copy {
	align-self: center;
}

.daes-home .daes-hero-copy .daes-kicker {
	color: var(--daes-lime);
}

.daes-home .daes-hero-copy h1 {
	color: #fff;
	font-size: clamp(4rem, 6.5vw, 7rem) !important;
	letter-spacing: -.045em;
	line-height: .86;
	margin: 26px 0 34px;
	max-width: 820px;
	overflow-wrap: normal;
	white-space: nowrap;
	word-break: keep-all;
}

.daes-home .daes-hero-copy h1 em {
	color: var(--daes-lime);
	font-style: normal;
}

.daes-home .daes-hero-copy > p.has-large-font-size {
	color: #bac3bd;
	font-size: clamp(1.05rem, 1.2vw, 1.28rem) !important;
	line-height: 1.55;
	margin-left: 0;
	max-width: 610px;
}

.daes-home .daes-hero-copy .wp-block-buttons {
	gap: 10px;
	margin-top: 36px;
}

.daes-home .daes-hero-copy .wp-block-button__link {
	min-height: 48px;
	padding: 13px 20px;
}

.daes-home .daes-hero-copy .wp-block-button__link:hover {
	background: #fff;
	color: var(--daes-ink);
}

.daes-home .daes-hero-copy .is-style-outline .wp-block-button__link {
	box-shadow: inset 0 0 0 1px #465049;
	color: #fff;
}

.daes-home .daes-hero-copy .is-style-outline .wp-block-button__link:hover {
	background: #242a26;
	box-shadow: inset 0 0 0 1px #68736b;
}

.daes-hero-proof {
	gap: 9px !important;
	margin-top: 46px;
}

.daes-hero-proof p {
	align-items: center;
	border: 1px solid #333a36;
	border-radius: 999px;
	color: #a8b1ab;
	display: inline-flex;
	font-size: 10px;
	font-weight: 670;
	gap: 8px;
	line-height: 1.25;
	padding: 8px 11px;
}

.daes-hero-proof p::before {
	background: var(--daes-lime);
	border-radius: 50%;
	content: "";
	height: 6px;
	width: 6px;
}

.daes-focus-module {
	align-self: stretch;
	background: #1b1f1c;
	border: 1px solid #333a36;
	border-radius: 27px;
	box-shadow: 0 38px 90px rgba(0, 0, 0, .28);
	display: flex;
	flex-direction: column;
	min-height: 610px;
	padding: 10px;
}

.daes-module-bar {
	color: #d7ddd8;
	font-size: 11px;
	font-weight: 720;
	letter-spacing: -.01em;
	padding: 8px 7px 16px;
}

.daes-module-bar p:last-child {
	color: #89938c;
}

.daes-module-bar p:last-child span {
	color: var(--daes-lime);
	font-size: 8px;
	margin-right: 4px;
}

.daes-focus-query,
.daes-focus-query .wp-block-post-template,
.daes-focus-query .wp-block-post {
	display: flex;
	flex: 1;
	flex-direction: column;
	margin: 0;
	width: 100%;
}

.daes-focus-query .wp-block-post-template {
	list-style: none;
	padding: 0;
}

.daes-focus-card {
	background: var(--daes-paper);
	border: 1px solid #fff;
	border-radius: 18px;
	color: var(--daes-text);
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 548px;
	overflow: hidden;
	padding: clamp(24px, 3.3vw, 42px);
	position: relative;
}

.daes-focus-card::before {
	background: var(--daes-lime);
	border-radius: 0 0 0 100%;
	content: "";
	height: 92px;
	position: absolute;
	right: 0;
	top: 0;
	transition: height .35s ease, width .35s ease;
	width: 92px;
}

.daes-focus-module:hover .daes-focus-card::before {
	height: 106px;
	width: 106px;
}

.daes-focus-meta {
	left: clamp(24px, 3.3vw, 42px);
	position: absolute;
	right: clamp(24px, 3.3vw, 42px);
	top: clamp(24px, 3.3vw, 42px);
}

.daes-focus-meta,
.daes-focus-meta a {
	color: #626b64;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .08em;
	text-decoration: none;
	text-transform: uppercase;
}

.daes-focus-index {
	color: var(--daes-lime-dark);
	font-size: 10px;
	font-weight: 820;
	letter-spacing: .14em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.daes-focus-card .wp-block-post-title {
	font-size: clamp(2.25rem, 3.8vw, 4.35rem) !important;
	letter-spacing: -.038em;
	line-height: 1.01;
	margin: 0 0 20px;
}

.daes-focus-card .wp-block-post-title a {
	color: var(--daes-text);
	text-decoration: none;
}

.daes-focus-card .wp-block-post-excerpt {
	color: var(--daes-muted);
	font-size: 14px;
	line-height: 1.55;
	margin: 0 0 28px;
	max-width: 500px;
}

.daes-focus-card .wp-block-post-excerpt p {
	margin: 0;
}

.daes-read-more {
	align-items: center;
	border-top: 1px solid var(--daes-line);
	color: var(--daes-text);
	display: flex;
	font-size: 12px;
	font-weight: 780;
	justify-content: space-between;
	padding-top: 16px;
	text-decoration: none;
}

.daes-read-more:hover {
	color: var(--daes-lime-dark);
}

.daes-hero-utility {
	border-top: 1px solid #303632;
	gap: 24px;
	margin: 0;
	padding-top: 28px;
}

.daes-utility-links {
	gap: 9px !important;
}

.daes-utility-links p {
	color: #818c84;
	font-size: 11px;
	font-weight: 680;
}

.daes-utility-links a {
	background: #1d221f;
	border: 1px solid #343b37;
	border-radius: 999px;
	color: #d9dfda;
	display: inline-flex;
	padding: 7px 11px;
	text-decoration: none;
}

.daes-utility-links a:hover {
	border-color: var(--daes-lime);
	color: var(--daes-lime);
}

.daes-hero-search {
	max-width: 330px;
	width: 100%;
}

.daes-hero-search .wp-block-search__inside-wrapper {
	background: #1d221f;
	border: 1px solid #343b37;
	border-radius: 999px;
	min-height: 44px;
	padding: 4px;
}

.daes-hero-search .wp-block-search__input {
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 12px;
	padding-left: 14px;
}

.daes-hero-search .wp-block-search__input::placeholder {
	color: #818c84;
}

.daes-hero-search .wp-block-search__button {
	align-items: center;
	background: var(--daes-lime);
	border: 0;
	border-radius: 50%;
	color: var(--daes-ink);
	display: inline-flex;
	height: 34px;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 34px;
}

.daes-home .daes-section {
	border-top: 0;
	padding-bottom: clamp(74px, 9vw, 132px);
	padding-top: clamp(74px, 9vw, 132px);
}

.daes-home .daes-section-heading {
	border-bottom: 1px solid var(--daes-line);
	margin-bottom: 28px;
	padding-bottom: 30px;
}

.daes-home .daes-section-heading h2 {
	max-width: 900px;
}

.daes-bento-query {
	max-width: var(--wp--style--global--wide-size) !important;
	width: 100%;
}

.daes-bento-query .wp-block-post-template {
	display: grid !important;
	gap: 14px;
	grid-auto-flow: dense;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.daes-bento-query .wp-block-post-template > li {
	margin: 0;
	min-width: 0;
	width: auto !important;
}

.daes-bento-query .wp-block-post-template > li:nth-child(1) {
	grid-column: span 7;
	grid-row: span 2;
}

.daes-bento-query .wp-block-post-template > li:nth-child(2),
.daes-bento-query .wp-block-post-template > li:nth-child(3) {
	grid-column: span 5;
}

.daes-bento-query .wp-block-post-template > li:nth-child(4),
.daes-bento-query .wp-block-post-template > li:nth-child(5) {
	grid-column: span 6;
}

.daes-bento-card {
	background: #202421;
	border: 1px solid #343a36;
	border-radius: 23px;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	padding: 9px;
	transition: box-shadow .3s ease, transform .3s cubic-bezier(.2, .8, .2, 1);
}

.daes-bento-card:hover {
	box-shadow: 0 28px 65px rgba(16, 19, 18, .17);
	transform: translateY(-4px);
}

.daes-bento-card__bar {
	color: #afb7b1;
	font-size: 10px;
	font-weight: 710;
	min-height: 39px;
	padding: 6px 8px 13px;
}

.daes-bento-card__bar a {
	color: #fff;
	text-decoration: none;
}

.daes-bento-card__bar .wp-block-post-terms__separator {
	color: #6f7972;
}

.daes-bento-card__preview {
	background: var(--daes-surface);
	border-radius: 16px;
	display: flex;
	flex: 1;
	flex-direction: column;
	overflow: hidden;
}

.daes-bento-card__media {
	background: #dfe4dd;
	flex: 0 0 auto;
	min-height: 165px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.daes-bento-query li:nth-child(1) .daes-bento-card__media {
	min-height: 315px;
}

.daes-card-monogram {
	color: #c8cec7;
	font-size: clamp(7rem, 16vw, 14rem);
	font-weight: 850;
	left: 50%;
	letter-spacing: -.1em;
	line-height: .75;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translate(-52%, -46%);
}

.daes-bento-card__media .wp-block-post-featured-image {
	height: 100%;
	inset: 0;
	margin: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.daes-bento-card__media .wp-block-post-featured-image a,
.daes-bento-card__media .wp-block-post-featured-image img {
	height: 100%;
	width: 100%;
}

.daes-bento-card__media .wp-block-post-featured-image img {
	object-fit: cover;
	transition: transform .55s cubic-bezier(.2, .8, .2, 1);
}

.daes-bento-card:hover .wp-block-post-featured-image img {
	transform: scale(1.025);
}

.daes-bento-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: clamp(20px, 2.6vw, 32px);
}

.daes-bento-card__body .wp-block-post-title {
	font-size: clamp(1.45rem, 2.4vw, 2.2rem) !important;
	letter-spacing: -.024em;
	line-height: 1.1;
	margin: 0 0 14px;
}

.daes-bento-query li:nth-child(1) .wp-block-post-title {
	font-size: clamp(2rem, 4vw, 3.65rem) !important;
}

.daes-bento-card__body .wp-block-post-title a {
	text-decoration: none;
}

.daes-home :is(h1, h2, h3),
.daes-article-header .wp-block-post-title,
.daes-page-header .wp-block-post-title,
.daes-article-content :is(h2, h3) {
	hyphens: none;
	overflow-wrap: normal;
	text-wrap: balance;
	word-break: normal;
}

.daes-bento-card__body .wp-block-post-excerpt {
	color: var(--daes-muted);
	font-size: 13px;
	line-height: 1.55;
	margin: 0 0 24px;
}

.daes-bento-card__body .wp-block-post-excerpt p {
	margin: 0;
}

.daes-bento-card__body .daes-read-more {
	margin-top: auto;
}

.daes-standard-shell {
	align-items: start;
	background: var(--daes-ink);
	border-radius: 30px;
	color: #fff;
	gap: clamp(42px, 7vw, 100px);
	grid-template-columns: minmax(0, .78fr) minmax(420px, 1.22fr) !important;
	margin-bottom: clamp(74px, 9vw, 132px);
	padding: clamp(34px, 5.5vw, 72px) !important;
}

.daes-standard-intro {
	position: sticky;
	top: calc(var(--daes-header-height) + 42px);
}

.daes-standard-intro .daes-kicker {
	color: var(--daes-lime);
}

.daes-standard-intro h2 {
	color: #fff;
	font-size: clamp(2.7rem, 5vw, 5rem) !important;
	margin: 18px 0 26px;
}

.daes-standard-intro > p.has-large-font-size {
	color: #aab4ad;
	font-size: 17px !important;
	line-height: 1.6;
}

.daes-standard-intro .daes-text-link {
	margin-top: 38px;
}

.daes-standard-intro .daes-text-link a {
	color: #fff;
}

.daes-standard-cards {
	display: grid;
	gap: 12px;
}

.daes-standard-card {
	background: #202421;
	border: 1px solid #353b37;
	border-radius: 21px;
	padding: 9px;
}

.daes-standard-card__bar {
	color: #9fa9a2;
	font-size: 10px;
	font-weight: 720;
	min-height: 36px;
	padding: 5px 8px 12px;
}

.daes-standard-card__preview {
	align-items: center;
	background: #f3f2ed;
	border-radius: 14px;
	color: var(--daes-text);
	display: grid;
	gap: 6px 22px;
	grid-template-columns: 52px 1fr;
	min-height: 145px;
	padding: 22px;
}

.daes-standard-card__preview h3,
.daes-standard-card__preview p {
	margin: 0;
}

.daes-standard-card__preview h3 {
	align-self: end;
}

.daes-standard-card__preview p.has-small-font-size {
	align-self: start;
	color: var(--daes-muted);
	grid-column: 2;
	line-height: 1.5;
}

.daes-standard-symbol {
	align-items: center;
	background: var(--daes-lime);
	border-radius: 50%;
	color: var(--daes-ink);
	display: flex;
	font-size: 23px;
	font-weight: 760;
	grid-row: span 2;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.daes-home .daes-topics-section {
	align-items: center;
	border-top: 1px solid var(--daes-line);
	gap: clamp(45px, 8vw, 120px);
}

.daes-home .daes-topics-copy h2 {
	font-size: clamp(2.7rem, 5.4vw, 5.4rem) !important;
}

.daes-home .daes-topic-list li {
	font-size: clamp(1.15rem, 2.2vw, 1.8rem);
	padding: 19px 3px;
}

.daes-home .daes-topic-list li::before {
	color: #9ca59e;
	content: "0" counter(list-item);
	font-size: 10px;
	font-weight: 780;
	letter-spacing: .08em;
	margin-right: 16px;
}

.daes-home .daes-topic-list a {
	flex: 1;
}

.daes-partner-panel {
	background: var(--daes-lime);
	border: 1px solid #a4db4e;
	border-radius: 30px;
	gap: clamp(38px, 7vw, 100px);
	margin-bottom: clamp(70px, 10vw, 140px);
	overflow: hidden;
	padding: clamp(34px, 5.5vw, 72px) !important;
	position: relative;
}

.daes-partner-panel::after {
	border: 1px solid rgba(16, 19, 18, .2);
	border-radius: 50%;
	content: "";
	height: 170px;
	position: absolute;
	right: -90px;
	top: -95px;
	width: 170px;
}

.daes-partner-panel .daes-kicker {
	color: #4c6a22;
}

.daes-partner-panel h2 {
	font-size: clamp(2.4rem, 4.4vw, 4.6rem) !important;
	margin: 16px 0 0;
}

.daes-partner-action {
	align-self: center;
}

.daes-partner-action > p.has-large-font-size {
	font-size: 17px !important;
	line-height: 1.6;
}

.daes-partner-chips {
	gap: 8px !important;
	margin: 26px 0 30px;
}

.daes-partner-chips p {
	border: 1px solid rgba(16, 19, 18, .25);
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	padding: 7px 10px;
	text-transform: uppercase;
}

.daes-partner-panel .wp-block-button__link:hover {
	background: #282d29 !important;
}

@media (max-width: 1100px) {
	.daes-hero-layout {
		gap: 34px;
		grid-template-columns: minmax(0, 1fr) minmax(330px, .85fr) !important;
	}

	.daes-bento-query .wp-block-post-template > li:nth-child(1) {
		grid-column: span 12;
		grid-row: auto;
	}

	.daes-bento-query .wp-block-post-template > li:nth-child(n+2) {
		grid-column: span 6;
	}

	.daes-standard-shell {
		grid-template-columns: 1fr !important;
	}

	.daes-standard-intro {
		position: static;
	}
}

@media (max-width: 860px) {
	.daes-home-hero {
		padding: 0 !important;
	}

	.daes-hero-layout {
		grid-template-columns: 1fr !important;
		padding-bottom: 54px;
		padding-top: 54px;
	}

	.daes-home .daes-hero-copy h1 {
		font-size: clamp(3.7rem, 12.5vw, 6.5rem) !important;
	}

	.daes-focus-module {
		min-height: 520px;
	}

	.daes-focus-card {
		min-height: 460px;
	}

	.daes-hero-utility {
		align-items: stretch;
		flex-direction: column;
	}

	.daes-hero-search {
		max-width: none;
	}

	.daes-home .daes-topics-section,
	.daes-partner-panel {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 620px) {
	.daes-hero-rail p:last-child {
		display: none;
	}

	.daes-home .daes-hero-copy h1 {
		font-size: clamp(3.05rem, 14.5vw, 4.9rem) !important;
		line-height: .88;
	}

	.daes-hero-proof {
		align-items: flex-start;
		flex-direction: column;
	}

	.daes-focus-module {
		border-radius: 22px;
		min-height: 480px;
	}

	.daes-focus-card {
		min-height: 420px;
		padding: 24px;
	}

	.daes-focus-meta {
		left: 24px;
		right: 24px;
		top: 24px;
	}

	.daes-focus-card .wp-block-post-title {
		font-size: clamp(2.15rem, 10vw, 3.5rem) !important;
	}

	.daes-utility-links p:first-child {
		flex: 0 0 100%;
	}

	.daes-bento-query .wp-block-post-template > li:nth-child(n) {
		grid-column: 1 / -1;
	}

	.daes-bento-query li:nth-child(1) .daes-bento-card__media,
	.daes-bento-card__media {
		min-height: 210px;
	}

	.daes-bento-query li:nth-child(1) .wp-block-post-title,
	.daes-bento-card__body .wp-block-post-title {
		font-size: clamp(1.75rem, 8vw, 2.5rem) !important;
	}

	.daes-standard-shell,
	.daes-partner-panel {
		border-radius: 22px;
		padding: 28px 18px !important;
	}

	.daes-standard-card__preview {
		align-items: start;
		grid-template-columns: 46px 1fr;
		padding: 18px;
	}

	.daes-standard-symbol {
		height: 42px;
		width: 42px;
	}

	.daes-partner-panel h2,
	.daes-standard-intro h2,
	.daes-home .daes-topics-copy h2 {
		font-size: clamp(2.45rem, 12vw, 4.2rem) !important;
	}
}

/* Home 0.3 — immersive editorial signal hero. */

.daes-home-hero {
	overflow: clip;
	position: relative;
}

.daes-home-hero::before {
	border: 1px solid rgba(184, 244, 93, .12);
	border-radius: 50%;
	content: "";
	height: 480px;
	left: -390px;
	pointer-events: none;
	position: absolute;
	top: 170px;
	width: 480px;
}

.daes-home-hero::after {
	background: var(--daes-lime);
	content: "";
	height: 1px;
	left: 0;
	opacity: .5;
	pointer-events: none;
	position: absolute;
	top: 52%;
	width: clamp(18px, 3vw, 48px);
}

.daes-hero-layout {
	align-items: center;
	gap: clamp(42px, 5.6vw, 86px);
	grid-template-columns: minmax(0, 1.06fr) minmax(410px, .94fr) !important;
	min-height: min(830px, calc(100vh - var(--daes-header-height) - 56px));
	padding: clamp(58px, 7vw, 94px) 0;
}

.daes-editorial-status {
	align-items: center;
	background: #171b18;
	border: 1px solid #343b36;
	border-radius: 999px;
	color: #aab3ad;
	display: inline-flex !important;
	font-size: 9px;
	font-weight: 760;
	gap: 22px;
	letter-spacing: .09em;
	margin: 0 0 34px;
	padding: 8px 11px;
	text-transform: uppercase;
	width: auto;
}

.daes-editorial-status p {
	margin: 0;
}

.daes-editorial-status p:first-child {
	align-items: center;
	display: flex;
	gap: 7px;
}

.daes-editorial-status p:first-child span {
	background: var(--daes-lime);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(184, 244, 93, .1);
	height: 6px;
	width: 6px;
}

.daes-editorial-status [data-daes-live-time] {
	color: #fff;
	font-variant-numeric: tabular-nums;
}

.daes-home .daes-hero-copy h1 {
	font-size: clamp(3.8rem, 5.65vw, 6.3rem) !important;
	letter-spacing: -.048em;
	line-height: .92;
	margin: 22px 0 32px;
	white-space: normal;
}

.daes-home .daes-hero-copy > p.has-large-font-size {
	font-size: clamp(1.05rem, 1.15vw, 1.22rem) !important;
	line-height: 1.62;
	max-width: 650px;
}

.daes-home .daes-hero-copy .wp-block-buttons {
	display: flex;
	flex-wrap: nowrap;
	margin-top: 38px;
}

.daes-home .daes-hero-copy .wp-block-button {
	flex: 0 0 auto;
}

.daes-home .daes-hero-copy .wp-block-button__link {
	white-space: nowrap;
}

.daes-hero-proof {
	border-bottom: 1px solid #303632;
	border-top: 1px solid #303632;
	display: grid !important;
	gap: 0 !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 52px;
	max-width: 630px;
}

.daes-hero-proof p {
	align-items: center;
	border: 0;
	border-radius: 0;
	display: grid;
	gap: 10px;
	grid-template-columns: auto 1fr;
	padding: 16px 14px 16px 0;
}

.daes-hero-proof p + p {
	border-left: 1px solid #303632;
	padding-left: 14px;
}

.daes-hero-proof p::before {
	display: none;
}

.daes-hero-proof strong {
	color: var(--daes-lime);
	font-size: 9px;
	font-weight: 820;
	letter-spacing: .08em;
}

.daes-hero-proof span,
.daes-hero-proof small {
	display: block;
}

.daes-hero-proof span {
	color: #fff;
	font-size: 11px;
	font-weight: 720;
}

.daes-hero-proof small {
	color: #7f8a82;
	font-size: 9px;
	font-weight: 650;
	margin-top: 2px;
}

.daes-focus-module {
	--daes-tilt-x: 0deg;
	--daes-tilt-y: 0deg;
	align-self: center;
	background: #151916;
	border: 1px solid #303632;
	border-radius: 34px;
	box-shadow: 0 50px 110px rgba(0, 0, 0, .32);
	min-height: 700px;
	overflow: visible;
	padding: 56px 28px 18px;
	position: relative;
	transform: perspective(1300px) rotateX(var(--daes-tilt-x)) rotateY(var(--daes-tilt-y));
	transform-style: preserve-3d;
	transition: border-color .3s ease, box-shadow .3s ease, transform .18s ease-out;
}

.daes-focus-module:hover {
	border-color: #4b554e;
	box-shadow: 0 58px 130px rgba(0, 0, 0, .4);
}

.daes-focus-module::before,
.daes-focus-module::after {
	content: "";
	pointer-events: none;
	position: absolute;
}

.daes-focus-module::before {
	border-left: 1px solid rgba(255, 255, 255, .045);
	bottom: 0;
	left: 50%;
	top: 0;
}

.daes-focus-module::after {
	border-top: 1px solid rgba(255, 255, 255, .045);
	left: 0;
	right: 0;
	top: 50%;
}

.daes-stage-label {
	color: #7f8982;
	font-size: 9px;
	font-weight: 800;
	left: 24px;
	letter-spacing: .13em;
	margin: 0;
	position: absolute;
	text-transform: uppercase;
	top: 22px;
}

.daes-stage-label::after {
	background: var(--daes-lime);
	content: "";
	display: inline-block;
	height: 1px;
	margin-left: 9px;
	vertical-align: middle;
	width: 28px;
}

.daes-signal-chip {
	background: #f4f2ea;
	border: 1px solid #fff;
	border-radius: 12px;
	box-shadow: 0 18px 44px rgba(0, 0, 0, .24);
	color: var(--daes-ink);
	font-size: 10px;
	font-weight: 760;
	line-height: 1.15;
	margin: 0;
	min-width: 92px;
	padding: 10px 12px;
	pointer-events: none;
	position: absolute;
	text-transform: none;
	transform: translate3d(var(--daes-shift-x, 0px), var(--daes-shift-y, 0px), 42px);
	z-index: 6;
}

.daes-signal-chip span {
	color: var(--daes-lime-dark);
	display: block;
	font-size: 8px;
	font-weight: 840;
	letter-spacing: .1em;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.daes-signal-chip--sources {
	left: -30px;
	top: 118px;
}

.daes-signal-chip--review {
	right: -30px;
	top: 35%;
}

.daes-signal-chip--answer {
	bottom: 98px;
	left: -24px;
}

.daes-module-bar {
	padding: 0 6px 15px;
	position: relative;
	z-index: 3;
}

.daes-module-bar p:last-child [data-daes-live-time] {
	color: inherit;
	font-size: inherit;
	font-variant-numeric: tabular-nums;
	margin: 0;
}

.daes-focus-query {
	position: relative;
	z-index: 2;
}

.daes-focus-card {
	box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
	min-height: 570px;
	transform: translateZ(18px);
}

.daes-focus-card::after {
	background: var(--daes-line);
	content: "";
	height: 1px;
	left: clamp(24px, 3.3vw, 42px);
	position: absolute;
	right: clamp(24px, 3.3vw, 42px);
	top: 86px;
}

.daes-focus-seal {
	color: #a9b0aa;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .12em;
	margin: 0;
	position: absolute;
	right: 18px;
	text-transform: uppercase;
	top: 130px;
	transform: rotate(90deg) translateX(100%);
	transform-origin: right top;
}

.daes-focus-card .wp-block-post-title {
	font-size: clamp(2.35rem, 3.5vw, 4rem) !important;
	max-width: 94%;
}

.daes-stage-footer {
	color: #778179;
	font-size: 8px;
	font-weight: 760;
	letter-spacing: .1em;
	padding: 13px 7px 0;
	position: relative;
	text-transform: uppercase;
	z-index: 3;
}

.daes-stage-footer p {
	margin: 0;
}

.daes-stage-footer p:first-child {
	color: #a7b0aa;
}

@media (max-width: 1040px) {
	.daes-hero-layout {
		gap: 46px;
		grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr) !important;
	}

	.daes-home .daes-hero-copy h1 {
		font-size: clamp(3.5rem, 5.5vw, 5rem) !important;
	}
}

@media (max-width: 860px) {
	.daes-hero-layout {
		grid-template-columns: 1fr !important;
		min-height: 0;
		padding-bottom: 62px;
	}

	.daes-home .daes-hero-copy h1 {
		font-size: clamp(3.8rem, 10vw, 5.7rem) !important;
		max-width: 760px;
	}

	.daes-focus-module {
		margin-left: auto;
		margin-right: auto;
		max-width: 650px;
		min-height: 650px;
		width: calc(100% - 38px);
	}

	.daes-focus-card {
		min-height: 520px;
	}
}

@media (max-width: 620px) {
	.daes-editorial-status {
		margin-bottom: 28px;
	}

	.daes-home .daes-hero-copy h1 {
		font-size: clamp(2.9rem, 12.4vw, 4.2rem) !important;
		letter-spacing: -.04em;
		line-height: .98;
	}

	.daes-home .daes-hero-copy .wp-block-buttons {
		flex-direction: column;
	}

	.daes-home .daes-hero-copy .wp-block-button {
		width: 100%;
	}

	.daes-hero-proof {
		align-items: stretch;
		flex-direction: initial;
		margin-top: 42px;
	}

	.daes-hero-proof p {
		gap: 6px;
		grid-template-columns: 1fr;
		padding: 13px 8px;
	}

	.daes-hero-proof p + p {
		padding-left: 10px;
	}

	.daes-focus-module {
		border-radius: 24px;
		min-height: 520px;
		padding: 52px 9px 12px;
		transform: none !important;
		width: 100%;
	}

	.daes-signal-chip {
		display: none;
	}

	.daes-module-bar {
		padding-left: 12px;
		padding-right: 12px;
	}

	.daes-focus-card {
		min-height: 440px;
		transform: none;
	}

	.daes-focus-seal {
		display: none;
	}

	.daes-stage-footer {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media (prefers-reduced-motion: no-preference) {
	.daes-editorial-status p:first-child span {
		animation: daes-live-pulse 2.4s ease-out infinite;
	}

	.daes-focus-module.is-active .daes-stage-label::after {
		animation: daes-signal-line 2.8s ease-in-out infinite;
	}
}

@keyframes daes-live-pulse {
	0%, 65%, 100% { box-shadow: 0 0 0 4px rgba(184, 244, 93, .1); }
	78% { box-shadow: 0 0 0 8px rgba(184, 244, 93, 0); }
}

@keyframes daes-signal-line {
	0%, 100% { opacity: .35; transform: scaleX(.45); transform-origin: left; }
	50% { opacity: 1; transform: scaleX(1); transform-origin: left; }
}

@media (prefers-reduced-motion: no-preference) {
	.daes-has-js .daes-reveal {
		opacity: 0;
		transform: translateY(22px);
		transition: opacity .65s ease, transform .65s cubic-bezier(.2, .8, .2, 1);
	}

	.daes-has-js .daes-reveal.is-visible {
		opacity: 1;
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

@media print {
	.daes-site-header,
	.daes-site-footer,
	.daes-toc,
	.daes-post-navigation,
	.daes-reading-progress,
	.wp-block-buttons {
		display: none !important;
	}

	body,
	.daes-main {
		background: #fff;
	}

	.daes-article-content {
		font-size: 12pt;
		max-width: none;
	}

	a {
		color: #000;
		text-decoration: none;
	}
}

/* DAES 0.4 — 2026 expert review: clarity, trust, conversion and resilient UX. */

.wp-site-blocks > .wp-block-template-part:has(> .daes-site-header) {
	position: sticky;
	top: 0;
	z-index: 1000;
}

.wp-site-blocks > .wp-block-template-part:has(> .daes-site-header) .daes-site-header {
	position: relative;
	top: auto;
}

.admin-bar .wp-site-blocks > .wp-block-template-part:has(> .daes-site-header) {
	top: 32px;
}

.daes-primary-nav .wp-block-navigation-item__content {
	align-items: center;
	display: inline-flex;
	min-height: 44px;
}

.daes-primary-nav .wp-block-navigation-item:last-child .wp-block-navigation-item__content {
	border: 1px solid #3a433d;
	border-radius: 999px;
	padding: 0 14px;
}

.daes-primary-nav .wp-block-navigation-item:last-child .wp-block-navigation-item__content:hover {
	border-color: var(--daes-lime);
}

.daes-hero-layout.alignwide {
	max-width: var(--wp--style--global--wide-size, 1240px);
	width: 100%;
}

@media (min-width: 621px) {
	.daes-hero-layout.alignwide {
		width: calc(100% - clamp(36px, 7vw, 96px));
	}
}

.daes-home .daes-hero-copy h1 {
	font-size: clamp(4rem, 5.75vw, 6.25rem) !important;
	letter-spacing: -.03em;
	line-height: .96;
	max-width: 690px;
	white-space: normal;
}

.daes-editorial-status,
.daes-hero-rail,
.daes-stage-label,
.daes-stage-footer,
.daes-focus-meta,
.daes-bento-card__bar,
.daes-standard-card__bar {
	font-size: 11px;
}

.daes-editorial-status {
	letter-spacing: .075em;
}

.daes-hero-proof span {
	font-size: 12px;
}

.daes-hero-proof small {
	font-size: 10px;
}

.daes-focus-card .wp-block-shortcode,
.daes-bento-card > .wp-block-shortcode {
	margin: 0;
}

.daes-content-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.daes-content-badges span {
	align-items: center;
	background: var(--daes-lime);
	border-radius: 999px;
	color: var(--daes-ink);
	display: inline-flex;
	font-size: 9px;
	font-weight: 820;
	letter-spacing: .065em;
	line-height: 1;
	min-height: 24px;
	padding: 6px 9px;
	text-transform: uppercase;
}

.daes-focus-card > .wp-block-shortcode {
	left: clamp(24px, 3.3vw, 42px);
	position: absolute;
	top: 102px;
}

.daes-bento-card > .wp-block-shortcode:not(:empty) {
	padding: 0 8px 9px;
}

.daes-bento-card.has-card-link {
	cursor: pointer;
}

.daes-bento-card__media:not(:has(.wp-block-post-featured-image)) {
	background: #dfe8da;
	isolation: isolate;
}

.daes-bento-card__media:not(:has(.wp-block-post-featured-image))::before,
.daes-bento-card__media:not(:has(.wp-block-post-featured-image))::after {
	content: "";
	pointer-events: none;
	position: absolute;
}

.daes-bento-card__media:not(:has(.wp-block-post-featured-image))::before {
	border: 1px solid rgba(16, 19, 18, .2);
	border-radius: 50%;
	height: 220px;
	right: -90px;
	top: -105px;
	width: 220px;
}

.daes-bento-card__media:not(:has(.wp-block-post-featured-image))::after {
	background: var(--daes-ink);
	bottom: 24px;
	height: 1px;
	left: 24px;
	right: 24px;
}

.daes-bento-query li:nth-child(2n) .daes-bento-card__media:not(:has(.wp-block-post-featured-image)) {
	background: #e8f8cd;
}

.daes-bento-query li:nth-child(3n) .daes-bento-card__media:not(:has(.wp-block-post-featured-image)) {
	background: #dddcd4;
}

.daes-card-monogram {
	color: rgba(16, 19, 18, .78);
	font-size: clamp(2.8rem, 7vw, 6.6rem);
	font-weight: 860;
	left: 24px;
	letter-spacing: -.065em;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.daes-bento-query li:nth-child(1) .daes-bento-card__media {
	min-height: 270px;
}

.daes-definition-panel {
	align-items: center;
	border-bottom: 1px solid var(--daes-line);
	border-top: 1px solid var(--daes-line);
	display: grid !important;
	gap: clamp(42px, 8vw, 120px);
	grid-template-columns: minmax(0, .95fr) minmax(400px, 1.05fr) !important;
	margin-bottom: clamp(80px, 9vw, 132px);
	padding-bottom: clamp(68px, 8vw, 110px);
	padding-top: clamp(68px, 8vw, 110px);
}

.daes-definition-copy h2 {
	font-size: clamp(2.7rem, 4.9vw, 5rem) !important;
	margin: 16px 0 26px;
}

.daes-definition-copy > p.has-large-font-size {
	color: var(--daes-muted);
	font-size: 17px !important;
	line-height: 1.65;
}

.daes-definition-points {
	border-top: 1px solid var(--daes-line);
}

.daes-definition-point {
	border-bottom: 1px solid var(--daes-line);
	display: grid;
	gap: 12px 28px;
	grid-template-columns: minmax(150px, .55fr) 1fr;
	padding: 22px 0;
}

.daes-definition-point p {
	margin: 0;
}

.daes-definition-point p:first-child {
	align-items: center;
	display: flex;
	font-weight: 760;
	gap: 12px;
}

.daes-definition-point strong {
	color: var(--daes-lime-dark);
	font-size: 10px;
	letter-spacing: .1em;
}

.daes-definition-point p:last-child {
	color: var(--daes-muted);
	font-size: 14px;
	line-height: 1.55;
}

.daes-topic-list {
	counter-reset: daes-topic;
}

.daes-home .daes-topic-list li {
	counter-increment: daes-topic;
}

.daes-home .daes-topic-list li::before {
	content: counter(daes-topic, decimal-leading-zero);
}

.daes-return-panel,
.daes-newsletter {
	align-items: center;
	background: #1a1f1c;
	border: 1px solid #303832;
	border-radius: 28px;
	color: #fff;
	display: grid !important;
	gap: clamp(34px, 7vw, 92px);
	grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr) !important;
	margin-bottom: clamp(70px, 8vw, 116px);
	padding: clamp(32px, 5vw, 64px) !important;
}

.daes-return-panel .daes-kicker,
.daes-newsletter .daes-kicker {
	color: var(--daes-lime);
}

.daes-return-panel h2,
.daes-newsletter h2 {
	color: #fff;
	font-size: clamp(2.55rem, 4.5vw, 4.6rem) !important;
	margin: 16px 0 0;
}

.daes-return-action > p,
.daes-newsletter__action > p {
	color: #b5beb8;
	font-size: 17px !important;
	line-height: 1.6;
}

.daes-return-panel .is-style-outline .wp-block-button__link {
	box-shadow: inset 0 0 0 1px #627068;
	color: #fff;
}

.daes-newsletter {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--wp--style--global--wide-size, 1240px);
}

.daes-newsletter__action {
	display: grid;
	justify-items: start;
}

.daes-newsletter__action .wp-element-button {
	background: var(--daes-lime);
	color: var(--daes-ink);
	font-size: 14px;
	font-weight: 780;
	margin-top: 10px;
	text-decoration: none;
}

.daes-newsletter__action small {
	color: #8f9a92;
	font-size: 11px;
	margin-top: 12px;
}

.daes-partner-steps {
	border-top: 1px solid rgba(16, 19, 18, .28);
	margin: 26px 0 18px;
}

.daes-partner-steps p {
	border-bottom: 1px solid rgba(16, 19, 18, .28);
	font-size: 14px;
	font-weight: 670;
	margin: 0;
	padding: 11px 0;
}

.daes-partner-steps strong {
	font-size: 10px;
	letter-spacing: .1em;
	margin-right: 12px;
}

.daes-partner-action > p.has-small-font-size {
	color: #415725;
	line-height: 1.5;
	margin-bottom: 24px;
}

.daes-partner-panel .wp-block-button__link,
.daes-partner-panel .wp-block-button__link:visited {
	background: var(--daes-ink) !important;
	color: #fff !important;
}

.daes-verification {
	background: #eff1ec;
	border: 1px solid var(--daes-line);
	border-radius: 16px;
	margin: 24px 0 42px;
	padding: 18px 20px;
}

.daes-verification__label {
	color: var(--daes-muted);
	display: block;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .1em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.daes-verification > div {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.daes-verification p {
	display: grid;
	font-size: 13px;
	gap: 2px;
	margin: 0;
}

.daes-verification p :is(span, time) {
	color: var(--daes-muted);
}

.daes-uncertainties,
.daes-machine-sources {
	border: 1px solid var(--daes-line);
	border-radius: 18px;
	margin: 50px 0 0;
	padding: clamp(22px, 4vw, 34px);
}

.daes-uncertainties {
	background: #f6f0e3;
}

.daes-uncertainties h2,
.daes-machine-sources h2 {
	font-size: clamp(1.55rem, 3vw, 2.2rem) !important;
	margin: 9px 0 16px;
}

.daes-machine-sources ol {
	margin-bottom: 0;
	padding-left: 22px;
}

.daes-machine-sources li + li {
	margin-top: 8px;
}

.daes-share-tools {
	border-bottom: 1px solid var(--daes-line);
	border-top: 1px solid var(--daes-line);
	display: flex;
	gap: 10px;
	margin: 48px 0;
	padding: 18px 0;
}

.daes-share-tools button {
	background: transparent;
	border: 1px solid #b7beb8;
	border-radius: 999px;
	color: var(--daes-text);
	cursor: pointer;
	font: inherit;
	font-size: 13px;
	font-weight: 720;
	min-height: 44px;
	padding: 9px 15px;
}

.daes-share-tools button:hover {
	background: var(--daes-ink);
	border-color: var(--daes-ink);
	color: #fff;
}

.daes-related {
	margin: clamp(58px, 8vw, 92px) 0;
}

.daes-related__heading h2 {
	font-size: clamp(2rem, 4vw, 3.5rem) !important;
	margin: 10px 0 24px;
}

.daes-related__grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.daes-related article {
	background: #fff;
	border: 1px solid var(--daes-line);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	min-height: 230px;
	padding: 20px;
}

.daes-related article > span,
.daes-related time {
	color: var(--daes-muted);
	font-size: 10px;
	font-weight: 760;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.daes-related h3 {
	font-size: 1.25rem;
	line-height: 1.2;
	margin: 32px 0 18px;
}

.daes-related h3 a {
	text-decoration: none;
}

.daes-related time {
	margin-top: auto;
}

@media (prefers-reduced-motion: no-preference) {
	.daes-has-js .daes-reveal,
	.daes-has-js .daes-reveal.is-visible {
		opacity: 1;
	}

	.daes-has-js .daes-reveal.is-reveal-ready:not(.is-visible) {
		transform: translateY(12px);
	}
}

@media (max-width: 860px) {
	.daes-definition-panel,
	.daes-return-panel,
	.daes-newsletter {
		grid-template-columns: 1fr !important;
	}

	.daes-definition-panel {
		gap: 42px;
	}

	.daes-primary-nav .wp-block-navigation__responsive-container.is-menu-open {
		background-color: var(--daes-ink) !important;
		color: #fff !important;
		padding: 24px;
	}

	.daes-primary-nav .wp-block-navigation__responsive-container.is-menu-open :is(.wp-block-navigation-item__content, .wp-block-navigation__responsive-container-close) {
		color: #fff !important;
	}

	.daes-primary-nav .wp-block-navigation__responsive-container-content {
		align-items: stretch;
		padding-top: 72px;
	}

	.daes-primary-nav .wp-block-navigation__container {
		align-items: stretch !important;
		gap: 0 !important;
		width: 100%;
	}

	.daes-primary-nav .wp-block-navigation-item {
		border-bottom: 1px solid #313833;
		width: 100%;
	}

	.daes-primary-nav .wp-block-navigation-item__content,
	.daes-primary-nav .wp-block-navigation-item:last-child .wp-block-navigation-item__content {
		border: 0;
		color: #fff;
		font-size: 1.25rem;
		justify-content: space-between;
		min-height: 56px;
		padding: 8px 0;
		width: 100%;
	}

	.daes-primary-nav .wp-block-navigation__responsive-container-open,
	.daes-primary-nav .wp-block-navigation__responsive-container-close {
		align-items: center;
		display: flex;
		height: 44px;
		justify-content: center;
		width: 44px;
	}
}

@media (max-width: 782px) {
	.admin-bar .wp-site-blocks > .wp-block-template-part:has(> .daes-site-header) {
		top: 46px;
	}
}

@media (max-width: 620px) {
	.daes-hero-rail,
	.daes-home .daes-hero-copy,
	.daes-hero-utility {
		margin-left: 18px;
		margin-right: 18px;
	}

	.daes-hero-layout {
		padding-bottom: 46px;
		padding-top: 44px;
	}

	.daes-home .daes-hero-copy h1 {
		font-size: clamp(2.75rem, 12vw, 3.65rem) !important;
		letter-spacing: -.025em;
		line-height: 1;
	}

	.daes-home .daes-hero-copy > p.has-large-font-size {
		font-size: 1.03rem !important;
	}

	.daes-focus-module {
		min-height: 470px;
		width: calc(100% - 36px);
	}

	.daes-focus-card {
		min-height: 380px;
		padding: 24px;
	}

	.daes-focus-card .wp-block-post-title {
		font-size: clamp(2rem, 9vw, 2.8rem) !important;
		line-height: 1.02;
	}

	.daes-focus-card > .wp-block-shortcode {
		left: 24px;
		top: 94px;
	}

	.daes-hero-proof span {
		font-size: 11px;
	}

	.daes-definition-panel {
		margin-bottom: 70px;
		padding: 58px 18px;
	}

	.daes-definition-point {
		grid-template-columns: 1fr;
	}

	.daes-return-panel,
	.daes-newsletter {
		border-radius: 22px;
		margin-left: 18px;
		margin-right: 18px;
		padding: 28px 20px !important;
	}

	.daes-return-panel h2,
	.daes-newsletter h2 {
		font-size: clamp(2.25rem, 11vw, 3.3rem) !important;
	}

	.daes-related__grid,
	.daes-verification > div {
		grid-template-columns: 1fr;
	}

	.daes-related article {
		min-height: 190px;
	}

	.daes-share-tools {
		align-items: stretch;
		flex-direction: column;
	}
}

/* Keep the 0.5 workspace shell authoritative over earlier hero iterations. */
.daes-home .daes-home-hero {
	background: #0f1210;
	min-height: auto;
	overflow: hidden;
	padding: clamp(18px, 2.5vw, 34px) 0 clamp(54px, 7vw, 92px) !important;
}

@media (max-width: 520px) {
	.daes-home .daes-home-hero {
		padding-top: 10px !important;
	}
}

/* Home 0.8 — autonomous editorial portal. */

.daes-home-v08 {
	background: var(--daes-paper);
	padding: 0 0 clamp(72px, 9vw, 140px);
}

.daes-home-v08 > * {
	margin-block-start: 0;
}

.daes-portal-hero {
	background: var(--daes-paper);
	color: #f7f8f4;
	padding: clamp(12px, 1.8vw, 28px) clamp(10px, 1.5vw, 24px) 0 !important;
}

.daes-hero-frame {
	background: #111512;
	border: 1px solid #2b332d;
	border-radius: clamp(18px, 1.8vw, 28px);
	box-shadow: 0 32px 90px rgba(12, 15, 13, .18);
	isolation: isolate;
	margin-inline: auto !important;
	max-width: 1600px !important;
	overflow: hidden;
	padding: 0 clamp(18px, 2.3vw, 38px) !important;
	position: relative;
	width: 100%;
}

.daes-hero-frame::before {
	background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
	background-size: 42px 42px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(to bottom, #000, transparent 64%);
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.daes-hero-frame > * {
	margin-inline: 0 !important;
	max-width: none !important;
	position: relative;
	width: 100%;
}

.daes-hero-utility {
	align-items: center !important;
	border-bottom: 1px solid #303832;
	gap: 16px;
	min-height: 68px;
	padding: 10px 0;
}

.daes-hero-path {
	align-items: center;
	color: #8f9991;
	display: flex;
	font-size: 11px;
	gap: 9px;
	letter-spacing: .02em;
	margin: 0;
	white-space: nowrap;
}

.daes-hero-path span {
	align-items: center;
	background: var(--daes-lime);
	border-radius: 8px;
	color: #111512;
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	height: 30px;
	justify-content: center;
	width: 30px;
}

.daes-hero-path strong {
	color: #f4f6f1;
	font-weight: 800;
	letter-spacing: .09em;
}

.daes-hero-path em {
	color: #536057;
	font-style: normal;
}

.daes-hero-search {
	margin: 0 !important;
	max-width: 480px;
	min-width: min(34vw, 340px);
}

.daes-hero-search .wp-block-search__inside-wrapper {
	background: #1b211d;
	border: 1px solid #374039;
	border-radius: 11px;
	min-height: 44px;
	padding: 3px 4px 3px 14px;
}

.daes-hero-search .wp-block-search__input {
	background: transparent;
	border: 0;
	color: #f7f8f4;
	font-size: 12px;
	outline: none;
	padding: 0;
}

.daes-hero-search .wp-block-search__input::placeholder {
	color: #7d897f;
}

.daes-hero-search .wp-block-search__button {
	align-items: center;
	background: #2a322c;
	border: 0;
	border-radius: 8px;
	color: #dfe4df;
	display: inline-flex;
	height: 36px;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 38px;
}

.daes-hero-search .wp-block-search__button:hover {
	background: var(--daes-lime);
	color: #111512;
}

.daes-hero-utility .wp-block-buttons,
.daes-hero-all {
	margin: 0;
}

.daes-hero-all a {
	align-items: center;
	background: transparent;
	border: 1px solid #485149;
	border-radius: 10px;
	color: #f4f6f1;
	display: inline-flex;
	font-size: 11px;
	gap: 12px;
	min-height: 44px;
	padding: 0 15px;
}

.daes-hero-all a:hover {
	background: #f4f6f1;
	border-color: #f4f6f1;
	color: #111512;
}

.daes-hero-heading {
	align-items: end;
	display: grid !important;
	gap: clamp(28px, 5vw, 90px);
	grid-template-columns: minmax(0, 1.5fr) minmax(280px, .5fr) !important;
	padding: clamp(42px, 5.5vw, 86px) 0 clamp(34px, 4vw, 62px);
}

.daes-hero-heading > * {
	margin: 0 !important;
	max-width: none !important;
}

.daes-kicker {
	color: var(--daes-lime-dark);
	font-size: 10px;
	font-weight: 820;
	letter-spacing: .14em;
	line-height: 1.4;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.daes-hero-heading .daes-kicker {
	color: var(--daes-lime);
}

.daes-hero-heading h1 {
	color: #f7f8f4;
	font-size: clamp(3.2rem, 6.4vw, 7.2rem) !important;
	font-weight: 690;
	letter-spacing: -.048em;
	line-height: .92;
	margin: 0;
	max-width: 1050px;
	overflow-wrap: normal;
	text-wrap: balance;
}

.daes-hero-promise {
	border-left: 1px solid #465047;
	margin-bottom: 4px !important;
	padding-left: clamp(20px, 2.2vw, 34px);
}

.daes-hero-promise > p:first-child {
	color: #b8c1ba;
	font-size: clamp(.94rem, 1.1vw, 1.08rem);
	line-height: 1.65;
	margin: 0;
	max-width: 410px;
}

.daes-hero-promise-link {
	font-size: 11px;
	font-weight: 750;
	margin: 22px 0 0;
}

.daes-hero-promise-link a {
	color: #f6f7f3;
	text-decoration-color: #647168;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}

.daes-hero-promise-link a:hover {
	color: var(--daes-lime);
}

.daes-hero-stories {
	align-items: stretch;
	display: grid !important;
	gap: 12px;
	grid-template-columns: minmax(0, 1.6fr) minmax(300px, .7fr) !important;
}

.daes-hero-stories > * {
	margin: 0 !important;
	max-width: none !important;
	min-width: 0;
	width: 100%;
}

.daes-hero-lead-query,
.daes-hero-lead-query > .wp-block-post-template,
.daes-hero-lead-query > .wp-block-post-template > li,
.daes-hero-lead-query > .wp-block-query-no-results {
	height: 100%;
	margin: 0;
}

.daes-hero-lead-query > .wp-block-post-template {
	display: block;
	padding: 0;
}

.daes-hero-lead {
	background: #f2f1e9;
	border: 1px solid #f2f1e9;
	border-radius: 18px;
	color: var(--daes-text);
	display: grid !important;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
	height: 100%;
	min-height: 350px;
	overflow: hidden;
}

.daes-story-media,
.daes-v08-card-media {
	background: #252c27;
	isolation: isolate;
	margin: 0 !important;
	min-height: 100%;
	overflow: hidden;
	position: relative;
}

.daes-story-media::after,
.daes-v08-card-media::after {
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 50%;
	content: "";
	height: min(21vw, 330px);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(21vw, 330px);
	z-index: -1;
}

.daes-story-media .wp-block-post-featured-image,
.daes-v08-card-media .wp-block-post-featured-image {
	inset: 0;
	margin: 0;
	position: absolute;
	z-index: 2;
}

.daes-story-media .wp-block-post-featured-image a,
.daes-story-media .wp-block-post-featured-image img,
.daes-v08-card-media .wp-block-post-featured-image a,
.daes-v08-card-media .wp-block-post-featured-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.daes-story-fallback {
	color: rgba(184, 244, 93, .9);
	font-size: clamp(3rem, 6vw, 7rem);
	font-weight: 850;
	left: 50%;
	letter-spacing: -.08em;
	line-height: 1;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translate(-52%, -50%);
	z-index: 1;
}

.daes-story-body {
	display: flex;
	flex-direction: column;
	margin: 0 !important;
	max-width: none !important;
	min-width: 0;
	padding: clamp(24px, 3vw, 42px);
}

.daes-story-meta {
	align-items: center !important;
	gap: 10px;
	margin: 0 0 18px !important;
}

.daes-story-meta :is(.wp-block-post-terms, .wp-block-post-date) {
	color: #687168;
	font-size: 9px;
	font-weight: 780;
	letter-spacing: .08em;
	line-height: 1.4;
	margin: 0;
	text-transform: uppercase;
}

.daes-story-meta a {
	color: inherit;
	text-decoration: none;
}

.daes-story-body > .wp-block-shortcode {
	margin: -2px 0 16px;
}

.daes-story-body .wp-block-post-title {
	font-size: clamp(1.65rem, 2.5vw, 3rem) !important;
	font-weight: 720;
	letter-spacing: -.035em;
	line-height: 1.03;
	margin: 0;
	text-wrap: balance;
}

.daes-story-body .wp-block-post-title a,
.daes-rail-story .wp-block-post-title a,
.daes-v08-card .wp-block-post-title a {
	color: inherit;
	text-decoration: none;
}

.daes-story-body .wp-block-post-excerpt {
	color: #687168;
	font-size: .92rem;
	line-height: 1.55;
	margin: 18px 0 0;
}

.daes-story-body .wp-block-post-excerpt__excerpt,
.daes-rail-story .wp-block-post-excerpt__excerpt,
.daes-v08-card .wp-block-post-excerpt__excerpt {
	margin: 0;
}

.daes-read-more {
	color: var(--daes-text);
	font-size: 11px;
	font-weight: 800;
	margin: auto 0 0;
	padding-top: 22px;
	text-decoration: underline;
	text-decoration-color: #a6aea7;
	text-underline-offset: 5px;
}

.daes-read-more:hover {
	color: #4e741f;
}

.daes-hero-empty {
	align-content: end;
	display: grid !important;
	grid-template-columns: 1fr;
	padding: clamp(32px, 5vw, 72px);
}

.daes-hero-empty::before {
	align-items: center;
	border: 1px solid #c8cec8;
	border-radius: 50%;
	color: #738075;
	content: "D";
	display: flex;
	font-size: clamp(4rem, 10vw, 9rem);
	font-weight: 800;
	height: min(16vw, 210px);
	justify-content: center;
	margin-left: auto;
	margin-top: -24px;
	width: min(16vw, 210px);
}

.daes-hero-empty h2 {
	font-size: clamp(2rem, 3.5vw, 4rem) !important;
	letter-spacing: -.04em;
	line-height: .98;
	margin: 0;
	max-width: 720px;
}

.daes-hero-empty > p:last-child {
	color: #687168;
	font-size: .92rem;
	margin: 20px 0 0;
	max-width: 610px;
}

.daes-hero-rail {
	background: #1b211d;
	border: 1px solid #303932;
	border-radius: 18px;
	color: #f4f6f1;
	display: flex;
	flex-direction: column;
	min-height: 350px;
	overflow: hidden;
	padding: 0 clamp(20px, 2.2vw, 32px);
}

.daes-rail-header {
	align-items: center !important;
	border-bottom: 1px solid #343d36;
	gap: 12px;
	margin: 0 !important;
	min-height: 58px;
}

.daes-rail-header p {
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .11em;
	margin: 0;
	text-transform: uppercase;
}

.daes-rail-header p:last-child {
	color: #879188;
	font-size: 8px;
}

.daes-rail-header p:last-child span {
	color: var(--daes-lime);
	display: inline-block;
	font-size: 9px;
	margin-right: 5px;
}

.daes-hero-rail-query,
.daes-hero-rail-query > .wp-block-post-template {
	margin: 0;
}

.daes-hero-rail-query > .wp-block-post-template {
	display: block;
	padding: 0;
}

.daes-rail-story {
	border-bottom: 1px solid #343d36;
	margin: 0 !important;
	padding: clamp(20px, 2vw, 28px) 0;
}

.daes-rail-story .daes-story-meta {
	margin-bottom: 12px !important;
}

.daes-rail-story .daes-story-meta :is(.wp-block-post-terms, .wp-block-post-date) {
	color: #879188;
}

.daes-rail-story .wp-block-post-title {
	color: #f4f6f1;
	font-size: clamp(1.05rem, 1.35vw, 1.35rem) !important;
	font-weight: 680;
	letter-spacing: -.02em;
	line-height: 1.16;
	margin: 0;
	text-wrap: balance;
}

.daes-rail-story .wp-block-post-excerpt {
	color: #98a29a;
	font-size: .78rem;
	line-height: 1.5;
	margin: 12px 0 0;
}

.daes-rail-story .daes-read-more {
	color: #e9ede8;
	display: inline-block;
	padding-top: 14px;
}

.daes-rail-story .daes-read-more:hover {
	color: var(--daes-lime);
}

.daes-rail-empty {
	border: 0;
	display: flex;
	min-height: 270px;
	padding-top: 38px;
}

.daes-rail-empty p {
	color: #9da69f;
	font-size: .9rem;
	line-height: 1.6;
	margin: 0;
}

.daes-hero-signals {
	border-top: 1px solid #303832;
	display: grid !important;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	margin-top: 14px !important;
}

.daes-hero-signals p {
	display: grid;
	gap: 4px 15px;
	grid-template-columns: 27px minmax(0, 1fr);
	margin: 0;
	min-height: 90px;
	padding: 20px clamp(12px, 2vw, 28px);
}

.daes-hero-signals p + p {
	border-left: 1px solid #303832;
}

.daes-hero-signals span {
	color: var(--daes-lime);
	font-size: 9px;
	font-weight: 800;
	grid-row: 1 / span 2;
	letter-spacing: .08em;
	padding-top: 3px;
}

.daes-hero-signals strong {
	color: #f4f6f1;
	font-size: 12px;
	font-weight: 720;
}

.daes-hero-signals small {
	color: #88928a;
	font-size: 10px;
	line-height: 1.45;
}

.daes-v08-section,
.daes-v08-standard,
.daes-v08-partner,
.daes-v08-return {
	margin-inline: auto !important;
	max-width: 1600px !important;
	width: calc(100% - clamp(32px, 5vw, 80px));
}

.daes-v08-section {
	padding: clamp(76px, 8vw, 128px) 0;
}

.daes-v08-heading {
	align-items: end !important;
	border-bottom: 1px solid #bfc6bf;
	gap: 24px;
	margin: 0 0 30px !important;
	padding-bottom: 25px;
}

.daes-v08-heading > * {
	margin: 0 !important;
}

.daes-v08-heading h2,
.daes-v08-topic-intro h2,
.daes-v08-standard h2,
.daes-v08-partner h2,
.daes-v08-return h2 {
	font-size: clamp(2.2rem, 4.3vw, 5rem) !important;
	font-weight: 690;
	letter-spacing: -.045em;
	line-height: .98;
	margin: 0;
	max-width: 980px;
	text-wrap: balance;
}

.daes-text-link {
	font-size: 11px;
	font-weight: 790;
	margin: 0;
	white-space: nowrap;
}

.daes-text-link a {
	text-decoration-color: #9da69e;
	text-underline-offset: 5px;
}

.daes-v08-card-query,
.daes-v08-card-query > .wp-block-post-template {
	margin: 0;
}

.daes-v08-card-query > .wp-block-post-template {
	display: grid !important;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 0;
}

.daes-v08-card-query > .wp-block-post-template > li {
	margin: 0;
	width: auto !important;
}

.daes-v08-card {
	background: #fff;
	border: 1px solid #d4d9d3;
	border-radius: 18px;
	display: grid !important;
	grid-template-rows: minmax(190px, 1fr) auto;
	height: 100%;
	overflow: hidden;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.daes-v08-card:hover {
	border-color: #b5bdb5;
	box-shadow: 0 22px 56px rgba(20, 25, 21, .1);
	transform: translateY(-3px);
}

.daes-v08-card-media {
	min-height: 210px;
}

.daes-v08-card-media::after {
	height: 150px;
	width: 150px;
}

.daes-v08-card-media .daes-story-fallback {
	font-size: clamp(2.8rem, 5vw, 5rem);
}

.daes-v08-card-body {
	display: flex;
	flex-direction: column;
	margin: 0 !important;
	max-width: none !important;
	min-height: 250px;
	padding: clamp(22px, 2.2vw, 32px);
}

.daes-v08-card .wp-block-post-title {
	font-size: clamp(1.25rem, 1.65vw, 1.65rem) !important;
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.12;
	margin: 0;
	text-wrap: balance;
}

.daes-v08-card .wp-block-post-excerpt {
	color: #687168;
	font-size: .84rem;
	line-height: 1.55;
	margin: 15px 0 0;
}

.daes-v08-card .daes-read-more {
	display: inline-block;
}

.daes-v08-topics {
	align-items: start;
	border-top: 1px solid #bfc6bf;
	display: grid !important;
	gap: clamp(44px, 8vw, 150px);
	grid-template-columns: minmax(280px, .78fr) minmax(440px, 1.22fr) !important;
}

.daes-v08-topics > * {
	margin: 0 !important;
	max-width: none !important;
}

.daes-v08-topic-intro > p:last-child {
	color: #626c64;
	font-size: 1rem;
	line-height: 1.65;
	margin: 28px 0 0;
	max-width: 570px;
}

.daes-v08-topic-list {
	border-top: 1px solid #bfc6bf;
}

.daes-v08-topic-list p {
	margin: 0;
}

.daes-v08-topic-list a {
	align-items: center;
	border-bottom: 1px solid #bfc6bf;
	display: grid;
	gap: 16px;
	grid-template-columns: 32px minmax(150px, .75fr) minmax(210px, 1fr);
	min-height: 94px;
	padding: 18px 10px;
	text-decoration: none;
	transition: background-color .2s ease, padding .2s ease;
}

.daes-v08-topic-list a:hover {
	background: #fff;
	padding-left: 20px;
	padding-right: 20px;
}

.daes-v08-topic-list span {
	color: #768078;
	font-size: 10px;
	font-weight: 800;
}

.daes-v08-topic-list strong {
	font-size: clamp(1.05rem, 1.45vw, 1.35rem);
	font-weight: 720;
	letter-spacing: -.02em;
}

.daes-v08-topic-list em {
	color: #687168;
	font-size: .83rem;
	font-style: normal;
	line-height: 1.5;
}

.daes-v08-standard {
	background: #e4ffbd;
	border: 1px solid #c3e691;
	border-radius: 24px;
	display: grid !important;
	gap: clamp(48px, 8vw, 150px);
	grid-template-columns: minmax(280px, .9fr) minmax(420px, 1.1fr) !important;
	margin-top: 10px !important;
	padding: clamp(42px, 5vw, 80px) !important;
}

.daes-v08-standard > * {
	margin: 0 !important;
	max-width: none !important;
}

.daes-v08-standard h2 {
	font-size: clamp(2.6rem, 4.2vw, 5rem) !important;
}

.daes-v08-standard > div:first-child > p:not(.daes-kicker, .daes-text-link) {
	font-size: .98rem;
	line-height: 1.65;
	margin: 26px 0;
	max-width: 630px;
}

.daes-v08-standard-grid {
	display: grid !important;
	gap: 1px;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	background: #9fc96a;
	border: 1px solid #9fc96a;
	border-radius: 16px;
	overflow: hidden;
}

.daes-v08-standard-grid p {
	background: #f8fff0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin: 0;
	min-height: 160px;
	padding: 23px;
}

.daes-v08-standard-grid span {
	font-size: clamp(1.8rem, 3vw, 3.2rem);
	font-weight: 760;
	letter-spacing: -.045em;
	line-height: 1;
	margin-bottom: auto;
}

.daes-v08-standard-grid strong {
	font-size: .78rem;
	font-weight: 780;
	margin-top: 20px;
}

.daes-v08-standard-grid small {
	color: #607052;
	font-size: .68rem;
	margin-top: 4px;
}

.daes-v08-partner,
.daes-v08-return {
	display: grid !important;
	gap: clamp(42px, 9vw, 170px);
	grid-template-columns: minmax(280px, 1fr) minmax(300px, .72fr) !important;
	padding: clamp(88px, 10vw, 160px) 0 0;
}

.daes-v08-partner > *,
.daes-v08-return > * {
	margin: 0 !important;
	max-width: none !important;
}

.daes-v08-partner > div:last-child,
.daes-v08-return > div:last-child {
	border-top: 1px solid #bfc6bf;
	padding-top: 24px;
}

.daes-v08-partner > div:last-child > p,
.daes-v08-return > div:last-child > p {
	color: #5f6961;
	font-size: .96rem;
	line-height: 1.68;
	margin: 0 0 16px;
}

.daes-v08-partner .wp-block-buttons,
.daes-v08-return .wp-block-buttons {
	margin: 30px 0 0;
}

.daes-v08-partner .wp-block-button__link,
.daes-v08-return .wp-block-button__link {
	border-radius: 11px;
	min-height: 48px;
}

.daes-v08-return {
	border-top: 1px solid #bfc6bf;
	margin-top: clamp(86px, 10vw, 160px) !important;
	padding-top: clamp(62px, 7vw, 110px);
}

@media (prefers-reduced-motion: no-preference) {
	.daes-rail-header p:last-child span {
		animation: daes-v08-pulse 2.4s ease-in-out infinite;
	}

	.daes-hero-path span {
		transition: border-radius .35s ease, transform .35s ease;
	}

	.daes-hero-frame:hover .daes-hero-path span {
		border-radius: 50%;
		transform: rotate(-6deg);
	}
}

@keyframes daes-v08-pulse {
	0%, 100% { opacity: .55; transform: scale(.82); }
	50% { opacity: 1; transform: scale(1); }
}

@media (max-width: 1180px) {
	.daes-hero-heading {
		grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr) !important;
	}

	.daes-hero-stories {
		grid-template-columns: minmax(0, 1.35fr) minmax(290px, .65fr) !important;
	}

	.daes-hero-lead {
		grid-template-columns: 1fr;
		grid-template-rows: minmax(230px, 1fr) auto;
	}

	.daes-story-media::after {
		height: 210px;
		width: 210px;
	}

	.daes-v08-card-query > .wp-block-post-template {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.daes-hero-utility {
		justify-content: flex-start !important;
	}

	.daes-hero-search {
		margin-left: auto !important;
		min-width: 280px;
	}

	.daes-hero-heading,
	.daes-hero-stories,
	.daes-v08-topics,
	.daes-v08-standard,
	.daes-v08-partner,
	.daes-v08-return {
		grid-template-columns: 1fr !important;
	}

	.daes-hero-heading {
		gap: 36px;
	}

	.daes-hero-promise {
		max-width: 620px !important;
	}

	.daes-hero-rail {
		min-height: auto;
	}

	.daes-hero-rail-query > .wp-block-post-template {
		display: grid;
		gap: 24px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.daes-rail-story {
		border-bottom: 0;
	}

	.daes-rail-story + .daes-rail-story {
		border-left: 1px solid #343d36;
		padding-left: 24px;
	}

	.daes-v08-topics,
	.daes-v08-standard,
	.daes-v08-partner,
	.daes-v08-return {
		gap: 42px;
	}
}

@media (max-width: 680px) {
	.daes-portal-hero {
		padding: 8px 8px 0 !important;
	}

	.daes-hero-frame {
		border-radius: 16px;
		padding-inline: 16px !important;
	}

	.daes-hero-utility {
		display: grid !important;
		grid-template-columns: 1fr auto;
		padding: 13px 0;
	}

	.daes-hero-path {
		font-size: 0;
	}

	.daes-hero-path strong {
		font-size: 11px;
	}

	.daes-hero-path em,
	.daes-hero-path em + * {
		display: none;
	}

	.daes-hero-search {
		grid-column: 1 / -1;
		grid-row: 2;
		max-width: none;
		min-width: 0;
		width: 100%;
	}

	.daes-hero-all a {
		font-size: 0;
		gap: 0;
		height: 44px;
		justify-content: center;
		padding: 0;
		width: 44px;
	}

	.daes-hero-all a span {
		font-size: 16px;
	}

	.daes-hero-heading {
		padding: 42px 0 34px;
	}

	.daes-hero-heading h1 {
		font-size: clamp(2.8rem, 14vw, 4.5rem) !important;
		letter-spacing: -.044em;
		line-height: .94;
	}

	.daes-hero-promise {
		padding-left: 18px;
	}

	.daes-hero-lead {
		grid-template-rows: 210px auto;
	}

	.daes-story-body {
		padding: 24px 20px 26px;
	}

	.daes-story-body .wp-block-post-title {
		font-size: clamp(1.65rem, 8vw, 2.4rem) !important;
	}

	.daes-hero-empty {
		min-height: 460px;
		padding: 28px 22px;
	}

	.daes-hero-empty::before {
		height: 130px;
		width: 130px;
	}

	.daes-hero-empty h2 {
		font-size: clamp(2rem, 10vw, 3.1rem) !important;
	}

	.daes-hero-rail-query > .wp-block-post-template {
		display: block;
	}

	.daes-rail-story + .daes-rail-story {
		border-left: 0;
		border-top: 1px solid #343d36;
		padding-left: 0;
	}

	.daes-hero-signals {
		grid-template-columns: 1fr !important;
	}

	.daes-hero-signals p {
		min-height: 72px;
		padding-inline: 4px;
	}

	.daes-hero-signals p + p {
		border-left: 0;
		border-top: 1px solid #303832;
	}

	.daes-v08-section,
	.daes-v08-standard,
	.daes-v08-partner,
	.daes-v08-return {
		width: calc(100% - 32px);
	}

	.daes-v08-section {
		padding: 72px 0;
	}

	.daes-v08-heading {
		align-items: flex-start !important;
		flex-direction: column;
	}

	.daes-v08-heading h2,
	.daes-v08-topic-intro h2,
	.daes-v08-standard h2,
	.daes-v08-partner h2,
	.daes-v08-return h2 {
		font-size: clamp(2.3rem, 12vw, 3.7rem) !important;
	}

	.daes-v08-card-query > .wp-block-post-template {
		grid-template-columns: 1fr;
	}

	.daes-v08-card-body {
		min-height: 220px;
	}

	.daes-v08-topic-list a {
		align-items: start;
		gap: 8px 14px;
		grid-template-columns: 26px minmax(0, 1fr);
		padding: 20px 4px;
	}

	.daes-v08-topic-list em {
		grid-column: 2;
	}

	.daes-v08-standard {
		border-radius: 18px;
		padding: 30px 22px !important;
	}

	.daes-v08-standard-grid p {
		min-height: 145px;
		padding: 18px;
	}

	.daes-v08-partner,
	.daes-v08-return {
		padding-top: 82px;
	}
}

@media (max-width: 430px) {
	.daes-v08-standard-grid {
		grid-template-columns: 1fr !important;
	}

	.daes-v08-standard-grid p {
		min-height: 128px;
	}
}
