/*
Theme Name: LUEUR
Theme URI: https://github.com/shuerhome/69art
Author: LUEUR
Author URI: https://github.com/shuerhome
Description: LUEUR — A Study in Desire. A dark, editorial WordPress block theme (Full Site Editing) for a French-style lingerie store. Built around the Cormorant Garamond + Archivo + DM Mono type system, a boudoir palette, programmatic fabric textures (lace, satin, velvet, tulle, sheer, mesh, fishnet), WooCommerce support, and switchable Noir / Poudre / Rosée style variations. Block-editable from header to footer.
Requires at least: 6.6
Tested up to: 6.7
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lueur
Tags: full-site-editing, block-patterns, e-commerce, one-column, custom-colors, custom-menu, editor-style, featured-images, block-styles, style-variations, wide-blocks, sticky-post
*/

/* ==========================================================================
   LUEUR — supplementary styles
   Everything the editor / theme.json can express lives in theme.json.
   This file only adds what block markup cannot: fabric textures, sticky-header
   chrome, the dark footer, product-card hover and the WooCommerce skin.
   ========================================================================== */

:root {
	--lueur-gut: clamp(1rem, 4vw, 2.5rem);
}

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

::selection {
	background: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
}

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

/* ---- mono / eyebrow helpers (for paragraphs & spans inside patterns) ---- */
.lueur-eyebrow {
	font-family: var(--wp--preset--font-family--mono);
	font-size: var(--wp--preset--font-size--x-small);
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--wp--preset--color--muted);
	margin: 0;
}

.lueur-mono {
	font-family: var(--wp--preset--font-family--mono);
	letter-spacing: 0.02em;
}

.lueur-label {
	font-family: var(--wp--preset--font-family--mono);
	font-size: var(--wp--preset--font-size--x-small);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin: 0;
}

/* big serif display type — the prototype's .display for non-heading elements */
.lueur-display {
	font-family: var(--wp--preset--font-family--serif);
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 0.95;
	text-transform: uppercase;
	text-wrap: balance;
}

/* the ® superscript in the wordmark */
.lueur-reg {
	font-family: var(--wp--preset--font-family--mono);
	font-weight: 500;
	font-size: 0.32em;
	letter-spacing: 0;
	vertical-align: super;
	color: var(--wp--preset--color--muted);
}

/* ---- animated underline link (the prototype's .link-u) ---- */
.lueur-link {
	position: relative;
	font-family: var(--wp--preset--font-family--mono);
	font-size: var(--wp--preset--font-size--x-small);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-bottom: 3px;
	display: inline-block;
	width: fit-content;
}
.lueur-link::after {
	content: "";
	position: absolute;
	left: 0; bottom: 0;
	height: 1px; width: 100%;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
}
.lueur-link:hover::after { transform: scaleX(1); }

/* ==========================================================================
   Fabric textures — apply .lueur-fab (+ a variant) to a Cover/Group with a
   solid background colour to fake the prototype's lace/satin/velvet tiles.
   ::after carries the weave, ::before carries the universal sheen/scrim, so
   every variant keeps its material highlight. (The prototype's welt/sheen
   child elements are folded into these two layers.)
   ========================================================================== */
.lueur-fab { position: relative; isolation: isolate; overflow: hidden; }

/* keep cover/group content above the texture layers (legacy inner-container
   markup + modern flat group markup where children are direct descendants) */
.lueur-fab .wp-block-cover__inner-container,
.lueur-fab > .wp-block-group__inner-container,
.lueur-fab.wp-block-group > :not(style):not(.wp-block-cover__background) { position: relative; z-index: 3; }

/* lace — floral dot net over scalloped ground (default + --lace) */
.lueur-fab::after,
.lueur-fab--lace::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background-image:
		radial-gradient(circle, rgba(255,255,255,0.20) 1px, transparent 2.1px),
		radial-gradient(circle, rgba(0,0,0,0.18) 1px, transparent 2.3px),
		radial-gradient(circle, rgba(255,255,255,0.09) 2.6px, transparent 4px),
		radial-gradient(circle, rgba(0,0,0,0.08) 3px, transparent 4.6px);
	background-size: 11px 11px, 11px 11px, 26px 26px, 26px 26px;
	background-position: 0 0, 5.5px 5.5px, 0 0, 13px 13px;
	mix-blend-mode: soft-light;
	opacity: 0.95;
}

/* satin — long directional shimmer */
.lueur-fab--satin::after {
	background-image: repeating-linear-gradient(112deg,
		rgba(255,255,255,0.16) 0 5px,
		rgba(255,255,255,0.02) 5px 13px,
		rgba(0,0,0,0.09) 13px 21px,
		rgba(255,255,255,0.04) 21px 27px);
	background-size: auto;
	background-position: 0 0;
	opacity: 0.9;
}

/* velvet — dense crushed nap */
.lueur-fab--velvet::after {
	background-image:
		radial-gradient(rgba(255,255,255,0.15) 0.7px, transparent 1px),
		radial-gradient(rgba(0,0,0,0.16) 0.7px, transparent 1px),
		radial-gradient(60% 40% at 70% 30%, rgba(255,255,255,0.10), transparent 70%);
	background-size: 4px 4px, 4px 4px, 100% 100%;
	background-position: 0 0, 2px 2px, 0 0;
	opacity: 0.9;
}

/* tulle — fine vertical veil + dot lattice (dot layer folded into ::after) */
.lueur-fab--tulle::after {
	background-image:
		radial-gradient(circle, rgba(0,0,0,0.14) 1.6px, transparent 1.9px),
		repeating-linear-gradient(90deg,
			rgba(255,255,255,0.06) 0 2px,
			rgba(0,0,0,0.03) 2px 3px);
	background-size: 6px 6px, auto;
	background-position: 0 0, 0 0;
	mix-blend-mode: normal;
	opacity: 0.65;
}

/* sheer — fine vertical veil only */
.lueur-fab--sheer::after {
	background-image: repeating-linear-gradient(90deg,
		rgba(255,255,255,0.06) 0 2px,
		rgba(0,0,0,0.03) 2px 3px);
	background-size: auto;
	background-position: 0 0;
	mix-blend-mode: normal;
	opacity: 0.75;
}

/* mesh — open hex net (dot lattice folded into ::after) */
.lueur-fab--mesh::after {
	background-image:
		radial-gradient(circle, rgba(0,0,0,0.16) 1.4px, transparent 1.7px),
		repeating-linear-gradient(90deg,
			rgba(255,255,255,0.10) 0 3px,
			rgba(0,0,0,0.05) 3px 4px,
			rgba(0,0,0,0.10) 4px 7px,
			rgba(255,255,255,0.05) 7px 8px);
	background-size: 8px 8px, auto;
	background-position: 0 0, 0 0;
	opacity: 0.85;
}

/* fishnet — diamond net */
.lueur-fab--fishnet::after {
	background-image:
		repeating-linear-gradient(45deg, rgba(0,0,0,0.20) 0 1.4px, transparent 1.4px 9px),
		repeating-linear-gradient(-45deg, rgba(0,0,0,0.20) 0 1.4px, transparent 1.4px 9px),
		repeating-linear-gradient(45deg, rgba(255,255,255,0.07) 1.4px 2.4px, transparent 2.4px 9px);
	background-size: auto;
	background-position: 0 0;
	mix-blend-mode: normal;
	opacity: 0.85;
}

/* material sheen + grounding shadow on every fabric tile */
.lueur-fab::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background:
		radial-gradient(120% 70% at 30% 12%, rgba(255,255,255,0.16), transparent 55%),
		linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.14));
}

