﻿:root {
	--cdlx-radius: 8px;
	--cdlx-shadow: 0 28px 70px rgba(29, 26, 23, 0.16);
	--cdlx-shadow-soft: 0 14px 34px rgba(29, 26, 23, 0.09);
	--cdlx-shadow-crisp: 0 1px 0 rgba(255, 253, 248, 0.72) inset, 0 18px 42px rgba(58, 36, 24, 0.11);
}

html {
	scroll-behavior: smooth;
	overflow-x: clip;
}

body {
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.95), rgba(247, 241, 232, 0.98) 52%, rgba(239, 226, 208, 0.76)),
		#f7f1e8;
	letter-spacing: 0;
	overflow-x: clip;
	overflow-wrap: break-word;
}

img,
svg {
	max-width: 100%;
	height: auto;
}

.wp-site-blocks,
.site-main,
.entry-content,
.wp-block-post-content {
	min-width: 0;
	overflow-wrap: anywhere;
}

.wp-block-columns,
.wp-block-column,
.cdlx-hero__grid,
.cdlx-card-grid,
.cdlx-post-grid,
.preview-wide {
	min-width: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading {
	overflow-wrap: anywhere;
}

a {
	text-underline-offset: 0.18em;
}

a:hover {
	color: #3a2418;
}

:where(a, button, input, textarea, select, summary, .wp-block-button__link):focus-visible {
	outline: 3px solid #b89b5e;
	outline-offset: 3px;
}

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

.skip-link:focus {
	position: fixed;
	top: 1rem;
	left: 1rem;
	z-index: 9999;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0.75rem 1rem;
	clip: auto;
	color: #fffdf8;
	background: #1d1a17;
	border-radius: var(--cdlx-radius);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 253, 248, 0.94);
	border-bottom: 1px solid #e3d8c8;
	backdrop-filter: blur(14px);
}

.site-header__inner {
	min-height: 76px;
	padding-top: 0.65rem;
	padding-bottom: 0.65rem;
	min-width: 0;
}

.site-brand {
	gap: 0.05rem;
	min-width: 0;
}

