:root {
	--bg: #fff;
	--paper: #fff;
	--mist: #f5f7fa;
	--ink: #102033;
	--ink-soft: #3d4a5c;
	--muted: #6b7583;
	--line: #e6eaf0;
	--navy: #0f2744;
	--navy-2: #16335a;
	--accent: #e85d04;
	--accent-ink: #fff;
	--sold: #8a2c2c;
	--max: 1180px;
	--gutter: 1.4rem;
	--sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	--shadow: 0 10px 30px rgba(16, 32, 51, 0.08);
	--radius: 14px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--ink);
	background: var(--bg);
	font-family: var(--sans);
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: 0.01em;
	word-spacing: 0.06em;
	-webkit-font-smoothing: antialiased;
}

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

img.brand__logo {
	height: 48px;
	width: auto;
	max-width: 210px;
}

a {
	color: inherit;
	text-underline-offset: 0.16em;
}

h1,
h2,
h3 {
	font-weight: 700;
	letter-spacing: 0;
	word-spacing: 0.04em;
	line-height: 1.25;
	margin: 0 0 0.85rem;
}

.skip-link {
	position: absolute;
	left: 1rem;
	top: -4rem;
	z-index: 30;
	padding: 0.4rem 0.7rem;
	background: #fff;
}

.skip-link:focus {
	top: 1rem;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.wrap,
.hero__inner,
.trust__inner,
.page-main__inner,
.site-footer__inner,
.topbar__inner {
	max-width: var(--max);
	margin: 0 auto;
}

.topbar {
	background: var(--navy);
	color: #d7e0ea;
	font-size: 0.8rem;
}

.topbar__inner {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.45rem var(--gutter);
}

.topbar a {
	color: inherit;
	text-decoration: none;
}

.topbar a:hover {
	color: #fff;
}

.topbar__contacts {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.7rem;
}

.topbar__note {
	margin: 0;
	color: #fff;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 8;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid var(--line);
	backdrop-filter: blur(12px);
}

.site-header__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0.85rem var(--gutter);
	display: grid;
	grid-template-columns: minmax(14rem, auto) minmax(12rem, 1fr) auto;
	align-items: center;
	gap: 1.2rem;
}

.brand,
.custom-logo-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: var(--navy);
	min-width: 0;
	line-height: 0;
}

.brand__logo,
.custom-logo-link img {
	display: block;
	width: auto;
	height: 48px;
}

.site-search {
	display: flex;
	align-items: center;
	border: 1px solid var(--line);
	background: var(--mist);
	border-radius: 999px;
	overflow: hidden;
}

.site-search input {
	border: 0;
	padding: 0.7rem 1rem;
	width: 100%;
	font: inherit;
	background: transparent;
}

.site-search button {
	appearance: none;
	border: 0;
	background: transparent;
	color: var(--navy);
	padding: 0 0.95rem;
	cursor: pointer;
}

.nav-toggle {
	display: none;
	align-items: center;
	gap: 0.45rem;
	border: 1px solid var(--line);
	background: #fff;
	padding: 0.45rem 0.7rem;
	font: inherit;
	cursor: pointer;
	border-radius: 10px;
}

.nav-toggle__bars {
	display: block;
	width: 1.1rem;
	height: 2px;
	background: var(--navy);
	box-shadow: 0 -5px var(--navy), 0 5px var(--navy);
}

