/* Le Clos — front-end styles */

:root {
	--leclos-navy: #052957;
	--leclos-ink: #1a2340;
	--leclos-gold: #b8954a;
	--leclos-gold-light: #d4b76a;
	--leclos-surface: #f8f8f8;
	--leclos-page: #faf9f5;
	--leclos-muted: #6b7280;
	--leclos-cart: #c62828;
}

body {
	-webkit-font-smoothing: antialiased;
	background: var(--leclos-page);
}

/* —— Site header (matches leclos.net #top + #header) —— */
/* Kill WP block gap above the first template part (empty 24px strip). */
.wp-site-blocks > .wp-block-template-part:first-child,
.wp-site-blocks > header:first-child {
	margin-block-start: 0 !important;
	margin-top: 0 !important;
}

.leclos-site-header {
	position: sticky;
	top: 0;
	z-index: 200;
	background: #fff;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
	margin-block-start: 0 !important;
	margin-top: 0 !important;
}

/* No block-gap inside header — when .leclos-top is hidden, WP layout
   margin on .leclos-header was leaving an empty white strip. */
.leclos-site-header.wp-block-group > * {
	margin-block-start: 0 !important;
	margin-top: 0 !important;
}

.leclos-top {
	/* Desktop-only utility strip (Sign In / cart). Hidden on small screens. */
	display: none !important;
	background: var(--leclos-surface);
	border-bottom: 1px solid #ececec;
	font-size: 0.75rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

@media (min-width: 961px) {
	.leclos-top {
		display: block !important;
	}
}

.leclos-top-signin {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: var(--leclos-ink);
	text-decoration: none;
	font-weight: 500;
}

.leclos-top-signin img {
	width: 18px;
	height: 18px;
	display: block;
}

.leclos-top-signin:hover {
	color: var(--leclos-navy);
}

/* Top mini-cart icon (custom SVG) */
.leclos-top .wc-block-mini-cart__button {
	padding: 0 !important;
	background: transparent !important;
	color: #666 !important;
	gap: 0.35rem;
	min-height: 28px;
}

.leclos-top .wc-block-mini-cart__quantity-badge {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.leclos-top .wc-block-mini-cart__icon {
	display: block !important;
	width: 22px !important;
	height: 22px !important;
	color: #666 !important;
	fill: currentColor !important;
}

.leclos-top .wc-block-mini-cart__badge {
	background: var(--leclos-cart, #c41230) !important;
	color: #fff !important;
	border-radius: 999px;
	min-width: 1.05rem;
	height: 1.05rem;
	font-size: 0.62rem !important;
	line-height: 1.05rem;
	right: -0.35rem;
	top: -0.25rem;
}

.leclos-header {
	background: #fff;
	min-height: 72px;
}

.leclos-header-inner {
	width: 100%;
	align-items: center;
}

.leclos-menu-toggle,
.leclos-search-toggle {
	display: none;
	appearance: none;
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	cursor: pointer;
	color: #333;
	line-height: 0;
}

.leclos-menu-toggle img {
	display: block;
	width: 22px;
	height: 14px;
}

.leclos-search-toggle {
	width: 40px;
	height: 40px;
	border: 1px solid #d7d7d7;
	border-radius: 2px;
	align-items: center;
	justify-content: center;
	color: #052957;
}

.leclos-header-cart {
	display: none;
}

.leclos-mobile-search {
	display: none;
	width: 100%;
	padding: 0.65rem 0 0.25rem;
}

.leclos-logo {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	text-decoration: none;
}

.leclos-logo img {
	display: block;
	width: auto;
	height: 52px;
	max-width: 190px;
	object-fit: contain;
}

/* Offcanvas drawer */
.leclos-offcanvas-backdrop {
	position: fixed;
	inset: 0;
	z-index: 300;
	background: rgba(0, 0, 0, 0.45);
}

.leclos-offcanvas {
	position: fixed;
	inset: 0 auto 0 0;
	z-index: 310;
	width: min(320px, 86vw);
	max-width: 100%;
	pointer-events: none;
}

.leclos-offcanvas__bar {
	height: 100%;
	background: #fff;
	box-shadow: 4px 0 24px rgba(0, 0, 0, 0.18);
	transform: translateX(-105%);
	transition: transform 0.22s ease;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	pointer-events: auto;
}

body.leclos-offcanvas-open .leclos-offcanvas__bar {
	transform: translateX(0);
}

.leclos-offcanvas__top {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.1rem 1.15rem;
	border-bottom: 1px solid #ececec;
}

.leclos-offcanvas__close {
	appearance: none;
	border: 0;
	background: transparent;
	padding: 0.25rem;
	cursor: pointer;
	line-height: 0;
}

.leclos-offcanvas__close img {
	display: block;
	width: 18px;
	height: 18px;
}

.leclos-offcanvas__logo img {
	display: block;
	height: 28px;
	width: auto;
}

.leclos-offcanvas__nav {
	padding: 0.5rem 0 1.5rem;
}

.leclos-offcanvas__menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.leclos-offcanvas__item {
	border-bottom: 1px solid #efefef;
}

.leclos-offcanvas__link,
.leclos-offcanvas__toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0.95rem 1.25rem;
	color: #222;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	background: transparent;
	border: 0;
	text-align: left;
	cursor: pointer;
	font-family: inherit;
}

.leclos-offcanvas__chevron {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #666;
	transition: transform 0.15s ease;
}

.leclos-offcanvas__item.is-open > .leclos-offcanvas__toggle .leclos-offcanvas__chevron {
	transform: rotate(90deg);
}

.leclos-offcanvas__sub {
	list-style: none;
	margin: 0;
	padding: 0 0 0.65rem;
	display: none;
	background: #f7f7f7;
}

.leclos-offcanvas__item.is-open > .leclos-offcanvas__sub {
	display: block;
}

.leclos-offcanvas__sub a {
	display: block;
	padding: 0.55rem 1.25rem 0.55rem 1.6rem;
	color: #333;
	font-size: 0.92rem;
	text-decoration: none;
}

.leclos-offcanvas__sub a:hover {
	color: var(--leclos-navy, #052957);
}

/* Primary nav (classic menu → mega / dropdown) */
.leclos-nav {
	position: relative;
	z-index: 40;
}

.leclos-nav__list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.2rem 2rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.leclos-nav__item--top {
	position: relative;
}

.leclos-nav__link {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: var(--leclos-ink, #222);
	font-size: 0.92rem;
	font-weight: 600;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0.85rem 0;
	line-height: 1.25;
}

.leclos-nav__link:hover,
.leclos-nav__item--top:hover > .leclos-nav__link {
	color: var(--leclos-navy, #052957);
}

.leclos-nav__chevron {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	opacity: 0.7;
	margin-top: 1px;
}

.leclos-nav__panel {
	position: absolute;
	top: calc(100% - 2px);
	left: 0;
	min-width: 260px;
	background: #052957;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s;
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
	z-index: 50;
}

.leclos-nav__panel::before {
	content: "";
	position: absolute;
	top: -7px;
	left: 1.5rem;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #052957;
}

.leclos-nav__item--top:hover > .leclos-nav__panel,
.leclos-nav__item--top:focus-within > .leclos-nav__panel {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.leclos-nav__panel--dropdown {
	padding: 1.35rem 1.5rem 1.4rem;
}

.leclos-nav__dropdown-title {
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 0.75rem;
	margin-bottom: 0.75rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.leclos-nav__dropdown-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.leclos-nav__dropdown-list .leclos-nav__sublink {
	display: block;
	padding: 0.55rem 0;
	color: #fff;
	font-size: 0.98rem;
	font-weight: 400;
	line-height: 1.35;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0.01em;
}

.leclos-nav__dropdown-list .leclos-nav__sublink:hover {
	opacity: 0.82;
}

.leclos-nav__panel--mega {
	left: 50%;
	transform: translate(-50%, 8px);
	min-width: 640px;
	padding: 1.75rem 1.9rem 1.85rem;
}

.leclos-nav__item--mega:hover > .leclos-nav__panel--mega,
.leclos-nav__item--mega:focus-within > .leclos-nav__panel--mega {
	transform: translate(-50%, 0);
}

.leclos-nav__panel--mega::before {
	left: 50%;
	margin-left: -7px;
}

.leclos-nav__mega {
	display: grid;
	grid-template-columns: repeat(3, minmax(160px, 1fr));
	gap: 1.75rem 2.5rem;
}

.leclos-nav__col-title {
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 0.7rem;
	margin-bottom: 0.75rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.leclos-nav__col-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.leclos-nav__col-list .leclos-nav__sublink {
	display: block;
	padding: 0.48rem 0;
	color: #fff;
	font-size: 0.98rem;
	font-weight: 400;
	line-height: 1.35;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0.01em;
}

.leclos-nav__col-list .leclos-nav__sublink:hover {
	opacity: 0.82;
}

@media (max-width: 960px) {
	.leclos-nav__list {
		gap: 0.15rem 1.25rem;
	}

	.leclos-nav__link {
		font-size: 0.84rem;
		padding: 0.7rem 0;
	}

	.leclos-nav__panel--mega {
		min-width: min(94vw, 560px);
		padding: 1.4rem 1.35rem 1.5rem;
	}

	.leclos-nav__mega {
		grid-template-columns: 1fr 1fr;
		gap: 1.25rem 1.5rem;
	}
}

/* Header product search — dark square submit like reference */
.leclos-header-search.wp-block-search,
.leclos-header-search {
	max-width: 300px;
}

.leclos-header-search .wp-block-search__inside-wrapper {
	border: 1px solid #d7d7d7;
	border-radius: 2px;
	overflow: hidden;
	background: #fff;
}

.leclos-header-search .wp-block-search__input {
	border: none !important;
	padding: 0.65rem 0.85rem !important;
	font-size: 0.8rem !important;
	min-height: 42px;
	box-shadow: none !important;
}

.leclos-header-search .wp-block-search__button {
	border: none !important;
	border-radius: 0 !important;
	background: var(--leclos-navy) !important;
	color: #fff !important;
	margin: 0 !important;
	min-width: 72px;
	padding: 0 1rem !important;
	font-size: 0.7rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.leclos-header .wp-block-woocommerce-customer-account {
	display: none !important;
}

/* —— Hero slider —— */
.leclos-hero {
	position: relative;
	overflow: hidden;
	background: #111;
}

.leclos-hero-track {
	display: flex;
	transition: transform 0.6s ease;
	width: 100%;
}

.leclos-hero-slide {
	flex: 0 0 100%;
	min-height: clamp(220px, 32vw, 440px);
	background-size: cover;
	background-position: center;
	display: block;
}

.leclos-hero-dots {
	position: absolute;
	left: 50%;
	bottom: 1rem;
	transform: translateX(-50%);
	display: flex;
	gap: 0.5rem;
	z-index: 2;
}

.leclos-hero-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #fff;
	background: transparent;
	cursor: pointer;
	padding: 0;
}

.leclos-hero-dot.is-active {
	background: #fff;
}

/* —— Sections —— */
.leclos-section {
	padding-block: clamp(2.5rem, 5vw, 4.5rem);
}

.leclos-section-title {
	text-align: center;
	margin-bottom: 2rem !important;
	font-family: "Cormorant Garamond", serif !important;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.leclos-section--surface {
	background: var(--leclos-surface);
}

.leclos-load-more {
	text-align: center;
	margin-top: 2rem;
}

.leclos-load-more .wp-block-button__link {
	min-width: 160px;
}

/* Product card polish */
.leclos-products .wc-block-product,
.leclos-products .wc-block-product-template__product,
.leclos-products li.wc-block-product {
	text-align: center;
}

.leclos-products .wc-block-components-product-image,
.leclos-products .wp-block-woocommerce-product-image,
.leclos-shop-grid .wc-block-components-product-image,
.leclos-shop-grid .wp-block-woocommerce-product-image {
	margin-bottom: 0.75rem;
	aspect-ratio: 3 / 5;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	overflow: hidden;
}

.leclos-products .wc-block-components-product-image a,
.leclos-products .wp-block-woocommerce-product-image a,
.leclos-shop-grid .wc-block-components-product-image a,
.leclos-shop-grid .wp-block-woocommerce-product-image a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.leclos-products .wc-block-components-product-image img,
.leclos-products .wp-block-woocommerce-product-image img,
.leclos-shop-grid .wc-block-components-product-image img,
.leclos-shop-grid .wp-block-woocommerce-product-image img,
.leclos-products img.attachment-woocommerce_thumbnail,
.leclos-products img.attachment-woocommerce_single,
.leclos-shop-grid img.attachment-woocommerce_thumbnail,
.leclos-shop-grid img.attachment-woocommerce_single {
	width: 100% !important;
	height: 100% !important;
	max-height: 100%;
	object-fit: contain !important;
	object-position: center center;
}

.leclos-products .wp-block-post-title {
	font-family: "Cormorant Garamond", serif !important;
	font-size: 1.05rem !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	margin-bottom: 0.35rem !important;
}

.leclos-products .wp-block-woocommerce-product-price {
	margin-bottom: 0.75rem !important;
	color: var(--leclos-ink);
}

.leclos-products .wp-block-button__link,
.leclos-products .wc-block-components-product-button__button {
	border-radius: 999px !important;
	padding: 0.65rem 1.25rem !important;
	font-size: 0.7rem !important;
}

/* Tabs (Bestsellers) */
.leclos-tabs {
	display: flex;
	justify-content: center;
	gap: 1.5rem;
	margin-bottom: 2rem;
	flex-wrap: wrap;
}

.leclos-tab {
	background: none;
	border: none;
	border-bottom: 2px solid transparent;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.5rem;
	padding: 0.25rem 0.5rem;
	cursor: pointer;
	color: var(--leclos-muted);
}

.leclos-tab.is-active {
	color: var(--leclos-ink);
	border-bottom-color: var(--leclos-gold);
}

.leclos-tab-panel {
	display: none;
}

.leclos-tab-panel.is-active {
	display: block;
}

/* —— Pre-footer: newsletter + how to buy + boutiques (matches leclos.net) —— */
.leclos-prefooter {
	--leclos-prefooter-gold: #a69060;
	position: relative;
	margin-top: 0;
}

.leclos-prefooter__inner {
	width: min(1280px, calc(100% - 2rem));
	margin-inline: auto;
}

.leclos-prefooter__band {
	position: relative;
	min-height: 260px;
	background: #1a2340 center / cover no-repeat;
	display: flex;
	align-items: center;
	padding: 3.5rem 0 5.5rem;
}

.leclos-prefooter__band::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(10, 20, 40, 0.45);
	pointer-events: none;
}

.leclos-newsletter-copy {
	position: relative;
	z-index: 1;
	max-width: min(720px, 100%);
	color: #fff;
}

.leclos-newsletter-copy h2 {
	margin: 0;
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(1.85rem, 3.2vw, 2.65rem);
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
}

.leclos-signup-btn {
	appearance: none;
	border: none;
	background: var(--leclos-prefooter-gold);
	color: #fff;
	font-family: "Source Sans 3", sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 0.85rem 2rem;
	border-radius: 999px;
	cursor: pointer;
}

.leclos-signup-btn:hover {
	filter: brightness(1.05);
}

.leclos-newsletter-form {
	display: grid;
	gap: 0.65rem;
	margin-top: 1.25rem;
	max-width: 420px;
}

.leclos-newsletter-form[hidden] {
	display: none !important;
}

.leclos-newsletter-form .wpcf7-form p {
	margin: 0 0 0.65rem;
}

.leclos-newsletter-form input[type="text"],
.leclos-newsletter-form input[type="email"],
.leclos-newsletter-form input[type="tel"],
.leclos-newsletter-form .wpcf7-form-control:not(.wpcf7-submit) {
	width: 100%;
	padding: 0.75rem 0.9rem;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font: inherit;
	box-sizing: border-box;
}

.leclos-newsletter-form input::placeholder {
	color: rgba(255, 255, 255, 0.65);
}

.leclos-newsletter-form .wpcf7-submit,
.leclos-newsletter-form input[type="submit"] {
	appearance: none;
	background: #fff;
	color: var(--leclos-navy);
	border: none;
	padding: 0.85rem 1.25rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 0;
}

.leclos-newsletter-form .wpcf7-response-output {
	margin: 0.5rem 0 0;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.45);
}

.leclos-newsletter-note {
	font-size: 0.75rem;
	opacity: 0.75;
	margin: 0;
}

.leclos-prefooter__body {
	background: #f3f3f3;
	padding: 2.5rem 0 3.5rem;
}

.leclos-prefooter__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.9fr);
	gap: 2rem 2.5rem;
	align-items: start;
	position: relative;
}

.leclos-howto__title {
	margin: 0 0 1.75rem;
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(1.85rem, 3vw, 2.4rem);
	font-weight: 600;
	color: var(--leclos-navy);
}

.leclos-howto__layout {
	display: grid;
	grid-template-columns: 160px minmax(0, 1fr);
	gap: 1.5rem 2rem;
	align-items: start;
}

.leclos-howto__tabs {
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
	padding-top: 0.35rem;
}

.leclos-howto__tab {
	appearance: none;
	background: none;
	border: none;
	border-right: 3px solid transparent;
	padding: 0.15rem 0.75rem 0.15rem 0;
	text-align: left;
	font-family: "Source Sans 3", sans-serif;
	font-size: 1rem;
	color: #9aa0a8;
	cursor: pointer;
	line-height: 1.3;
}

.leclos-howto__tab.is-active {
	color: var(--leclos-navy);
	font-weight: 600;
	border-right-color: var(--leclos-navy);
}

.leclos-howto__panel {
	background: #fff;
	border: 1px solid #e6e6e6;
	padding: 1.5rem 1.6rem;
	min-height: 180px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.leclos-howto__panel strong {
	font-weight: 700;
	color: var(--leclos-navy, #052957);
}

.leclos-howto__panel[hidden] {
	display: none !important;
}

.leclos-howto__panel p,
.leclos-howto__panel li {
	font-size: 0.92rem;
	line-height: 1.6;
	color: #333;
	margin: 0 0 0.85rem;
}

.leclos-howto__panel ul {
	margin: 0 0 0.85rem;
	padding-left: 1.1rem;
}

.leclos-howto__panel a {
	color: var(--leclos-prefooter-gold);
	text-decoration: none;
}

.leclos-howto__panel a:hover {
	text-decoration: underline;
}

.leclos-gold-link:hover {
	text-decoration: underline;
}

/* Overlapping boutique card */
.leclos-boutiques-card {
	background: var(--leclos-navy);
	color: #fff;
	padding: 1.75rem 1.75rem 2rem;
	margin-top: -7.5rem;
	min-height: 320px;
	position: relative;
	z-index: 2;
	box-shadow: 0 12px 40px rgba(5, 41, 87, 0.28);
}

.leclos-boutiques-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.75rem;
}

.leclos-boutiques-card__head h2 {
	margin: 0;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.85rem;
	font-weight: 600;
	color: #fff;
}

.leclos-boutiques-card__nav {
	display: flex;
	gap: 0.35rem;
}

.leclos-boutiques-card__nav button {
	appearance: none;
	background: none;
	border: none;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1;
	width: 2rem;
	height: 2rem;
	cursor: pointer;
	opacity: 0.85;
}

.leclos-boutiques-card__nav button:hover {
	opacity: 1;
}

.leclos-boutique-slide h3 {
	margin: 0 0 0.65rem;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.55rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.25;
}

.leclos-boutique-meta {
	margin: 0 0 1.25rem !important;
	font-size: 0.8rem !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.85) !important;
}

.leclos-boutique-slide p {
	margin: 0 0 0.55rem;
	font-size: 0.92rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.92);
}

.leclos-boutique-slide a {
	color: var(--leclos-prefooter-gold);
	text-decoration: none;
}

.leclos-boutique-slide a:hover {
	text-decoration: underline;
}

.leclos-boutique-slide[hidden] {
	display: none !important;
}

@media (max-width: 960px) {
	.leclos-prefooter__grid {
		grid-template-columns: 1fr;
	}

	.leclos-boutiques-card {
		margin-top: -3rem;
		order: -1;
	}

	.leclos-howto__layout {
		grid-template-columns: 1fr;
	}

	.leclos-howto__tabs {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 0.5rem 1rem;
		border-bottom: 1px solid #ddd;
		padding-bottom: 0.75rem;
	}

	.leclos-howto__tab {
		border-right: none;
		border-bottom: 2px solid transparent;
		padding: 0.35rem 0.15rem;
	}

	.leclos-howto__tab.is-active {
		border-bottom-color: var(--leclos-navy);
	}
}

@media (max-width: 600px) {
	.leclos-prefooter__band {
		padding: 2.5rem 0 4rem;
		min-height: 220px;
	}

	.leclos-boutiques-card {
		margin-top: -2rem;
		padding: 1.35rem;
	}
}

/* —— Footer (matches leclos.net #footer) —— */
.leclos-footer {
	background: #052957;
	color: #dbdbdb;
	font-family: "Source Sans 3", sans-serif;
}

.leclos-footer a {
	color: #dbdbdb;
	text-decoration: none;
}

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

.leclos-footer-row {
	align-items: flex-start !important;
	width: 100%;
}

.leclos-footer-logo {
	display: inline-block;
	flex: 0 0 auto;
	margin-top: 0.15rem;
}

.leclos-footer-logo img {
	display: block;
	width: 132px;
	height: auto;
}

.leclos-footer-main {
	flex: 1 1 auto;
	min-width: 0;
	width: 100%;
}

.leclos-footer-top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem;
	padding-bottom: 0.65rem;
	margin-bottom: 1.15rem;
	border-bottom: 1px solid #535257;
}

.leclos-footer-nav ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.15rem 1.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.leclos-footer-nav a {
	display: inline-block;
	color: #dbdbdb;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	line-height: 1.4;
}

.leclos-social {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0 0 0.15rem;
	flex-shrink: 0;
}

.leclos-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	line-height: 1;
}

.leclos-social svg {
	display: block;
	width: 18px;
	height: 18px;
}

.leclos-footer-bottom {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.5rem 2rem;
	flex-wrap: wrap;
}

.leclos-copyright {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 1.1rem;
	list-style: none;
	margin: 0;
	padding: 0;
	flex: 1 1 520px;
}

.leclos-copyright a,
.leclos-copyright span {
	color: #dbdbdb;
	font-size: 0.75rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	line-height: 1.7;
}

.leclos-footer-contact {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	flex: 0 0 auto;
}

.leclos-footer-contact li + li {
	margin-top: 0.15rem;
}

.leclos-footer-contact a {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.45rem;
	color: #dbdbdb;
	font-size: 0.75rem;
	line-height: 1.75;
	letter-spacing: 0.01em;
}

.leclos-footer-contact svg {
	flex-shrink: 0;
	opacity: 0.95;
}

/* —— Age gate —— */
.leclos-age-gate {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(10, 12, 16, 0.72);
	padding: 1.5rem;
}

.leclos-age-gate[hidden] {
	display: none !important;
}

.leclos-age-gate__dialog {
	background: #fff;
	max-width: 420px;
	width: 100%;
	padding: 2rem 2rem 1.75rem;
	position: relative;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.leclos-age-gate__close {
	position: absolute;
	top: 0.75rem;
	right: 0.85rem;
	border: none;
	background: none;
	font-size: 1.25rem;
	cursor: pointer;
	line-height: 1;
	color: #666;
}

.leclos-age-gate h2 {
	font-family: "Cormorant Garamond", serif;
	font-size: 1.75rem;
	margin: 0 0 1rem;
	text-align: center;
}

.leclos-age-gate p {
	font-size: 0.95rem;
	line-height: 1.55;
	color: #333;
	margin: 0 0 0.75rem;
}

.leclos-age-gate label {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	font-size: 0.9rem;
	margin: 1rem 0 1.25rem;
	cursor: pointer;
}

.leclos-age-gate__enter {
	display: block;
	width: 100%;
	background: var(--leclos-ink);
	color: #fff;
	border: none;
	padding: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	cursor: pointer;
}

.leclos-age-gate__enter:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

/* VAT modal */
.leclos-vat-modal {
	position: fixed;
	inset: 0;
	z-index: 99998;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(10, 12, 16, 0.55);
	padding: 1.5rem;
}

.leclos-vat-modal[hidden] {
	display: none !important;
}

.leclos-vat-modal__dialog {
	background: #fff;
	max-width: 480px;
	width: 100%;
	padding: 1.75rem 1.75rem 1.5rem;
	text-align: center;
}

.leclos-vat-modal__dialog h2,
#leclos-vat-title {
	margin: 0 0 1rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.75rem;
	font-weight: 600;
	color: var(--leclos-navy, #052957);
	text-align: center;
}

.leclos-vat-modal__text {
	margin: 0 0 1.5rem;
	font-family: "Source Sans 3", sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	color: #444;
	text-align: center;
}

.leclos-vat-modal__ok {
	display: block;
	margin-inline: auto;
	min-width: 120px;
	background: var(--leclos-ink);
	color: #fff;
	border: none;
	padding: 0.75rem 1.5rem;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 600;
}

body.leclos-modal-open {
	overflow: hidden;
}

/* Mobile header — matches leclos.net: toggle | logo | cart + search */
@media (max-width: 960px) {
	.leclos-header {
		min-height: 64px;
		padding-top: 0.55rem !important;
		padding-bottom: 0.55rem !important;
	}

	.leclos-header-inner {
		flex-wrap: nowrap !important;
		gap: 0.5rem !important;
	}

	.leclos-menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 auto;
		order: 1;
		width: 40px;
		height: 40px;
	}

	.leclos-logo {
		order: 2;
		flex: 1 1 auto;
		justify-content: center;
	}

	.leclos-logo img {
		height: 40px;
		max-width: 150px;
	}

	.leclos-nav,
	.leclos-main-nav {
		display: none !important;
	}

	.leclos-header-actions {
		order: 3;
		flex: 0 0 auto;
		margin-left: auto;
	}

	.leclos-header-cart {
		display: block !important;
	}

	.leclos-header-cart .wc-block-mini-cart__button {
		padding: 0 !important;
		background: transparent !important;
		min-height: 36px;
	}

	.leclos-header-cart .wc-block-mini-cart__icon {
		width: 26px !important;
		height: 26px !important;
		color: #666 !important;
	}

	.leclos-search-toggle {
		display: inline-flex;
	}

	.leclos-header-search:not(.leclos-header-search--mobile) {
		display: none !important;
	}

	.leclos-mobile-search:not([hidden]) {
		display: block;
	}

	.leclos-header-search--mobile {
		max-width: none !important;
		width: 100%;
	}

	.leclos-header-search--mobile .wp-block-search__inside-wrapper {
		width: 100%;
	}
}

@media (max-width: 781px) {
	.leclos-hero-slide {
		min-height: 180px;
	}

	.leclos-tab {
		font-size: 1.2rem;
	}

	.leclos-footer-row {
		flex-direction: column;
		align-items: center !important;
		text-align: center;
		gap: 1.5rem !important;
	}

	.leclos-footer-top {
		flex-direction: column;
		align-items: center;
		border-bottom: none;
		margin-bottom: 0.75rem;
		padding-bottom: 0;
	}

	.leclos-footer-nav ul {
		justify-content: center;
	}

	.leclos-social {
		justify-content: center;
		width: 100%;
		padding-bottom: 0.85rem;
		margin-bottom: 0.85rem;
		border-bottom: 1px solid #535257;
	}

	.leclos-footer-bottom {
		flex-direction: column;
		align-items: center;
	}

	.leclos-copyright {
		justify-content: center;
		flex-basis: auto;
	}

	.leclos-footer-contact {
		text-align: center;
		width: 100%;
	}

	.leclos-footer-contact a {
		justify-content: center;
	}
}

/* —— Shop / category archive —— */
.leclos-shop-banner {
	position: relative;
	min-height: clamp(180px, 24vw, 280px);
	background: #3e3e42 center / cover no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
}

.leclos-shop-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(20, 24, 32, 0.48);
}

.leclos-shop-banner__inner {
	position: relative;
	z-index: 1;
	padding: 2.75rem 1.25rem;
}

.leclos-shop-banner__title {
	margin: 0;
	color: #fff;
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(2.1rem, 4.2vw, 3.4rem);
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.15;
}

.leclos-shop-crumbs {
	background: #f3f3f3;
	border-bottom: 1px solid #e5e5e5;
}

.leclos-shop-crumbs .woocommerce-breadcrumb,
.leclos-shop-crumbs .wc-block-breadcrumbs,
.leclos-shop-crumbs .wp-block-woocommerce-breadcrumbs {
	font-size: 0.78rem;
	color: #777;
	margin: 0;
}

.leclos-shop-crumbs a {
	color: var(--leclos-navy, #052957);
	text-decoration: none;
}

.leclos-shop-crumbs a:hover {
	text-decoration: underline;
}

.leclos-shop-body {
	background: #f7f7f7;
}

.leclos-shop-columns {
	align-items: flex-start !important;
	gap: 1.75rem !important;
}

.leclos-shop-columns > .wp-block-column {
	min-width: 0;
}

.leclos-shop-sidebar {
	position: sticky;
	top: 6.5rem;
	align-self: flex-start;
	flex: 0 0 280px !important;
	width: 280px !important;
	max-width: 280px !important;
	min-width: 0 !important;
	overflow: hidden;
	z-index: 2;
}

.leclos-shop-products {
	flex: 1 1 0 !important;
	min-width: 0 !important;
	overflow: hidden;
}

.leclos-shop-filters {
	background: #fff;
	border: 1px solid #e4e4e4;
	padding: 1rem 1rem 1.15rem;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.leclos-shop-filters__title {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 0.35rem !important;
	font-family: "Source Sans 3", sans-serif !important;
	font-size: 0.95rem !important;
	font-weight: 700 !important;
	text-transform: none;
	color: var(--leclos-navy, #052957);
	line-height: 1.2;
}

.leclos-shop-filters__title::before {
	content: "";
	width: 14px;
	height: 12px;
	background: linear-gradient(#052957, #052957) 0 0 / 14px 2px no-repeat,
		linear-gradient(#052957, #052957) 0 5px / 14px 2px no-repeat,
		linear-gradient(#052957, #052957) 0 10px / 14px 2px no-repeat;
	flex-shrink: 0;
}

.leclos-filter-item {
	border-top: 1px solid #ececec;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	/* overflow:hidden + flex parent lets items shrink below content and
	   clip accordion labels in half (mobile filter sheet). */
	overflow: visible;
	flex-shrink: 0;
	box-sizing: border-box;
}

.leclos-filter-toggle {
	margin: 0 !important;
	padding: 0.8rem 1.5rem 0.8rem 0 !important;
	font-family: "Source Sans 3", sans-serif !important;
	font-size: 0.88rem !important;
	font-weight: 500 !important;
	color: #2a2a2a !important;
	cursor: pointer;
	position: relative;
	user-select: none;
	line-height: 1.4 !important;
	overflow: visible;
}

.leclos-filter-toggle::after {
	content: "";
	position: absolute;
	right: 0.2rem;
	top: 50%;
	width: 6px;
	height: 6px;
	border-right: 1.5px solid #777;
	border-bottom: 1.5px solid #777;
	transform: translateY(-65%) rotate(45deg);
	transition: transform 0.2s ease;
	pointer-events: none;
}

.leclos-filter-item:not(.is-collapsed) .leclos-filter-toggle::after {
	transform: translateY(-15%) rotate(-135deg);
}

.leclos-filter-item.is-collapsed .leclos-filter-panel {
	display: none !important;
}

.leclos-filter-nav .leclos-filter-nav__link {
	display: block;
	text-decoration: none !important;
	color: #2a2a2a !important;
}

.leclos-filter-nav .leclos-filter-nav__link::after {
	content: "";
	position: absolute;
	right: 0.2rem;
	top: 50%;
	width: 6px;
	height: 6px;
	border-right: 1.5px solid #777;
	border-bottom: 1.5px solid #777;
	transform: translateY(-65%) rotate(-45deg);
}

.leclos-filter-panel {
	padding: 0 0 0.85rem;
	max-height: 220px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}

.wp-block-woocommerce-product-filter-price .leclos-filter-panel {
	max-height: none;
	overflow: hidden;
}

/* Price slider: Woo uses auto columns that expand past the sidebar */
.leclos-shop-filters .wp-block-woocommerce-product-filter-price,
.leclos-shop-filters .wp-block-woocommerce-product-filter-price-slider,
.leclos-shop-filters .wc-block-product-filter-price-slider__content {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	box-sizing: border-box;
}

.leclos-shop-filters .wc-block-product-filter-price-slider__content {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 0 minmax(0, 1fr) !important;
	column-gap: 0.5rem !important;
}

.leclos-shop-filters .wc-block-product-filter-price-slider__range {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin-bottom: 0.55rem;
}

.leclos-shop-filters .wc-block-product-filter-price-slider__left,
.leclos-shop-filters .wc-block-product-filter-price-slider__right {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
}

.leclos-shop-filters .wc-block-product-filter-price-slider__left input,
.leclos-shop-filters .wc-block-product-filter-price-slider__right input {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	box-sizing: border-box !important;
	font-size: 0.72rem !important;
	padding: 0.35rem 0.4rem !important;
	border: 1px solid #ddd !important;
	border-radius: 2px;
	background: #fff;
}

.leclos-shop-filters .wp-block-button__link,
.leclos-clear-filters .wp-block-button__link {
	display: block;
	width: 100%;
	text-align: center;
	background: var(--leclos-navy, #052957) !important;
	color: #fff !important;
	border-radius: 2px !important;
	font-size: 0.7rem !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 0.8rem 0.75rem !important;
}

.leclos-shop-filters .wp-block-woocommerce-product-filter-active {
	margin: 0.65rem 0 0.35rem;
}

.leclos-shop-toolbar {
	gap: 1rem;
	align-items: center;
	margin-bottom: 1rem !important;
}

.leclos-shop-toolbar .woocommerce-result-count,
.leclos-shop-toolbar .wc-block-product-results-count {
	font-size: 0.82rem;
	color: #666;
	margin: 0;
}

.leclos-shop-toolbar .woocommerce-ordering select,
.leclos-shop-toolbar .wc-block-catalog-sorting select {
	font-size: 0.82rem;
	padding: 0.4rem 0.55rem;
	border: 1px solid #ddd;
	background: #fff;
}

.leclos-shop-grid .leclos-product-card {
	background: #fff;
	border: 1px solid #eaeaea;
	padding: 1rem 1rem 1.15rem;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.leclos-shop-grid .wp-block-post-title {
	font-family: "Cormorant Garamond", serif !important;
	font-size: 1.05rem !important;
	font-weight: 600 !important;
	margin: 0.7rem 0 0.3rem !important;
	line-height: 1.3 !important;
}

.leclos-shop-grid .wp-block-post-title a {
	color: #1a1a1a;
	text-decoration: none;
}

.leclos-shop-grid .wc-block-components-product-price,
.leclos-shop-grid .wp-block-woocommerce-product-price {
	margin: 0 0 0.75rem;
	font-size: 0.95rem;
	color: #333;
}

.leclos-shop-grid .wp-block-button {
	margin-top: auto;
	width: 100%;
}

.leclos-shop-grid .wp-block-button__link {
	border-radius: 2px !important;
	font-size: 0.68rem !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	width: 100%;
	justify-content: center;
	padding: 0.7rem 0.75rem !important;
	background: var(--leclos-navy, #052957) !important;
	color: #fff !important;
}


@media (max-width: 960px) {
	.leclos-shop-sidebar {
		position: static;
		/* Flex items keep z-index even when position:static; the desktop
		   z-index:2 was trapping Woo's fixed filter overlay under the sticky header. */
		z-index: auto;
		overflow: visible;
		flex: 1 1 100% !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.leclos-shop-columns {
		flex-direction: column;
	}

	/* Mobile filter sheet: full-screen drawer above sticky site header. */
	.leclos-shop-filters.wc-block-product-filters {
		--top-padding: 0px;
	}

	.leclos-shop-filters.wc-block-product-filters.is-overlay-opened {
		overflow: visible;
		position: relative;
		z-index: 250;
	}

	.wc-block-product-filters.is-overlay-opened .wc-block-product-filters__overlay {
		top: 0 !important;
		z-index: 9999;
	}

	/* Mobile sheet: one scroll column — no nested 220px panels cutting lists. */
	.wc-block-product-filters__overlay-content {
		overflow-x: hidden !important;
		overflow-y: auto !important;
		-webkit-overflow-scrolling: touch;
		min-height: 0;
	}

	.wc-block-product-filters__overlay-content .leclos-filter-item,
	.wc-block-product-filters__overlay-content .wp-block-woocommerce-product-filter-price {
		flex-shrink: 0 !important;
		overflow: visible !important;
		min-height: min-content;
	}

	.wc-block-product-filters__overlay-content .leclos-filter-panel {
		max-height: none !important;
		overflow: visible !important;
	}

	.wc-block-product-filters__overlay-content .leclos-shop-filters__title {
		margin-top: 0.25rem !important;
	}

	/* Mobile product lists: always 2 equal columns (shop + home collections) */
	.leclos-shop-grid .wc-block-product-template,
	.leclos-shop-grid .wc-block-product-template__responsive,
	.leclos-products .wc-block-product-template,
	.leclos-products .wc-block-product-template__responsive,
	.wp-block-woocommerce-product-collection .wc-block-product-template,
	.wp-block-woocommerce-product-collection .wc-block-product-template__responsive {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 0.85rem !important;
		width: 100% !important;
	}

	.leclos-shop-grid .wc-block-product,
	.leclos-products .wc-block-product,
	.wp-block-woocommerce-product-collection .wc-block-product {
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
	}

	.leclos-shop-grid .wp-block-post-title,
	.leclos-products .wp-block-post-title {
		font-size: 0.92rem !important;
	}

	.leclos-shop-grid .wp-block-button__link,
	.leclos-products .wp-block-button__link,
	.leclos-products .wc-block-components-product-button__button {
		font-size: 0.62rem !important;
		padding: 0.55rem 0.4rem !important;
	}
}

/* —— Awards & Milestones (archive + single, match leclos.net) —— */
.leclos-awards-main,
.leclos-award-single-main {
	width: 100%;
	max-width: none;
}

.leclos-awards__banner {
	position: relative;
	min-height: 190px;
	background: #3e3e42 center / cover no-repeat;
	display: flex;
	align-items: flex-end;
	width: 100%;
}

.leclos-awards__banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(30, 32, 36, 0.42);
}

.leclos-awards__banner-inner {
	position: relative;
	z-index: 1;
	width: min(1200px, calc(100% - 2.5rem));
	margin: 0 auto;
	padding: 2.5rem 0 1.75rem;
}

.leclos-awards__banner-title {
	margin: 0;
	color: #fff;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2rem, 3.5vw, 2.5rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.01em;
}

.leclos-awards__wrap {
	width: min(1200px, calc(100% - 2.5rem));
	margin: 0 auto;
	padding: 2.25rem 0 4rem;
}

.leclos-awards__intro {
	margin: 0 0 2rem;
	padding-bottom: 1.75rem;
	border-bottom: 1px solid #e6e6e6;
	font-size: 1.125rem;
	line-height: 2;
	font-weight: 300;
	color: #353c43;
	max-width: 72rem;
}

.leclos-awards__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem 1.75rem;
}

.leclos-awards__card {
	margin: 0;
	background: #fff;
}

.leclos-awards__card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.leclos-awards__card-media {
	display: block;
	width: 100%;
	aspect-ratio: 363 / 154;
	background: #f3f3f3 center / contain no-repeat;
}

.leclos-awards__card-body {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	padding: 1.35rem 1.5rem 1.75rem;
}

.leclos-awards__card-title {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.2;
	color: #353c43;
}

.leclos-awards__card-text {
	font-size: 1.05rem;
	line-height: 1.75;
	font-weight: 300;
	color: #353c43;
}

.leclos-awards__card-link:hover .leclos-awards__card-title {
	color: var(--leclos-navy, #052957);
}

.leclos-award-single {
	width: min(1100px, calc(100% - 2.5rem));
	margin: 0 auto;
	padding: 1.25rem 0 4rem;
}

.leclos-award-single__crumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.15rem 0;
	font-size: 0.8rem;
	line-height: 1.4;
	color: #8a8a8a;
	margin: 0 0 1.75rem;
}

.leclos-award-single__crumbs a,
.leclos-award-single__crumbs span {
	display: inline;
	color: #8a8a8a;
	text-decoration: none;
	white-space: nowrap;
}

.leclos-award-single__crumbs a:hover {
	color: var(--leclos-navy, #052957);
}

.leclos-award-single__sep {
	display: inline;
	margin: 0 0.45rem;
	color: #bbb;
}

.leclos-award-single__inner {
	width: min(820px, 100%);
	margin: 0 auto;
}

.leclos-award-single__figure {
	margin: 0 0 2.25rem;
	text-align: center;
}

.leclos-award-single__img {
	display: inline-block;
	max-width: min(425px, 100%);
	width: auto;
	height: auto;
}

.leclos-award-single__main {
	position: relative;
	padding-left: 0;
}

.leclos-award-single__date,
.leclos-award-single__date.wp-block-post-date,
.leclos-award-single__main .wp-block-post-date {
	display: inline-block !important;
	margin: 0 0 1rem !important;
	padding: 12px 15px !important;
	background: #fff !important;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	font-size: 14px !important;
	line-height: 1 !important;
	color: #5b5b5b !important;
	text-decoration: none !important;
}

.leclos-award-single__title,
.leclos-award-single__main .wp-block-post-title {
	margin: 0 0 1.25rem !important;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: clamp(2rem, 3.2vw, 2.5rem) !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	color: #353c43 !important;
}

.leclos-award-single__content,
.leclos-award-single__main .wp-block-post-content {
	font-size: 1.05rem;
	line-height: 1.75;
	font-weight: 300;
	color: #5b5b5b;
}

.leclos-award-single__content p,
.leclos-award-single__main .wp-block-post-content p {
	margin: 0 0 1rem;
}

.leclos-award-single__figure,
.leclos-award-single__inner .wp-block-post-featured-image {
	margin: 0 0 2.25rem;
	text-align: center;
}

.leclos-award-single__inner .wp-block-post-featured-image img {
	display: inline-block;
	max-width: min(425px, 100%);
	width: auto;
	height: auto;
}

@media (min-width: 900px) {
	.leclos-award-single__main {
		padding-left: 6.5rem;
	}

	.leclos-award-single__date {
		position: absolute;
		left: 0;
		top: 0.15rem;
		margin: 0;
	}
}

@media (max-width: 960px) {
	.leclos-awards__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.5rem;
	}
}

@media (max-width: 640px) {
	.leclos-awards__grid {
		grid-template-columns: 1fr;
	}

	.leclos-awards__card-title {
		font-size: 1.45rem;
	}

	.leclos-awards__intro {
		font-size: 1rem;
		line-height: 1.75;
	}
}

/* —— About Le Clos (leclos.net/about-le-clos/) —— */
.leclos-about-main {
	width: 100%;
	max-width: none;
}

.leclos-about__hero {
	position: relative;
	min-height: clamp(280px, 32vw, 440px);
	background: #fff;
}

.leclos-about__hero-inner {
	width: min(1200px, calc(100% - 2.5rem));
	margin: 0 auto;
	height: 100%;
	min-height: inherit;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	padding: 2rem 0 0;
	position: relative;
	z-index: 2;
}

.leclos-about__panel {
	width: min(600px, 100%);
	background: var(--leclos-navy, #052957);
	color: #fff;
	padding: 2.5rem;
	margin-bottom: -5.5rem;
	box-shadow: 0 12px 36px rgba(5, 41, 87, 0.18);
}

.leclos-about__title,
.leclos-about__panel .wp-block-post-title {
	margin: 0 0 1rem !important;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: clamp(1.75rem, 2.5vw, 2rem) !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	color: #fff !important;
}

.leclos-about__lead,
.leclos-about__panel .wp-block-post-excerpt,
.leclos-about__panel .wp-block-post-excerpt__excerpt {
	margin: 0 !important;
	font-size: 1.05rem !important;
	line-height: 1.75 !important;
	font-weight: 300 !important;
	color: #9f9fa0 !important;
}

.leclos-about__panel .wp-block-post-excerpt__more-link {
	display: none !important;
}

.leclos-about__body {
	background: #f8f8f8;
	padding: 7.5rem 0 3.5rem;
}

.leclos-about__content {
	width: min(1160px, calc(100% - 2.5rem));
	max-width: 1160px;
	margin: 0 auto;
}

.leclos-about__content > .wp-block-post-content,
.leclos-about__content .wp-block-post-content {
	max-width: none !important;
	width: 100% !important;
	margin: 0 !important;
}

.leclos-about__content p {
	margin: 0 0 1.25rem;
	font-size: clamp(1.05rem, 1.4vw, 1.25rem);
	line-height: 1.75;
	font-weight: 300;
	color: #525257;
}

.leclos-about__content a {
	color: var(--leclos-gold, #b8954a);
	text-decoration: none;
}

.leclos-about__content a:hover {
	text-decoration: underline;
}

@media (max-width: 781px) {
	.leclos-about__hero {
		min-height: 220px;
	}

	.leclos-about__hero-inner {
		justify-content: stretch;
		padding-top: 1.5rem;
	}

	.leclos-about__panel {
		width: 100%;
		padding: 1.75rem 1.5rem;
		margin-bottom: -3.5rem;
	}

	.leclos-about__body {
		padding: 5rem 0 2.75rem;
	}

	.leclos-about__content p {
		font-size: 1.05rem;
		line-height: 1.7;
	}
}

/* —— Contact Us (leclos.net/contact-us/) —— */
.leclos-contact-main {
	width: 100%;
	max-width: none;
}

.leclos-contact-main > .wp-block-post-content {
	max-width: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.leclos-contact {
	background: #f7f7f7;
}

.leclos-contact__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: clamp(520px, 62vw, 720px);
	width: min(1280px, 100%);
	margin: 0 auto;
}

.leclos-contact__form-col {
	display: flex;
	align-items: stretch;
	background: #f7f7f7;
}

.leclos-contact__form-wrap {
	width: min(480px, 100%);
	margin: 0 auto;
	padding: clamp(2rem, 4vw, 3.5rem) clamp(1.25rem, 3vw, 2.5rem);
}

.leclos-contact__title {
	margin: 0 0 1.5rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.85rem, 2.8vw, 2.25rem);
	font-weight: 600;
	color: #222;
	line-height: 1.2;
}

.leclos-contact__form .wpcf7-form p {
	margin: 0 0 1rem;
}

.leclos-contact__form label {
	display: block;
	font-family: "Source Sans 3", sans-serif;
	font-size: 0.92rem;
	font-weight: 400;
	color: #666;
	line-height: 1.45;
}

.leclos-contact__form .wpcf7-form-control-wrap {
	display: block;
	margin-top: 0.35rem;
}

.leclos-contact__form input[type="text"],
.leclos-contact__form input[type="email"],
.leclos-contact__form input[type="tel"],
.leclos-contact__form textarea,
.leclos-contact__form .wpcf7-form-control:not(.wpcf7-submit) {
	width: 100%;
	box-sizing: border-box;
	padding: 0.7rem 0.85rem;
	border: 1px solid #d5d5d5;
	background: #fff;
	color: #222;
	font-family: "Source Sans 3", sans-serif;
	font-size: 0.95rem;
	line-height: 1.4;
	border-radius: 0;
	box-shadow: none;
}

.leclos-contact__form textarea {
	min-height: 160px;
	resize: vertical;
}

.leclos-contact__form input:focus,
.leclos-contact__form textarea:focus {
	outline: none;
	border-color: var(--leclos-navy, #052957);
}

.leclos-contact__form .wpcf7-submit,
.leclos-contact__form input[type="submit"] {
	appearance: none;
	margin-top: 0.35rem;
	padding: 0.8rem 2.4rem;
	border: none;
	border-radius: 999px;
	background: var(--leclos-navy, #052957);
	color: #fff;
	font-family: "Source Sans 3", sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	cursor: pointer;
}

.leclos-contact__form .wpcf7-submit:hover,
.leclos-contact__form input[type="submit"]:hover {
	filter: brightness(1.08);
}

.leclos-contact__form .wpcf7-not-valid-tip {
	font-size: 0.8rem;
	color: #b42318;
}

.leclos-contact__form .wpcf7-response-output {
	margin: 1rem 0 0;
	padding: 0.65rem 0.85rem;
	border-width: 1px;
	font-size: 0.9rem;
}

.leclos-contact__media {
	min-height: 280px;
	background: #1a1a1a center / cover no-repeat;
}

@media (max-width: 900px) {
	.leclos-contact__grid {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.leclos-contact__media {
		min-height: 260px;
		order: -1;
	}

	.leclos-contact__form-wrap {
		width: 100%;
		padding: 2rem 1.25rem 2.5rem;
	}
}

/* —— News archive (leclos.net/news/) —— */
.leclos-news-main {
	width: 100%;
	max-width: none;
}

.leclos-news__banner {
	position: relative;
	min-height: clamp(160px, 18vw, 220px);
	background: #2a241c center / cover no-repeat;
	display: flex;
	align-items: flex-end;
}

.leclos-news__banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 30%, rgba(0, 0, 0, 0.45) 100%);
	pointer-events: none;
}

.leclos-news__banner-inner {
	position: relative;
	z-index: 1;
	width: min(1160px, calc(100% - 2.5rem));
	margin: 0 auto;
	padding: 0 0 1.35rem;
}

.leclos-news__banner-title {
	margin: 0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.4rem, 4.5vw, 3.4rem);
	font-weight: 600;
	color: #fff;
	line-height: 1;
}

.leclos-news__body {
	width: min(1160px, calc(100% - 2.5rem));
	margin: 0 auto;
	padding: 1.75rem 0 3rem;
}

.leclos-news__toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 0.75rem 1.25rem;
	margin-bottom: 1.5rem;
}

.leclos-news__toolbar--bottom {
	margin: 2rem 0 0;
	padding-top: 1.25rem;
}

.leclos-news__count {
	margin: 0;
	font-size: 0.85rem;
	color: #777;
}

.leclos-news__pager {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
}

.leclos-news__pager .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2rem;
	height: 2rem;
	padding: 0 0.45rem;
	font-size: 0.85rem;
	font-weight: 600;
	color: #333;
	text-decoration: none;
	border: 1px solid transparent;
	line-height: 1;
}

.leclos-news__pager .page-numbers.current {
	background: var(--leclos-navy, #052957);
	color: #fff;
}

.leclos-news__pager a.page-numbers:hover {
	border-color: #ddd;
}

.leclos-news__pager .prev,
.leclos-news__pager .next {
	font-size: 1.1rem;
}

.leclos-news__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 2.5rem;
	row-gap: 2.25rem;
}

.leclos-news-card {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0 0 1.75rem;
	border-bottom: 1px solid #e5e5e5;
	background: transparent;
}

.leclos-news-card__media {
	position: relative;
	display: block;
	aspect-ratio: 2 / 1;
	background: #ddd center / cover no-repeat;
	margin-bottom: 1.15rem;
}

.leclos-news-card__date {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	color: #222;
	font-family: "Source Sans 3", sans-serif;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	padding: 0.45rem 0.7rem;
	line-height: 1.2;
}

.leclos-news-card__title {
	margin: 0 0 0.75rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.35rem, 2vw, 1.65rem);
	font-weight: 600;
	line-height: 1.3;
	color: #1a1a1a;
}

.leclos-news-card__title a {
	color: inherit;
	text-decoration: none;
}

.leclos-news-card__title a:hover {
	color: var(--leclos-navy, #052957);
}

.leclos-news-card__excerpt {
	margin: 0 0 1rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.05rem;
	line-height: 1.55;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.leclos-news-card__more {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-top: auto;
	font-family: "Source Sans 3", sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--leclos-gold, #b8954a);
	text-decoration: none;
}

.leclos-news-card__more:hover {
	text-decoration: underline;
}

.leclos-news__empty {
	margin: 2rem 0;
	color: #666;
}

@media (max-width: 800px) {
	.leclos-news__grid {
		grid-template-columns: 1fr;
		row-gap: 1.75rem;
	}

	.leclos-news__toolbar {
		justify-content: space-between;
	}

	.leclos-news__banner-inner {
		width: min(1160px, calc(100% - 1.5rem));
	}

	.leclos-news__body {
		width: min(1160px, calc(100% - 1.5rem));
	}
}

/* —— Info pages (Terms / Career / MMI / FAQs) —— */
.leclos-info-main {
	width: 100%;
	max-width: none;
}

.leclos-info__banner {
	position: relative;
	min-height: clamp(160px, 18vw, 220px);
	background: #2a241c center / cover no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}

.leclos-info__banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
	pointer-events: none;
}

.leclos-info__banner-inner {
	position: relative;
	z-index: 1;
	width: min(1160px, calc(100% - 2.5rem));
	margin: 0 auto;
	text-align: center;
	padding: 2rem 0;
}

.leclos-info__banner-title {
	margin: 0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.4rem, 4.5vw, 3.4rem);
	font-weight: 600;
	color: #fff;
	line-height: 1.1;
}

.leclos-info__body {
	background: #f7f7f7;
	padding: 2.5rem 0 3.5rem;
}

.leclos-info__content {
	width: min(860px, calc(100% - 2.5rem));
	max-width: 860px;
	margin: 0 auto;
}

.leclos-info__content > .wp-block-post-content,
.leclos-info__content .wp-block-post-content {
	max-width: none !important;
	width: 100% !important;
	margin: 0 !important;
}

.leclos-info__content h2,
.leclos-info__content .wp-block-heading {
	margin: 0 0 1rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.5rem, 2.2vw, 1.85rem);
	font-weight: 600;
	color: #1a1a1a;
}

.leclos-info__content p {
	margin: 0 0 1.1rem;
	font-size: 1.05rem;
	line-height: 1.7;
	color: #525257;
	font-weight: 300;
}

.leclos-info__content a {
	color: var(--leclos-gold, #b8954a);
	text-decoration: none;
}

.leclos-info__content a:hover {
	text-decoration: underline;
}

.leclos-info__content ul {
	margin: 0 0 1.25rem;
	padding-left: 1.25rem;
	color: #525257;
}

.leclos-info__content li {
	margin: 0 0 0.45rem;
	font-size: 1.05rem;
	line-height: 1.65;
	font-weight: 300;
}

.leclos-info__content .wp-block-details,
.leclos-info__content details.leclos-info-details,
.leclos-info__content details.wp-block-details {
	margin: 0 0 0.75rem;
	padding: 0;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	background: transparent;
}

.leclos-info__content .wp-block-details summary,
.leclos-info__content details summary {
	position: relative;
	list-style: none;
	cursor: pointer;
	padding: 1rem 2rem 1rem 0;
	font-family: "Source Sans 3", sans-serif;
	font-size: 1.05rem;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.4;
}

.leclos-info__content .wp-block-details summary::-webkit-details-marker,
.leclos-info__content details summary::-webkit-details-marker {
	display: none;
}

.leclos-info__content .wp-block-details summary::after,
.leclos-info__content details summary::after {
	content: "▾";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0.85rem;
	color: #666;
}

.leclos-info__content .wp-block-details[open] summary::after,
.leclos-info__content details[open] summary::after {
	content: "▴";
}

.leclos-info__content .wp-block-details > :not(summary),
.leclos-info__content details > :not(summary) {
	padding: 0 0 1.15rem;
}

@media (max-width: 600px) {
	.leclos-info__banner-inner,
	.leclos-info__content {
		width: min(1160px, calc(100% - 1.5rem));
	}

	.leclos-info__body {
		padding: 1.75rem 0 2.5rem;
	}
}

