/**
 * CLAADSS Discover Landing — scoped styles (theme 9.8.0)
 * Only applied on template-claadss-discover.php
 */
:root {
	--cd-bg: #f7f8fa;
	--cd-surface: #ffffff;
	--cd-soft: #f0f2f5;
	--cd-text: #12141a;
	--cd-muted: #5c6470;
	--cd-border: #e6e8ec;
	--cd-red: #e60023;
	--cd-red-dark: #c4001c;
	--cd-shop: #0f766e;
	--cd-shop-dark: #0d5f59;
	--cd-radius: 14px;
	--cd-radius-sm: 10px;
	--cd-shadow: 0 8px 24px rgba(18, 20, 26, 0.06);
	--cd-shadow-hover: 0 12px 28px rgba(18, 20, 26, 0.1);
	--cd-max: 1180px;
	--cd-font: "Nunito", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

body.claadss-discover-page {
	margin: 0;
	background: var(--cd-bg) !important;
	color: var(--cd-text);
	font-family: var(--cd-font);
	font-size: 16px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
body.claadss-discover-page #content,
body.claadss-discover-page .site-content {
	min-height: 0;
	padding: 0;
	margin: 0;
}

body.claadss-discover-page a {
	color: inherit;
	text-decoration: none;
}
body.claadss-discover-page img {
	max-width: 100%;
	height: auto;
	display: block;
}

.cd-skip-link {
	position: absolute;
	left: -999px;
	top: 0;
	background: #111;
	color: #fff;
	padding: 8px 12px;
	z-index: 10000;
}
.cd-skip-link:focus {
	left: 8px;
	top: 8px;
}

.cd-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.cd-wrap {
	width: min(100% - 32px, var(--cd-max));
	margin-inline: auto;
}

/* Header */
.cd-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--cd-border);
}
.admin-bar .cd-header {
	top: 32px;
}
.cd-header-inner {
	width: min(100% - 24px, var(--cd-max));
	margin-inline: auto;
	min-height: 64px;
	display: flex;
	align-items: center;
	gap: 16px;
}
.cd-logo img {
	max-height: 36px;
	width: auto;
}
.cd-logo-text {
	font-weight: 800;
	font-size: 1.25rem;
	letter-spacing: 0.04em;
}
.cd-nav {
	flex: 1;
	display: flex;
	justify-content: center;
}
.cd-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 4px 18px;
	justify-content: center;
}
.cd-nav-list a {
	font-size: 0.92rem;
	font-weight: 700;
	color: var(--cd-muted);
	padding: 6px 2px;
	border-bottom: 2px solid transparent;
}
.cd-nav-list a:hover,
.cd-nav-list a:focus-visible {
	color: var(--cd-text);
	border-bottom-color: var(--cd-red);
	outline: none;
}
.cd-header-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}
.cd-menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	border: 1px solid var(--cd-border);
	border-radius: 10px;
	background: #fff;
	padding: 10px;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	cursor: pointer;
}
.cd-menu-toggle span {
	display: block;
	height: 2px;
	background: var(--cd-text);
	border-radius: 2px;
}

/* Buttons */
.cd-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 18px;
	border-radius: 999px;
	font-weight: 800;
	font-size: 0.92rem;
	border: 2px solid transparent;
	cursor: pointer;
	transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.cd-btn:hover {
	transform: translateY(-1px);
}
.cd-btn:focus-visible {
	outline: 3px solid rgba(230, 0, 35, 0.35);
	outline-offset: 2px;
}
.cd-btn-sm {
	padding: 8px 14px;
	font-size: 0.84rem;
}
.cd-btn-primary {
	background: var(--cd-red);
	color: #fff !important;
	border-color: var(--cd-red);
}
.cd-btn-primary:hover {
	background: var(--cd-red-dark);
}
.cd-btn-ghost {
	background: #fff;
	color: var(--cd-text) !important;
	border-color: var(--cd-border);
}
.cd-btn-shop {
	background: var(--cd-shop);
	color: #fff !important;
	border-color: var(--cd-shop);
}
.cd-btn-shop:hover {
	background: var(--cd-shop-dark);
}
.cd-text-link {
	display: inline-block;
	margin-top: 14px;
	font-weight: 800;
	color: var(--cd-shop) !important;
	font-size: 0.95rem;
}
.cd-text-link:hover {
	text-decoration: underline;
}