.site-header__end {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.menu {
	display: flex;
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu a {
	text-decoration: none;
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--ink);
}

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

.btn,
.site-search button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wpcf7 input[type="submit"] {
	appearance: none;
	border: 0;
	background: var(--navy);
	color: #fff;
	padding: 0.72rem 1.05rem;
	font: inherit;
	font-size: 0.92rem;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	line-height: 1.1;
}

.btn--accent,
.woocommerce a.button.alt,
.wpcf7 input[type="submit"] {
	background: var(--accent);
	color: var(--accent-ink);
}

.btn--ghost,
.woocommerce a.button {
	background: #fff;
	color: var(--navy);
	border: 1px solid #cfd6df;
}

.btn--small {
	padding: 0.5rem 0.85rem;
	font-size: 0.82rem;
}

.hero {
	padding: 2.6rem var(--gutter) 1.2rem;
	background:
		radial-gradient(circle at 88% 12%, rgba(232, 93, 4, 0.08), transparent 28%),
		linear-gradient(#fff, var(--mist));
}

.hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 2.4rem;
	align-items: center;
}

.kicker {
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: 0.72rem;
	font-weight: 700;
	color: var(--accent);
	margin: 0 0 0.7rem;
}

.hero h1 {
	font-size: clamp(2.15rem, 5vw, 3.5rem);
	max-width: 16ch;
	margin: 0 0 1rem;
}

.hero__lead {
	max-width: 38rem;
	color: var(--ink-soft);
	font-size: 1.05rem;
	margin: 0 0 1.4rem;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin: 0;
}

.hero__visual {
	margin: 0;
	position: relative;
	min-height: 22rem;
	background: #eef2f6;
	border-radius: 28px;
	overflow: hidden;
}

.hero__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	min-height: 22rem;
}

.hero__card {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	width: min(16rem, calc(100% - 2rem));
	background: #fff;
	border-radius: 14px;
	padding: 0.85rem 1rem;
	box-shadow: var(--shadow);
}

.hero__card span {
	display: block;
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--muted);
}

.hero__card strong {
	display: block;
	margin: 0.25rem 0 0.45rem;
	font-size: 0.92rem;
}

.hero__card a {
	color: var(--accent);
	font-size: 0.86rem;
	font-weight: 700;
	text-decoration: none;
}

.trust {
	padding: 0 var(--gutter);
}

.trust__inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.5rem;
	align-items: start;
	list-style: none;
	margin: 0 auto;
	padding: 1.35rem 0 1.25rem;
	border-bottom: 1px solid var(--line);
}

.trust li {
	display: grid;
	grid-template-columns: 2.4rem minmax(0, 1fr);
	column-gap: 0.75rem;
	align-items: start;
	min-width: 0;
}

.trust__icon {
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 999px;
	background: var(--mist);
	color: var(--navy);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1;
	flex: 0 0 2.4rem;
}

.trust__icon svg {
	display: block;
}

.trust__copy {
	min-width: 0;
}

.trust__copy strong {
	display: block;
	font-size: 0.95rem;
	line-height: 1.25;
	min-height: 1.25em;
	margin: 0.15rem 0 0.3rem;
}

.trust__copy span {
	display: block;
	color: var(--muted);
	font-size: 0.86rem;
	line-height: 1.4;
	min-height: 2.8em;
}

.cats {
	padding: 1.6rem var(--gutter) 0.4rem;
}

.cats__row {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 0.7rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cats__row a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.45rem;
	text-align: center;
	text-decoration: none;
	padding: 0.7rem 0.4rem 0.9rem;
	border-radius: 16px;
}

.cats__row a:hover {
	background: var(--mist);
}

.cats__row img {
	width: 72px;
	height: 72px;
	object-fit: contain;
	background: #fff;
	border-radius: 50%;
	border: 1px solid var(--line);
	padding: 0.4rem;
}

.cats__row strong {
	font-size: 0.82rem;
	line-height: 1.2;
}

.cats__row span {
	font-size: 0.72rem;
	color: var(--muted);
}

.used,
.about {
	padding: 2.4rem var(--gutter) 3.2rem;
}

.page-main {
	padding: 2.4rem var(--gutter) 3.2rem;
	background: var(--mist);
}

.section-head {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 1rem;
	margin-bottom: 1.3rem;
}

.section-head p {
	margin: 0;
	color: var(--muted);
}

.text-link {
	color: var(--navy);
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.text-link:hover {
	color: var(--accent);
}

.pcard-grid,
ul.products,
.products-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce .related.products,
.woocommerce .upsells.products {
	display: block;
	width: 100%;
	clear: both;
	padding-top: 2rem;
}

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

.pcard,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 0.85rem 0.85rem 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	width: auto;
	float: none;
	margin: 0;
	position: relative;
}

