:root {
	--color-bg: #f7f4ef;
	--color-surface: #ffffff;
	--color-text: #171717;
	--color-muted: #65615b;
	--color-border: #ded8cf;
	--color-primary: #FF9933;
	--color-primary-dark: #d87612;
	--color-accent: #FF9933;
	--shadow-soft: 0 18px 45px rgba(23, 23, 23, 0.08);
	--container: 1180px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--color-bg);
	color: var(--color-text);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

a {
	color: inherit;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

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

button,
input,
select,
textarea {
	font: inherit;
}

.container {
	margin: 0 auto;
	max-width: var(--container);
	padding: 0 24px;
	width: 100%;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

.screen-reader-text:focus {
	background: var(--color-surface);
	clip: auto;
	clip-path: none;
	color: var(--color-text);
	height: auto;
	left: 16px;
	padding: 12px 16px;
	top: 16px;
	width: auto;
	z-index: 100000;
}

.footer-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu a {
	color: var(--color-text);
	font-weight: 700;
	text-decoration: none;
}

.footer-menu a:hover {
	color: var(--color-primary);
}

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

.content-layout {
	padding-bottom: 72px;
	padding-top: 56px;
}

.hero {
	background-image:
		linear-gradient(90deg, rgba(11, 11, 11, 0.95) 0%, rgba(16, 15, 14, 0.88) 36%, rgba(17, 16, 15, 0.48) 68%, rgba(17, 16, 15, 0.2) 100%),
		linear-gradient(180deg, rgba(8, 8, 8, 0.36) 0%, rgba(8, 8, 8, 0.04) 46%, rgba(8, 8, 8, 0.58) 100%),
		url("/wp-content/uploads/2026/05/Dakro-081-2048x1365-1.webp");
	background-position: center 42%;
	background-size: cover;
	color: #ffffff;
	overflow: hidden;
	position: relative;
}

.hero::after {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0) 18%),
		linear-gradient(180deg, rgba(255, 153, 51, 0.12), rgba(255, 153, 51, 0));
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.hero::before {
	background:
		linear-gradient(115deg, rgba(255, 153, 51, 0.14) 0%, rgba(255, 153, 51, 0.06) 18%, rgba(255, 153, 51, 0) 38%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 58%);
	content: "";
	inset: 0;
	opacity: 0.82;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.hero__inner {
	display: grid;
	align-items: center;
	gap: 56px;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
	min-height: 610px;
	padding-bottom: 78px;
	padding-top: 62px;
	position: relative;
	z-index: 1;
}

.hero__content {
	max-width: 640px;
}

.eyebrow {
	color: var(--color-accent);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.hero .eyebrow {
	color: var(--color-accent);
}

.hero h1 span {
	color: var(--color-accent);
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.15;
	margin: 0 0 18px;
}

h1 {
	font-size: clamp(2.3rem, 5.6vw, 4.35rem);
	max-width: 820px;
}

h2 {
	font-size: clamp(1.75rem, 4vw, 2.8rem);
}

p {
	margin: 0 0 18px;
}

.hero p {
	color: rgba(255, 255, 255, 0.86);
	font-size: 1.125rem;
	max-width: 620px;
}

.hero-assortment {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 34px;
	max-width: 760px;
}

.hero-assortment__item {
	align-items: center;
	background: #171717;
	border: 1px solid rgba(255, 255, 255, 0.62);
	border-radius: 12px;
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.14);
	color: #ffffff;
	display: grid;
	isolation: isolate;
	min-height: 132px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.hero-assortment__item::after {
	background: linear-gradient(180deg, rgba(23, 23, 23, 0.05) 0%, rgba(23, 23, 23, 0.72) 100%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.hero-assortment__item:hover {
	border-color: rgba(255, 153, 51, 0.75);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22), inset 0 0 0 1px rgba(255, 153, 51, 0.28);
}

.hero-assortment__item img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.hero-assortment__item span {
	align-self: end;
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1.2;
	padding: 0 8px 12px;
	position: relative;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
	z-index: 2;
}

.vehicle-finder {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 246, 242, 0.95));
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	box-shadow: 0 30px 74px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.88);
	color: var(--color-text);
	max-width: 460px;
	padding: 26px;
	position: relative;
}

.vehicle-finder__header {
	display: grid;
	gap: 4px;
	margin-bottom: 24px;
}

.vehicle-finder__header span {
	color: var(--color-accent);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.vehicle-finder__header strong {
	color: #111111;
	font-size: 1.35rem;
	line-height: 1.15;
}

.vehicle-finder__header p {
	color: #504b45;
	font-size: 0.88rem;
	line-height: 1.45;
	margin: 4px 0 0;
}

.vehicle-finder__fields {
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr;
}

.vehicle-finder__field {
	display: grid;
	gap: 6px;
	min-width: 0;
	position: relative;
}

.vehicle-finder__field span {
	color: #3b3631;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.035em;
	text-transform: uppercase;
}

.vehicle-finder__field small {
	color: #5f5850;
	font-size: 0.74rem;
	margin-top: -4px;
}

.vehicle-finder__field select {
	appearance: none;
	background-color: #ffffff;
	background-image: linear-gradient(45deg, transparent 50%, var(--color-muted) 50%), linear-gradient(135deg, var(--color-muted) 50%, transparent 50%);
	background-position: calc(100% - 18px) 52%, calc(100% - 13px) 52%;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	border: 1px solid var(--color-border);
	border-radius: 7px;
	color: #111111;
	font-weight: 700;
	min-height: 48px;
	padding: 0 40px 0 14px;
	transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
	width: 100%;
}

.vehicle-finder__field option {
	background: #ffffff;
	color: #171717;
	font-weight: 600;
}

.vehicle-finder__field option[value=""] {
	color: #4f4942;
}

.vehicle-finder__field select:hover {
	border-color: #c9c0b4;
}

.vehicle-finder__field select:invalid {
	color: #4f4942;
	font-weight: 600;
}

.vehicle-finder__field select:focus {
	border-color: var(--color-accent);
	box-shadow: 0 0 0 3px rgba(255, 153, 51, 0.18);
	outline: 0;
}

.vehicle-finder__submit {
	align-items: center;
	align-self: end;
	background: var(--color-accent);
	border: 0;
	border-radius: 7px;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 900;
	gap: 9px;
	justify-content: center;
	margin-top: 4px;
	min-height: 50px;
	padding: 0 20px;
	transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
	width: 100%;
	white-space: nowrap;
}

.vehicle-finder__submit:hover {
	background: var(--color-primary-dark);
	box-shadow: 0 12px 26px rgba(216, 118, 18, 0.22);
	color: #ffffff;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	align-items: center;
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	min-height: 46px;
	padding: 12px 18px;
	text-decoration: none;
}

.button--primary,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	background: var(--color-primary);
	color: #ffffff;
}

.button--primary:hover,
.wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	background: var(--color-primary-dark);
	color: #ffffff;
}