/* Hero */
.cd-hero {
	padding: 48px 0 40px;
	background:
		radial-gradient(1200px 400px at 10% -10%, rgba(230, 0, 35, 0.06), transparent 60%),
		radial-gradient(900px 360px at 90% 0%, rgba(15, 118, 110, 0.06), transparent 55%),
		#fff;
	border-bottom: 1px solid var(--cd-border);
}
.cd-hero-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 36px;
	align-items: center;
}
.cd-kicker {
	color: var(--cd-muted);
	font-size: 0.9rem;
	font-weight: 700;
	margin: 0 0 12px;
	max-width: 40ch;
}
.cd-hero h1 {
	font-size: clamp(1.9rem, 3.4vw, 2.75rem);
	line-height: 1.15;
	margin: 0 0 14px;
	font-weight: 800;
	letter-spacing: -0.02em;
}
.cd-lead {
	color: var(--cd-muted);
	font-size: 1.05rem;
	margin: 0 0 22px;
	max-width: 48ch;
}
.cd-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.cd-hero-visual {
	position: relative;
	min-height: 320px;
}
.cd-float-card {
	position: absolute;
	background: #fff;
	border: 1px solid var(--cd-border);
	border-radius: var(--cd-radius);
	box-shadow: var(--cd-shadow);
	overflow: hidden;
	width: min(260px, 70%);
	display: grid;
	grid-template-columns: 84px 1fr;
}
.cd-float-1 {
	top: 8%;
	left: 8%;
	z-index: 2;
}
.cd-float-2 {
	top: 38%;
	right: 0;
	z-index: 3;
	width: min(280px, 75%);
}
.cd-float-3 {
	bottom: 4%;
	left: 18%;
	z-index: 1;
	opacity: 0.96;
}
.cd-float-thumb {
	height: 88px;
	overflow: hidden;
	background: var(--cd-soft);
}
.cd-float-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cd-float-body {
	padding: 10px 12px;
}
.cd-float-body p {
	margin: 4px 0 0;
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.3;
}

/* Sections */
.cd-section {
	padding: 56px 0;
}
.cd-section-soft {
	background: var(--cd-soft);
}
.cd-section-head {
	margin-bottom: 28px;
}
.cd-section-head-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}
.cd-section-head h2 {
	margin: 0 0 8px;
	font-size: clamp(1.4rem, 2.2vw, 1.85rem);
	font-weight: 800;
	letter-spacing: -0.02em;
}
.cd-section-desc {
	margin: 0;
	color: var(--cd-muted);
	max-width: 62ch;
}
.cd-section-cta {
	margin-top: 28px;
	text-align: center;
}

.cd-tag {
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--cd-red);
	background: rgba(230, 0, 35, 0.08);
	padding: 3px 8px;
	border-radius: 999px;
	margin-bottom: 6px;
}
.cd-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	color: var(--cd-muted);
	font-size: 0.82rem;
	margin-top: 8px;
}
.cd-card-cta {
	display: inline-block;
	margin-top: 10px;
	font-weight: 800;
	font-size: 0.88rem;
	color: var(--cd-red);
}

/* Explore */
.cd-cards-6 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
.cd-explore-card {
	background: var(--cd-surface);
	border: 1px solid var(--cd-border);
	border-radius: var(--cd-radius);
	padding: 22px 20px;
	box-shadow: var(--cd-shadow);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
	display: block;
}
.cd-explore-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--cd-shadow-hover);
}
.cd-explore-icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: var(--cd-soft);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--cd-red);
	margin-bottom: 12px;
}
.cd-explore-card h3 {
	margin: 0 0 8px;
	font-size: 1.1rem;
}
.cd-explore-card p {
	margin: 0;
	color: var(--cd-muted);
	font-size: 0.92rem;
}