/* stronger bottom scrim for heroes / banners with overlaid white text */
.lueur-fab.lueur-scrim::before {
	background: linear-gradient(180deg, rgba(0,0,0,0.16) 0%, transparent 45%, rgba(0,0,0,0.52) 100%);
	z-index: 2;
}
/* white text + light underline links sitting on a fabric tile */
.lueur-on-tile, .lueur-on-tile :where(h1,h2,h3,h4,p,span,a) { color: #fff; }
.lueur-on-tile .lueur-link { color: #fff; }
.lueur-on-tile .lueur-eyebrow { color: rgba(255,255,255,0.85); }

/* tile aspect ratios used by the home grids */
.lueur-asp-4-5 { aspect-ratio: 4 / 5; }
.lueur-asp-3-4 { aspect-ratio: 3 / 4; }
.lueur-asp-1-1 { aspect-ratio: 1 / 1; }

/* hairline grid look between full-bleed tiles */
.lueur-grid-lines { background: var(--wp--preset--color--line); gap: 1px; }
/* mobile: tile rows of 3+ columns wrap into a 2-up grid (the prototype's
   .catrow) instead of one long stack; 2-up splits keep core stacking.
   :has() unsupported → graceful fallback to the default stack. */
@media (max-width: 781px) {
	.lueur-grid-lines.wp-block-columns:has(> .wp-block-column:nth-child(3)) {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		gap: 1px;
	}
}

/* ==========================================================================
   Top bar — static announcement strip (ink on contrast)
   ========================================================================== */
.lueur-topbar {
	background: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
	padding-block: 9px;
	text-align: center;
}
.lueur-topbar p {
	font-family: var(--wp--preset--font-family--mono);
	font-size: var(--wp--preset--font-size--x-small);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin: 0;
}
.lueur-topbar .lueur-topbar__dim { opacity: 0.65; }
/* mobile: keep the announcement to one line, lead offer only */
@media (max-width: 600px) {
	.lueur-topbar .lueur-topbar__dim { display: none; }
}

/* ==========================================================================
   Header
   ========================================================================== */
.lueur-header {
	position: sticky;
	top: 0;
	z-index: 40;
	/* NOTE: no backdrop-filter here — it would make the header the containing
	   block for its position:fixed mobile nav overlay and clip it to the header
	   height. Keep the sticky bar a solid theme colour instead. */
	background: var(--wp--preset--color--base);
	border-bottom: 1px solid var(--wp--preset--color--line);
}
/* 3-column header bar: nav | wordmark | utility, wordmark dead-centre */
.lueur-header__bar {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 16px;
	min-height: 64px;
}
.lueur-header__bar > :first-child { justify-self: start; }
.lueur-header__bar > .wp-block-site-title { justify-self: center; }
.lueur-header__bar > :last-child { justify-self: end; }
.lueur-utility { gap: 18px; }
.lueur-utility p { margin: 0; }
@media (max-width: 781px) {
	/* keep the 1fr auto 1fr grid so the wordmark stays dead-centre even
	   with unequal icon counts; account moves into the menu drawer */
	.lueur-header__bar { gap: 10px; }
	.lueur-utility { gap: 14px; }
	.lueur-utility .wp-block-woocommerce-customer-account { display: none; }
}

.lueur-header .wp-block-navigation { font-family: var(--wp--preset--font-family--mono); }
/* navigation hover ghosting like the prototype's muted -> ink links */
.lueur-header .wp-block-navigation-item__content { color: var(--wp--preset--color--muted); transition: color 0.2s ease; }
.lueur-header .wp-block-navigation-item:hover .wp-block-navigation-item__content,
.lueur-header .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content { color: var(--wp--preset--color--contrast); }

/* header icons (cart / account links rendered as small mono links) */
.lueur-header .lueur-utility a { color: var(--wp--preset--color--contrast); transition: opacity 0.2s ease; }
.lueur-header .lueur-utility a:hover { opacity: 0.55; text-decoration: none; }

/* line icons (search link, mega-nav hamburger, preview utilities) */
.lueur-icon { width: 20px; height: 20px; display: block; }
.lueur-icon-link { display: inline-flex; align-items: center; justify-content: center; padding: 2px; color: var(--wp--preset--color--contrast); transition: opacity 0.2s ease; }
.lueur-icon-link:hover { opacity: 0.55; }
.lueur-icon-link--badge { position: relative; }
.lueur-icon-link--badge .lueur-count {
	position: absolute; top: -5px; right: -7px;
	min-width: 15px; height: 15px; padding: 0 3px;
	display: flex; align-items: center; justify-content: center;
	font-family: var(--wp--preset--font-family--mono); font-size: 9px; line-height: 1;
	background: var(--wp--preset--color--accent); color: var(--wp--preset--color--base);
	border-radius: 50%;
}

/* mobile nav: the slide-out overlay always carries a solid theme background */
.wp-block-navigation__responsive-container.is-menu-open {
	background-color: var(--wp--preset--color--base);
	color: var(--wp--preset--color--contrast);
	-webkit-backdrop-filter: blur(28px) saturate(180%);
	backdrop-filter: blur(28px) saturate(180%);
}

/* ==========================================================================
   Footer (deep boudoir black)
   ========================================================================== */
.lueur-footer {
	background: var(--wp--preset--color--footer);
	color: #F3E9E4;
}
.lueur-footer :where(h1,h2,h3,h4,p,span,a,li) { color: #F3E9E4; }
.lueur-footer .lueur-eyebrow { color: rgba(243,233,228,0.5); }
.lueur-footer a { color: rgba(243,233,228,0.6); transition: color 0.2s ease; }
.lueur-footer a:hover { color: #fff; text-decoration: none; }
.lueur-footer hr.wp-block-separator { border-color: rgba(255,255,255,0.14); color: rgba(255,255,255,0.14); opacity: 1; }
.lueur-footer .wp-block-navigation { font-family: inherit; }
.lueur-footer .wp-block-list { list-style: none; padding-left: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.lueur-footer .wp-block-list a { font-size: 0.875rem; line-height: 1.35; }

/* newsletter underline input on the dark footer */
.lueur-newsletter .wp-block-search__inside-wrapper { border: 0; border-bottom: 1px solid rgba(255,255,255,0.4); }
.lueur-newsletter .wp-block-search__input {
	background: transparent;
	border: 0;
	color: #F3E9E4;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.8125rem;
	padding: 10px 0;
}
.lueur-newsletter .wp-block-search__input::placeholder { color: rgba(243,233,228,0.55); }
.lueur-newsletter .wp-block-search__button {
	background: transparent;
	color: #F3E9E4;
	border: 0;
	font-family: var(--wp--preset--font-family--mono);
	margin: 0;
	padding: 0 0 0 12px;
}
.lueur-newsletter .wp-block-search__button:hover { background: transparent; color: #fff; }

/* ==========================================================================
   Button block-style: ghost
   ========================================================================== */
.wp-block-button.is-style-ghost > .wp-block-button__link {
	background: transparent;
	color: var(--wp--preset--color--contrast);
	border: 1px solid var(--wp--preset--color--contrast);
}
.wp-block-button.is-style-ghost > .wp-block-button__link:hover {
	background: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
}

/* button micro-interaction */
.wp-block-button__link { transition: background 0.25s ease, color 0.25s ease, transform 0.15s ease; white-space: nowrap; }
.wp-block-button__link:active { transform: translateY(1px); }

/* ==========================================================================
   Product / post cards (Query Loop) + hover + badges
   ========================================================================== */
.lueur-card { position: relative; }
.lueur-card .wp-block-post-featured-image,
.lueur-card .wp-block-image { overflow: hidden; }
.lueur-card .wp-block-post-featured-image img,
.lueur-card img { transition: transform 4s ease; aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.lueur-card:hover .wp-block-post-featured-image img,
.lueur-card:hover img { transform: scale(1.04); }
.lueur-card .wp-block-post-title { font-family: var(--wp--preset--font-family--sans); font-size: 0.875rem; font-weight: 500; letter-spacing: -0.01em; text-transform: none; line-height: 1.25; }
.lueur-price, .lueur-card .price { font-family: var(--wp--preset--font-family--mono); font-size: 0.8125rem; }

/* fabric-tile placeholder for products without a photo */
.lueur-tile-ph { display: block; width: 100%; aspect-ratio: 4 / 5; }

/* colourway meta under the loop price — "Noir · 4 shades" + swatch chips */
.lueur-card-meta { display: flex; flex-direction: column; gap: 7px; margin-top: 4px; }
.lueur-card-shades {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.66rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--wp--preset--color--muted);
}
.lueur-card-chips { display: flex; gap: 6px; }
.lueur-chip {
	width: 14px; height: 14px; border-radius: 50%; flex: none;
	border: 1px solid var(--wp--preset--color--line);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}

/* corner badge (product tags: Icon / New / Limited) */
.lueur-badge {
	position: absolute;
	top: 10px; left: 10px; z-index: 4;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.625rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	background: var(--wp--preset--color--base);
	color: var(--wp--preset--color--contrast);
	border: 1px solid var(--wp--preset--color--line);
	padding: 4px 8px;
	line-height: 1;
	pointer-events: none;
}

/* ==========================================================================
   WooCommerce — sharp, mono, editorial to match LUEUR
   ========================================================================== */
.woocommerce ul.products li.product,
.wc-block-grid__product { text-align: left; position: relative; }

.woocommerce ul.products li.product a img,
.wc-block-grid__product-image img {
	aspect-ratio: 4/5;
	object-fit: cover;
	transition: transform 4s ease;
}
.woocommerce ul.products li.product:hover a img { transform: scale(1.04); }

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: var(--wp--preset--font-family--sans);
	font-size: 0.9rem;
	font-weight: 500;
	text-transform: none;
	letter-spacing: -0.01em;
	padding: 0.6rem 0 0.2rem;
}
.woocommerce .price,
.woocommerce ul.products li.product .price {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.85rem;
	color: var(--wp--preset--color--contrast);
}
.woocommerce .price del { color: var(--wp--preset--color--faint); }
/* sale badge sits top-RIGHT so it never collides with the top-left
   icon/new/limited tag badge */
.woocommerce ul.products li.product span.onsale {
	position: absolute;
	top: 10px; right: 10px; left: auto;
	margin: 0; z-index: 4;
}
.woocommerce span.onsale,
.wc-block-grid__product-onsale {
	background: var(--wp--preset--color--accent);
	color: var(--wp--preset--color--base);
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.625rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	border-radius: 0;
	min-height: auto;
	min-width: auto;
	padding: 4px 8px;
	line-height: 1;
}

/* WooCommerce buttons inherit the LUEUR button look */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce .button,
.woocommerce #respond input#submit,
.woocommerce ul.products li.product .button {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.6875rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	background: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--contrast);
	border-radius: 0;
	padding: 13px 22px;
	transition: background 0.25s ease, color 0.25s ease;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce .button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce ul.products li.product .button:hover {
	background: transparent;
	color: var(--wp--preset--color--contrast);
}

.woocommerce .star-rating span::before,
.woocommerce p.stars a::before { color: var(--wp--preset--color--accent); }

/* form fields */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .select2-container .select2-selection,
.woocommerce-page input[type="text"],
.woocommerce-page input[type="email"],
.woocommerce-page input[type="password"],
.woocommerce-page input[type="tel"],
.woocommerce select {
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 0;
	background: var(--wp--preset--color--raise);
	color: var(--wp--preset--color--contrast);
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.8125rem;
}

/* ---- WooCommerce notices (message / error / info) — LUEUR skin ---- */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	border-top: 2px solid var(--wp--preset--color--contrast);
	background: var(--wp--preset--color--surface);
	color: var(--wp--preset--color--contrast);
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.8125rem;
	letter-spacing: 0.02em;
	border-radius: 0;
}
.woocommerce-error { border-top-color: var(--wp--preset--color--accent); }
.woocommerce-message::before,
.woocommerce-info::before { color: var(--wp--preset--color--accent); }
.woocommerce-error::before { color: var(--wp--preset--color--accent); }
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button { padding: 8px 14px; }

/* ---- My Account — LUEUR skin ---- */
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
	border-top: 1px solid var(--wp--preset--color--line);
}
.woocommerce-MyAccount-navigation li {
	border-bottom: 1px solid var(--wp--preset--color--line);
}
.woocommerce-MyAccount-navigation li a {
	display: block;
	padding: 13px 2px;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--wp--preset--color--muted);
	transition: color 0.2s ease;
}
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover { color: var(--wp--preset--color--contrast); text-decoration: none; }

.woocommerce table.shop_table {
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 0;
	border-collapse: collapse;
}
.woocommerce table.shop_table th {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.68rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--wp--preset--color--muted);
}
.woocommerce table.shop_table td { border-top: 1px solid var(--wp--preset--color--line); font-size: 0.875rem; }
.woocommerce table.shop_table td .woocommerce-Price-amount { font-family: var(--wp--preset--font-family--mono); }

.woocommerce-account .woocommerce-MyAccount-content fieldset legend,
.woocommerce-account .woocommerce-column__title {
	font-family: var(--wp--preset--font-family--serif);
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

/* ---- Single product — LUEUR skin (classic single-product loop) ---- */
.woocommerce div.product .product_title {
	font-family: var(--wp--preset--font-family--serif);
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 0.98;
	text-transform: uppercase;
	font-size: var(--wp--preset--font-size--x-large);
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 1.05rem;
	color: var(--wp--preset--color--contrast);
}
.woocommerce div.product .woocommerce-product-details__short-description {
	color: var(--wp--preset--color--muted);
	font-size: 0.95rem;
	line-height: 1.6;
}
.woocommerce div.product form.cart .variations label {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.7rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--wp--preset--color--muted);
}
.woocommerce div.product form.cart .variations select {
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 0;
	background: var(--wp--preset--color--raise);
	color: var(--wp--preset--color--contrast);
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.8125rem;
	padding: 9px 30px 9px 12px;
}
.woocommerce div.product form.cart .quantity .qty {
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 0;
	background: var(--wp--preset--color--raise);
	color: var(--wp--preset--color--contrast);
	font-family: var(--wp--preset--font-family--mono);
	height: 46px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: transparent;
	border: 0;
	border-radius: 0;
	margin: 0 22px 0 0;
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--wp--preset--color--muted);
	padding: 12px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--wp--preset--color--contrast); border-bottom: 1px solid var(--wp--preset--color--contrast); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: var(--wp--preset--color--line); }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }

.woocommerce .woocommerce-breadcrumb {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.68rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--wp--preset--color--faint);
}
.woocommerce .woocommerce-breadcrumb a { color: var(--wp--preset--color--muted); }

.woocommerce div.product .related > h2,
.woocommerce div.product .upsells > h2 {
	font-size: var(--wp--preset--font-size--x-large);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger { border-radius: 0; background: var(--wp--preset--color--raise); }
.woocommerce div.product div.images .flex-control-thumbs li img { opacity: 0.55; transition: opacity 0.2s ease; }
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover { opacity: 1; }

/* ---- product video (inc/media.php: per-product Video URL field) ---- */
.lueur-pdp-video { margin-top: 10px; }
.lueur-pdp-video video { display: block; width: 100%; height: auto; background: var(--wp--preset--color--raise); }
.lueur-pdp-video iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; background: var(--wp--preset--color--raise); }

/* ---- gallery block style: thumbnails left (classic flexslider markup) ---- */
.is-style-thumbs-left .woocommerce-product-gallery { display: flex; flex-direction: row-reverse; gap: 10px; align-items: flex-start; }
.is-style-thumbs-left .woocommerce-product-gallery .flex-viewport,
.is-style-thumbs-left .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper { flex: 1; min-width: 0; }
.is-style-thumbs-left .woocommerce-product-gallery ol.flex-control-thumbs { display: flex; flex-direction: column; gap: 8px; width: 72px; flex: none; margin: 0; padding: 0; }
.is-style-thumbs-left .woocommerce-product-gallery ol.flex-control-thumbs li { width: 100%; float: none; margin: 0; }
@media (max-width: 600px) {
	.is-style-thumbs-left .woocommerce-product-gallery { flex-direction: column; }
	.is-style-thumbs-left .woocommerce-product-gallery ol.flex-control-thumbs { flex-direction: row; width: auto; overflow-x: auto; }
	.is-style-thumbs-left .woocommerce-product-gallery ol.flex-control-thumbs li { width: 72px; flex: none; }
}