.site-brand__title a {
	color: #1d1a17;
	font-family: Cormorant Garamond, Playfair Display, Georgia, serif;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.site-brand__tagline {
	max-width: 18rem;
	margin: 0;
	color: #6f6861;
	font-size: 0.82rem;
	line-height: 1.3;
}

.site-nav a {
	text-decoration: none;
}

.site-nav {
	max-width: min(100%, 820px);
	min-width: 0;
}

.site-nav .wp-block-navigation__container {
	column-gap: clamp(0.75rem, 1.4vw, 1.25rem);
	row-gap: 0.55rem;
	min-width: 0;
}

.preview-header__inner,
.preview-brand,
.preview-nav {
	min-width: 0;
}

.preview-nav {
	max-width: 100%;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	scrollbar-width: thin;
}

.preview-nav a {
	white-space: nowrap;
}

.wp-block-navigation__responsive-container.is-menu-open {
	padding: 1.25rem;
	background: #fffdf8;
}

.site-main {
	min-height: 60vh;
}

.site-main--page,
.site-main--single,
.site-main--archive {
	padding-top: 3rem;
	padding-bottom: 4rem;
}

.page-header,
.single-header {
	margin-bottom: 2rem;
}

.single-header__excerpt {
	max-width: 760px;
	color: #6f6861;
	font-size: 1.12rem;
}

.single-header__meta,
.cdlx-kicker,
.cdlx-kicker a {
	color: #6e1f2b;
	font-size: 0.8rem;
	font-weight: 750;
	text-decoration: none;
	text-transform: uppercase;
}

.single-featured img,
.wp-block-post-featured-image img {
	border-radius: var(--cdlx-radius);
}

.cdlx-section {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.cdlx-section--compact {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.cdlx-section--center {
	text-align: center;
}

.cdlx-section--alt {
	background: #fffdf8;
	border-top: 1px solid #e3d8c8;
	border-bottom: 1px solid #e3d8c8;
}

.cdlx-section--dark {
	color: #fffdf8;
	background: #3a2418;
}

.cdlx-section--dark a {
	color: #fffdf8;
}

.cdlx-hero {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.cdlx-hero__grid {
	gap: 2.4rem;
	align-items: center;
}

.cdlx-hero h1 {
	max-width: 760px;
	margin-bottom: 1rem;
	font-size: 3rem;
}

.cdlx-hero p {
	max-width: 680px;
	color: #3a2418;
	font-size: 1.08rem;
}

.cdlx-hero__media {
	position: relative;
	overflow: hidden;
	border: 1px solid #e3d8c8;
	border-radius: var(--cdlx-radius);
	background: #efe2d0;
	box-shadow: var(--cdlx-shadow);
}

.cdlx-hero__media img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.cdlx-eyebrow {
	margin-bottom: 0.5rem;
	color: #6e1f2b;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
	max-width: 100%;
	overflow-wrap: anywhere;
}

.cdlx-lead {
	color: #3a2418;
	font-size: 1.12rem;
}

.cdlx-muted {
	color: #6f6861;
}

.cdlx-card-grid,
.cdlx-post-grid {
	display: grid;
	gap: clamp(1.15rem, 2vw, 1.75rem);
	width: 100%;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wp-block-group.alignwide > .cdlx-card-grid,
.wp-block-group.alignwide > .cdlx-post-grid,
.preview-wide > .cdlx-card-grid,
.preview-wide > .cdlx-post-grid {
	max-width: 100%;
}

.cdlx-card-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cdlx-card {
	padding: 1.25rem;
	border: 1px solid #e3d8c8;
	border-radius: var(--cdlx-radius);
	background: #fffdf8;
	box-shadow: var(--cdlx-shadow-soft);
	box-sizing: border-box;
	height: 100%;
	isolation: isolate;
	min-height: 0;
}

.cdlx-card > :first-child {
	margin-top: 0;
}

.cdlx-card > :last-child {
	margin-bottom: 0;
}

.cdlx-card h2,
.cdlx-card h3 {
	margin-top: 0.2rem;
	font-size: 1.35rem;
}

.cdlx-card h2 a,
.cdlx-card h3 a {
	color: #1d1a17;
	text-decoration: none;
}

.cdlx-card h2 a:hover,
.cdlx-card h3 a:hover {
	color: #6e1f2b;
	text-decoration: underline;
}

.cdlx-card__media {
	margin: -1.25rem -1.25rem 1rem;
	overflow: hidden;
	border-bottom: 1px solid #e3d8c8;
	border-radius: var(--cdlx-radius) var(--cdlx-radius) 0 0;
}

.cdlx-card__media img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.cdlx-button .wp-block-button__link,
.wp-block-button.cdlx-button .wp-block-button__link {
	border: 1px solid #6e1f2b;
	border-radius: var(--cdlx-radius);
	background: #6e1f2b;
	color: #fffdf8;
	font-weight: 750;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.cdlx-button .wp-block-button__link:hover,
.wp-block-button.cdlx-button .wp-block-button__link:hover {
	background: #3a2418;
	border-color: #3a2418;
	color: #fffdf8;
	transform: translateY(-1px);
}

.cdlx-button--outline .wp-block-button__link,
.wp-block-button.is-style-outline.cdlx-button .wp-block-button__link {
	background: transparent;
	color: #6e1f2b;
}

.cdlx-button--outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline.cdlx-button .wp-block-button__link:hover {
	background: #6e1f2b;
	border-color: #6e1f2b;
	color: #fffdf8;
}

.cdlx-section--dark .cdlx-button--outline .wp-block-button__link,
.cdlx-section--dark .wp-block-button.is-style-outline.cdlx-button .wp-block-button__link {
	background: rgba(255, 253, 248, 0.04);
	border-color: rgba(184, 155, 94, 0.88);
	color: #fffdf8;
}

.cdlx-section--dark .cdlx-button--outline .wp-block-button__link:hover,
.cdlx-section--dark .wp-block-button.is-style-outline.cdlx-button .wp-block-button__link:hover,
.cdlx-section--dark .cdlx-button--outline .wp-block-button__link:focus-visible,
.cdlx-section--dark .wp-block-button.is-style-outline.cdlx-button .wp-block-button__link:focus-visible {
	background: #fffdf8;
	border-color: #fffdf8;
	color: #3a2418;
}

.cdlx-button--gold .wp-block-button__link {
	background: #b89b5e;
	border-color: #b89b5e;
	color: #1d1a17;
}

.cdlx-provider {
	padding: 2rem;
	border: 1px solid rgba(184, 155, 94, 0.58);
	border-radius: var(--cdlx-radius);
	background: linear-gradient(135deg, #fffdf8, #efe2d0);
	box-shadow: var(--cdlx-shadow-soft);
}

.cdlx-provider__notice {
	padding: 0.85rem 1rem;
	border-left: 4px solid #b89b5e;
	background: rgba(255, 253, 248, 0.72);
	color: #3a2418;
	font-size: 0.95rem;
}

.cdlx-compare {
	width: 100%;
	border-collapse: collapse;
	background: #fffdf8;
	border: 1px solid #e3d8c8;
	border-radius: var(--cdlx-radius);
	overflow: hidden;
}

.cdlx-compare th,
.cdlx-compare td {
	padding: 0.85rem;
	border-bottom: 1px solid #e3d8c8;
	text-align: left;
	vertical-align: top;
}

.cdlx-compare th {
	background: #6e1f2b;
	color: #fffdf8;
	font-weight: 750;
}

.cdlx-faq {
	display: grid;
	gap: 0.8rem;
}

.cdlx-faq details {
	padding: 1rem 1.1rem;
	border: 1px solid #e3d8c8;
	border-radius: var(--cdlx-radius);
	background: #fffdf8;
}

.cdlx-faq summary {
	cursor: pointer;
	font-weight: 800;
}

.cdlx-faq p {
	margin-bottom: 0;
	color: #3a2418;
}

.cdlx-cta-panel {
	padding: 2.2rem;
	border-radius: var(--cdlx-radius);
	background: #6e1f2b;
	color: #fffdf8;
	text-align: center;
}

.cdlx-cta-panel p {
	max-width: 680px;
	margin-right: auto;
	margin-left: auto;
}

.cdlx-cta-panel .wp-block-button__link {
	background: #fffdf8;
	border-color: #fffdf8;
	color: #6e1f2b;
}

.cdlx-article-content h2 {
	margin-top: 2.2rem;
}

.post-navigation-panel {
	margin-top: 3rem;
	padding-top: 1.5rem;
	border-top: 1px solid #e3d8c8;
}

.site-footer {
	padding-top: 3rem;
	padding-bottom: 2rem;
	color: #fffdf8;
	background: #1d1a17;
}

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

.site-footer__inner {
	gap: 2rem;
}

.site-footer__brand {
	margin-top: 0;
}

.site-footer__nav {
	align-items: flex-start;
}

.site-footer__legal {
	margin-top: 2rem;
	color: rgba(255, 253, 248, 0.72);
	font-size: 0.85rem;
}

.cdlx-mobile-sticky {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	z-index: 40;
	display: none;
}

.cdlx-mobile-sticky a {
	display: block;
	padding: 0.9rem 1rem;
	border-radius: var(--cdlx-radius);
	background: #6e1f2b;
	color: #fffdf8;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	box-shadow: var(--cdlx-shadow);
}

.cdlx-cookie-banner {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	z-index: 10000;
	display: flex;
	justify-content: center;
	pointer-events: none;
}

.cdlx-cookie-banner__content {
	width: min(100%, 720px);
	padding: 1.1rem;
	border: 1px solid rgba(227, 216, 200, 0.9);
	border-radius: var(--cdlx-radius);
	background: #fffdf8;
	box-shadow: 0 24px 70px rgba(29, 26, 23, 0.22);
	pointer-events: auto;
}

.cdlx-cookie-banner h2 {
	margin: 0 0 0.45rem;
	font-size: 1.25rem;
}

.cdlx-cookie-banner p {
	margin: 0 0 0.7rem;
	color: #3a2418;
	font-size: 0.95rem;
	line-height: 1.55;
}

.cdlx-cookie-banner a {
	font-weight: 750;
}

.cdlx-cookie-banner__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-top: 0.85rem;
}

.cdlx-cookie-banner__panel {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #e3d8c8;
}

.cdlx-cookie-banner__panel label {
	display: flex;
	gap: 0.55rem;
	align-items: flex-start;
	color: #1d1a17;
	font-weight: 750;
}

.cdlx-cookie-button {
	min-height: 42px;
	padding: 0.65rem 0.95rem;
	border: 1px solid #6e1f2b;
	border-radius: var(--cdlx-radius);
	cursor: pointer;
	font: inherit;
	font-weight: 800;
}

.cdlx-cookie-button--primary {
	background: #6e1f2b;
	color: #fffdf8;
}

.cdlx-cookie-button--secondary {
	background: transparent;
	color: #6e1f2b;
}

.cdlx-cookie-button:hover {
	background: #3a2418;
	border-color: #3a2418;
	color: #fffdf8;
}

/* Phase 2 editorial visual system. */
.site-header {
	box-shadow: 0 10px 30px rgba(29, 26, 23, 0.04);
}

.site-brand__title a {
	font-size: 2rem;
}

.site-nav a {
	position: relative;
	color: #1d1a17;
}

.site-nav a::after {
	position: absolute;
	right: 0;
	bottom: -0.35rem;
	left: 0;
	height: 2px;
	content: "";
	background: #b89b5e;
	opacity: 0;
	transform: translateY(4px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
	opacity: 1;
	transform: translateY(0);
}

.cdlx-section {
	position: relative;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.cdlx-section.cdlx-section--compact {
	padding-top: 2.25rem;
	padding-bottom: 2.25rem;
}

.cdlx-section > .alignwide > h1,
.cdlx-section > .alignwide > h2,
.cdlx-section > .preview-wide > h1,
.cdlx-section > .preview-wide > h2 {
	max-width: 760px;
	margin-bottom: 1rem;
}

.cdlx-section > .alignwide > p,
.cdlx-section > .preview-wide > p {
	max-width: 790px;
}

.cdlx-section--alt {
	background:
		linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(239, 226, 208, 0.66)),
		#fffdf8;
}

.cdlx-section--dark {
	background:
		linear-gradient(135deg, rgba(29, 26, 23, 0.96), rgba(58, 36, 24, 0.94)),
		#3a2418;
}

.cdlx-hero {
	position: relative;
	overflow: hidden;
	padding-top: 5.25rem;
	padding-bottom: 5.25rem;
	background:
		linear-gradient(135deg, rgba(255, 253, 248, 0.97), rgba(247, 241, 232, 0.78) 52%, rgba(184, 155, 94, 0.18)),
		#f7f1e8;
	border-bottom: 1px solid rgba(227, 216, 200, 0.85);
}

.cdlx-hero::before {
	position: absolute;
	top: 1.3rem;
	right: max(1rem, calc((100vw - 1180px) / 2));
	width: 8.5rem;
	height: 1px;
	content: "";
	background: #b89b5e;
}

.cdlx-hero::after {
	position: absolute;
	right: -18rem;
	bottom: -22rem;
	width: 46rem;
	height: 46rem;
	content: "";
	background: radial-gradient(circle, rgba(110, 31, 43, 0.13), rgba(110, 31, 43, 0) 64%);
	pointer-events: none;
}

.cdlx-hero__grid {
	position: relative;
	z-index: 1;
	gap: 3rem;
}

.cdlx-hero h1,
.cdlx-hero .wp-block-heading {
	max-width: 800px;
	margin-bottom: 1.1rem;
	font-size: 4rem;
	letter-spacing: 0;
}

.cdlx-hero p,
.cdlx-lead,
.single-header__excerpt {
	color: #3a2418;
	font-size: 1.14rem;
	line-height: 1.78;
}

.cdlx-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	color: #6e1f2b;
}

.cdlx-eyebrow::before {
	width: 2.1rem;
	height: 1px;
	content: "";
	background: #b89b5e;
}

.cdlx-hero__media,
.single-featured,
.wp-block-post-featured-image,
.cdlx-article-hero {
	border-radius: var(--cdlx-radius);
	box-shadow: var(--cdlx-shadow);
}

.cdlx-hero__media {
	background:
		linear-gradient(145deg, rgba(255, 253, 248, 0.34), rgba(29, 26, 23, 0.1)),
		#efe2d0;
	transform: rotate(0.4deg);
}

.cdlx-hero__media img,
.single-featured img,
.wp-block-post-featured-image img,
.cdlx-article-hero img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.cdlx-section--dark .cdlx-hero__media {
	border-color: rgba(184, 155, 94, 0.54);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.cdlx-card-grid,
.cdlx-post-grid {
	gap: clamp(1.15rem, 2vw, 1.75rem);
	align-items: stretch;
}

.cdlx-card {
	position: relative;
	overflow: hidden;
	min-height: 0;
	padding: 1.35rem;
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 253, 248, 0.88)),
		#fffdf8;
	box-shadow: var(--cdlx-shadow-crisp);
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
	transform: translateZ(0);
}

.cdlx-card-grid + .wp-block-buttons,
.cdlx-card-grid + .preview-buttons,
.cdlx-post-grid + .wp-block-buttons,
.cdlx-post-grid + .preview-buttons {
	position: relative;
	z-index: 0;
	margin-top: clamp(2rem, 3vw, 2.75rem);
}

.cdlx-card::after {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	content: "";
	background: linear-gradient(90deg, #6e1f2b, #b89b5e);
	opacity: 0.84;
}

.cdlx-card:hover {
	border-color: rgba(184, 155, 94, 0.78);
	box-shadow: 0 20px 48px rgba(29, 26, 23, 0.13);
	transform: translateY(-2px);
}

.cdlx-card__media,
.cdlx-card__image,
.cdlx-card--post .wp-block-post-featured-image {
	margin: -1.35rem -1.35rem 1.15rem;
	overflow: hidden;
	background: #3a2418;
	border-bottom: 1px solid #e3d8c8;
	border-radius: var(--cdlx-radius) var(--cdlx-radius) 0 0;
}

.cdlx-card__media img,
.cdlx-card__image img,
.cdlx-card--post .wp-block-post-featured-image img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	transition: transform 220ms ease;
}

.cdlx-card:hover .cdlx-card__media img,
.cdlx-card:hover .cdlx-card__image img,
.cdlx-card--post:hover .wp-block-post-featured-image img {
	transform: scale(1.018);
}

.cdlx-card h2,
.cdlx-card h3 {
	margin-bottom: 0.55rem;
	font-size: 1.5rem;
}

.cdlx-card p {
	color: #4e463f;
}

.cdlx-provider {
	position: relative;
	overflow: hidden;
	padding: 2.5rem;
	background:
		linear-gradient(135deg, rgba(255, 253, 248, 0.97), rgba(239, 226, 208, 0.9)),
		#fffdf8;
	box-shadow: var(--cdlx-shadow);
}

.cdlx-provider::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 34%;
	height: 100%;
	content: "";
	background:
		linear-gradient(90deg, rgba(255, 253, 248, 0), rgba(184, 155, 94, 0.14)),
		repeating-linear-gradient(135deg, rgba(110, 31, 43, 0.08) 0 1px, transparent 1px 14px);
	pointer-events: none;
}

.cdlx-provider > * {
	position: relative;
	z-index: 1;
}

.cdlx-provider h2 {
	max-width: 760px;
}

.cdlx-provider__notice {
	max-width: 860px;
	border-left-color: #6e1f2b;
	background: rgba(255, 253, 248, 0.82);
}

.cdlx-compare {
	box-shadow: var(--cdlx-shadow-soft);
}

.cdlx-compare th {
	background: linear-gradient(135deg, #6e1f2b, #3a2418);
}

.cdlx-faq details {
	box-shadow: 0 8px 20px rgba(29, 26, 23, 0.05);
}

.cdlx-faq summary {
	color: #1d1a17;
}

.cdlx-cta-panel {
	position: relative;
	overflow: hidden;
	padding: 3rem 2.2rem;
	background:
		linear-gradient(135deg, rgba(110, 31, 43, 0.96), rgba(58, 36, 24, 0.98)),
		#6e1f2b;
	box-shadow: var(--cdlx-shadow);
}

.cdlx-cta-panel::before {
	position: absolute;
	top: 1.2rem;
	left: 50%;
	width: 7rem;
	height: 1px;
	content: "";
	background: #b89b5e;
	transform: translateX(-50%);
}

.cdlx-cta-panel > * {
	position: relative;
	z-index: 1;
}

.page-header,
.single-header {
	padding: 2.5rem 0 1rem;
	border-bottom: 1px solid #e3d8c8;
}

.single-featured,
.wp-block-post-featured-image {
	overflow: hidden;
	background: #3a2418;
}

.single-featured img {
	aspect-ratio: 16 / 8;
}

.cdlx-article-hero {
	margin-bottom: 2rem;
	overflow: hidden;
	background: #3a2418;
}

.cdlx-article-content {
	font-size: 1.04rem;
}

.cdlx-article-content h2 {
	padding-top: 1rem;
	border-top: 1px solid rgba(227, 216, 200, 0.9);
}

.site-footer {
	background:
		linear-gradient(135deg, rgba(29, 26, 23, 0.98), rgba(58, 36, 24, 0.96)),
		#1d1a17;
}

@media (max-width: 980px) {
	.cdlx-card-grid,
	.cdlx-post-grid,
	.cdlx-card-grid--four {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cdlx-hero h1,
	.cdlx-hero .wp-block-heading {
		font-size: 3.25rem;
	}

	.site-header__inner {
		min-height: 68px;
	}
}

@media (max-width: 720px) {
	body {
		--wp--style--root--padding-right: 1rem;
		--wp--style--root--padding-left: 1rem;
	}

	.site-main--page,
	.site-main--single,
	.site-main--archive {
		padding-top: 2rem;
	}

	.cdlx-section,
	.cdlx-hero {
		padding-top: 2.6rem;
		padding-bottom: 2.6rem;
	}

	.cdlx-hero h1,
	.cdlx-hero .wp-block-heading {
		font-size: clamp(2.15rem, 12vw, 2.55rem);
	}

	.cdlx-hero__media,
	.single-featured,
	.wp-block-post-featured-image,
	.cdlx-article-hero {
		transform: none;
	}

	.cdlx-card:hover {
		transform: none;
	}

	.cdlx-card:hover .cdlx-card__media img,
	.cdlx-card:hover .cdlx-card__image img,
	.cdlx-card--post:hover .wp-block-post-featured-image img {
		transform: none;
	}

	.cdlx-card-grid,
	.cdlx-post-grid,
	.cdlx-card-grid--four {
		grid-template-columns: 1fr;
	}

	.cdlx-provider,
	.cdlx-cta-panel {
		padding: 1.35rem;
	}

	.cdlx-compare,
	.cdlx-compare thead,
	.cdlx-compare tbody,
	.cdlx-compare tr,
	.cdlx-compare th,
	.cdlx-compare td {
		display: block;
	}

	.cdlx-compare thead {
		display: none;
	}

	.cdlx-compare tr {
		border-bottom: 1px solid #e3d8c8;
	}

	.cdlx-compare td {
		border-bottom: 0;
	}

	.cdlx-compare td::before {
		content: attr(data-label);
		display: block;
		margin-bottom: 0.2rem;
		color: #6e1f2b;
		font-weight: 800;
	}

	.cdlx-mobile-sticky {
		display: block;
	}
}

@media (hover: none), (pointer: coarse) {
	.cdlx-card:hover {
		border-color: #e3d8c8;
		box-shadow: var(--cdlx-shadow-crisp);
		transform: none;
	}

	.cdlx-card:hover .cdlx-card__media img,
	.cdlx-card:hover .cdlx-card__image img,
	.cdlx-card--post:hover .wp-block-post-featured-image img {
		transform: none;
	}
}

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

	* {
		transition-duration: 0.001ms !important;
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* Editorial component system */
.cdlx-timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1rem;
	padding: 0;
	margin: 2rem 0 0;
	list-style: none;
}

.cdlx-timeline li {
	position: relative;
	padding: 1.25rem;
	background: #fffdf8;
	border: 1px solid #e3d8c8;
	border-radius: var(--cdlx-radius);
	box-shadow: var(--cdlx-shadow-soft);
}

.cdlx-timeline__marker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 3.4rem;
	min-height: 3.4rem;
	margin-bottom: 0.85rem;
	color: #fffdf8;
	font-weight: 850;
	line-height: 1;
	background: linear-gradient(135deg, #6e1f2b, #3a2418);
	border-radius: 999px;
}

.cdlx-timeline h3,
.cdlx-cut-card h4,
.cdlx-myth h3 {
	margin: 0 0 0.45rem;
}

.cdlx-timeline p,
.cdlx-cut-card p,
.cdlx-myth p,
.cdlx-atlas__zone header p {
	margin: 0;
	color: #4e463f;
}

.cdlx-checklist-block {
	padding: clamp(1.4rem, 3vw, 2.4rem);
	background: linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(239, 226, 208, 0.72));
	border: 1px solid #e3d8c8;
	border-radius: var(--cdlx-radius);
	box-shadow: var(--cdlx-shadow-soft);
}

.cdlx-checklist {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem 1rem;
	padding: 0;
	margin: 1.5rem 0 0;
	list-style: none;
}

.cdlx-checklist li {
	position: relative;
	padding: 0.85rem 1rem 0.85rem 2.55rem;
	background: #fffdf8;
	border: 1px solid rgba(227, 216, 200, 0.95);
	border-radius: var(--cdlx-radius);
}

.cdlx-checklist li::before {
	position: absolute;
	left: 0.95rem;
	color: #6e1f2b;
	font-weight: 900;
	content: "\2713";
}

.cdlx-atlas {
	display: grid;
	gap: 1.4rem;
	margin-top: 2rem;
}

.cdlx-atlas__zone {
	padding: clamp(1.2rem, 2.8vw, 2rem);
	background: #fffdf8;
	border: 1px solid #e3d8c8;
	border-radius: var(--cdlx-radius);
	box-shadow: var(--cdlx-shadow-soft);
}

.cdlx-atlas__zone header {
	display: grid;
	grid-template-columns: minmax(10rem, 0.35fr) minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
	margin-bottom: 1.25rem;
	border-bottom: 1px solid #e3d8c8;
	padding-bottom: 1rem;
}

.cdlx-cut-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.9rem;
}

.cdlx-cut-card {
	padding: 1rem;
	background: #f7f1e8;
	border: 1px solid rgba(227, 216, 200, 0.95);
	border-radius: var(--cdlx-radius);
}

.cdlx-cut-card a {
	color: #1d1a17;
	text-decoration-color: rgba(110, 31, 43, 0.45);
}

.cdlx-cut-card dl {
	display: grid;
	gap: 0.45rem;
	margin: 0.85rem 0 0;
}

.cdlx-cut-card dt {
	color: #6e1f2b;
	font-size: 0.74rem;
	font-weight: 850;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.cdlx-cut-card dd {
	margin: 0;
	color: #3a2418;
}

.cdlx-myth-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.6rem;
}

.cdlx-myth {
	padding: 1.25rem;
	background: #fffdf8;
	border: 1px solid #e3d8c8;
	border-radius: var(--cdlx-radius);
	box-shadow: var(--cdlx-shadow-soft);
}

.cdlx-myth__label {
	margin: 0 0 0.35rem;
	color: #6e1f2b;
	font-size: 0.76rem;
	font-weight: 850;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.cdlx-source-note {
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding: 1.35rem 1.5rem;
	background: rgba(255, 253, 248, 0.9);
	border-left: 4px solid #b89b5e;
	box-shadow: 0 10px 24px rgba(29, 26, 23, 0.06);
}

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

.cdlx-glossary div {
	padding: 1.1rem;
	background: #fffdf8;
	border: 1px solid #e3d8c8;
	border-radius: var(--cdlx-radius);
}

.cdlx-glossary dt {
	margin-bottom: 0.4rem;
	color: #1d1a17;
	font-family: Cormorant Garamond, Playfair Display, Georgia, serif;
	font-size: 1.45rem;
	font-weight: 750;
}

.cdlx-glossary dd {
	margin: 0;
	color: #4e463f;
}

@media (max-width: 980px) {
	.cdlx-timeline,
	.cdlx-cut-grid,
	.cdlx-myth-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.cdlx-timeline,
	.cdlx-checklist,
	.cdlx-cut-grid,
	.cdlx-myth-grid,
	.cdlx-glossary,
	.cdlx-atlas__zone header {
		grid-template-columns: 1fr;
	}

	.cdlx-timeline li,
	.cdlx-atlas__zone,
	.cdlx-checklist-block,
	.cdlx-source-note {
		padding: 1rem;
	}
}

/* === Carnes Deluxe Phase 1 Visual System === */
:root {
	--cdlx-carbon: #0e0d0b;
	--cdlx-graphite: #171512;
	--cdlx-smoked-black: #211d19;
	--cdlx-burgundy: #4a1114;
	--cdlx-meat-red: #7a2522;
	--cdlx-copper: #c28a3a;
	--cdlx-gold: #d7a84a;
	--cdlx-bone: #f5efe4;
	--cdlx-parchment: #e9ddcb;
	--cdlx-smoke: #a99f90;
	--cdlx-olive: #263025;
	--cdlx-ink: #18130f;
	--cdlx-line: rgba(215, 168, 74, 0.26);
	--cdlx-radius: 24px;
	--cdlx-radius-sm: 14px;
	--cdlx-radius-lg: 30px;
	--cdlx-container: 1220px;
	--cdlx-reading: 760px;
	--cdlx-section-y: clamp(4rem, 8vw, 7.5rem);
	--cdlx-section-y-sm: clamp(3rem, 6vw, 5.5rem);
	--cdlx-shadow: 0 34px 90px rgba(14, 13, 11, 0.22);
	--cdlx-shadow-soft: 0 18px 55px rgba(33, 29, 25, 0.12);
	--cdlx-shadow-crisp: 0 1px 0 rgba(255, 255, 255, 0.18) inset, 0 22px 55px rgba(14, 13, 11, 0.18);
	--cdlx-heading-font: Fraunces, Cormorant Garamond, Playfair Display, Georgia, 'Times New Roman', serif;
	--cdlx-body-font: Inter, Source Sans 3, Manrope, Lato, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	--cdlx-mono-font: IBM Plex Mono, ui-monospace, SFMono-Regular, Menlo, Consolas, 'Liberation Mono', monospace;
}

body {
	background:
		radial-gradient(circle at 20% -10%, rgba(194, 138, 58, 0.16), transparent 28rem),
		linear-gradient(180deg, #f5efe4 0%, #efe3d1 44%, #f7f1e8 100%);
	color: var(--cdlx-carbon);
	font-family: var(--cdlx-body-font);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.wp-site-blocks {
	background: transparent;
}

:where(.alignwide) {
	max-width: var(--cdlx-container);
}

h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading {
	color: inherit;
	font-family: var(--cdlx-heading-font);
	letter-spacing: 0;
}

h1,
.wp-block-post-title {
	font-size: clamp(2.375rem, 5vw, 4.5rem);
	line-height: 0.96;
}

h2 {
	font-size: clamp(2rem, 3.4vw, 2.75rem);
	line-height: 1.02;
}

h3 {
	font-size: clamp(1.45rem, 2.2vw, 1.75rem);
	line-height: 1.12;
}

p,
li {
	font-size: clamp(1rem, 0.35vw + 0.94rem, 1.09rem);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 80;
	color: var(--cdlx-bone);
	background: linear-gradient(180deg, rgba(14, 13, 11, 0.96), rgba(23, 21, 18, 0.9));
	border-bottom: 1px solid rgba(215, 168, 74, 0.22);
	box-shadow: 0 12px 34px rgba(14, 13, 11, 0.18);
	backdrop-filter: blur(16px);
}

.site-header__inner {
	min-height: 84px;
	gap: 1.25rem;
	padding-top: 0.85rem;
	padding-bottom: 0.85rem;
}

.site-brand__title a {
	color: var(--cdlx-bone);
	font-family: var(--cdlx-heading-font);
	font-size: clamp(1.7rem, 1.2vw + 1.35rem, 2.35rem);
	font-weight: 750;
	letter-spacing: 0;
}

.site-brand__tagline {
	color: rgba(245, 239, 228, 0.72);
	font-size: 0.74rem;
	font-weight: 650;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.site-header__actions {
	gap: 1rem;
	min-width: 0;
}

.site-nav {
	max-width: min(100%, 760px);
}

.site-nav a {
	position: relative;
	color: rgba(245, 239, 228, 0.84);
	font-size: 0.92rem;
	font-weight: 700;
	text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
	color: var(--cdlx-gold);
}

.site-nav .wp-block-navigation__submenu-icon {
	color: var(--cdlx-bone);
}

.site-header__cta {
	margin: 0;
}

.wp-block-navigation__responsive-container.is-menu-open {
	color: var(--cdlx-bone);
	background:
		linear-gradient(160deg, rgba(74, 17, 20, 0.96), rgba(14, 13, 11, 0.98)),
		var(--cdlx-carbon);
}

.wp-block-navigation__responsive-container.is-menu-open a {
	color: var(--cdlx-bone);
	font-size: 1.1rem;
}

.wp-block-navigation__responsive-container-open,
.wp-block-navigation__responsive-container-close {
	color: var(--cdlx-bone);
}

.cdlx-button .wp-block-button__link,
.wp-block-button.cdlx-button .wp-block-button__link,
.wp-element-button {
	border-radius: 999px;
	box-shadow: none;
	font-family: var(--cdlx-body-font);
	font-weight: 800;
	letter-spacing: 0;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link,
.cdlx-button:not(.is-style-outline) .wp-block-button__link {
	color: var(--cdlx-carbon);
	background: linear-gradient(135deg, var(--cdlx-gold), var(--cdlx-copper));
	border: 1px solid rgba(215, 168, 74, 0.72);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.cdlx-button:not(.is-style-outline) .wp-block-button__link:hover {
	color: var(--cdlx-carbon);
	background: linear-gradient(135deg, #e4bb63, #c8923f);
	box-shadow: 0 16px 34px rgba(14, 13, 11, 0.18);
	transform: translateY(-2px);
}

.wp-block-button.is-style-outline .wp-block-button__link,
.cdlx-button--outline .wp-block-button__link {
	color: var(--cdlx-burgundy);
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(74, 17, 20, 0.34);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.cdlx-button--outline .wp-block-button__link:hover {
	color: var(--cdlx-carbon);
	background: rgba(215, 168, 74, 0.16);
	border-color: rgba(194, 138, 58, 0.65);
}

.cdlx-section--dark .wp-block-button.is-style-outline .wp-block-button__link,
.cdlx-section--dark .cdlx-button--outline .wp-block-button__link,
.cdlx-premium-cta .wp-block-button.is-style-outline .wp-block-button__link {
	color: var(--cdlx-bone);
	border-color: rgba(215, 168, 74, 0.55);
}

.cdlx-section--dark .wp-block-button.is-style-outline .wp-block-button__link:hover,
.cdlx-section--dark .cdlx-button--outline .wp-block-button__link:hover,
.cdlx-premium-cta .wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: var(--cdlx-carbon);
	background: var(--cdlx-gold);
}

.cdlx-button--header .wp-block-button__link,
.cdlx-button--external .wp-block-button__link {
	padding: 0.72rem 1rem;
	font-size: 0.88rem;
}

.cdlx-button--external .wp-block-button__link {
	background: transparent;
	color: var(--cdlx-gold);
	border-color: rgba(215, 168, 74, 0.42);
}

.cdlx-button--external .wp-block-button__link:hover {
	color: var(--cdlx-carbon);
	background: var(--cdlx-gold);
}

.cdlx-section {
	padding-top: var(--cdlx-section-y-sm);
	padding-bottom: var(--cdlx-section-y-sm);
}

.cdlx-section--alt {
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.68), rgba(233, 221, 203, 0.5)),
		var(--cdlx-parchment);
	border-color: rgba(194, 138, 58, 0.22);
}

.cdlx-section--dark,
.cdlx-premium-cta,
.cdlx-editorial-manifesto {
	color: var(--cdlx-bone);
	background:
		radial-gradient(circle at 18% 0%, rgba(122, 37, 34, 0.38), transparent 28rem),
		linear-gradient(145deg, var(--cdlx-carbon), var(--cdlx-smoked-black) 54%, var(--cdlx-burgundy));
}

.cdlx-section--dark p,
.cdlx-premium-cta p,
.cdlx-editorial-manifesto p {
	color: rgba(245, 239, 228, 0.82);
}

.cdlx-hero,
.cdlx-hero-editorial {
	position: relative;
	padding-top: clamp(4.2rem, 8vw, 7rem);
	padding-bottom: clamp(4.2rem, 8vw, 7rem);
}

.cdlx-hero::before,
.cdlx-hero-editorial::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(circle at 78% 20%, rgba(194, 138, 58, 0.22), transparent 23rem),
		linear-gradient(180deg, rgba(14, 13, 11, 0.05), transparent 42%);
	pointer-events: none;
}

.cdlx-hero h1,
.cdlx-hero-editorial h1 {
	max-width: 820px;
	font-size: clamp(2.55rem, 5.2vw, 4.65rem);
	letter-spacing: 0;
}

.cdlx-hero p,
.cdlx-hero-editorial p,
.cdlx-lead {
	max-width: 720px;
	color: rgba(24, 19, 15, 0.78);
	font-size: clamp(1.08rem, 0.55vw + 1rem, 1.28rem);
	line-height: 1.72;
}

.cdlx-hero__media,
.cdlx-card__media,
.cdlx-card__image,
.cdlx-card--post .wp-block-post-featured-image,
.cdlx-guide-card__media,
.cdlx-topic-card__media {
	overflow: hidden;
	border-radius: var(--cdlx-radius);
	background: var(--cdlx-smoked-black);
}

.cdlx-hero__media img,
.cdlx-card__media img,
.cdlx-card__image img,
.cdlx-card--post .wp-block-post-featured-image img,
.cdlx-guide-card__media img,
.cdlx-topic-card__media img {
	display: block;
	width: 100%;
	min-height: 100%;
	object-fit: cover;
	transition: transform 450ms ease, filter 450ms ease;
}

.cdlx-card,
.cdlx-card--post,
.cdlx-guide-card,
.cdlx-topic-card,
.cdlx-cut-card,
.cdlx-atlas__zone,
.cdlx-cut-atlas__zone,
.cdlx-expert-note,
.cdlx-source-note,
.cdlx-myth,
.cdlx-myth-block,
.cdlx-related-articles article {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(194, 138, 58, 0.22);
	border-radius: var(--cdlx-radius);
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.95), rgba(245, 239, 228, 0.9)),
		var(--cdlx-bone);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.74) inset;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.cdlx-card:hover,
.cdlx-card--post:hover,
.cdlx-guide-card:hover,
.cdlx-topic-card:hover,
.cdlx-cut-card:hover,
.cdlx-related-articles article:hover {
	border-color: rgba(194, 138, 58, 0.5);
	box-shadow: var(--cdlx-shadow-soft);
	transform: translateY(-4px);
}

.cdlx-card:hover img,
.cdlx-card--post:hover .wp-block-post-featured-image img,
.cdlx-guide-card:hover img,
.cdlx-topic-card:hover img {
	filter: saturate(1.04) contrast(1.03);
	transform: scale(1.035);
}

.cdlx-card h2,
.cdlx-card h3,
.cdlx-guide-card h3,
.cdlx-topic-card h3,
.cdlx-cut-card h3 {
	margin-top: 0.55rem;
	color: var(--cdlx-carbon);
}

.cdlx-card p,
.cdlx-guide-card p,
.cdlx-topic-card p,
.cdlx-cut-card p {
	color: rgba(24, 19, 15, 0.72);
}

.cdlx-card-grid,
.cdlx-post-grid,
.cdlx-related-articles {
	gap: clamp(1.25rem, 2.4vw, 2rem);
}

.cdlx-kicker,
.single-header__meta,
.cdlx-card .wp-block-post-terms,
.cdlx-guide-card__kicker,
.cdlx-topic-card__kicker {
	color: var(--cdlx-copper);
	font-family: var(--cdlx-mono-font);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.cdlx-premium-cta,
.cdlx-editorial-manifesto {
	padding: clamp(2.2rem, 5vw, 4rem);
	border: 1px solid rgba(215, 168, 74, 0.24);
	border-radius: var(--cdlx-radius-lg);
	box-shadow: var(--cdlx-shadow);
}

.cdlx-trust-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	overflow: hidden;
	border: 1px solid rgba(194, 138, 58, 0.24);
	border-radius: var(--cdlx-radius);
	background: rgba(194, 138, 58, 0.22);
}

.cdlx-trust-strip > * {
	padding: 1.2rem;
	background: rgba(255, 253, 248, 0.72);
}

.cdlx-comparison-module,
.cdlx-table-wrap {
	overflow-x: auto;
	border: 1px solid rgba(194, 138, 58, 0.22);
	border-radius: var(--cdlx-radius);
	background: rgba(255, 253, 248, 0.78);
}

.cdlx-comparison-module table,
.wp-block-table table {
	border-collapse: collapse;
	width: 100%;
	min-width: 680px;
}

.cdlx-comparison-module th,
.wp-block-table th {
	color: var(--cdlx-bone);
	background: var(--cdlx-burgundy);
}

.cdlx-comparison-module th,
.cdlx-comparison-module td,
.wp-block-table th,
.wp-block-table td {
	padding: 0.95rem 1rem;
	border-color: rgba(194, 138, 58, 0.22);
}

.cdlx-checklist-block,
.cdlx-expert-note,
.cdlx-source-note {
	padding: clamp(1.35rem, 3vw, 2rem);
}

.cdlx-expert-note {
	border-left: 4px solid var(--cdlx-copper);
}

.cdlx-faq-accordion details,
.wp-block-details {
	padding: 1.1rem 1.25rem;
	border: 1px solid rgba(194, 138, 58, 0.22);
	border-radius: var(--cdlx-radius-sm);
	background: rgba(255, 253, 248, 0.78);
}

.cdlx-faq-accordion details + details,
.wp-block-details + .wp-block-details {
	margin-top: 0.8rem;
}

.cdlx-faq-accordion summary,
.wp-block-details summary {
	cursor: pointer;
	font-weight: 800;
}

.cdlx-timeline,
.cdlx-maturation-timeline {
	border-color: rgba(194, 138, 58, 0.24);
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.88), rgba(233, 221, 203, 0.55)),
		var(--cdlx-parchment);
}

.cdlx-timeline__marker {
	color: var(--cdlx-carbon);
	background: var(--cdlx-gold);
	box-shadow: 0 0 0 6px rgba(215, 168, 74, 0.18);
}

.cdlx-atlas,
.cdlx-cut-atlas {
	gap: clamp(1.25rem, 2vw, 1.75rem);
}

.cdlx-atlas__zone,
.cdlx-cut-atlas__zone {
	padding: clamp(1.25rem, 2.2vw, 1.85rem);
}

.cdlx-myth-block,
.cdlx-myth {
	padding: clamp(1.2rem, 2vw, 1.65rem);
}

.site-main--single .wp-block-post-content,
.site-main--page .wp-block-post-content,
.entry-content {
	font-size: 1.08rem;
	line-height: 1.78;
}

.site-main--single .wp-block-post-content > :where(p, ul, ol, blockquote, h2, h3, h4, figure, table),
.site-main--page .wp-block-post-content > :where(p, ul, ol, blockquote, h2, h3, h4, figure, table) {
	max-width: var(--cdlx-reading);
}

.site-main--single .wp-block-post-content h2,
.site-main--page .wp-block-post-content h2 {
	margin-top: 3.3rem;
}

.single-featured img,
.wp-block-post-featured-image img {
	border-radius: var(--cdlx-radius-lg);
	box-shadow: var(--cdlx-shadow-soft);
}

.post-navigation-panel {
	margin-top: 4rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(194, 138, 58, 0.25);
}

.site-footer {
	color: var(--cdlx-bone);
	background:
		radial-gradient(circle at 12% 0%, rgba(122, 37, 34, 0.32), transparent 26rem),
		linear-gradient(145deg, var(--cdlx-carbon), var(--cdlx-graphite));
	border-top: 1px solid rgba(215, 168, 74, 0.24);
}

.site-footer__inner {
	gap: clamp(1.5rem, 4vw, 3rem);
	padding-top: clamp(3.5rem, 6vw, 5.5rem);
	padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.site-footer p,
.site-footer__legal {
	color: rgba(245, 239, 228, 0.72);
}

.site-footer a {
	color: rgba(245, 239, 228, 0.78);
	text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
	color: var(--cdlx-gold);
}

.site-footer__brand {
	color: var(--cdlx-bone);
	font-size: clamp(2rem, 3vw, 2.85rem);
}

.site-footer__nav {
	gap: 0.5rem;
}

.site-footer__cta {
	padding: 1.35rem;
	border: 1px solid rgba(215, 168, 74, 0.25);
	border-radius: var(--cdlx-radius);
	background: rgba(255, 255, 255, 0.035);
}

.site-footer__legal {
	max-width: 1180px;
	margin-inline: auto;
	padding: 1.2rem 1.5rem 1.8rem;
	border-top: 1px solid rgba(215, 168, 74, 0.18);
	font-size: 0.92rem;
}

@media (max-width: 1120px) {
	.site-header__actions {
		flex-basis: 100%;
		justify-content: space-between;
	}

	.site-nav {
		max-width: 100%;
	}
}

@media (max-width: 782px) {
	:root {
		--cdlx-radius: 18px;
		--cdlx-radius-lg: 22px;
	}

	.site-header__inner {
		min-height: 72px;
	}

	.site-header__actions {
		flex-basis: auto;
	}

	.site-header__cta {
		display: none;
	}

	.cdlx-hero,
	.cdlx-hero-editorial {
		padding-top: 3.2rem;
		padding-bottom: 3.4rem;
	}

	.cdlx-trust-strip {
		grid-template-columns: 1fr 1fr;
	}

	.cdlx-card:hover,
	.cdlx-card--post:hover,
	.cdlx-guide-card:hover,
	.cdlx-topic-card:hover,
	.cdlx-cut-card:hover {
		transform: none;
	}
}

@media (max-width: 520px) {
	.cdlx-trust-strip {
		grid-template-columns: 1fr;
	}

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

@media (hover: none), (pointer: coarse) {
	.cdlx-card:hover,
	.cdlx-card--post:hover,
	.cdlx-guide-card:hover,
	.cdlx-topic-card:hover,
	.cdlx-cut-card:hover {
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.74) inset;
		transform: none;
	}

	.cdlx-card:hover img,
	.cdlx-card--post:hover .wp-block-post-featured-image img,
	.cdlx-guide-card:hover img,
	.cdlx-topic-card:hover img {
		transform: none;
	}
}

/* === Carnes Deluxe Phase 2 Home Editorial Cover === */

.home .site-main,
.site-main:has(.cdlx-hero--cinematic) {
	background:
		linear-gradient(180deg, var(--cdlx-carbon) 0, var(--cdlx-ivory, #f7f1e8) 34rem),
		var(--cdlx-ivory, #f7f1e8);
}

.cdlx-hero--cinematic {
	position: relative;
	isolation: isolate;
	display: grid;
	min-height: clamp(540px, 72vh, 780px);
	padding-block: clamp(5rem, 9vw, 8.5rem);
	overflow: hidden;
	color: var(--cdlx-bone);
	background:
		linear-gradient(180deg, rgba(10, 9, 8, 0.78) 0%, rgba(10, 9, 8, 0.74) 58%, rgba(10, 9, 8, 0.82) 100%),
		linear-gradient(90deg, rgba(10, 9, 8, 0.94) 0%, rgba(17, 13, 11, 0.86) 42%, rgba(17, 13, 11, 0.58) 68%, rgba(17, 13, 11, 0.48) 100%),
		var(--cdlx-hero-bg),
		linear-gradient(135deg, var(--cdlx-carbon), var(--cdlx-deep-burgundy));
	background-position: center;
	background-size: cover;
	border-bottom: 1px solid rgba(215, 168, 74, 0.22);
}

.cdlx-hero--cinematic::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(circle at 19% 24%, rgba(122, 37, 34, 0.52), transparent 30rem),
		linear-gradient(180deg, rgba(10, 9, 8, 0.08) 0%, rgba(10, 9, 8, 0.7) 100%);
}

.cdlx-hero--cinematic__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 780px;
	margin-inline: 0 auto;
}

.cdlx-hero--cinematic .cdlx-eyebrow {
	color: var(--cdlx-gold);
	background: rgba(255, 253, 248, 0.08);
	border: 1px solid rgba(215, 168, 74, 0.32);
	border-radius: 999px;
	padding: 0.45rem 0.72rem;
}

.cdlx-hero--cinematic h1,
.cdlx-hero--cinematic .wp-block-heading {
	max-width: 760px;
	margin: 0.9rem 0 1.1rem;
	color: var(--cdlx-bone);
	font-size: clamp(3rem, 7.2vw, 6.8rem);
	line-height: 0.9;
	text-shadow: 0 5px 32px rgba(0, 0, 0, 0.72);
	text-wrap: balance;
}

.cdlx-hero--cinematic p {
	max-width: 650px;
	color: rgba(255, 253, 248, 0.94);
	font-size: clamp(1.08rem, 1.7vw, 1.32rem);
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.58);
}

.cdlx-hero__microclaim {
	margin-top: 0.8rem;
	color: var(--cdlx-gold) !important;
	font-family: var(--wp--preset--font-family--heading, serif);
	font-size: clamp(1.25rem, 2.2vw, 1.7rem) !important;
	font-weight: 700;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
}

.cdlx-hero--cinematic .wp-block-buttons {
	margin-top: clamp(1.4rem, 3vw, 2.2rem);
}

.cdlx-hero--cinematic .wp-block-button.is-style-outline .wp-block-button__link,
.cdlx-section--dark .wp-block-button.is-style-outline .wp-block-button__link,
.cdlx-section--timeline-dark .wp-block-button.is-style-outline .wp-block-button__link {
	color: var(--cdlx-bone);
	border-color: rgba(245, 239, 228, 0.7);
}

.cdlx-hero--cinematic .wp-block-button.is-style-outline .wp-block-button__link:hover,
.cdlx-section--dark .wp-block-button.is-style-outline .wp-block-button__link:hover,
.cdlx-section--timeline-dark .wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: var(--cdlx-carbon);
	background: var(--cdlx-bone);
}

.cdlx-section--quick_paths {
	margin-top: clamp(-4rem, -5vw, -2rem);
	position: relative;
	z-index: 2;
	background: transparent;
}

.cdlx-section--quick_paths > .alignwide {
	padding: clamp(1.3rem, 2vw, 1.8rem);
	border: 1px solid rgba(215, 168, 74, 0.22);
	border-radius: var(--cdlx-radius-lg);
	background: rgba(255, 253, 248, 0.94);
	box-shadow: 0 28px 70px rgba(29, 24, 19, 0.18);
	backdrop-filter: blur(10px);
}

.cdlx-section--quick_paths .cdlx-card-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cdlx-card--quick_paths {
	min-height: 100%;
}

.cdlx-card--quick_paths .cdlx-card__media {
	aspect-ratio: 16 / 10;
}

.cdlx-card__link {
	display: inline-flex;
	align-items: center;
	margin-top: auto;
	color: var(--cdlx-deep-burgundy);
	font-weight: 800;
	text-decoration: none;
}

.cdlx-card__link::after {
	content: "";
	width: 1.35rem;
	height: 1px;
	margin-left: 0.55rem;
	background: currentColor;
	transition: width 180ms ease;
}

.cdlx-card:hover .cdlx-card__link::after,
.cdlx-card:focus-within .cdlx-card__link::after {
	width: 2rem;
}

.cdlx-section--essentials {
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(239, 226, 208, 0.48)),
		var(--cdlx-bone);
}

.cdlx-section--essentials .cdlx-card-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.cdlx-card--essentials {
	border-color: rgba(122, 37, 34, 0.16);
	background: rgba(255, 253, 248, 0.78);
}

.cdlx-card__icon {
	display: inline-grid;
	place-items: center;
	width: 2.55rem;
	height: 2.55rem;
	margin-bottom: 1rem;
	color: var(--cdlx-deep-burgundy);
	font-family: var(--cdlx-font-mono, monospace);
	font-size: 0.82rem;
	font-weight: 800;
	border: 1px solid rgba(122, 37, 34, 0.2);
	border-radius: 50%;
	background: rgba(215, 168, 74, 0.15);
}

.cdlx-section--timeline-dark {
	background:
		radial-gradient(circle at 18% 10%, rgba(122, 37, 34, 0.34), transparent 30rem),
		linear-gradient(145deg, var(--cdlx-carbon), var(--cdlx-graphite));
}

.cdlx-section--timeline-dark .alignwide > h2,
.cdlx-section--timeline-dark .alignwide > p {
	color: var(--cdlx-bone);
}

.cdlx-section--timeline-dark .cdlx-timeline {
	background: rgba(255, 253, 248, 0.055);
	border-color: rgba(215, 168, 74, 0.28);
}

.cdlx-section--timeline-dark .cdlx-timeline li {
	background: rgba(255, 253, 248, 0.065);
	border-color: rgba(215, 168, 74, 0.26);
}

.cdlx-section--timeline-dark .cdlx-timeline h3 {
	color: var(--cdlx-bone);
}

.cdlx-section--timeline-dark .cdlx-timeline p {
	color: rgba(245, 239, 228, 0.76);
}

.cdlx-section--atlas-home .cdlx-atlas {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cdlx-section--atlas-home .cdlx-atlas__zone {
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.9), rgba(255, 253, 248, 0.74)),
		var(--cdlx-bone);
}

.cdlx-section--atlas-home .cdlx-cut-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cdlx-section--atlas-home .cdlx-cut-card {
	background: rgba(255, 253, 248, 0.82);
}

.cdlx-checklist-block--purchase {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: center;
	background:
		linear-gradient(135deg, rgba(255, 253, 248, 0.9), rgba(239, 226, 208, 0.74)),
		var(--cdlx-bone);
}

.cdlx-checklist-block--purchase > h2,
.cdlx-checklist-block--purchase > p,
.cdlx-checklist-block--purchase > .wp-block-buttons {
	grid-column: 1;
}

.cdlx-checklist-block--purchase .cdlx-checklist {
	grid-column: 2;
	grid-row: 1 / span 3;
	margin: 0;
}

.cdlx-section--featured_guides .cdlx-card-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cdlx-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0 0 0.8rem;
	color: var(--cdlx-muted);
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
}

.cdlx-card__meta span {
	padding: 0.25rem 0.5rem;
	border: 1px solid rgba(122, 37, 34, 0.14);
	border-radius: 999px;
	background: rgba(215, 168, 74, 0.1);
}

.cdlx-provider--discreet {
	max-width: 980px;
	background:
		linear-gradient(135deg, rgba(58, 36, 24, 0.97), rgba(26, 18, 15, 0.98)),
		var(--cdlx-carbon);
}

.cdlx-provider--discreet h2,
.cdlx-provider--discreet p {
	color: var(--cdlx-bone);
}

.cdlx-provider--discreet .cdlx-provider__notice {
	color: rgba(245, 239, 228, 0.84);
	background: rgba(255, 253, 248, 0.08);
	border-color: rgba(215, 168, 74, 0.22);
}

.cdlx-notice--trust {
	display: grid;
	grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
	gap: clamp(1.3rem, 3vw, 2.5rem);
	align-items: start;
	margin-bottom: clamp(2rem, 5vw, 4rem);
	background: rgba(255, 253, 248, 0.78);
}

.cdlx-notice--trust h2 {
	margin: 0;
}

.cdlx-notice--trust p:first-of-type {
	margin-top: 0;
}

@media (max-width: 1100px) {
	.cdlx-section--essentials .cdlx-card-grid,
	.cdlx-section--featured_guides .cdlx-card-grid,
	.cdlx-section--quick_paths .cdlx-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cdlx-section--atlas-home .cdlx-atlas,
	.cdlx-section--atlas-home .cdlx-cut-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 782px) {
	.cdlx-hero--cinematic {
		min-height: auto;
		padding-block: clamp(4rem, 18vw, 6rem);
		background:
			linear-gradient(180deg, rgba(10, 9, 8, 0.86), rgba(10, 9, 8, 0.76)),
			var(--cdlx-hero-bg),
			linear-gradient(135deg, var(--cdlx-carbon), var(--cdlx-deep-burgundy));
		background-position: center;
	}

	.cdlx-hero--cinematic h1,
	.cdlx-hero--cinematic .wp-block-heading {
		font-size: clamp(2.7rem, 15vw, 4.4rem);
		line-height: 0.95;
	}

	.cdlx-section--quick_paths {
		margin-top: 0;
	}

	.cdlx-section--quick_paths > .alignwide {
		border-radius: 0;
		border-inline: 0;
	}

	.cdlx-section--essentials .cdlx-card-grid,
	.cdlx-section--featured_guides .cdlx-card-grid,
	.cdlx-section--quick_paths .cdlx-card-grid {
		grid-template-columns: 1fr;
	}

	.cdlx-checklist-block--purchase,
	.cdlx-notice--trust {
		grid-template-columns: 1fr;
	}

	.cdlx-checklist-block--purchase > h2,
	.cdlx-checklist-block--purchase > p,
	.cdlx-checklist-block--purchase > .wp-block-buttons,
	.cdlx-checklist-block--purchase .cdlx-checklist {
		grid-column: auto;
		grid-row: auto;
	}
}

/* === End Carnes Deluxe Phase 1 Visual System === */

/* === Carnes Deluxe Phase 3 ArticleShell === */
.cdlx-article-shell.cdlx-article-hero {
	margin: 0;
	padding: clamp(3rem, 7vw, 6rem) 0 clamp(2rem, 5vw, 4.5rem);
	overflow: hidden;
	border-radius: 0;
	background:
		radial-gradient(circle at 15% 12%, rgba(194, 138, 58, 0.16), transparent 24rem),
		linear-gradient(135deg, rgba(26, 18, 15, 0.98), rgba(74, 17, 20, 0.96)),
		var(--cdlx-carbon);
	box-shadow: none;
}

.cdlx-article-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.96fr) minmax(280px, 0.78fr);
	gap: clamp(2rem, 5vw, 4.5rem);
	align-items: center;
	max-width: var(--wp--style--global--wide-size);
	margin-inline: auto;
	padding-inline: var(--wp--style--root--padding-left);
}

