:root {
	--lwksf-black: #090909;
	--lwksf-ink: #151515;
	--lwksf-gold: #c9a45d;
	--lwksf-gold-light: #ead39e;
	--lwksf-paper: #fbfaf6;
	--lwksf-ivory: #f4f1e9;
	--lwksf-muted: #77736a;
	--lwksf-line: rgba(201, 164, 93, 0.32);
	--lwksf-serif: Georgia, "Times New Roman", serif;
	--lwksf-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.lwksf-blocksy-store {
	--theme-palette-color-1: var(--lwksf-gold);
	--theme-palette-color-2: #a77f34;
	--theme-link-initial-color: #9b7429;
	--theme-link-hover-color: #c9a45d;
}

body.lwksf-blocksy-store #header [data-row*="middle"] {
	background: #090909 !important;
	border-bottom: 1px solid rgba(201, 164, 93, 0.22);
}

body.lwksf-blocksy-store #header [data-row*="middle"] a,
body.lwksf-blocksy-store #header [data-row*="middle"] button,
body.lwksf-blocksy-store #header [data-row*="middle"] [class*="ct-icon"] {
	color: rgba(255, 255, 255, 0.82);
}

body.lwksf-home-page .hero-section,
body.lwksf-home-page article > .entry-header {
	display: none;
}

body.lwksf-home-page .site-main,
body.lwksf-home-page .entry-content {
	margin-block: 0;
	padding-block: 0;
}

.lwksf-home,
.lwksf-home * {
	box-sizing: border-box;
}

.lwksf-home {
	position: relative;
	left: 50%;
	width: 100vw;
	margin: 0 0 0 -50vw;
	color: var(--lwksf-ink);
	background: var(--lwksf-paper);
	font-family: var(--lwksf-sans);
	overflow: hidden;
}

.lwksf-home img {
	display: block;
	max-width: 100%;
}

.lwksf-shell {
	width: min(1240px, calc(100% - 48px));
	margin-inline: auto;
}

.lwksf-eyebrow {
	margin: 0 0 22px;
	color: var(--lwksf-gold) !important;
	font: 700 10px/1.3 var(--lwksf-sans);
	letter-spacing: 0.28em;
	text-transform: uppercase;
}

.lwksf-eyebrow::before {
	content: "";
	display: inline-block;
	width: 34px;
	height: 1px;
	margin-right: 14px;
	vertical-align: middle;
	background: currentColor;
}

.lwksf-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 26px;
}

.lwksf-button,
.lwksf-blocksy-store .woocommerce .lwksf-detail-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 25px;
	color: #0a0a0a !important;
	background: var(--lwksf-gold) !important;
	border: 1px solid var(--lwksf-gold) !important;
	border-radius: 0 !important;
	font: 700 10px/1 var(--lwksf-sans) !important;
	letter-spacing: 0.15em;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.lwksf-button:hover,
.lwksf-blocksy-store .woocommerce .lwksf-detail-button:hover {
	background: var(--lwksf-gold-light) !important;
	border-color: var(--lwksf-gold-light) !important;
}

.lwksf-button--outline {
	color: var(--lwksf-gold-light) !important;
	background: transparent !important;
}

.lwksf-button--outline:hover {
	color: #090909 !important;
	background: var(--lwksf-gold-light) !important;
}

.lwksf-text-link {
	display: inline-block;
	padding: 10px 0;
	color: #fff !important;
	border-bottom: 1px solid rgba(201, 164, 93, 0.72);
	font: 700 10px/1.2 var(--lwksf-sans);
	letter-spacing: 0.13em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.lwksf-text-link--dark {
	color: var(--lwksf-ink) !important;
}

.lwksf-hero {
	position: relative;
	display: grid;
	align-items: center;
	min-height: min(820px, calc(100vh - 80px));
	color: #fff;
	background: #070707 var(--lwksf-hero) center 42% / cover no-repeat;
}

.lwksf-hero__veil {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.46) 50%, rgba(0, 0, 0, 0.12) 76%), linear-gradient(0deg, rgba(0, 0, 0, 0.58), transparent 46%);
}

.lwksf-hero__content {
	position: relative;
	z-index: 1;
	padding-block: 120px 145px;
}

.lwksf-hero h1 {
	max-width: 790px;
	margin: 0;
	color: #fff;
	font: 500 clamp(66px, 8.3vw, 118px) / 0.84 var(--lwksf-serif);
	letter-spacing: -0.045em;
}