.pcard__media {
	position: relative;
	display: block;
	background: var(--mist);
	border-radius: 10px;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	margin: 0;
}

.woocommerce ul.products li.product a img {
	display: block;
	background: var(--mist);
	border-radius: 10px;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	margin: 0;
}

.pcard__media img,
.woocommerce ul.products li.product a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pcard__ph {
	display: block;
	height: 100%;
	background: var(--mist);
}

.pcard__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0;
	word-spacing: 0.06em;
	margin: 0.15rem 0 0;
}

.pcard__title a {
	text-decoration: none;
}

.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	text-decoration: none;
}

.pcard__cta,
.woocommerce ul.products li.product .btn,
.woocommerce ul.products li.product a.button {
	position: absolute;
	top: 1rem;
	left: 1rem;
	z-index: 2;
	margin: 0;
	box-shadow: 0 6px 18px rgba(16, 32, 51, 0.12);
}

.badge {
	position: absolute;
	top: 0.7rem;
	left: 0.7rem;
	z-index: 1;
	background: var(--sold);
	color: #fff;
	font-size: 0.7rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 0.25rem 0.45rem;
	border-radius: 999px;
}

.sell {
	padding: 0 var(--gutter) 0.4rem;
}

.sell__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.5rem;
	padding: 1.5rem 1.6rem;
	background: var(--mist);
	border: 1px solid var(--line);
	border-radius: 20px;
}

.sell h2 {
	margin-bottom: 0.35rem;
}

.sell p {
	margin: 0;
	color: var(--ink-soft);
}

.about {
	background: #fff;
}

.about__inner {
	display: grid;
	grid-template-columns: minmax(14rem, 0.8fr) minmax(20rem, 1.2fr);
	gap: 2.5rem 3rem;
	align-items: start;
}

.about h2 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 2.8rem);
}

.about__copy p {
	margin: 0 0 0.9rem;
	color: var(--ink-soft);
	max-width: 38rem;
}

.about__copy p:last-child {
	margin-bottom: 0;
}

.page-head {
	margin: 0 0 2rem;
}

.page-head h1 {
	font-size: clamp(1.9rem, 4vw, 2.8rem);
	margin: 0 0 0.75rem;
}

.page-head p {
	margin: 0;
	max-width: 42rem;
	color: var(--muted);
	line-height: 1.65;
	letter-spacing: 0.01em;
	word-spacing: 0.08em;
}

.entry__body,
.entry-card,
.woocommerce-page .entry {
	max-width: 46rem;
}

.entry__body p,
.entry__body li {
	color: var(--ink-soft);
}

.contact__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: 1.3rem;
}

.contact > .contact__form {
	max-width: 40rem;
}

.contact__card,
.contact__form,
.entry-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 1.3rem 1.4rem;
}

.contact__card p {
	margin: 0 0 0.9rem;
	line-height: 1.65;
	word-spacing: 0.06em;
}

.contact__card p:last-child {
	margin-bottom: 0;
}