.cdlx-article-hero__content {
	position: relative;
	z-index: 1;
}

.cdlx-article-hero .cdlx-eyebrow {
	color: var(--cdlx-gold);
}

.cdlx-article-hero h1 {
	max-width: 920px;
	margin: 0.55rem 0 1.15rem;
	color: var(--cdlx-bone);
	font-size: clamp(2.55rem, 5.5vw, 4.85rem);
	line-height: 0.96;
}

.cdlx-article-hero__subtitle {
	max-width: 780px;
	margin: 0;
	color: rgba(245, 239, 228, 0.86);
	font-size: clamp(1.08rem, 0.8vw + 1rem, 1.34rem);
	line-height: 1.65;
}

.cdlx-article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1.35rem;
}

.cdlx-article-meta span,
.cdlx-article-transparency {
	border: 1px solid rgba(215, 168, 74, 0.24);
	color: rgba(245, 239, 228, 0.8);
	background: rgba(255, 253, 248, 0.06);
}

.cdlx-article-meta span {
	padding: 0.42rem 0.7rem;
	border-radius: 999px;
	font-size: 0.84rem;
	font-weight: 750;
}

.cdlx-article-transparency {
	max-width: 720px;
	margin: 1rem 0 0;
	padding: 0.8rem 0.95rem;
	border-radius: var(--cdlx-radius-sm);
	font-size: 0.92rem;
}

