:root {
	--lzw-black: #050505;
	--lzw-black-soft: #111111;
	--lzw-panel: #1b1b1b;
	--lzw-text: #f4f4f2;
	--lzw-text-muted: #a7a7a4;
	--lzw-line: #303030;
	--lzw-accent: #bca58a;
	--lzw-accent-light: #d8d0c6;
	--lzw-content: 1320px;
	--lzw-radius: 6px;
	--lzw-font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
	background: var(--lzw-black);
	scroll-behavior: smooth;
}

body,
.editor-styles-wrapper {
	background: var(--lzw-black);
	color: var(--lzw-text);
	font-family: var(--lzw-font);
	letter-spacing: 0;
	line-height: 1.55;
}

body {
	margin: 0;
	overflow-x: hidden;
}

.wp-site-blocks {
	padding: 0;
}

body .is-layout-constrained > .alignwide,
.editor-styles-wrapper .is-layout-constrained > .alignwide {
	max-width: var(--lzw-content);
}

body a,
.editor-styles-wrapper a {
	color: inherit;
	text-underline-offset: 0.2em;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
	color: var(--lzw-text);
	font-family: var(--lzw-font);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.12;
}

.lzwbead-announcement {
	background: #0d0d0d;
	border-bottom: 1px solid #242424;
	color: var(--lzw-text-muted);
	min-height: 28px;
	padding: 5px 20px;
}

.lzwbead-announcement p {
	font-size: 0.68rem !important;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.4;
	margin: 0;
	text-transform: uppercase;
}

.lzwbead-header {
	background: rgba(27, 27, 27, 0.98);
	border-bottom: 1px solid var(--lzw-line);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
	position: sticky;
	top: 0;
	z-index: 1000;
}

.admin-bar .lzwbead-header {
	top: 32px;
}

.lzwbead-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	height: 68px;
	max-width: var(--lzw-content);
	padding: 0 24px;
	width: 100%;
}

.lzwbead-brand {
	display: flex;
	align-items: center;
	flex: 0 1 auto;
	gap: 12px;
	min-width: 0;
}

.lzwbead-brand .custom-logo-link,
.lzwbead-brand .wp-block-site-logo {
	flex: 0 0 auto;
	line-height: 0;
}

.lzwbead-brand .custom-logo {
	height: 38px;
	object-fit: contain;
	width: 38px;
}