.wpcf7 label {
	display: block;
	margin: 1rem 0 0.4rem;
	font-size: 0.92rem;
	letter-spacing: 0.01em;
	word-spacing: 0.06em;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select {
	width: 100%;
	border: 1px solid var(--line);
	border-radius: 10px;
	padding: 0.65rem 0.75rem;
	font: inherit;
	background: #fff;
}

.wpcf7 .wpcf7-acceptance,
.wpcf7 .wpcf7-acceptance-line {
	margin: 1.1rem 0 1.15rem;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item,
.wpcf7 .wpcf7-acceptance-line .wpcf7-list-item {
	margin: 0;
}

.wpcf7 .wpcf7-acceptance label,
.wpcf7 .wpcf7-acceptance-line label {
	display: flex;
	align-items: flex-start;
	gap: 0.7rem;
	margin: 0;
	color: var(--ink-soft);
	font-size: 0.9rem;
	line-height: 1.45;
	font-weight: 500;
}

.wpcf7 .wpcf7-acceptance input[type="checkbox"],
.wpcf7 .wpcf7-acceptance-line input[type="checkbox"] {
	width: 1.15rem;
	height: 1.15rem;
	margin: 0.18rem 0 0;
	flex: 0 0 auto;
	accent-color: var(--navy);
}

.wpcf7 .wpcf7-list-item-label {
	display: inline;
}

.wpcf7 .wpcf7-list-item-label br {
	display: none;
}

.wpcf7 .wpcf7-acceptance a,
.wpcf7 .wpcf7-acceptance-line a {
	display: inline;
	color: var(--navy);
	font-weight: 700;
}

.wpcf7 input[type="submit"] {
	margin-top: 0.15rem;
}

.site-footer {
	background: var(--navy);
	color: #d5deea;
	padding: 2.8rem var(--gutter) 1.3rem;
}

.site-footer a {
	color: inherit;
	text-decoration: none;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer .brand__logo,
.site-footer .custom-logo-link img {
	filter: brightness(0) invert(1);
}

.site-footer__inner {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 1.6rem;
}

.site-footer__label {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.7rem;
	color: #9aadc2;
	margin: 0 0 0.7rem;
}

.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer li {
	margin: 0.32rem 0;
}

.site-footer__bar {
	max-width: var(--max);
	margin: 2rem auto 0;
	padding-top: 1rem;
	border-top: 1px solid #27405f;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	font-size: 0.84rem;
}

.woocommerce span.onsale {
	background: var(--accent);
}

.woocommerce div.product {
	display: block;
}

.woocommerce div.product .woocommerce-product-gallery {
	float: left;
	width: 48%;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 0.8rem;
}

.woocommerce div.product .summary {
	float: right;
	width: 48%;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related,
.woocommerce div.product .upsells {
	clear: both;
	padding-top: 1.6rem;
}

.woocommerce div.product .product_title {
	font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.sold-note,
.quote-hint {
	color: var(--ink-soft);
}

.woocommerce-ordering,
.woocommerce-result-count {
	color: var(--muted);
	font-size: 0.92rem;
	letter-spacing: 0.01em;
	word-spacing: 0.06em;
}

.woocommerce .woocommerce-notices-wrapper + .woocommerce-result-count,
.woocommerce .woocommerce-result-count {
	margin-bottom: 1rem;
}

.woocommerce .woocommerce-ordering {
	margin-bottom: 1rem;
}

.woocommerce-pagination {
	margin-top: 1.6rem;
}

.woocommerce table.shop_table {
	border: 1px solid var(--line);
	background: #fff;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price {
	color: var(--navy);
	font-weight: 700;
}

@media (max-width: 1100px) {
	.cats__row,
	.pcard-grid,
	ul.products,
	.products-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.trust__inner {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 980px) {
	.site-header__inner {
		grid-template-columns: 1fr auto auto;
	}

	.site-search {
		grid-column: 1 / -1;
		order: 4;
	}

	.nav-toggle {
		display: inline-flex;
	}

	.site-header__end {
		display: none;
		position: absolute;
		inset: 100% 0 auto;
		flex-direction: column;
		align-items: stretch;
		padding: 1rem var(--gutter) 1.2rem;
		background: #fff;
		border-bottom: 1px solid var(--line);
	}

	.site-header.is-nav-open .site-header__end {
		display: flex;
	}

	.menu {
		flex-direction: column;
	}

	.hero__inner,
	.contact__grid,
	.site-footer__inner,
	.sell__inner,
	.about__inner {
		grid-template-columns: 1fr;
	}

	.woocommerce div.product .woocommerce-product-gallery,
	.woocommerce div.product .summary {
		float: none;
		width: 100%;
	}

	.sell__inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.site-footer__bar,
	.section-head {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 700px) {
	.cats__row,
	.pcard-grid,
	ul.products,
	.products-grid,
	.trust__inner {
		grid-template-columns: 1fr 1fr;
	}

	.topbar__inner {
		flex-direction: column;
	}

	.hero h1 {
		max-width: none;
	}
}