.cdlx-article-hero__media {
	overflow: hidden;
	border: 1px solid rgba(215, 168, 74, 0.38);
	border-radius: var(--cdlx-radius-lg);
	background: var(--cdlx-smoked-black);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.cdlx-article-hero__media img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transform: none;
}

.cdlx-quick-answer,
.cdlx-article-toc,
.cdlx-expert-note,
.cdlx-myth-block {
	max-width: var(--cdlx-reading);
	margin: clamp(1.6rem, 4vw, 3rem) auto;
}

.cdlx-quick-answer {
	padding: clamp(1.4rem, 3vw, 2.25rem);
	border: 1px solid rgba(194, 138, 58, 0.28);
	border-radius: var(--cdlx-radius-lg);
	background:
		linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(245, 239, 228, 0.82)),
		var(--cdlx-bone);
	box-shadow: var(--cdlx-shadow-soft);
}

.cdlx-quick-answer h2,
.cdlx-article-section h2,
.cdlx-table-module h2,
.cdlx-section .cdlx-key-facts + h2 {
	margin-top: 0;
}

.cdlx-quick-answer p:last-child,
.cdlx-article-section p:last-child,
.cdlx-expert-note p:last-child,
.cdlx-myth-block p:last-child {
	margin-bottom: 0;
}