.lzwbead-brand .wp-block-site-title {
	font-size: 0.9rem;
	font-weight: 650;
	line-height: 1.2;
	margin: 0;
	max-width: 290px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lzwbead-brand .wp-block-site-title a {
	text-decoration: none;
}

.lzwbead-nav-actions {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 14px;
}

.lzwbead-primary-nav {
	color: var(--lzw-text);
}

.lzwbead-primary-nav .wp-block-navigation__container {
	align-items: center;
	display: flex;
	gap: 22px;
}

.lzwbead-primary-nav .wp-block-navigation-item__content {
	color: var(--lzw-text);
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	padding: 25px 0 23px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.lzwbead-primary-nav .wp-block-navigation-item__content::after {
	background: var(--lzw-accent);
	bottom: 18px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 160ms ease;
	width: 100%;
}

.lzwbead-primary-nav .wp-block-navigation-item__content:hover::after,
.lzwbead-primary-nav .current-menu-item > .wp-block-navigation-item__content::after {
	transform: scaleX(1);
}

.lzwbead-header-search {
	margin: 0;
	width: 34px;
}

.lzwbead-header-search .wp-block-search__inside-wrapper {
	border: 0;
	padding: 0;
}

.lzwbead-header-search .wp-block-search__button {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--lzw-text);
	height: 34px;
	margin: 0;
	padding: 7px;
	width: 34px;
}

.lzwbead-header-search .wp-block-search__button:hover {
	color: var(--lzw-accent-light);
}

.lzwbead-nav-actions .wc-block-customer-account,
.lzwbead-nav-actions .wc-block-mini-cart {
	color: var(--lzw-text);
	margin: 0;
}

.lzwbead-nav-actions .wc-block-customer-account__account-icon,
.lzwbead-nav-actions .wc-block-mini-cart__button {
	color: var(--lzw-text);
}

.lzwbead-nav-actions .wc-block-mini-cart__button {
	min-width: 36px;
	padding: 6px;
}

.lzwbead-nav-actions .wc-block-mini-cart__badge {
	background: var(--lzw-accent);
	color: var(--lzw-black);
}

.wp-block-navigation__responsive-container.is-menu-open {
	background: var(--lzw-panel) !important;
	color: var(--lzw-text) !important;
	padding: 28px;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	padding-top: 70px;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
	font-size: 1.05rem;
	padding: 12px 0;
}

.lzwbead-site-main {
	background: var(--lzw-black);
}

.lzwbead-modern-hero {
	background-color: #101010;
	background-image: linear-gradient(110deg, #0b0b0b 0%, #151515 58%, #22201e 100%);
	box-sizing: border-box;
	min-height: 700px;
}

.lzwbead-modern-hero .wp-block-cover__background {
	background: linear-gradient(90deg, rgba(5, 5, 5, 0.94) 0%, rgba(5, 5, 5, 0.72) 48%, rgba(5, 5, 5, 0.22) 78%, rgba(5, 5, 5, 0.32) 100%) !important;
	opacity: 1 !important;
}

.lzwbead-modern-hero .wp-block-cover__inner-container {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: var(--lzw-content);
	padding: 92px 24px;
	width: 100%;
}

.lzwbead-hero-content {
	margin-left: 0 !important;
	max-width: 640px;
}

.lzwbead-eyebrow {
	color: var(--lzw-accent-light);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.lzwbead-hero-title {
	font-size: 4.25rem;
	font-weight: 600;
	line-height: 1.02;
	margin: 0;
	max-width: 760px;
}

.lzwbead-hero-copy {
	color: #dededb;
	font-size: 1.1rem;
	line-height: 1.65;
	margin: 24px 0 0;
	max-width: 580px;
}

.lzwbead-hero-points {
	color: var(--lzw-text-muted);
	font-size: 0.9rem;
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
}

.lzwbead-hero-points li {
	margin: 8px 0;
	padding-left: 18px;
	position: relative;
}

.lzwbead-hero-points li::before {
	background: var(--lzw-accent);
	border-radius: 50%;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 0.7em;
	width: 4px;
}

.lzwbead-hero-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.lzwbead-modern-hero .wp-block-button__link,
.lzwbead-site-main .wp-block-button__link {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	min-height: 44px;
	padding: 13px 20px;
	text-transform: uppercase;
}

.lzwbead-button-primary .wp-block-button__link {
	background: var(--lzw-accent);
	border: 1px solid var(--lzw-accent);
	color: var(--lzw-black);
}

.lzwbead-button-secondary .wp-block-button__link,
.is-style-outline > .wp-block-button__link {
	background: transparent;
	border: 1px solid #626260;
	color: var(--lzw-text);
}

.lzwbead-button-secondary .wp-block-button__link:hover,
.is-style-outline > .wp-block-button__link:hover {
	background: var(--lzw-text);
	border-color: var(--lzw-text);
	color: var(--lzw-black);
}

.lzwbead-section {
	box-sizing: border-box;
	padding: 92px 24px;
}

.lzwbead-section-title {
	font-size: 1.45rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	margin: 0 auto 44px;
	text-transform: uppercase;
}

.lzwbead-latest-collections {
	background: var(--lzw-black);
}

.lzwbead-collection-track,
.lzwbead-material-track {
	display: flex;
	flex-wrap: nowrap;
	gap: 14px;
	max-width: var(--lzw-content);
	overflow: visible;
	width: 100%;
}

.lzwbead-collection-card {
	background: var(--lzw-panel);
	border-radius: var(--lzw-radius);
	box-sizing: border-box;
	flex: 1 1 0;
	min-width: 0;
	overflow: hidden;
}

.lzwbead-collection-card .wp-block-cover__background {
	background: linear-gradient(180deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.82)) !important;
	opacity: 1 !important;
}

.lzwbead-collection-card .wp-block-cover__inner-container {
	align-self: flex-end;
	box-sizing: border-box;
	padding: 22px 16px;
	width: 100%;
}

.lzwbead-collection-card h3 {
	font-size: 0.9rem;
	font-weight: 600;
	margin: 0;
}

.lzwbead-collection-card p {
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin: 10px 0 0;
	text-transform: uppercase;
}

.lzwbead-collection-card p a {
	color: var(--lzw-accent-light);
	text-decoration: none;
}

.lzwbead-top-products {
	background: #080808;
}

.lzwbead-product-grid {
	max-width: var(--lzw-content);
}

.lzwbead-product-grid .wc-block-product-template,
.lzwbead-product-grid .wp-block-post-template {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lzwbead-product-grid .wc-block-product-template,
.lzwbead-product-grid .wp-block-post-template {
	column-gap: 22px !important;
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	row-gap: 48px !important;
}

.lzwbead-product-grid .wc-block-product,
.lzwbead-product-grid .product {
	background: transparent;
	border: 0;
	box-shadow: none;
	margin: 0;
	min-width: 0;
	padding: 0;
	position: relative;
}

.lzwbead-product-grid .wc-block-components-product-image,
.lzwbead-product-grid .wc-block-grid__product-image,
.lzwbead-product-grid .wp-block-woocommerce-product-image {
	background: #0b0b0b;
	border: 0;
	border-radius: 4px;
	margin: 0 0 14px;
	overflow: hidden;
}

.lzwbead-product-grid .wc-block-components-product-image img,
.lzwbead-product-grid .wc-block-grid__product-image img,
.lzwbead-product-grid .wp-block-woocommerce-product-image img {
	aspect-ratio: 1 / 1;
	background: #0b0b0b;
	display: block;
	object-fit: contain;
	transition: transform 220ms ease;
	width: 100%;
}

.lzwbead-product-grid .wc-block-product:hover img,
.lzwbead-product-grid .product:hover img {
	transform: scale(1.025);
}

.lzwbead-product-grid .wp-block-post-title {
	display: -webkit-box;
	font-size: 0.8rem !important;
	font-weight: 500;
	line-height: 1.45;
	margin: 0 0 7px;
	min-height: 2.9em;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.lzwbead-product-grid .wp-block-post-title a {
	color: var(--lzw-text);
	text-decoration: none;
}

.lzwbead-product-grid .wc-block-components-product-price,
.lzwbead-product-grid .wc-block-grid__product-price {
	color: var(--lzw-text-muted);
	font-size: 0.76rem;
	margin: 0;
}

.lzwbead-product-grid .wc-block-components-product-price del {
	color: #727270;
	opacity: 1;
}

.lzwbead-product-grid .wc-block-components-product-price ins {
	color: var(--lzw-text);
	text-decoration: none;
}

.lzwbead-product-grid .wc-block-components-product-sale-badge,
.lzwbead-product-grid .wc-block-grid__product-onsale {
	background: rgba(5, 5, 5, 0.82);
	border: 1px solid var(--lzw-accent);
	border-radius: 2px;
	color: var(--lzw-accent-light);
	font-size: 0.58rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	padding: 5px 7px;
	text-transform: uppercase;
}

.lzwbead-product-grid .wp-block-button,
.lzwbead-product-grid .wp-block-woocommerce-product-button {
	margin-top: 12px;
	opacity: 0;
	transform: translateY(4px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.lzwbead-product-grid .wc-block-product:hover .wp-block-button,
.lzwbead-product-grid .wc-block-product:hover .wp-block-woocommerce-product-button,
.lzwbead-product-grid .product:hover .wp-block-button,
.lzwbead-product-grid .product:hover .wp-block-woocommerce-product-button,
.lzwbead-product-grid .wp-block-button:focus-within,
.lzwbead-product-grid .wp-block-woocommerce-product-button:focus-within {
	opacity: 1;
	transform: translateY(0);
}

.lzwbead-product-grid .wp-block-button__link,
.lzwbead-product-grid .wp-element-button {
	background: transparent;
	border: 1px solid #575755;
	color: var(--lzw-text);
	font-size: 0.64rem;
	min-height: 36px;
	padding: 8px 12px;
	width: 100%;
}

.lzwbead-explore-more {
	display: flex;
	justify-content: center;
	margin-top: 52px;
}

.lzwbead-limited-section {
	background: var(--lzw-black);
}

.lzwbead-limited-grid {
	display: flex;
	gap: 0;
	margin: 0;
}

.lzwbead-limited-image {
	background-color: #151515;
	background-image: linear-gradient(135deg, #111 0%, #24211e 100%);
	border-radius: 0;
	height: 100%;
}

.lzwbead-limited-copy {
	align-items: flex-start;
	background: var(--lzw-panel);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding: 72px;
}

.lzwbead-limited-copy h2,
.lzwbead-story-copy h2 {
	font-size: 2.6rem;
	margin: 0 0 24px;
}

.lzwbead-limited-copy > p:not(.lzwbead-eyebrow),
.lzwbead-story-copy > p:not(.lzwbead-eyebrow) {
	color: var(--lzw-text-muted);
	font-size: 0.98rem;
	line-height: 1.75;
	margin: 0 0 20px;
}

.lzwbead-limited-copy .wp-block-buttons,
.lzwbead-story-copy .wp-block-buttons {
	margin-top: 18px;
}

.lzwbead-material-section {
	background: var(--lzw-black);
}

.lzwbead-material-track {
	gap: 12px;
}

.lzwbead-material-card {
	background: var(--lzw-panel);
	border-radius: var(--lzw-radius);
	flex: 1 1 0;
	min-width: 0;
	overflow: hidden;
}

.lzwbead-material-card .wp-block-cover__background {
	background: linear-gradient(180deg, rgba(5, 5, 5, 0.12), rgba(5, 5, 5, 0.72)) !important;
	opacity: 1 !important;
}

.lzwbead-material-card .wp-block-cover__inner-container {
	align-self: flex-end;
	box-sizing: border-box;
	padding: 16px 8px;
}

.lzwbead-material-card p {
	font-size: 0.72rem;
	font-weight: 600;
	margin: 0;
}

.lzwbead-material-card a {
	text-decoration: none;
}

.lzwbead-story-section {
	background: var(--lzw-black-soft);
	box-sizing: border-box;
	padding: 96px 24px;
}

.lzwbead-story-grid {
	display: flex;
	gap: 0;
	max-width: var(--lzw-content);
}

.lzwbead-story-image {
	background-color: #171717;
	background-image: linear-gradient(145deg, #252321 0%, #101010 100%);
	border-radius: var(--lzw-radius);
}

.lzwbead-story-copy {
	box-sizing: border-box;
	padding: 56px 64px;
}

.lzwbead-trust-strip {
	background: var(--lzw-black-soft);
	border-top: 1px solid var(--lzw-line);
	box-sizing: border-box;
	padding: 44px 24px;
}

.lzwbead-trust-items {
	display: flex;
	gap: 0;
	max-width: var(--lzw-content);
}

.lzwbead-trust-items > .wp-block-column {
	border-left: 1px solid var(--lzw-line);
	padding: 0 30px;
}

.lzwbead-trust-items > .wp-block-column:first-child {
	border-left: 0;
	padding-left: 0;
}

.lzwbead-trust-items > .wp-block-column:last-child {
	padding-right: 0;
}

.lzwbead-trust-icon {
	align-items: center;
	border: 1px solid var(--lzw-text-muted);
	border-radius: 50%;
	color: var(--lzw-text-muted);
	display: flex;
	font-size: 0.8rem;
	height: 28px;
	justify-content: center;
	margin: 0 0 16px;
	width: 28px;
}

.lzwbead-trust-items h3 {
	font-size: 0.8rem;
	font-weight: 650;
	letter-spacing: 0.04em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.lzwbead-trust-items p:not(.lzwbead-trust-icon) {
	color: var(--lzw-text-muted);
	font-size: 0.72rem;
	line-height: 1.55;
	margin: 0;
}

.lzwbead-footer {
	background: var(--lzw-panel);
	box-sizing: border-box;
	color: var(--lzw-text-muted);
	padding: 72px 24px 26px;
}

.lzwbead-footer-brand {
	border-bottom: 1px solid var(--lzw-line);
	box-sizing: border-box;
	margin-bottom: 48px;
	max-width: var(--lzw-content);
	padding-bottom: 34px;
}

.lzwbead-footer-brand .wp-block-site-title {
	color: var(--lzw-text);
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0 0 12px;
}

.lzwbead-footer-brand .wp-block-site-title a {
	text-decoration: none;
}

.lzwbead-footer-brand p {
	font-size: 0.82rem;
	line-height: 1.7;
	margin: 0;
	max-width: 680px;
}

.lzwbead-footer-columns {
	display: flex;
	gap: 48px;
	max-width: var(--lzw-content);
}

.lzwbead-footer h3 {
	color: var(--lzw-text);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0 0 20px;
	text-transform: uppercase;
}

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

.lzwbead-footer li,
.lzwbead-footer .wp-block-column > p {
	font-size: 0.76rem;
	line-height: 1.55;
	margin: 0 0 10px;
}

.lzwbead-footer a {
	color: var(--lzw-text-muted);
	text-decoration: none;
}

.lzwbead-footer a:hover {
	color: var(--lzw-text);
}

.lzwbead-newsletter-placeholder {
	display: flex;
	align-items: center;
	border: 1px solid var(--lzw-line);
	gap: 0;
	justify-content: space-between;
	margin-top: 18px;
	min-height: 42px;
	padding-left: 12px;
}

.lzwbead-newsletter-placeholder > p {
	color: #777774;
	margin: 0 !important;
}

.lzwbead-newsletter-placeholder .wp-block-buttons {
	align-self: stretch;
}

.lzwbead-newsletter-placeholder .wp-block-button,
.lzwbead-newsletter-placeholder .wp-block-button__link {
	height: 100%;
}

.lzwbead-newsletter-placeholder .wp-block-button__link {
	align-items: center;
	background: var(--lzw-accent);
	border-radius: 0;
	color: var(--lzw-black);
	display: flex;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 0 14px;
	text-transform: uppercase;
}

.lzwbead-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid var(--lzw-line);
	color: #777774;
	margin-top: 48px;
	max-width: var(--lzw-content);
	padding-top: 24px;
}

.lzwbead-footer-bottom p {
	margin: 0;
}

.editor-styles-wrapper .lzwbead-modern-hero,
.editor-styles-wrapper .lzwbead-collection-card,
.editor-styles-wrapper .lzwbead-material-card,
.editor-styles-wrapper .lzwbead-limited-image,
.editor-styles-wrapper .lzwbead-story-image {
	outline: 1px dashed #4b4b49;
	outline-offset: -1px;
}

@media (max-width: 1180px) {
	.lzwbead-primary-nav .wp-block-navigation__container {
		gap: 14px;
	}

	.lzwbead-primary-nav .wp-block-navigation-item__content {
		font-size: 0.64rem;
	}

	.lzwbead-brand .wp-block-site-title {
		max-width: 210px;
	}

	.lzwbead-collection-track {
		gap: 10px;
	}

	.lzwbead-limited-copy {
		padding: 52px;
	}
}

@media (max-width: 1024px) {
	.lzwbead-brand .wp-block-site-title {
		display: none;
	}

	.lzwbead-hero-title {
		font-size: 3.45rem;
	}

	.lzwbead-product-grid .wc-block-product-template,
	.lzwbead-product-grid .wp-block-post-template {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.lzwbead-collection-track,
	.lzwbead-material-track {
		justify-content: flex-start !important;
		overflow-x: auto;
		padding-bottom: 12px;
		scrollbar-color: var(--lzw-line) transparent;
		scrollbar-width: thin;
	}

	.lzwbead-collection-card {
		flex: 0 0 230px;
	}

	.lzwbead-material-card {
		flex: 0 0 150px;
	}

	.lzwbead-limited-copy h2,
	.lzwbead-story-copy h2 {
		font-size: 2.1rem;
	}

	.lzwbead-story-copy {
		padding: 42px;
	}

	.lzwbead-trust-items {
	display: flex;
		flex-wrap: wrap !important;
		row-gap: 34px;
	}

	.lzwbead-trust-items > .wp-block-column {
		border-left: 0;
		border-top: 1px solid var(--lzw-line);
		box-sizing: border-box;
		flex-basis: calc(50% - 12px) !important;
		padding: 24px 0 0;
	}

	.lzwbead-trust-items > .wp-block-column:first-child,
	.lzwbead-trust-items > .wp-block-column:nth-child(2) {
		border-top: 0;
		padding-top: 0;
	}
}

@media (max-width: 782px) {
	.admin-bar .lzwbead-header {
		top: 46px;
	}

	.lzwbead-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
		height: 64px;
		padding: 0 14px;
	}

	.lzwbead-brand {
	display: flex;
	align-items: center;
		gap: 0;
	}

	.lzwbead-brand .custom-logo {
		height: 34px;
		width: 34px;
	}

	.lzwbead-nav-actions {
	display: flex;
	align-items: center;
		gap: 7px;
	}

	.lzwbead-primary-nav {
		order: -1;
	}

	.lzwbead-primary-nav > .wp-block-navigation__container,
	.lzwbead-primary-nav .wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__container {
		display: none;
	}

	.lzwbead-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
		display: flex;
	}

	.lzwbead-primary-nav .wp-block-navigation__responsive-container-open {
		color: var(--lzw-text);
		display: flex;
		padding: 6px;
	}

	.lzwbead-header-search,
	.lzwbead-header-search .wp-block-search__button {
		height: 32px;
		width: 32px;
	}

	.lzwbead-nav-actions .wc-block-customer-account {
		display: none;
	}

	.lzwbead-nav-actions .wc-block-mini-cart__button {
		min-width: 32px;
		padding: 4px;
	}

	.lzwbead-modern-hero {
		align-items: flex-start;
		min-height: 680px !important;
	}

	.lzwbead-modern-hero .wp-block-cover__background {
		background: linear-gradient(180deg, rgba(5, 5, 5, 0.88) 0%, rgba(5, 5, 5, 0.64) 58%, rgba(5, 5, 5, 0.42) 100%) !important;
	}

	.lzwbead-modern-hero .wp-block-cover__inner-container {
		padding: 74px 20px 58px;
	}

	.lzwbead-hero-title {
		font-size: 2.55rem;
	}

	.lzwbead-hero-copy {
		font-size: 0.98rem;
		line-height: 1.6;
	}

	.lzwbead-hero-points {
		font-size: 0.82rem;
	}

	.lzwbead-hero-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
	}

	.lzwbead-hero-actions .wp-block-button,
	.lzwbead-hero-actions .wp-block-button__link {
		width: 100%;
	}

	.lzwbead-section {
		padding: 64px 16px;
	}

	.lzwbead-section-title {
		font-size: 1.15rem;
		letter-spacing: 0.14em;
		margin-bottom: 30px;
	}

	.lzwbead-collection-track,
	.lzwbead-material-track {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-right: 16px;
		scroll-snap-type: x proximity;
	}

	.lzwbead-collection-card {
		flex-basis: 72vw;
		min-height: 360px !important;
		scroll-snap-align: start;
	}

	.lzwbead-material-card {
		flex-basis: 38vw;
		min-height: 170px !important;
		scroll-snap-align: start;
	}

	.lzwbead-product-grid .wc-block-product-template,
	.lzwbead-product-grid .wp-block-post-template {
		column-gap: 12px !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		row-gap: 34px !important;
	}

	.lzwbead-product-grid .wp-block-post-title {
		font-size: 0.72rem !important;
		min-height: 3em;
	}

	.lzwbead-product-grid .wc-block-components-product-price,
	.lzwbead-product-grid .wc-block-grid__product-price {
		font-size: 0.7rem;
	}

	.lzwbead-product-grid .wp-block-button,
	.lzwbead-product-grid .wp-block-woocommerce-product-button {
		opacity: 1;
		transform: none;
	}

	.lzwbead-product-grid .wp-block-button__link,
	.lzwbead-product-grid .wp-element-button {
		font-size: 0.58rem;
		min-height: 34px;
		padding: 7px 6px;
	}

	.lzwbead-explore-more {
	display: flex;
	justify-content: center;
		margin-top: 40px;
	}

	.lzwbead-limited-grid,
	.lzwbead-story-grid {
	display: flex;
		flex-direction: column;
	}

	.lzwbead-limited-image,
	.lzwbead-story-image {
		min-height: 440px !important;
	}

	.lzwbead-limited-copy {
		padding: 48px 20px 56px;
	}

	.lzwbead-limited-copy h2,
	.lzwbead-story-copy h2 {
		font-size: 1.9rem;
	}

	.lzwbead-story-section {
		padding: 64px 16px;
	}

	.lzwbead-story-copy {
		padding: 40px 4px 8px;
	}

	.lzwbead-trust-strip {
		padding: 42px 16px;
	}

	.lzwbead-trust-items {
	display: flex;
		gap: 0 18px;
	}

	.lzwbead-trust-items > .wp-block-column {
		flex-basis: calc(50% - 9px) !important;
		margin-bottom: 28px;
	}

	.lzwbead-footer {
		padding: 56px 18px 24px;
	}

	.lzwbead-footer-columns {
	display: flex;
		display: grid;
		gap: 36px 24px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lzwbead-footer-columns > .wp-block-column {
		margin: 0;
	}

	.lzwbead-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.lzwbead-product-grid .wc-block-product-template,
	.lzwbead-product-grid .wp-block-post-template {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}
@media (max-width: 480px) {
	.lzwbead-announcement p {
		font-size: 0.58rem !important;
		letter-spacing: 0.05em;
	}

	.lzwbead-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
		padding: 0 10px;
	}

	.lzwbead-hero-title {
		font-size: 2.2rem;
	}

	.lzwbead-modern-hero {
		min-height: 650px !important;
	}

	.lzwbead-modern-hero .wp-block-cover__inner-container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.lzwbead-collection-card {
		flex-basis: 78vw;
	}

	.lzwbead-material-card {
		flex-basis: 44vw;
	}

	.lzwbead-limited-image,
	.lzwbead-story-image {
		min-height: 380px !important;
	}

	.lzwbead-trust-items {
	display: flex;
		display: block;
	}

	.lzwbead-trust-items > .wp-block-column {
		border-top: 1px solid var(--lzw-line) !important;
		margin: 0;
		padding: 24px 0 !important;
	}

	.lzwbead-trust-items > .wp-block-column:first-child {
		border-top: 0 !important;
		padding-top: 0 !important;
	}

	.lzwbead-footer-columns {
	display: flex;
		grid-template-columns: 1fr;
	}

	.lzwbead-newsletter-placeholder {
	display: flex;
	align-items: center;
		align-items: stretch;
	}

	.lzwbead-newsletter-placeholder > p {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}
/* Latest stories: flat editorial cards aligned with the modern black storefront. */
.lzwbead-latest-stories {
	background: var(--lzw-black);
	overflow: hidden;
}

.lzwbead-latest-stories-heading {
	margin-bottom: 42px;
}

.lzwbead-stories-intro {
	color: var(--lzw-muted);
	font-size: 1rem;
	line-height: 1.7;
	margin: 12px auto 0;
	max-width: 680px;
}

.lzwbead-stories-query,
.lzwbead-stories-grid,
.lzwbead-story-card {
	min-width: 0;
}

.lzwbead-stories-grid {
	display: grid !important;
	gap: 48px 30px !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	list-style: none;
	margin: 0;
	padding: 0;
}

.lzwbead-story-card {
	border-top: 1px solid var(--lzw-line);
	padding-top: 14px;
}

.lzwbead-story-featured-image {
	aspect-ratio: 16 / 9;
	background: var(--lzw-panel);
	border-radius: 4px;
	margin: 0 0 20px;
	overflow: hidden;
}

.lzwbead-story-featured-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: opacity 180ms ease;
	width: 100%;
}

.lzwbead-story-featured-image a:hover img {
	opacity: 0.82;
}

.lzwbead-story-date {
	color: var(--lzw-muted);
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	margin: 0 0 11px;
	text-transform: uppercase;
}

.lzwbead-story-title {
	font-size: clamp(1.12rem, 1.6vw, 1.45rem);
	line-height: 1.35;
	margin: 0 0 14px;
}

.lzwbead-story-title a {
	color: var(--lzw-white);
	text-decoration: none;
}

.lzwbead-story-title a:hover {
	color: var(--lzw-accent-light);
}

.lzwbead-story-excerpt,
.lzwbead-story-excerpt p {
	color: var(--lzw-muted);
	font-size: 0.94rem;
	line-height: 1.72;
	margin: 0 0 18px;
}

.lzwbead-story-link {
	border-bottom: 1px solid currentColor;
	color: var(--lzw-white);
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding-bottom: 3px;
	text-decoration: none;
}

.lzwbead-story-link:hover {
	color: var(--lzw-accent-light);
}

.lzwbead-stories-view-all {
	margin-top: 48px;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.lzwbead-stories-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 767px) {
	.lzwbead-latest-stories-heading {
		margin-bottom: 32px;
	}

	.lzwbead-stories-grid {
		gap: 42px !important;
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.lzwbead-story-title {
		font-size: 1.2rem;
	}

	.lzwbead-stories-view-all {
		margin-top: 40px;
	}
}
