:root {
	--thalya-ink: #1f2521;
	--thalya-muted: #6c6258;
	--thalya-paper: #f7f4ef;
	--thalya-panel: #ffffff;
	--thalya-wood: #8b5e35;
	--thalya-wood-dark: #5a3a21;
	--thalya-sage: #697565;
	--thalya-line: rgba(31, 37, 33, 0.14);
	--thalya-shadow: 0 18px 50px rgba(31, 37, 33, 0.12);
}

body.thalya-brand {
	color: var(--thalya-ink);
	background: var(--thalya-paper);
	text-rendering: optimizeLegibility;
}

.thalya-brand h1,
.thalya-brand h2,
.thalya-brand h3,
.thalya-brand .title-h1,
.thalya-brand .title-h2,
.thalya-brand .title-h3 {
	letter-spacing: 0;
	text-transform: none;
}

.thalya-brand p {
	color: var(--thalya-muted);
	font-size: 17px;
	line-height: 1.75;
}

.thalya-brand #site-header-wrapper,
.thalya-brand .header-background {
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 8px 28px rgba(31, 37, 33, 0.08);
}

.thalya-brand #primary-menu > li > a,
.thalya-brand .nav-menu > li > a {
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

.thalya-brand #primary-menu > li:last-child > a {
	color: #ffffff;
	background: var(--thalya-wood);
	border-radius: 6px;
	padding-inline: 18px;
}

.thalya-brand .wp-block-cover {
	min-height: min(78vh, 760px);
	align-items: flex-end;
	padding: clamp(80px, 9vw, 140px) 20px clamp(48px, 7vw, 96px);
}

.thalya-brand .wp-block-cover__inner-container {
	max-width: 1180px;
	margin: 0 auto;
}

.thalya-brand .wp-block-cover h1,
.thalya-brand .wp-block-cover h2 {
	max-width: 850px;
	margin: 0 0 20px;
	color: #ffffff;
	font-size: clamp(40px, 6vw, 86px);
	line-height: 0.96;
}

.thalya-brand .wp-block-cover p {
	max-width: 680px;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(18px, 2vw, 23px);
}

.thalya-brand .wp-block-button__link,
.thalya-brand button,
.thalya-brand input[type="submit"],
.thalya-brand .single_add_to_cart_button,
.thalya-brand .checkout-button,
.thalya-brand .thalya-shop-actions a,
.thalya-brand .thalya-product-quote,
.thalya-brand .thalya-single-quote {
	border-radius: 6px;
	background: var(--thalya-wood);
	color: #ffffff;
	border: 1px solid var(--thalya-wood);
	font-weight: 800;
	letter-spacing: 0;
	text-transform: none;
	box-shadow: none;
	transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.thalya-brand .wp-block-button__link:hover,
.thalya-brand button:hover,
.thalya-brand input[type="submit"]:hover,
.thalya-brand .single_add_to_cart_button:hover,
.thalya-brand .checkout-button:hover,
.thalya-brand .thalya-shop-actions a:hover,
.thalya-brand .thalya-product-quote:hover,
.thalya-brand .thalya-single-quote:hover {
	background: var(--thalya-wood-dark);
	border-color: var(--thalya-wood-dark);
	color: #ffffff;
	transform: translateY(-1px);
}

.thalya-brand .wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	color: var(--thalya-ink);
	border-color: var(--thalya-line);
}

.thalya-brand .wp-block-group {
	padding-block: clamp(46px, 7vw, 96px);
}

.thalya-brand .wp-block-columns {
	gap: clamp(24px, 4vw, 56px);
}

.thalya-brand .wp-block-column,
.thalya-brand .wc-block-grid__product,
.thalya-brand ul.products li.product {
	border-radius: 8px;
}

.thalya-brand .wp-block-column:has(.wp-block-image),
.thalya-brand .wc-block-grid__product,
.thalya-brand ul.products li.product {
	background: var(--thalya-panel);
	border: 1px solid var(--thalya-line);
	box-shadow: 0 12px 34px rgba(31, 37, 33, 0.08);
	overflow: hidden;
}