/* Featured */
.cd-featured-layout {
	display: grid;
	grid-template-columns: 1.25fr 1fr;
	gap: 18px;
}
.cd-feature-main {
	background: #fff;
	border: 1px solid var(--cd-border);
	border-radius: var(--cd-radius);
	overflow: hidden;
	box-shadow: var(--cd-shadow);
}
.cd-feature-main-link {
	display: grid;
	grid-template-rows: auto 1fr;
	height: 100%;
}
.cd-feature-main-media {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--cd-soft);
}
.cd-feature-main-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cd-feature-main-body {
	padding: 18px 20px 22px;
}
.cd-feature-main h3 {
	margin: 0 0 8px;
	font-size: 1.45rem;
	line-height: 1.25;
}
.cd-feature-main p {
	margin: 0;
	color: var(--cd-muted);
}
.cd-feature-side {
	display: grid;
	gap: 12px;
}
.cd-feature-mini {
	background: #fff;
	border: 1px solid var(--cd-border);
	border-radius: var(--cd-radius-sm);
	overflow: hidden;
	box-shadow: var(--cd-shadow);
}
.cd-feature-mini a {
	display: grid;
	grid-template-columns: 110px 1fr;
	min-height: 96px;
}
.cd-feature-mini-media {
	height: 100%;
	min-height: 96px;
	overflow: hidden;
	background: var(--cd-soft);
}
.cd-feature-mini-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cd-feature-mini h3 {
	margin: 4px 0 0;
	font-size: 0.98rem;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.cd-feature-mini > a > div:last-child {
	padding: 10px 12px;
}

/* Article grid */
.cd-grid-articles {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.cd-article-card {
	background: #fff;
	border: 1px solid var(--cd-border);
	border-radius: var(--cd-radius);
	overflow: hidden;
	box-shadow: var(--cd-shadow);
	height: 100%;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.cd-article-card:hover {
	transform: translateY(-2px);
	box-shadow: var(--cd-shadow-hover);
}
.cd-article-card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.cd-article-media {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--cd-soft);
}
.cd-article-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cd-article-body {
	padding: 14px 14px 16px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.cd-article-body h3 {
	margin: 0 0 6px;
	font-size: 1rem;
	line-height: 1.3;
	min-height: 2.6em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.cd-article-body p {
	margin: 0;
	color: var(--cd-muted);
	font-size: 0.9rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	flex: 1;
}

/* News */
.cd-news-layout {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 20px;
}
.cd-news-primary {
	background: #fff;
	border: 1px solid var(--cd-border);
	border-radius: var(--cd-radius);
	overflow: hidden;
	box-shadow: var(--cd-shadow);
}
.cd-news-primary a {
	display: block;
	padding: 0 0 18px;
}
.cd-news-primary-media {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #ddd;
}
.cd-news-primary-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cd-news-primary h3,
.cd-news-primary p,
.cd-news-primary .cd-tag,
.cd-news-primary .cd-meta,
.cd-news-primary .cd-card-cta {
	margin-left: 18px;
	margin-right: 18px;
}
.cd-news-primary h3 {
	margin-top: 12px;
	font-size: 1.35rem;
}
.cd-news-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.cd-news-item {
	background: #fff;
	border: 1px solid var(--cd-border);
	border-radius: var(--cd-radius-sm);
	padding: 14px 16px;
}
.cd-news-item h3 {
	margin: 4px 0;
	font-size: 1rem;
	line-height: 1.3;
}
.cd-news-item p {
	margin: 0;
	color: var(--cd-muted);
	font-size: 0.9rem;
}

/* Grids */
.cd-grid-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}
.cd-grid-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

.cd-spon-card,
.cd-link-card,
.cd-product-card {
	background: #fff;
	border: 1px solid var(--cd-border);
	border-radius: var(--cd-radius);
	overflow: hidden;
	box-shadow: var(--cd-shadow);
	height: 100%;
}
.cd-spon-card a,
.cd-link-card a {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.cd-spon-media {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--cd-soft);
}
.cd-spon-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cd-spon-body,
.cd-link-card a,
.cd-product-body {
	padding: 14px;
}
.cd-badge-sponsored {
	display: inline-block;
	background: #111;
	color: #fff;
	font-size: 0.7rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 3px 8px;
	border-radius: 999px;
	margin-bottom: 6px;
}
.cd-brand {
	display: block;
	font-size: 0.8rem;
	color: var(--cd-muted);
	font-weight: 700;
	margin-bottom: 4px;
}
.cd-spon-body h3,
.cd-link-card h3,
.cd-product-body h3 {
	margin: 0 0 6px;
	font-size: 1rem;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.cd-spon-body p,
.cd-link-card p,
.cd-product-body p {
	margin: 0;
	color: var(--cd-muted);
	font-size: 0.9rem;
}
.cd-link-icon {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: var(--cd-soft);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--cd-shop);
	margin-bottom: 10px;
}

/* Videos */
.cd-video-slider {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(240px, 1fr);
	gap: 14px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	padding-bottom: 8px;
	-webkit-overflow-scrolling: touch;
}
.cd-video-card {
	scroll-snap-align: start;
	background: #fff;
	border: 1px solid var(--cd-border);
	border-radius: var(--cd-radius);
	overflow: hidden;
	box-shadow: var(--cd-shadow);
	min-width: 240px;
}
.cd-video-thumb {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #111;
}
.cd-video-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.92;
}
.cd-play {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: var(--cd-red);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: var(--cd-shadow);
}
.cd-video-body {
	padding: 12px 14px 16px;
}
.cd-video-body h3 {
	margin: 0 0 6px;
	font-size: 0.98rem;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Categories */
.cd-cat-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 12px;
}
.cd-cat-card {
	background: #fff;
	border: 1px solid var(--cd-border);
	border-radius: var(--cd-radius);
	padding: 18px 14px;
	text-align: center;
	box-shadow: var(--cd-shadow);
	transition: transform 0.15s ease;
}
.cd-cat-card:hover {
	transform: translateY(-2px);
}
.cd-cat-icon {
	color: var(--cd-red);
	font-size: 1.2rem;
	margin-bottom: 8px;
	display: block;
}
.cd-cat-card h3 {
	margin: 0 0 4px;
	font-size: 0.98rem;
}
.cd-cat-count {
	display: block;
	color: var(--cd-muted);
	font-size: 0.8rem;
	margin-bottom: 6px;
}

/* FAARKET products */
.cd-product-media {
	aspect-ratio: 1 / 1;
	background: var(--cd-soft);
	overflow: hidden;
}
.cd-product-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cd-product-placeholder {
	width: 100%;
	height: 100%;
	min-height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--cd-shop);
	font-size: 2rem;
	background: linear-gradient(145deg, #ecfdf5, #f0fdfa);
}

/* Submit */
.cd-submit {
	background: #111;
	color: #fff;
}
.cd-submit .cd-section-head h2,
.cd-submit .cd-section-desc {
	color: #fff;
}
.cd-submit .cd-section-desc {
	opacity: 0.85;
}
.cd-submit-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 12px;
}
.cd-submit-card {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--cd-radius);
	padding: 20px 14px;
	text-align: center;
	color: #fff !important;
	font-weight: 700;
	transition: background 0.15s ease;
}
.cd-submit-card:hover {
	background: rgba(255, 255, 255, 0.12);
}
.cd-submit-icon {
	display: block;
	font-size: 1.3rem;
	margin-bottom: 10px;
	color: #ff6b81;
}
.cd-notice {
	margin: 20px 0 0;
	text-align: center;
	opacity: 0.75;
	font-size: 0.9rem;
}