/* ---- gallery block style: thumbnails hidden (clean single frame) ---- */
.is-style-thumbs-hidden .woocommerce-product-gallery ol.flex-control-thumbs { display: none; }

/* reviews */
.woocommerce #reviews #comments ol.commentlist li img.avatar { border-radius: 50%; border: 1px solid var(--wp--preset--color--line); background: var(--wp--preset--color--raise); padding: 0; width: 40px; }
.woocommerce #reviews #comments ol.commentlist li .comment-text { border: 1px solid var(--wp--preset--color--line); border-radius: 0; }
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta { font-family: var(--wp--preset--font-family--mono); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--wp--preset--color--muted); }

/* ---- PDP extras: trust row, tier hint, accordions ---- */
.lueur-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.68rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--wp--preset--color--muted);
}
.lueur-trust p { margin: 0; }

.lueur-tier-hint {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.72rem;
	letter-spacing: 0.05em;
	color: var(--wp--preset--color--accent);
	margin: 0;
}

/* trust row + accordions injected into the classic summary column
   (woocommerce_single_product_summary, functions.php — fallback path only;
   the shipped single-product.html is blockified and carries them as blocks) */
.woocommerce div.product .summary .lueur-trust { margin: 22px 0 14px; }
.woocommerce div.product .summary .lueur-details:first-of-type { margin-top: 6px; }

/* blockified PDP: sticky summary column, prototype-style */
@media (min-width: 782px) {
	.lueur-pdp-summary { position: sticky; top: 90px; align-self: flex-start; }
}

/* core/details as PDP accordions */
.lueur-details.wp-block-details {
	border-top: 1px solid var(--wp--preset--color--line);
	padding: 14px 0;
	margin: 0;
}
.lueur-details.wp-block-details:last-of-type { border-bottom: 1px solid var(--wp--preset--color--line); }
.lueur-details.wp-block-details summary {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	cursor: pointer;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lueur-details.wp-block-details summary::-webkit-details-marker { display: none; }
.lueur-details.wp-block-details summary::after { content: "+"; font-family: var(--wp--preset--font-family--mono); font-size: 15px; color: var(--wp--preset--color--muted); transition: transform 0.25s ease; }
.lueur-details.wp-block-details[open] summary::after { transform: rotate(45deg); }
.lueur-details.wp-block-details > :not(summary) { color: var(--wp--preset--color--muted); font-size: 0.9rem; line-height: 1.6; }

/* size-guide table */
.lueur-size-table table { border-collapse: collapse; width: 100%; }
.lueur-size-table th, .lueur-size-table td {
	border: 1px solid var(--wp--preset--color--line);
	padding: 9px 12px;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.78rem;
	text-align: left;
}
.lueur-size-table th {
	font-size: 0.66rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--wp--preset--color--muted);
	background: var(--wp--preset--color--surface);
}

/* ---- WooCommerce Cart & Checkout BLOCKS (wc-block-*) — LUEUR skin ---- */
.wc-block-components-button:not(.is-link),
.wp-block-woocommerce-cart .wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
	background: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--contrast);
	border-radius: 0;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.75rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}
.wc-block-components-button:not(.is-link):hover { background: transparent; color: var(--wp--preset--color--contrast); }

.wc-block-components-text-input input,
.wc-block-components-text-input textarea,
.wc-block-components-select .wc-block-components-select__container,
.wc-block-components-address-form input,
.wc-block-components-totals-coupon__input input {
	border-radius: 0 !important;
	font-family: var(--wp--preset--font-family--mono);
}

.wc-block-components-product-price,
.wc-block-components-totals-item__value,
.wc-block-formatted-money-amount,
.wc-block-components-order-summary-item__total-price {
	font-family: var(--wp--preset--font-family--mono);
}

.wc-block-components-title,
.wp-block-woocommerce-checkout-order-summary-block,
.wc-block-cart__totals-title {
	font-family: var(--wp--preset--font-family--sans);
}

.wc-block-mini-cart__button { font-family: var(--wp--preset--font-family--mono); }

/* "Discreet by default" promise card (checkout / cart shells) */
.lueur-discreet {
	border: 1px solid var(--wp--preset--color--line);
	background: var(--wp--preset--color--surface);
	padding: 16px 18px;
}
.lueur-discreet p { margin: 0; }
.lueur-discreet .lueur-discreet__title {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.68rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--wp--preset--color--accent);
	margin-bottom: 6px;
}
.lueur-discreet .lueur-discreet__body { font-size: 0.85rem; color: var(--wp--preset--color--muted); line-height: 1.55; }

/* ==========================================================================
   Misc
   ========================================================================== */
.lueur-rule { height: 1px; background: var(--wp--preset--color--line); border: 0; margin: 0; }

/* scrollbar */
*::-webkit-scrollbar { width: 10px; height: 10px; }
*::-webkit-scrollbar-thumb { background: var(--wp--preset--color--line); border: 3px solid var(--wp--preset--color--base); }

/* horizontal rail (new-arrivals carousel feel) */
.lueur-rail { overflow-x: auto; scrollbar-width: none; }
.lueur-rail::-webkit-scrollbar { display: none; }

/* fade-up entrance */
@media (prefers-reduced-motion: no-preference) {
	.lueur-fade-up { animation: lueur-fade-up 0.7s cubic-bezier(0.2,0.7,0.2,1) both; }
	@keyframes lueur-fade-up { from { transform: translateY(16px); opacity: 0; } to { transform: none; opacity: 1; } }
}

/* ==========================================================================
   LUEUR Slider block (Interactivity API)
   ========================================================================== */
.lueur-slider { position: relative; }
.lueur-slider__viewport { overflow: hidden; }
.lueur-slider__track { display: flex; transition: transform 0.6s cubic-bezier(0.2,0.7,0.2,1); }
@media (prefers-reduced-motion: reduce) { .lueur-slider__track { transition: none; } }

.lueur-slider__slide {
	position: relative;
	flex: 0 0 100%;
	display: flex;
	align-items: flex-end;
	padding: clamp(34px,5vw,72px) var(--lueur-gut, clamp(1rem,4vw,2.5rem));
	min-height: var(--lueur-slider-min, 80vh);
}
.lueur-slider__content {
	position: relative;
	z-index: 3;
	max-width: 680px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}
.lueur-slider__slide .lueur-display,
.lueur-slider__slide h1,
.lueur-slider__slide h2 {
	font-size: var(--wp--preset--font-size--colossal);
	margin: 0;
	color: #fff;
}
.lueur-slider__copy { font-size: 0.95rem; line-height: 1.5; margin: 0; max-width: 420px; }