.lwksf-hero h1 em {
	color: var(--lwksf-gold-light);
	font-weight: 500;
}

.lwksf-hero__lead {
	max-width: 560px;
	margin: 34px 0 38px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 16px;
	line-height: 1.8;
}

.lwksf-trust {
	color: #fff;
	background: #0d0d0d;
	border-block: 1px solid rgba(201, 164, 93, 0.2);
}

.lwksf-trust .lwksf-shell {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.lwksf-trust .lwksf-shell > div {
	display: flex;
	align-items: center;
	gap: 17px;
	min-height: 100px;
	padding: 20px 27px;
	border-right: 1px solid rgba(255, 255, 255, 0.09);
}

.lwksf-trust .lwksf-shell > div:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.lwksf-trust b {
	color: var(--lwksf-gold-light);
	font: 600 24px/1 var(--lwksf-serif);
	white-space: nowrap;
}

.lwksf-trust span {
	color: rgba(255, 255, 255, 0.55);
	font-size: 10px;
	line-height: 1.45;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.lwksf-section {
	padding-block: 118px;
}

.lwksf-section--paper,
.lwksf-featured {
	background: var(--lwksf-paper);
}

.lwksf-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 390px;
	align-items: end;
	gap: 80px;
	margin-bottom: 60px;
}

.lwksf-heading h2,
.lwksf-channel h2,
.lwksf-story__copy h2,
.lwksf-research__intro h2 {
	margin: 0;
	color: var(--lwksf-ink);
	font: 600 clamp(47px, 5.4vw, 74px) / 0.95 var(--lwksf-serif);
	letter-spacing: -0.035em;
}

.lwksf-heading > p {
	margin: 0 0 5px;
	color: var(--lwksf-muted);
}

.lwksf-heading > a {
	justify-self: end;
}

.lwksf-heading--dark h2 {
	color: #fff;
}

.lwksf-heading--dark > p {
	color: rgba(255, 255, 255, 0.55);
}

.lwksf-collection-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.lwksf-collection-card {
	position: relative;
	aspect-ratio: 0.74;
	color: #fff !important;
	background: #e8e6df;
	box-shadow: 0 18px 42px rgba(15, 12, 7, 0.08);
	overflow: hidden;
}

.lwksf-collection-card::before {
	content: "";
	position: absolute;
	inset: 10px;
	z-index: 2;
	border: 1px solid rgba(234, 211, 158, 0.4);
	pointer-events: none;
}

.lwksf-collection-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.85), transparent 58%);
}

.lwksf-collection-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.88) contrast(1.04);
	transition: transform 0.6s ease, filter 0.3s ease;
}

.lwksf-collection-card:hover img {
	filter: saturate(1) contrast(1.08);
	transform: scale(1.04);
}

.lwksf-collection-card > span {
	position: absolute;
	right: 26px;
	bottom: 26px;
	left: 26px;
	z-index: 3;
}

.lwksf-collection-card small {
	display: block;
	color: var(--lwksf-gold-light);
	font-size: 8px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.lwksf-collection-card strong {
	display: block;
	margin: 5px 0 15px;
	font: 600 36px/1 var(--lwksf-serif);
}

.lwksf-collection-card i {
	font: 700 9px/1 var(--lwksf-sans);
	font-style: normal;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.lwksf-craft {
	color: #fff;
	background: var(--lwksf-black);
}

.lwksf-craft-grid {
	display: grid;
	grid-template-columns: 1.35fr 1fr;
	gap: 16px;
}

.lwksf-craft-card {
	position: relative;
	min-height: 340px;
	background: #121212;
	overflow: hidden;
}

.lwksf-craft-card--wide {
	grid-row: span 2;
	min-height: 696px;
}

.lwksf-craft-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent 65%);
}

.lwksf-craft-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.79;
}

.lwksf-craft-card > div {
	position: absolute;
	right: 34px;
	bottom: 30px;
	left: 34px;
	z-index: 1;
}

.lwksf-craft-card span {
	color: var(--lwksf-gold);
	font-size: 9px;
}

.lwksf-craft-card h3 {
	margin: 7px 0 3px;
	color: #fff;
	font: 600 29px/1.1 var(--lwksf-serif);
}

.lwksf-craft-card p {
	margin: 8px 0 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 12px;
}