.cdlx-article-toc {
	position: sticky;
	top: 86px;
	z-index: 5;
	padding: 1rem 1.15rem;
	border: 1px solid rgba(194, 138, 58, 0.24);
	border-radius: var(--cdlx-radius);
	background: rgba(255, 253, 248, 0.94);
	box-shadow: 0 12px 30px rgba(24, 19, 15, 0.08);
	backdrop-filter: blur(10px);
}

.cdlx-article-toc summary {
	cursor: pointer;
	color: var(--cdlx-carbon);
	font-family: var(--cdlx-serif-font);
	font-size: 1.22rem;
	font-weight: 800;
}

.cdlx-article-toc ol {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.35rem 1rem;
	margin: 0.85rem 0 0;
	padding-left: 1.25rem;
}

.cdlx-article-toc a {
	color: var(--cdlx-burgundy);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.cdlx-key-facts {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.9rem;
	margin-top: 1.4rem;
}

.cdlx-key-facts article {
	padding: 1rem;
	border: 1px solid rgba(194, 138, 58, 0.2);
	border-radius: var(--cdlx-radius);
	background: rgba(255, 253, 248, 0.78);
}

.cdlx-key-facts h3 {
	margin: 0 0 0.35rem;
	font-size: 1.18rem;
}

.cdlx-key-facts p {
	margin: 0;
	color: rgba(24, 19, 15, 0.72);
	font-size: 0.96rem;
	line-height: 1.55;
}

.cdlx-article-section {
	padding-block: clamp(1.7rem, 4vw, 3.2rem);
}

.cdlx-article-section__inner {
	max-width: var(--cdlx-reading);
	margin-inline: auto;
}

.cdlx-article-section h2 {
	padding-top: 0.9rem;
	border-top: 1px solid rgba(194, 138, 58, 0.22);
}

.cdlx-article-list {
	display: grid;
	gap: 0.55rem;
	margin: 1.25rem 0 0;
	padding-left: 1.1rem;
}

.cdlx-article-list li::marker {
	color: var(--cdlx-burgundy);
}

.cdlx-image-break {
	padding-block: clamp(1.6rem, 4vw, 3rem);
}

.cdlx-image-break figure {
	overflow: hidden;
	border: 1px solid rgba(194, 138, 58, 0.24);
	border-radius: var(--cdlx-radius-lg);
	background: var(--cdlx-smoked-black);
	box-shadow: var(--cdlx-shadow-soft);
}

.cdlx-image-break img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 7;
	object-fit: cover;
}