.lueur-slider__dots {
	position: absolute;
	left: 0; right: 0; bottom: 20px;
	display: flex; justify-content: center; gap: 9px;
	z-index: 12;
}
.lueur-slider__dot {
	height: 3px; width: 16px; padding: 0;
	background: rgba(255,255,255,0.5);
	border: 0; cursor: pointer;
	transition: width 0.3s ease, background 0.3s ease;
}
.lueur-slider__dot.is-active { width: 30px; background: #fff; }

.lueur-slider__nav {
	position: absolute;
	right: clamp(16px,2vw,40px); bottom: clamp(16px,2vw,28px);
	display: flex; gap: 10px; z-index: 12;
}
.lueur-slider__arrow {
	width: 40px; height: 40px;
	display: flex; align-items: center; justify-content: center;
	color: #fff;
	background: rgba(0,0,0,0.26);
	-webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
	border: 1px solid rgba(255,255,255,0.4);
	font-family: var(--wp--preset--font-family--mono);
	font-size: 17px; cursor: pointer;
	transition: background 0.2s ease;
}
.lueur-slider__arrow:hover { background: rgba(0,0,0,0.42); }

/* editor-only preview nav */
.lueur-slider__editor-nav {
	display: flex; align-items: center; justify-content: center; gap: 12px;
	padding: 12px;
}
.lueur-slider__editor-count { font-family: var(--wp--preset--font-family--mono); font-size: 0.75rem; opacity: 0.7; }

/* slider v2 — editor: slides stack vertically for editing */
.lueur-slider--editor .lueur-slider__slide { margin-bottom: 14px; }
.lueur-slider--editor .lueur-slider__slide .lueur-slider__content { width: 100%; }

/* ==========================================================================
   LUEUR Mega Nav block (Interactivity API) — desktop dropdown + mobile accordion
   Three-column panel: sublinks | "the edit" note | product previews
   ========================================================================== */
.lueur-meganav__toggle { display: none; }
.lueur-meganav__overlay-head { display: none; }
.lueur-meganav__foot { display: none; }

.lueur-meganav__list { display: flex; gap: 26px; list-style: none; margin: 0; padding: 0; align-items: center; }
/* items stay static on desktop so the panel positions against the sticky
   header (its nearest positioned ancestor) and can span the full width */
.lueur-meganav__item { position: static; }

.lueur-meganav__label {
	font-family: var(--wp--preset--font-family--mono);
	font-size: var(--wp--preset--font-size--x-small);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--wp--preset--color--muted);
	background: none; border: 0; padding: 0; margin: 0; cursor: pointer;
	display: inline-flex; align-items: center; gap: 6px; line-height: 1;
	transition: color 0.2s ease;
}
.lueur-meganav__item.is-open .lueur-meganav__label,
.lueur-meganav__label:hover { color: var(--wp--preset--color--contrast); }
.lueur-meganav__plus { display: none; }

/* mega panel: centred under the header bar, capped width — roomy without
   sprawling empty on ultra-wide screens */
.lueur-meganav__panel {
	position: absolute; top: 100%; left: 50%; transform: translateX(-50%); z-index: 50;
	width: min(1120px, calc(100vw - 2 * var(--lueur-gut)));
	display: none; grid-template-columns: minmax(170px, 0.9fr) 1.1fr 1.6fr;
	gap: clamp(24px, 3vw, 52px);
	background: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--line);
	border-top: 0;
	box-shadow: 0 44px 64px -44px rgba(0,0,0,0.6);
	padding: clamp(24px, 2.5vw, 40px) clamp(24px, 2.5vw, 40px) clamp(28px, 3vw, 44px);
}
.lueur-meganav__item.is-open .lueur-meganav__panel { display: grid; }
.lueur-meganav__panel--no-note { grid-template-columns: minmax(170px, 0.9fr) 2fr; }

.lueur-meganav__sublinks { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.lueur-meganav__sublinks a { font-size: 1rem; color: var(--wp--preset--color--muted); transition: color 0.2s ease; }
.lueur-meganav__sublinks li:first-child a { color: var(--wp--preset--color--contrast); font-weight: 500; }
.lueur-meganav__sublinks a:hover { color: var(--wp--preset--color--contrast); }

/* "The edit" — editorial note column */
.lueur-meganav__note { border-left: 1px solid var(--wp--preset--color--line); padding-left: 22px; }
.lueur-meganav__note-eyebrow {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase;
	color: var(--wp--preset--color--faint); margin: 0 0 8px;
}
.lueur-meganav__note-copy {
	font-family: var(--wp--preset--font-family--serif);
	font-size: clamp(1.05rem, 1.2vw, 1.25rem); line-height: 1.35; font-style: italic;
	color: var(--wp--preset--color--muted); margin: 0;
	max-width: 30ch;
}

.lueur-meganav__products { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 190px)); gap: clamp(14px, 2vw, 22px); justify-content: end; }
.lueur-meganav__product { display: block; }
.lueur-meganav__product-img { display: block; overflow: hidden; }
.lueur-meganav__product-img img { aspect-ratio: 4/5; object-fit: cover; width: 100%; display: block; transition: transform 3s ease; }
.lueur-meganav__product:hover .lueur-meganav__product-img img { transform: scale(1.04); }
.lueur-meganav__product-meta { display: flex; justify-content: space-between; gap: 8px; margin-top: 8px; align-items: flex-start; }
.lueur-meganav__product-name { font-size: 0.8rem; font-weight: 500; line-height: 1.25; }
.lueur-meganav__product-price { font-family: var(--wp--preset--font-family--mono); font-size: 0.75rem; flex: none; }

/* ---- mobile: hamburger + full-screen accordion overlay ---- */
@media (max-width: 781px) {
	.lueur-meganav__toggle {
		display: inline-flex; align-items: center;
		font-family: var(--wp--preset--font-family--mono);
		font-size: var(--wp--preset--font-size--x-small);
		letter-spacing: 0.14em; text-transform: uppercase;
		background: none; border: 0; padding: 0; cursor: pointer;
		color: var(--wp--preset--color--contrast);
	}
	.lueur-meganav__overlay {
		position: fixed; inset: 0; z-index: 60;
		background: var(--wp--preset--color--base);
		color: var(--wp--preset--color--contrast);
		transform: translateX(-100%);
		transition: transform 0.4s cubic-bezier(0.2,0.7,0.2,1);
		visibility: hidden; overflow-y: auto;
		padding: 20px var(--lueur-gut);
	}
	.lueur-meganav__overlay.is-open { transform: none; visibility: visible; }
	.lueur-meganav__overlay-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
	.lueur-meganav__overlay-title { font-family: var(--wp--preset--font-family--serif); font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; }
	.lueur-meganav__close { font-family: var(--wp--preset--font-family--mono); font-size: 0.75rem; background: none; border: 0; cursor: pointer; color: var(--wp--preset--color--contrast); }

	.lueur-meganav__list { flex-direction: column; gap: 0; align-items: stretch; }
	.lueur-meganav__item { position: static; border-bottom: 1px solid var(--wp--preset--color--line); }
	.lueur-meganav__label {
		width: 100%; justify-content: space-between;
		font-family: var(--wp--preset--font-family--serif); font-weight: 600;
		font-size: 30px; letter-spacing: 0.04em; text-transform: uppercase;
		color: var(--wp--preset--color--contrast); padding: 14px 0;
		text-align: left;
	}
	.lueur-meganav__plus { display: inline-block; font-family: var(--wp--preset--font-family--mono); font-size: 22px; line-height: 1; transition: transform 0.25s ease; }
	.lueur-meganav__item.is-open .lueur-meganav__plus { transform: rotate(45deg); }
	.lueur-meganav__panel {
		position: static; display: none; grid-template-columns: none;
		width: auto; transform: none; left: auto;
		min-width: 0; border: 0; box-shadow: none; background: none; padding: 0 0 16px;
	}
	.lueur-meganav__item.is-open .lueur-meganav__panel { display: block; }
	.lueur-meganav__note { display: none; }
	.lueur-meganav__sublinks { gap: 2px; margin-bottom: 12px; }
	.lueur-meganav__sublinks a { padding: 7px 0; display: inline-block; }

	/* secondary utilities (account / search) live at the drawer's foot */
	.lueur-meganav__foot {
		display: flex; flex-direction: column; gap: 2px;
		margin-top: 22px; padding-top: 18px;
		border-top: 1px solid var(--wp--preset--color--line);
	}
	.lueur-meganav__foot a {
		font-family: var(--wp--preset--font-family--mono);
		font-size: var(--wp--preset--font-size--x-small);
		letter-spacing: 0.12em; text-transform: uppercase;
		color: var(--wp--preset--color--muted);
		padding: 9px 0;
	}
	.lueur-meganav__foot a:hover { color: var(--wp--preset--color--contrast); text-decoration: none; }
}