.lwksf-story {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	background: var(--lwksf-ivory);
}

.lwksf-story__media {
	min-height: 700px;
	background: #111;
}

.lwksf-story__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lwksf-story__copy {
	align-self: center;
	max-width: 650px;
	padding: 85px clamp(48px, 8vw, 125px);
}

.lwksf-story__copy > p:not(.lwksf-eyebrow) {
	margin: 28px 0;
	color: var(--lwksf-muted);
}

.lwksf-featured {
	background: #f7f5ef;
}

.lwksf-products .products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	padding: 0;
}

.lwksf-research {
	color: #fff;
	background: #0a0a0a;
}

.lwksf-research > .lwksf-shell {
	display: grid;
	grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
	gap: 70px;
}

.lwksf-research__intro {
	position: sticky;
	top: 120px;
	align-self: start;
}

.lwksf-research__intro h2 {
	color: #fff;
}

.lwksf-research__intro > p:not(.lwksf-eyebrow),
.lwksf-research__intro li {
	color: rgba(255, 255, 255, 0.58);
}

.lwksf-research__intro ol {
	margin: 30px 0;
	padding-left: 21px;
}

.lwksf-channel {
	padding-block: 78px;
	color: #fff;
	background: #121212;
	border-block: 1px solid rgba(201, 164, 93, 0.22);
}

.lwksf-channel__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 70px;
}

.lwksf-channel h2 {
	color: #fff;
	font-size: clamp(42px, 5vw, 66px);
}

.lwksf-channel p:not(.lwksf-eyebrow) {
	max-width: 620px;
	color: rgba(255, 255, 255, 0.55);
}

/* Blocksy WooCommerce archive enhancement. */
.lwksf-archive-intro {
	margin-bottom: 64px;
	padding: clamp(34px, 5vw, 66px);
	color: #fff;
	background: radial-gradient(circle at 8% 15%, rgba(201, 164, 93, 0.12), transparent 32%), #0a0a0a;
	border: 1px solid var(--lwksf-line);
}

.lwksf-archive-intro > div:first-child {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
	align-items: end;
	gap: 50px;
	margin-bottom: 44px;
}

.lwksf-archive-intro h2,
.lwksf-series-intro h2 {
	margin: 0;
	color: #fff;
	font: 600 clamp(46px, 6vw, 78px) / 0.95 var(--lwksf-serif);
	letter-spacing: -0.04em;
}

.lwksf-archive-intro > div:first-child > p,
.lwksf-series-intro__copy > p:last-child {
	margin: 0;
	color: rgba(255, 255, 255, 0.6);
}

.lwksf-series-intro {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(340px, 1.18fr);
	min-height: 460px;
	margin-bottom: 0;
	color: #fff;
	background: #090909;
	overflow: hidden;
}

.lwksf-series-intro__copy {
	align-self: center;
	padding: clamp(38px, 6vw, 75px);
}

.lwksf-series-intro__image {
	min-height: 400px;
	background: #e9e7e0 var(--lwksf-series) center / cover no-repeat;
}

.lwksf-series-nav {
	display: flex;
	margin-bottom: 54px;
	background: #101010;
	overflow-x: auto;
}

.lwksf-series-nav a {
	min-width: 112px;
	padding: 22px 20px;
	color: rgba(255, 255, 255, 0.58) !important;
	border-right: 1px solid rgba(255, 255, 255, 0.09);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	white-space: nowrap;
}

.lwksf-series-nav a:hover,
.lwksf-series-nav a.is-current {
	color: #090909 !important;
	background: var(--lwksf-gold-light);
}