/* Why */
.cd-why-card {
	background: #fff;
	border: 1px solid var(--cd-border);
	border-radius: var(--cd-radius);
	padding: 20px;
	box-shadow: var(--cd-shadow);
}
.cd-why-icon {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: rgba(230, 0, 35, 0.08);
	color: var(--cd-red);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}
.cd-why-card h3 {
	margin: 0 0 8px;
	font-size: 1.05rem;
}
.cd-why-card p {
	margin: 0;
	color: var(--cd-muted);
	font-size: 0.92rem;
}

/* Newsletter */
.cd-nl-box {
	background: #fff;
	border: 1px solid var(--cd-border);
	border-radius: 18px;
	padding: 28px 24px;
	box-shadow: var(--cd-shadow);
	text-align: center;
}
.cd-nl-box h2 {
	margin: 0 0 16px;
}
.cd-nl-fields {
	display: grid;
	grid-template-columns: 1fr 1.2fr auto;
	gap: 10px;
	max-width: 720px;
	margin: 0 auto 12px;
}
.cd-nl-fields input {
	border: 1px solid var(--cd-border);
	border-radius: 999px;
	padding: 12px 16px;
	font: inherit;
	background: var(--cd-soft);
	color: var(--cd-text);
}
.cd-nl-fields input:focus {
	outline: 2px solid rgba(230, 0, 35, 0.35);
	border-color: var(--cd-red);
}
.cd-consent {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
	max-width: 640px;
	margin: 0 auto;
	font-size: 0.88rem;
	color: var(--cd-muted);
}
.cd-consent a {
	color: var(--cd-red);
	text-decoration: underline;
}
.cd-nl-msg {
	min-height: 1.2em;
	margin: 10px 0 0;
	font-weight: 700;
}