/* ==========================================================================
   LUEUR Bundle — "Complete the set" (product page); responsive
   Partner items are variable products, so each carries a size <select>.
   ========================================================================== */
.lueur-bundle {
	border: 1px solid var(--wp--preset--color--line);
	background: var(--wp--preset--color--surface);
	padding: clamp(16px, 3vw, 28px);
	margin-block: clamp(32px, 5vw, 56px);
}
.lueur-bundle__head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 18px; flex-wrap: wrap; }
.lueur-bundle__save {
	font-family: var(--wp--preset--font-family--mono);
	font-size: var(--wp--preset--font-size--x-small);
	letter-spacing: 0.1em; text-transform: uppercase;
	color: var(--wp--preset--color--accent); margin: 0;
}

.lueur-bundle__items { display: flex; align-items: flex-start; gap: 14px; flex-wrap: wrap; }
.lueur-bundle__item {
	position: relative;
	display: flex; flex-direction: column; gap: 9px;
	width: 158px; cursor: pointer;
}
.lueur-bundle__pick { position: absolute; top: 8px; left: 8px; z-index: 2; }
.lueur-bundle__pick input { width: 18px; height: 18px; accent-color: var(--wp--preset--color--contrast); cursor: pointer; }
.lueur-bundle__thumb { display: block; overflow: hidden; background: var(--wp--preset--color--raise); }
.lueur-bundle__thumb img { aspect-ratio: 4/5; object-fit: cover; width: 100%; display: block; }
.lueur-bundle__meta { display: flex; flex-direction: column; gap: 4px; }
.lueur-bundle__name { font-size: 0.82rem; font-weight: 500; line-height: 1.25; }
.lueur-bundle__price { font-family: var(--wp--preset--font-family--mono); font-size: 0.75rem; color: var(--wp--preset--color--muted); }
.lueur-bundle__size {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.72rem;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 0;
	background: var(--wp--preset--color--raise);
	color: var(--wp--preset--color--contrast);
	padding: 6px 8px;
	max-width: 100%;
}
.lueur-bundle__plus { align-self: center; margin-top: clamp(56px, 9vw, 82px); font-family: var(--wp--preset--font-family--mono); font-size: 20px; color: var(--wp--preset--color--muted); }

.lueur-bundle__foot {
	display: flex; justify-content: space-between; align-items: center; gap: 16px;
	margin-top: 22px; padding-top: 18px;
	border-top: 1px solid var(--wp--preset--color--line);
	flex-wrap: wrap;
}
.lueur-bundle__total { display: flex; align-items: baseline; gap: 10px; }
.lueur-bundle__total-val { font-family: var(--wp--preset--font-family--mono); font-size: 1.15rem; }
.lueur-bundle__was { color: var(--wp--preset--color--faint); font-family: var(--wp--preset--font-family--mono); font-size: 0.85rem; }
.lueur-bundle__cta {
	font-family: var(--wp--preset--font-family--mono);
	font-size: var(--wp--preset--font-size--x-small);
	letter-spacing: 0.12em; text-transform: uppercase;
	background: var(--wp--preset--color--contrast); color: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--contrast); border-radius: 0;
	padding: 15px 26px; cursor: pointer;
	transition: background 0.25s ease, color 0.25s ease;
}
.lueur-bundle__cta:hover { background: transparent; color: var(--wp--preset--color--contrast); }

/* tablet: slightly tighter */
@media (max-width: 900px) {
	.lueur-bundle__item { width: 138px; }
}
/* mobile: stack items into rows, full-width CTA */
@media (max-width: 600px) {
	.lueur-bundle__items { flex-direction: column; align-items: stretch; gap: 10px; }
	.lueur-bundle__item { flex-direction: row; align-items: center; width: auto; gap: 12px; }
	.lueur-bundle__pick { position: static; }
	.lueur-bundle__thumb { width: 66px; flex: none; }
	.lueur-bundle__meta { flex: 1; }
	.lueur-bundle__plus { align-self: center; margin: 0; }
	.lueur-bundle__foot { flex-direction: column; align-items: stretch; gap: 14px; }
	.lueur-bundle__cta { width: 100%; text-align: center; }
}

/* ==========================================================================
   Shop / catalog + WooCommerce filter blocks — LUEUR skin
   ========================================================================== */
.woocommerce-result-count { font-family: var(--wp--preset--font-family--mono); font-size: 0.75rem; letter-spacing: 0.04em; color: var(--wp--preset--color--muted); }
.woocommerce-ordering select,
.wc-block-sort-select__select {
	font-family: var(--wp--preset--font-family--mono); font-size: 0.7rem; letter-spacing: 0.06em; text-transform: uppercase;
	border: 1px solid var(--wp--preset--color--line); border-radius: 0; background: var(--wp--preset--color--raise);
	padding: 9px 30px 9px 14px; color: var(--wp--preset--color--contrast);
}
/* filter block titles → LUEUR eyebrow */
.wc-block-components-filter-title-placeholder,
.wc-block-attribute-filter__title,
.wp-block-woocommerce-filter-wrapper .wc-block-components-title {
	font-family: var(--wp--preset--font-family--mono) !important;
	font-size: var(--wp--preset--font-size--x-small) !important;
	letter-spacing: 0.16em; text-transform: uppercase; color: var(--wp--preset--color--muted);
}
/* attribute filter as LUEUR chips */
.wc-block-attribute-filter.is-chips .wc-block-attribute-filter-list-item,
.wc-block-components-filter-attribute .wc-block-components-chip,
.wc-block-components-chip {
	border: 1px solid var(--wp--preset--color--line) !important; border-radius: 0 !important;
	background: transparent !important;
	font-family: var(--wp--preset--font-family--mono); font-size: 0.72rem; letter-spacing: 0.04em; text-transform: uppercase;
	color: var(--wp--preset--color--contrast) !important; padding: 8px 13px;
}
.wc-block-components-chip.is-selected,
.wc-block-attribute-filter .is-active { background: var(--wp--preset--color--contrast) !important; color: var(--wp--preset--color--base) !important; border-color: var(--wp--preset--color--contrast) !important; }
/* checkboxes / price / active filters */
.wc-block-components-checkbox__input { accent-color: var(--wp--preset--color--contrast); border-radius: 0; }
.wc-block-price-filter__range-input,
.wc-block-components-price-slider__range-input-progress { accent-color: var(--wp--preset--color--contrast); }
.wc-block-active-filters .wc-block-components-filter-reset-button,
.wc-block-components-filter-reset-button { font-family: var(--wp--preset--font-family--mono); font-size: 0.7rem; color: var(--wp--preset--color--muted); text-decoration: underline; }
/* filter "apply/submit" + newer unified Product Filters button */
.wc-block-components-filter-submit-button,
.wp-block-woocommerce-product-filters .wc-block-components-button {
	background: var(--wp--preset--color--contrast); color: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--contrast); border-radius: 0;
	font-family: var(--wp--preset--font-family--mono); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase;
}