.lwksf-blocksy-store .products .product {
	padding-bottom: 20px !important;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	box-shadow: 0 14px 35px rgba(18, 15, 9, 0.06);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lwksf-blocksy-store .products .product:hover {
	border-bottom-color: var(--lwksf-gold);
	box-shadow: 0 22px 44px rgba(18, 15, 9, 0.11);
	transform: translateY(-4px);
}

.lwksf-blocksy-store .products .product img {
	aspect-ratio: 1;
	object-fit: contain;
	background: #efeee9;
}

.lwksf-blocksy-store .woocommerce .lwksf-detail-button {
	width: calc(100% - 36px);
	margin: 12px 18px 0 !important;
}

/* Blocksy native single-product layout, branded without template overrides. */
body.single-product.lwksf-blocksy-store .site-main {
	background: var(--lwksf-paper);
}

body.single-product.lwksf-blocksy-store .product_title,
body.single-product.lwksf-blocksy-store .related > h2,
body.single-product.lwksf-blocksy-store .upsells > h2,
body.single-product.lwksf-blocksy-store .woocommerce-tabs h2 {
	font-family: var(--lwksf-serif);
	letter-spacing: -0.035em;
}

body.single-product.lwksf-blocksy-store .product_title {
	font-size: clamp(44px, 5vw, 72px);
	line-height: 0.98;
}

body.single-product.lwksf-blocksy-store .woocommerce-product-gallery__image {
	background: #efeee9;
}

body.single-product.lwksf-blocksy-store .woocommerce-product-gallery__image img {
	aspect-ratio: 1;
	object-fit: contain;
}

body.single-product.lwksf-blocksy-store .summary .price {
	color: #987025;
	font-family: var(--lwksf-serif);
	font-size: 26px;
}

body.single-product.lwksf-blocksy-store .summary .woocommerce-product-details__short-description {
	padding-block: 22px;
	color: var(--lwksf-muted);
	border-block: 1px solid rgba(0, 0, 0, 0.1);
}

[data-lwksf-reveal] {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.65s ease, transform 0.65s ease;
}

[data-lwksf-reveal].is-visible {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	[data-lwksf-reveal] {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

@media (max-width: 1050px) {
	.lwksf-collection-grid,
	.lwksf-products .products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.lwksf-collection-card {
		aspect-ratio: 0.86;
	}
}

@media (max-width: 820px) {
	.lwksf-shell {
		width: min(100% - 32px, 720px);
	}
	.lwksf-hero {
		min-height: 720px;
		background-position: 58% center;
	}
	.lwksf-hero h1 {
		font-size: clamp(56px, 14vw, 82px);
	}
	.lwksf-trust .lwksf-shell {
		grid-template-columns: repeat(2, 1fr);
	}
	.lwksf-section {
		padding-block: 84px;
	}
	.lwksf-heading,
	.lwksf-archive-intro > div:first-child {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.lwksf-heading > a {
		justify-self: start;
	}
	.lwksf-craft-grid,
	.lwksf-story,
	.lwksf-research > .lwksf-shell,
	.lwksf-series-intro {
		grid-template-columns: 1fr;
	}
	.lwksf-craft-card--wide {
		grid-row: auto;
		min-height: 500px;
	}
	.lwksf-story__media {
		min-height: 500px;
	}
	.lwksf-story__copy {
		max-width: none;
		padding: 75px 32px;
	}
	.lwksf-research__intro {
		position: static;
	}
	.lwksf-channel__inner {
		align-items: flex-start;
		flex-direction: column;
	}
	.lwksf-series-intro__image {
		min-height: 360px;
	}
}

@media (max-width: 620px) {
	.lwksf-shell {
		width: calc(100% - 28px);
	}
	.lwksf-hero {
		min-height: 680px;
		background-position: 64% center;
	}
	.lwksf-hero__content {
		padding-block: 90px 120px;
	}
	.lwksf-hero h1 {
		font-size: 55px;
	}
	.lwksf-actions {
		align-items: stretch;
		flex-direction: column;
		gap: 13px;
	}
	.lwksf-actions .lwksf-button {
		width: 100%;
	}
	.lwksf-trust .lwksf-shell > div {
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
		min-height: 92px;
		padding: 15px;
	}
	.lwksf-collection-grid,
	.lwksf-products .products {
		grid-template-columns: 1fr;
	}
	.lwksf-heading h2,
	.lwksf-story__copy h2,
	.lwksf-research__intro h2 {
		font-size: 47px;
	}
	.lwksf-craft-card,
	.lwksf-craft-card--wide {
		min-height: 410px;
	}
	.lwksf-story__media {
		min-height: 410px;
	}
	.lwksf-story__copy {
		padding: 62px 23px;
	}
	.lwksf-archive-intro {
		padding: 30px 20px;
	}
	.lwksf-archive-intro h2,
	.lwksf-series-intro h2 {
		font-size: 50px;
	}
	.lwksf-archive-intro .lwksf-collection-grid {
		grid-template-columns: 1fr;
	}
	.lwksf-series-intro__copy {
		padding: 42px 24px;
	}
	.lwksf-series-intro__image {
		min-height: 300px;
	}
}