.button--secondary {
	background: #ffffff;
	color: var(--color-text);
}

.section {
	padding: 72px 0;
}

.section-heading {
	margin-bottom: 28px;
	max-width: 760px;
}

.test-scroll-section {
	background: #ffffff;
	border-top: 1px solid var(--color-border);
}

.test-feature-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.test-feature {
	background: #f7f4ef;
	border: 1px solid var(--color-border);
	border-radius: 8px;
	padding: 28px;
}

.test-feature i {
	align-items: center;
	background: var(--color-accent);
	border-radius: 999px;
	color: #171717;
	display: inline-grid;
	font-size: 1.3rem;
	height: 48px;
	margin-bottom: 18px;
	place-items: center;
	width: 48px;
}

.test-feature h3 {
	font-size: 1.25rem;
	margin-bottom: 10px;
}

.test-feature p {
	color: var(--color-muted);
	margin-bottom: 0;
}

.post-list {
	display: grid;
	gap: 24px;
}

.entry {
	background: var(--color-surface);
	border: 1px solid var(--color-border);
	border-radius: 8px;
	box-shadow: var(--shadow-soft);
	padding: 28px;
}

.entry__thumbnail {
	display: block;
	margin: -28px -28px 24px;
}

.entry__thumbnail img {
	aspect-ratio: 16 / 7;
	object-fit: cover;
	width: 100%;
}

.entry__title a {
	text-decoration: none;
}

.entry__content > *:last-child {
	margin-bottom: 0;
}

.archive-header {
	margin-bottom: 32px;
}

.site-main--shop {
	padding: 48px 0 72px;
}

.woocommerce ul.products {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	background: var(--color-surface);
	border: 1px solid var(--color-border);
	border-radius: 8px;
	box-shadow: var(--shadow-soft);
	float: none;
	margin: 0;
	padding: 16px;
	width: auto;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--color-text);
	font-size: 1rem;
	font-weight: 900;
	padding: 8px 0;
}

.woocommerce ul.products li.product .price {
	color: var(--color-primary);
	font-weight: 900;
}

.woocommerce div.product {
	background: var(--color-surface);
	border: 1px solid var(--color-border);
	border-radius: 8px;
	padding: 24px;
}

.widget,
.footer-widget {
	margin-bottom: 24px;
}

.widget-title,
.footer-widget-title {
	font-size: 1.1rem;
}

.site-footer {
	background: #171717;
	color: #ffffff;
	padding: 42px 0;
}

.site-footer__inner {
	display: grid;
	gap: 28px;
	grid-template-columns: 1fr 2fr;
}

.site-footer p,
.site-footer a {
	color: rgba(255, 255, 255, 0.78);
}

.footer-widgets {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.footer-menu {
	grid-column: 1 / -1;
}

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

	.hero-assortment {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.site-footer__inner,
	.footer-widgets,
	.test-feature-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.container {
		padding: 0 18px;
	}

	.hero__inner,
	.section,
	.content-layout {
		padding-bottom: 44px;
		padding-top: 44px;
	}

	.vehicle-finder {
		max-width: none;
		padding: 18px;
	}

	.hero-assortment {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vehicle-finder__header {
		gap: 4px;
	}

	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}
}