/* ==========================================================================
   LUEUR Shop Filter block
   Two layouts:
   - sidebar (default): desktop sticky column + mobile drawer
   - toolbar: sticky top strip (category pills + sort + Filter button); the
     full panel slides in as a right-hand drawer on every viewport — this is
     the LUEUR PLP layout.
   ========================================================================== */
.lueur-filter__open, .lueur-filter__scrim, .lueur-filter__panel-head { display: none; }

.lueur-filter__panel { position: sticky; top: 130px; align-self: start; display: flex; flex-direction: column; gap: 26px; }
.lueur-filter__group .lueur-eyebrow { margin-bottom: 12px; }
.lueur-filter__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.lueur-filter__chip {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.72rem; letter-spacing: 0.04em; text-transform: uppercase;
	padding: 8px 13px; border: 1px solid var(--wp--preset--color--line);
	background: transparent; color: var(--wp--preset--color--contrast);
	cursor: pointer; text-decoration: none; transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	line-height: 1;
	display: inline-flex; align-items: center; gap: 7px;
}
.lueur-filter__chip:hover { border-color: var(--wp--preset--color--contrast); }
.lueur-filter__chip.is-selected { background: var(--wp--preset--color--contrast); color: var(--wp--preset--color--base); border-color: var(--wp--preset--color--contrast); }
/* colour chips carry a little swatch dot */
.lueur-filter__dot { width: 11px; height: 11px; border-radius: 50%; flex: none; border: 1px solid rgba(255,255,255,0.25); box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15); }

.lueur-filter__foot { display: flex; gap: 10px; align-items: center; padding-top: 6px; }
.lueur-filter__clear { font-family: var(--wp--preset--font-family--mono); font-size: 0.7rem; color: var(--wp--preset--color--muted); text-decoration: underline; background: none; border: 0; cursor: pointer; }
.lueur-filter__apply {
	flex: 1; font-family: var(--wp--preset--font-family--mono); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase;
	background: var(--wp--preset--color--contrast); color: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--contrast); border-radius: 0; padding: 13px 16px; cursor: pointer;
}
.lueur-filter__apply:hover { background: transparent; color: var(--wp--preset--color--contrast); }

/* drawer chrome (used by the sidebar layout on mobile, and by the toolbar
   layout on every viewport) */
.lueur-filter.is-open .lueur-filter__scrim { opacity: 1; pointer-events: auto; }
.lueur-filter.is-open .lueur-filter__panel { transform: none; }

/* mobile drawer for the sidebar layout
   (781px matches WP core's columns-stack breakpoint) */