.thalya-brand .wp-block-column:has(.wp-block-image) {
	padding: 18px;
}

.thalya-brand .wp-block-image img,
.thalya-brand ul.products li.product img,
.thalya-brand .woocommerce-product-gallery img {
	border-radius: 7px;
	object-fit: cover;
}

.thalya-eyebrow,
.thalya-brand .wp-block-heading.is-style-default:first-letter {
	color: var(--thalya-wood);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.thalya-shop-intro {
	margin: 0 0 34px;
	padding: clamp(28px, 5vw, 58px);
	background: linear-gradient(135deg, #ffffff 0%, #f4efe7 100%);
	border: 1px solid var(--thalya-line);
	border-radius: 8px;
}

.thalya-shop-intro h1 {
	max-width: 840px;
	margin: 8px 0 14px;
	font-size: clamp(34px, 5vw, 62px);
	line-height: 1.02;
}

.thalya-shop-intro p {
	max-width: 720px;
}

.thalya-shop-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.thalya-shop-actions a,
.thalya-product-quote,
.thalya-single-quote {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 18px;
	text-decoration: none;
}

.thalya-shop-actions a + a {
	background: transparent;
	color: var(--thalya-ink);
	border-color: var(--thalya-line);
}

.thalya-brand ul.products li.product {
	padding: 14px 14px 18px;
}

.thalya-brand ul.products li.product .woocommerce-loop-product__title {
	color: var(--thalya-ink);
	font-size: 20px;
	line-height: 1.2;
	text-transform: none;
	letter-spacing: 0;
}

.thalya-brand ul.products li.product .price {
	color: var(--thalya-wood);
	font-weight: 900;
}

.thalya-product-quote {
	width: 100%;
	margin-top: 10px;
	background: var(--thalya-sage);
	border-color: var(--thalya-sage);
}

.thalya-product-trust {
	display: grid;
	gap: 10px;
	margin: 22px 0;
	padding: 18px;
	background: #fffaf3;
	border: 1px solid rgba(139, 94, 53, 0.22);
	border-radius: 8px;
}

.thalya-product-trust span {
	position: relative;
	padding-left: 24px;
	color: var(--thalya-ink);
	font-weight: 700;
}

.thalya-product-trust span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.58em;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--thalya-wood);
}

.thalya-single-quote {
	margin-top: 8px;
	background: transparent;
	color: var(--thalya-wood);
}

.thalya-checkout-note {
	margin: 0 0 24px;
	padding: 16px 18px;
	background: #fffaf3;
	border-left: 4px solid var(--thalya-wood);
	color: var(--thalya-ink);
	font-weight: 700;
}

.thalya-brand .woocommerce-cart-form,
.thalya-brand .cart_totals,
.thalya-brand .woocommerce-checkout-review-order,
.thalya-brand form.checkout {
	background: #ffffff;
	border: 1px solid var(--thalya-line);
	border-radius: 8px;
	box-shadow: 0 12px 36px rgba(31, 37, 33, 0.07);
}

.thalya-brand #footer-nav,
.thalya-brand #colophon {
	background: #20241f;
	color: #f8f3ec;
}

.thalya-brand #footer-nav a,
.thalya-brand #colophon a,
.thalya-brand .footer-site-info {
	color: rgba(248, 243, 236, 0.86);
}

@media (max-width: 768px) {
	.thalya-brand .wp-block-cover {
		min-height: 680px;
		padding-inline: 18px;
	}

	.thalya-brand .wp-block-cover h1,
	.thalya-brand .wp-block-cover h2 {
		font-size: clamp(36px, 14vw, 54px);
	}

	.thalya-shop-actions,
	.thalya-brand .wp-block-buttons {
		align-items: stretch;
		flex-direction: column;
	}

	.thalya-brand .wp-block-button,
	.thalya-brand .wp-block-button__link,
	.thalya-shop-actions a {
		width: 100%;
	}
}