.cdlx-image-break figcaption {
	padding: 0.85rem 1rem;
	color: rgba(24, 19, 15, 0.7);
	background: rgba(255, 253, 248, 0.92);
	font-size: 0.92rem;
}

.cdlx-table-module {
	max-width: var(--wp--style--global--wide-size);
	margin-inline: auto;
}

.cdlx-compare--editorial {
	min-width: 720px;
	margin: 0;
}

.cdlx-expert-note,
.cdlx-myth-block {
	padding: clamp(1.25rem, 3vw, 2rem);
}

.cdlx-expert-note {
	background:
		linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(245, 239, 228, 0.82)),
		var(--cdlx-bone);
}

.cdlx-myth-block {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) repeat(2, minmax(0, 1fr));
	gap: 1rem;
	align-items: start;
	background:
		linear-gradient(135deg, rgba(74, 17, 20, 0.96), rgba(33, 29, 25, 0.98)),
		var(--cdlx-burgundy);
}

.cdlx-myth-block h3,
.cdlx-myth-block p {
	color: var(--cdlx-bone);
}

.cdlx-myth-block .cdlx-myth__label {
	color: var(--cdlx-gold);
}

.cdlx-premium-cta {
	max-width: 980px;
	margin-inline: auto;
	background:
		radial-gradient(circle at 20% 20%, rgba(215, 168, 74, 0.22), transparent 22rem),
		linear-gradient(135deg, rgba(26, 18, 15, 0.98), rgba(74, 17, 20, 0.98)),
		var(--cdlx-carbon);
}