@media (max-width: 781px) {
	.lueur-filter--sidebar .lueur-filter__open {
		display: inline-flex; align-items: center; gap: 6px;
		position: fixed; left: 50%; transform: translateX(-50%); bottom: 20px; z-index: 55;
		font-family: var(--wp--preset--font-family--mono); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase;
		background: var(--wp--preset--color--contrast); color: var(--wp--preset--color--base);
		border: 0; border-radius: 0; padding: 14px 26px; cursor: pointer;
		box-shadow: 0 12px 30px -12px rgba(0,0,0,0.5);
	}
	.lueur-filter--sidebar .lueur-filter__scrim { display: block; position: fixed; inset: 0; z-index: 60; background: rgba(0,0,0,0.4); opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
	.lueur-filter--sidebar .lueur-filter__panel {
		position: fixed; right: 0; top: 0; bottom: 0; z-index: 61;
		width: 90%; max-width: 400px; background: var(--wp--preset--color--base);
		border-left: 1px solid var(--wp--preset--color--line);
		transform: translateX(100%); transition: transform 0.4s cubic-bezier(0.2,0.7,0.2,1);
		overflow-y: auto; padding: 0 var(--lueur-gut) 20px; gap: 24px;
	}
	.lueur-filter--sidebar .lueur-filter__panel-head {
		display: flex; justify-content: space-between; align-items: center;
		position: sticky; top: 0; background: var(--wp--preset--color--base);
		padding: 18px 0; margin-bottom: 4px; border-bottom: 1px solid var(--wp--preset--color--line);
		z-index: 2;
	}
}

/* ---- toolbar layout ---- */
/* Stickiness lives on the block root: the toolbar is the wrapper's only
   in-flow child (scrim/panel are fixed), so sticky on the strip itself would
   have zero travel inside its own-height parent and never latch. */
.lueur-filter--toolbar { position: sticky; top: 64px; z-index: 30; }
/* the sticky root traps its fixed drawer in a z-index:30 stacking context —
   lift the whole block above the header (z 40) while the drawer is open */
.lueur-filter--toolbar.is-open { z-index: 70; }
.lueur-filter--toolbar .lueur-filter__toolbar {
	display: flex; align-items: center; gap: 10px;
	background: var(--wp--preset--color--base);
	border-block: 1px solid var(--wp--preset--color--line);
	padding: 12px 0;
	overflow-x: auto; scrollbar-width: none;
}
.lueur-filter--toolbar .lueur-filter__toolbar::-webkit-scrollbar { display: none; }
.lueur-filter--toolbar .lueur-filter__toolbar .lueur-filter__chips { flex-wrap: nowrap; flex: 1; }
.lueur-filter--toolbar .lueur-filter__open {
	display: inline-flex; align-items: center; gap: 6px;
	position: static; transform: none;
	font-family: var(--wp--preset--font-family--mono); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase;
	background: transparent; color: var(--wp--preset--color--contrast);
	border: 1px solid var(--wp--preset--color--line); border-radius: 0; padding: 8px 14px; cursor: pointer;
	white-space: nowrap;
	transition: border-color 0.2s ease;
}
.lueur-filter--toolbar .lueur-filter__open:hover { border-color: var(--wp--preset--color--contrast); }
.lueur-filter--toolbar .lueur-filter__scrim { display: block; position: fixed; inset: 0; z-index: 60; background: rgba(0,0,0,0.4); opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
.lueur-filter--toolbar .lueur-filter__panel {
	position: fixed; right: 0; top: 0; bottom: 0; z-index: 61;
	width: 90%; max-width: 420px; background: var(--wp--preset--color--base);
	border-left: 1px solid var(--wp--preset--color--line);
	transform: translateX(100%); transition: transform 0.4s cubic-bezier(0.2,0.7,0.2,1);
	overflow-y: auto; padding: 0 var(--lueur-gut) 20px; gap: 24px;
}
.lueur-filter--toolbar .lueur-filter__panel-head {
	display: flex; justify-content: space-between; align-items: center;
	position: sticky; top: 0; background: var(--wp--preset--color--base);
	padding: 18px 0; margin-bottom: 4px; border-bottom: 1px solid var(--wp--preset--color--line);
	z-index: 2;
}

.lueur-filter__panel-title { font-family: var(--wp--preset--font-family--serif); font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; }
.lueur-filter__close { font-family: var(--wp--preset--font-family--mono); font-size: 0.75rem; background: none; border: 0; cursor: pointer; color: var(--wp--preset--color--contrast); }

@media (prefers-reduced-motion: reduce) {
	.lueur-filter__panel { transition: none; }
}

/* ==========================================================================
   LUEUR Rewards Bar — tiered cart rewards progress (+ multi-buy qty mode)
   ========================================================================== */
.lueur-rw {
	padding: 18px var(--lueur-gut) 20px;
	border-bottom: 1px solid var(--wp--preset--color--line);
	background: var(--wp--preset--color--surface);
}
.lueur-rw__nudge {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.72rem; letter-spacing: 0.05em;
	margin: 0 0 14px; color: var(--wp--preset--color--contrast);
}
.lueur-rw__nudge b { color: var(--wp--preset--color--accent); font-weight: 500; }
.lueur-rw__track { position: relative; height: 2px; background: var(--wp--preset--color--line); margin: 0 52px; }
.lueur-rw__fill { position: absolute; left: 0; top: 0; bottom: 0; background: var(--wp--preset--color--accent); transition: width 0.45s cubic-bezier(0.2,0.7,0.2,1); }
.lueur-rw__stops { position: relative; margin: 0 52px; }
.lueur-rw__stop { position: absolute; top: -7px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; }
.lueur-rw__dot {
	width: 12px; height: 12px; border-radius: 50%;
	background: var(--wp--preset--color--base);
	border: 1.5px solid var(--wp--preset--color--line);
	box-sizing: border-box;
}
.lueur-rw__stop.is-done .lueur-rw__dot { background: var(--wp--preset--color--accent); border-color: var(--wp--preset--color--accent); }
.lueur-rw__stop.is-done .lueur-rw__dot::after {
	content: "✓"; color: var(--wp--preset--color--base); font-size: 8px;
	display: flex; align-items: center; justify-content: center; height: 100%;
	font-family: var(--wp--preset--font-family--mono);
}
.lueur-rw__lab {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.59rem; letter-spacing: 0.08em; text-transform: uppercase;
	color: var(--wp--preset--color--muted); text-align: center; line-height: 1.45; white-space: nowrap;
}
.lueur-rw__stop.is-done .lueur-rw__lab { color: var(--wp--preset--color--contrast); }
.lueur-rw__amt { display: block; color: var(--wp--preset--color--faint); }
.lueur-rw__amt .woocommerce-Price-amount { color: inherit; }
.lueur-rw__spacer { height: 52px; }
.lueur-rw--editor { border: 1px dashed var(--wp--preset--color--line); }

/* qty mode ("multi-buy" piece-count ladder) shares the same skeleton */
.lueur-rw--qty .lueur-rw__fill { background: var(--wp--preset--color--contrast); }

/* ---- gift cart line ---- */
.lueur-gift-badge {
	display: inline-block;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase;
	background: var(--wp--preset--color--accent); color: var(--wp--preset--color--base);
	padding: 3px 7px; margin-right: 6px; vertical-align: middle;
}
.lueur-gift-ok {
	display: block;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.69rem; color: var(--wp--preset--color--accent); margin-top: 4px;
}
.lueur-gift-was { color: var(--wp--preset--color--faint); margin-left: 6px; font-size: 0.85em; }
.lueur-gift-size { margin-top: 8px; }
.lueur-gift-size label { font-size: 0.7rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--wp--preset--color--muted); }
.lueur-gift-size select {
	font-family: var(--wp--preset--font-family--mono); font-size: 0.75rem;
	border: 1px solid var(--wp--preset--color--line); border-radius: 0;
	background: var(--wp--preset--color--raise); color: var(--wp--preset--color--contrast);
	padding: 5px 8px; margin-left: 6px;
}

/* ---- cart upsell ("Completes the set" in the Mini-Cart drawer) ---- */
.lueur-upsell {
	padding: 14px var(--lueur-gut) 16px;
	border-top: 1px solid var(--wp--preset--color--line);
	background: var(--wp--preset--color--surface);
}
.lueur-upsell .lueur-eyebrow { margin-bottom: 6px; }
.lueur-upsell__row { display: flex; align-items: center; gap: 10px; padding: 9px 0; margin: 0; }
.lueur-upsell__row + .lueur-upsell__row { border-top: 1px solid var(--wp--preset--color--line); }
.lueur-upsell__thumb { width: 48px; flex: none; display: block; overflow: hidden; background: var(--wp--preset--color--raise); }
.lueur-upsell__thumb img, .lueur-upsell__thumb .lueur-tile-ph { aspect-ratio: 4/5; object-fit: cover; width: 100%; display: block; }
.lueur-upsell__meta { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.lueur-upsell__name { font-size: 0.8rem; font-weight: 500; line-height: 1.25; color: var(--wp--preset--color--contrast); }
.lueur-upsell__name:hover { text-decoration: none; opacity: 0.7; }
.lueur-upsell__price { font-family: var(--wp--preset--font-family--mono); font-size: 0.7rem; color: var(--wp--preset--color--muted); }
.lueur-upsell__size {
	font-family: var(--wp--preset--font-family--mono); font-size: 0.7rem;
	border: 1px solid var(--wp--preset--color--line); border-radius: 0;
	background: var(--wp--preset--color--raise); color: var(--wp--preset--color--contrast);
	padding: 6px 4px; max-width: 74px; flex: none;
}
.lueur-upsell__add {
	font-family: var(--wp--preset--font-family--mono); font-size: 0.62rem;
	letter-spacing: 0.1em; text-transform: uppercase;
	background: var(--wp--preset--color--contrast); color: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--contrast); border-radius: 0;
	padding: 9px 12px; cursor: pointer; flex: none;
	transition: background 0.25s ease, color 0.25s ease, opacity 0.2s ease;
}
.lueur-upsell__add:hover { background: transparent; color: var(--wp--preset--color--contrast); }
.lueur-upsell__add[disabled] { opacity: 0.45; pointer-events: none; }

/* ---- gift wrap cart row ---- */
.lueur-giftwrap {
	display: flex; align-items: center; gap: 10px;
	border: 1px solid var(--wp--preset--color--line);
	background: var(--wp--preset--color--surface);
	padding: 13px 16px; margin-block: 14px;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.78rem; letter-spacing: 0.03em;
}
.lueur-giftwrap input[type="checkbox"] { width: 16px; height: 16px; accent-color: var(--wp--preset--color--accent); }
.lueur-giftwrap .lueur-giftwrap__price { color: var(--wp--preset--color--muted); margin-left: auto; }

/* ==========================================================================
   Third-party block library adapter — `.lueur-skin` wrapper class: add it to
   ANY block's "Additional CSS class(es)" to force the LUEUR look on its
   contents, regardless of which plugin rendered them.
   Typography / radius / colour only — never layout.
   ========================================================================== */
.lueur-skin :is(h1, h2, h3, h4) {
	font-family: var(--wp--preset--font-family--serif) !important;
	letter-spacing: 0.02em !important;
	text-transform: uppercase;
	line-height: 0.95;
	color: var(--wp--preset--color--contrast);
}
.lueur-skin :is(h5, h6) {
	font-family: var(--wp--preset--font-family--mono) !important;
	font-size: var(--wp--preset--font-size--x-small);
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--wp--preset--color--muted);
}
.lueur-skin p { font-family: var(--wp--preset--font-family--sans); }
.lueur-skin :is(a, button)[class*="button"],
.lueur-skin button[type="submit"],
.lueur-skin input[type="submit"] {
	border-radius: 0 !important;
	font-family: var(--wp--preset--font-family--mono) !important;
	font-size: var(--wp--preset--font-size--x-small) !important;
	font-weight: 500;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
	background: var(--wp--preset--color--contrast) !important;
	color: var(--wp--preset--color--base) !important;
	border: 1px solid var(--wp--preset--color--contrast) !important;
	box-shadow: none !important;
	transition: background 0.25s ease, color 0.25s ease;
}
.lueur-skin :is(a, button)[class*="button"]:hover,
.lueur-skin button[type="submit"]:hover,
.lueur-skin input[type="submit"]:hover {
	background: transparent !important;
	color: var(--wp--preset--color--contrast) !important;
}
.lueur-skin :is(input[type="text"], input[type="email"], input[type="search"], input[type="tel"], textarea, select) {
	border-radius: 0 !important;
	border: 1px solid var(--wp--preset--color--line) !important;
	background: var(--wp--preset--color--raise) !important;
	color: var(--wp--preset--color--contrast) !important;
	font-family: var(--wp--preset--font-family--mono) !important;
	box-shadow: none !important;
}
/* ghost-button variant inside a skinned section */
.lueur-skin .is-style-ghost :is(a, button)[class*="button"] {
	background: transparent !important;
	color: var(--wp--preset--color--contrast) !important;
}