/* Footer */
.cd-footer {
	background: #0f1115;
	color: #d7dbe2;
	padding: 48px 0 0;
	margin-top: 0;
}
.cd-footer a {
	color: #d7dbe2;
}
.cd-footer a:hover {
	color: #fff;
}
.cd-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 28px;
	padding-bottom: 28px;
}
.cd-footer-logo {
	max-height: 36px;
	width: auto;
	margin-bottom: 12px;
	filter: brightness(0) invert(1);
}
.cd-footer-col h3 {
	margin: 0 0 12px;
	font-size: 0.95rem;
	color: #fff;
}
.cd-footer-col p {
	color: #a8b0bb;
	font-size: 0.92rem;
}
.cd-footer-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.cd-footer-col li {
	margin: 0 0 8px;
}
.cd-footer-col li a {
	font-size: 0.92rem;
	color: #a8b0bb;
}
.cd-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 14px 0;
	font-size: 0.85rem;
	color: #8b93a0;
}

/* Responsive */
@media (max-width: 1100px) {
	.cd-grid-articles {
		grid-template-columns: repeat(3, 1fr);
	}
	.cd-cat-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	.cd-submit-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 900px) {
	.cd-nav {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 64px;
		background: #fff;
		border-bottom: 1px solid var(--cd-border);
		padding: 12px 16px 18px;
		box-shadow: var(--cd-shadow);
	}
	.cd-nav.is-open {
		display: block;
	}
	.cd-nav-list {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}
	.cd-nav-list a {
		display: block;
		padding: 12px 8px;
		border-bottom: 1px solid var(--cd-border);
	}
	.cd-menu-toggle {
		display: inline-flex;
	}
	.cd-hero-grid,
	.cd-featured-layout,
	.cd-news-layout {
		grid-template-columns: 1fr;
	}
	.cd-hero-visual {
		min-height: 220px;
	}
	.cd-cards-6,
	.cd-grid-4,
	.cd-grid-3 {
		grid-template-columns: 1fr 1fr;
	}
	.cd-grid-articles {
		grid-template-columns: 1fr 1fr;
	}
	.cd-cat-grid {
		grid-template-columns: 1fr 1fr;
	}
	.cd-footer-grid {
		grid-template-columns: 1fr 1fr;
	}
	.cd-nl-fields {
		grid-template-columns: 1fr;
	}
	.cd-nl-fields .cd-btn {
		width: 100%;
	}
}

@media (max-width: 560px) {
	.cd-header-actions .cd-btn-primary {
		display: none;
	}
	.cd-cards-6,
	.cd-grid-4,
	.cd-grid-3,
	.cd-grid-articles,
	.cd-submit-grid,
	.cd-cat-grid,
	.cd-footer-grid {
		grid-template-columns: 1fr;
	}
	.cd-feature-mini a {
		grid-template-columns: 88px 1fr;
	}
	.cd-hero {
		padding: 32px 0 28px;
	}
	.cd-section {
		padding: 40px 0;
	}
	.cd-btn {
		width: 100%;
	}
	.cd-hero-actions {
		flex-direction: column;
	}
	.cd-header-actions .cd-btn-shop {
		width: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation: none !important;
		transition: none !important;
		scroll-behavior: auto !important;
	}
}