.cdlx-premium-cta h2,
.cdlx-premium-cta p {
	color: var(--cdlx-bone);
}

.cdlx-premium-cta .wp-block-button.is-style-outline .wp-block-button__link,
.cdlx-premium-cta .cdlx-button--outline .wp-block-button__link {
	border-color: rgba(215, 168, 74, 0.55);
	color: var(--cdlx-bone);
}

.cdlx-related-articles article h3 {
	margin: 0.35rem 0 0.45rem;
}

.cdlx-related-articles article a {
	color: var(--cdlx-carbon);
}

@media (max-width: 1180px) {
	.cdlx-key-facts {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.cdlx-article-hero__inner {
		grid-template-columns: 1fr;
	}

	.cdlx-article-toc {
		position: static;
		margin-inline: var(--wp--style--root--padding-left);
	}

	.cdlx-article-toc ol,
	.cdlx-key-facts,
	.cdlx-myth-block {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.cdlx-article-shell.cdlx-article-hero {
		padding-block: 3rem 2rem;
	}

	.cdlx-article-hero h1 {
		font-size: clamp(2.35rem, 13vw, 3.4rem);
	}

	.cdlx-article-meta {
		gap: 0.45rem;
	}

	.cdlx-quick-answer,
	.cdlx-article-toc,
	.cdlx-expert-note,
	.cdlx-myth-block {
		margin-block: 1.4rem;
	}

	.cdlx-image-break img {
		aspect-ratio: 4 / 3;
	}
}

/* === End Carnes Deluxe Phase 3 ArticleShell === */

