:root {
	--lp-final-black: #090603;
	--lp-final-charcoal: #16110b;
	--lp-final-gold: #b89b5e;
	--lp-final-gold-soft: rgba(184, 155, 94, 0.2);
	--lp-final-ivory: #f5efe3;
	--lp-final-paper: #fffdf8;
	--lp-final-line: rgba(22, 17, 11, 0.1);
	--lp-final-muted: #6a6257;
}

body {
	background: var(--lp-final-ivory);
	color: var(--lp-final-charcoal);
}

body .reveal,
body .reveal.is-visible {
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
}

body.lp-ui-open {
	overflow: hidden;
}

.lp-header-icon__count.is-empty {
	opacity: 0;
	visibility: hidden;
	transform: scale(0.8);
}

body .lp-v16-header,
body .lp-v16-header.is-solid,
body .lp-site-header--transparent.lp-v16-header,
body .lp-site-header--transparent.lp-v16-header.is-solid,
body .lp-v16-header.lp-site-header--transparent:not(.is-solid) {
	position: fixed;
	inset: 0 0 auto;
	background: linear-gradient(180deg, rgba(9, 6, 3, 0.98), rgba(9, 6, 3, 0.9));
	border-bottom: 1px solid rgba(184, 155, 94, 0.18);
	backdrop-filter: blur(12px);
	color: #fff;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

body .lp-v16-header.is-solid {
	background: rgba(255, 252, 247, 0.95);
	color: var(--lp-final-charcoal);
	border-bottom-color: rgba(22, 17, 11, 0.08);
	box-shadow: 0 18px 48px rgba(17, 12, 8, 0.08);
}

body .lp-v16-header.is-solid .lp-v16-nav > a,
body .lp-v16-header.is-solid .lp-v16-nav__item > a,
body .lp-v16-header.is-solid .lp-header-action {
	color: var(--lp-final-charcoal) !important;
}

body .lp-v16-header__bar {
	width: min(1700px, calc(100vw - 64px)) !important;
	height: 88px !important;
	min-height: 88px !important;
	margin: 0 auto;
	display: grid !important;
	grid-template-columns: minmax(560px, 1fr) auto minmax(220px, 1fr) !important;
	gap: 28px !important;
	align-items: center !important;
	overflow: visible !important;
}

body .lp-v16-menu-toggle {
	display: none !important;
}

body .lp-v16-nav {
	display: flex !important;
	align-items: center !important;
	gap: clamp(18px, 1.25vw, 28px) !important;
	height: 88px !important;
}

body .lp-v16-nav > a,
body .lp-v16-nav__item > a {
	font-family: "Marcellus", "Cormorant Garamond", Georgia, serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	letter-spacing: 0.1em !important;
	text-transform: uppercase !important;
	color: #fff !important;
	text-decoration: none !important;
	transition: color 0.3s ease;
}

body .lp-v16-nav > a:hover,
body .lp-v16-nav__item:hover > a {
	color: #dcc78f !important;
}

body .lp-v16-logo {
	display: grid !important;
	place-items: center !important;
	line-height: 0 !important;
}

body .lp-v16-logo img,
body .lp-v16-logo .custom-logo {
	width: clamp(206px, 12vw, 250px) !important;
	max-height: 72px !important;
	object-fit: contain !important;
}

body .lp-v16-actions {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	gap: 14px !important;
	height: 88px !important;
}

body .lp-v16-actions .lp-header-action {
	width: 40px !important;
	height: 40px !important;
	display: grid !important;
	place-items: center !important;
	color: #fff !important;
	background: transparent !important;
	border: 0 !important;
	padding: 0 !important;
	position: relative;
}

body .lp-v16-actions .lp-header-action svg {
	width: 18px !important;
	height: 18px !important;
}

body .lp-v16-header.is-solid .lp-header-icon__count {
	background: var(--lp-final-charcoal) !important;
	color: #fff !important;
}

body .lp-header-icon__count {
	top: -4px !important;
	right: -4px !important;
	min-width: 18px !important;
	height: 18px !important;
	border-radius: 999px !important;
	display: grid !important;
	place-items: center !important;
	background: var(--lp-final-gold) !important;
	color: #111 !important;
	font-size: 9px !important;
	font-weight: 800 !important;
	transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

body .lp-v16-nav__item--brands {
	position: static !important;
}

body .lp-v16-mega {
	position: fixed !important;
	top: 88px !important;
	left: 50% !important;
	transform: translate(-50%, 16px) !important;
	width: min(1380px, calc(100vw - 72px)) !important;
	background: linear-gradient(180deg, rgba(14, 11, 8, 0.98), rgba(8, 7, 5, 0.98)) !important;
	border: 1px solid rgba(184, 155, 94, 0.18) !important;
	box-shadow: 0 36px 90px rgba(0, 0, 0, 0.45) !important;
	padding: 34px !important;
}

body .lp-v16-nav__item--brands:hover .lp-v16-mega,
body .lp-v16-nav__item--brands:focus-within .lp-v16-mega,
body .lp-v16-mega:hover {
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	transform: translate(-50%, 0) !important;
}

body .lp-v16-mega__intro {
	display: grid !important;
	gap: 12px !important;
	margin-bottom: 24px !important;
}

body .lp-v16-mega__intro span {
	font: 800 10px/1 "Inter Tight", "Inter", Arial, sans-serif !important;
	letter-spacing: 0.32em !important;
	text-transform: uppercase !important;
	color: var(--lp-final-gold) !important;
}

body .lp-v16-mega__intro strong {
	font-family: "Marcellus", "Cormorant Garamond", Georgia, serif !important;
	font-size: clamp(28px, 2.1vw, 40px) !important;
	font-weight: 400 !important;
	line-height: 1.08 !important;
	color: #fff !important;
	max-width: 880px !important;
}

body .lp-v16-mega__intro p {
	max-width: 780px !important;
	color: rgba(255, 255, 255, 0.7) !important;
	font-size: 13px !important;
	line-height: 1.7 !important;
	margin: 0 !important;
}

body .lp-v16-mega__brands {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	gap: 12px !important;
}

body .lp-v16-mega__brands a {
	min-height: 94px !important;
	padding: 14px 10px !important;
	border: 1px solid rgba(184, 155, 94, 0.2) !important;
	background: rgba(255, 255, 255, 0.03) !important;
}

body .lp-v16-mega__collections {
	margin-top: 28px !important;
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 0 !important;
}

body .lp-v16-mega__collections div {
	padding: 0 18px !important;
	border-left: 1px solid rgba(184, 155, 94, 0.16) !important;
}

body .lp-v16-mega__collections div:first-child {
	padding-left: 0 !important;
	border-left: 0 !important;
}

.lp-v17-home {
	background: var(--lp-final-black);
	color: #fff;
}

.lp-v17-hero {
	position: relative;
	min-height: 100svh;
	display: flex;
	align-items: stretch;
	padding-top: 88px;
	overflow: hidden;
}

.lp-v17-hero__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lp-v17-hero__shade {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 50% 42%, rgba(184, 155, 94, 0.14), transparent 26%),
		linear-gradient(180deg, rgba(7, 5, 3, 0.42) 0%, rgba(7, 5, 3, 0.78) 100%);
}

.lp-v17-hero__content {
	position: relative;
	z-index: 1;
	width: min(1180px, calc(100vw - 56px));
	margin: auto;
	padding: clamp(108px, 14vw, 164px) 0 clamp(74px, 10vw, 112px);
	text-align: center;
}

.lp-v17-hero__logo .custom-logo {
	width: min(430px, 36vw);
	max-height: 146px;
	margin: 0 auto 28px;
	filter: drop-shadow(0 20px 42px rgba(0, 0, 0, 0.5));
}

.lp-v17-hero__content > p {
	margin: 0 0 20px;
	font: 800 11px/1 "Inter Tight", "Inter", Arial, sans-serif;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: #d8c38f;
}

.lp-v17-hero h1 {
	margin: 0 auto;
	max-width: 10.8ch;
	font-family: "Marcellus", "Cormorant Garamond", Georgia, serif;
	font-size: clamp(58px, 6.5vw, 108px);
	font-weight: 400;
	line-height: 0.92;
	letter-spacing: 0.02em;
	text-wrap: balance;
}

.lp-v17-hero__actions {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 42px;
}

.lp-v17-hero__actions a,
.lp-v17-section-head a,
.lp-v17-split__content a,
.lp-v17-brand-maison__cta,
.lp-link-button,
.lp-text-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 28px;
	border: 1px solid rgba(184, 155, 94, 0.4);
	background: rgba(255, 255, 255, 0.02);
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font: 800 11px/1 "Inter Tight", "Inter", Arial, sans-serif;
	transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.lp-v17-hero__actions a:hover,
.lp-v17-section-head a:hover,
.lp-v17-split__content a:hover,
.lp-v17-brand-maison__cta:hover,
.lp-link-button:hover,
.lp-text-action:hover {
	transform: translateY(-2px);
	background: rgba(184, 155, 94, 0.14);
	border-color: rgba(184, 155, 94, 0.72);
}

.lp-v17-intro,
.lp-v17-houses,
.lp-v17-collection {
	background: var(--lp-final-ivory);
	color: var(--lp-final-charcoal);
}

.lp-v17-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: 28px;
	align-items: start;
	padding-top: clamp(72px, 8vw, 112px);
	padding-bottom: clamp(60px, 7vw, 88px);
}

.lp-v17-intro p {
	margin: 0;
	font-family: "Marcellus", "Cormorant Garamond", Georgia, serif;
	font-size: clamp(26px, 3vw, 46px);
	line-height: 1.08;
}

.lp-v17-intro > div {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.lp-v17-intro span {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 16px;
	border: 1px solid rgba(22, 17, 11, 0.12);
	background: rgba(255, 255, 255, 0.66);
	font: 700 11px/1 "Inter Tight", "Inter", Arial, sans-serif;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--lp-final-charcoal);
}

.lp-v17-campaigns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: rgba(255, 255, 255, 0.08);
}

.lp-v17-campaign {
	position: relative;
	min-height: 360px;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
}

.lp-v17-campaign.is-large {
	grid-column: span 2;
	grid-row: span 2;
	min-height: 720px;
}

.lp-v17-campaign > img,
.lp-v17-house-card__poster,
.lp-v17-split__media img,
.lp-v17-wide-poster > img,
.lp-v17-brands-hero > img,
.lp-v17-brand-maison__poster img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.lp-v17-campaign__shade,
.lp-v17-wide-poster::before,
.lp-v17-brand-maison__poster::before {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.74));
}

.lp-v17-campaign__content {
	position: absolute;
	inset: auto 28px 28px 28px;
	display: grid;
	gap: 12px;
	z-index: 1;
}

.lp-v17-campaign__content img {
	width: auto;
	max-width: 160px;
	max-height: 40px;
	object-fit: contain;
}

.lp-v17-campaign__content strong,
.lp-v17-house-card__body strong,
.lp-v17-brand-maison__body h2,
.lp-story-panel--copy h2,
.lp-contact-card h2,
.lp-faq-group h2,
.lp-faq-cta h2,
.lp-step-card h2,
.lp-order-note h2,
.lp-v15-product-summary h1 {
	font-family: "Marcellus", "Cormorant Garamond", Georgia, serif;
	font-weight: 400;
	line-height: 0.96;
}

.lp-v17-campaign__content strong {
	font-size: clamp(30px, 3vw, 58px);
}

.lp-v17-campaign__content em,
.lp-v17-house-card__body em {
	font-style: normal;
	font: 800 10px/1 "Inter Tight", "Inter", Arial, sans-serif;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #d9c796;
}

.lp-v17-houses,
.lp-v17-collection,
.lp-v17-brand-index,
.lp-v17-brand-catalog,
.lp-v15-product-details,
.lp-v15-related {
	padding-top: clamp(76px, 8vw, 120px);
	padding-bottom: clamp(76px, 8vw, 120px);
}

.lp-v17-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 34px;
}

.lp-v17-section-head p,
.lp-v17-split__content > p,
.lp-v17-brand-maison__body small,
.lp-v17-brands-hero__content p,
.lp-story-hero__copy .lp-section__eyebrow,
.lp-faq-group__header .lp-section__eyebrow,
.lp-step-card__number,
.lp-order-note .lp-section__eyebrow,
.lp-royal-footer__newsletter > span {
	margin: 0 0 14px;
	font: 800 11px/1 "Inter Tight", "Inter", Arial, sans-serif;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--lp-final-gold);
}

.lp-v17-section-head h2 {
	margin: 0;
	max-width: 13ch;
	font-family: "Marcellus", "Cormorant Garamond", Georgia, serif;
	font-size: clamp(34px, 4.4vw, 72px);
	font-weight: 400;
	line-height: 0.95;
	color: var(--lp-final-charcoal);
}

.lp-v17-house-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.lp-v17-house-card {
	position: relative;
	display: block;
	min-height: 420px;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	background: #111;
}

.lp-v17-house-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(9, 6, 3, 0.12), rgba(9, 6, 3, 0.88));
	z-index: 1;
}

.lp-v17-house-card__number {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
	font: 800 10px/1 "Inter Tight", "Inter", Arial, sans-serif;
	letter-spacing: 0.2em;
	color: #f0deb4;
}

.lp-v17-house-card__body {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
	z-index: 2;
	display: grid;
	gap: 12px;
}

.lp-v17-house-card__body img {
	width: auto;
	max-width: 160px;
	max-height: 40px;
	object-fit: contain;
}

.lp-v17-house-card__body strong {
	font-size: clamp(28px, 2.6vw, 44px);
}

.lp-v17-split {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
	background: #0d0a08;
	color: #fff;
}

.lp-v17-split__media {
	min-height: 720px;
}

.lp-v17-split__content {
	padding: clamp(46px, 7vw, 92px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.lp-v17-split__content h2 {
	margin: 0 0 28px;
	font-family: "Marcellus", "Cormorant Garamond", Georgia, serif;
	font-size: clamp(38px, 4.4vw, 72px);
	font-weight: 400;
	line-height: 0.96;
}

.lp-v17-split__content ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	padding: 0;
	margin: 0 0 32px;
	list-style: none;
}

.lp-v17-split__content li {
	padding: 16px 18px;
	border: 1px solid rgba(184, 155, 94, 0.24);
	color: rgba(255, 255, 255, 0.82);
	font: 700 12px/1.5 "Inter Tight", "Inter", Arial, sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.lp-v17-wide-poster {
	position: relative;
	min-height: 72svh;
	display: flex;
	align-items: end;
	color: #fff;
	overflow: hidden;
}

.lp-v17-wide-poster > img {
	position: absolute;
	inset: 0;
}

.lp-v17-wide-poster > div {
	position: relative;
	z-index: 1;
	width: min(780px, calc(100vw - 48px));
	padding: clamp(48px, 7vw, 94px);
}

.lp-v17-wide-poster h2 {
	margin: 0;
	max-width: 10.5ch;
	font-family: "Marcellus", "Cormorant Garamond", Georgia, serif;
	font-size: clamp(36px, 4.4vw, 74px);
	font-weight: 400;
	line-height: 0.96;
}

.lp-v17-brands-page {
	background: var(--lp-final-ivory);
	color: var(--lp-final-charcoal);
}

.lp-v17-brands-hero {
	position: relative;
	min-height: 88svh;
	padding-top: 88px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	color: #fff;
}

.lp-v17-brands-hero > img {
	position: absolute;
	inset: 0;
}

.lp-v17-brands-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(8, 6, 4, 0.28), rgba(8, 6, 4, 0.8));
}

.lp-v17-brands-hero__content {
	position: relative;
	z-index: 1;
	width: min(920px, calc(100vw - 48px));
	text-align: center;
}

.lp-v17-brands-hero__content h1 {
	margin: 0;
	font-family: "Marcellus", "Cormorant Garamond", Georgia, serif;
	font-size: clamp(56px, 7vw, 112px);
	font-weight: 400;
	line-height: 0.9;
}

.lp-v17-brands-hero__content span {
	display: block;
	max-width: 640px;
	margin: 24px auto 0;
	font-size: clamp(16px, 1.8vw, 20px);
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.78);
}

.lp-v17-brand-index {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.lp-v17-brand-index a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 16px;
	border: 1px solid rgba(22, 17, 11, 0.12);
	background: rgba(255, 255, 255, 0.7);
	color: var(--lp-final-charcoal);
	text-decoration: none;
	font: 700 11px/1 "Inter Tight", "Inter", Arial, sans-serif;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.lp-v17-brand-catalog {
	display: grid;
	gap: 24px;
}

.lp-v17-brand-maison {
	display: grid;
	grid-template-columns: minmax(320px, 0.94fr) minmax(0, 1.06fr);
	background: var(--lp-final-paper);
	border: 1px solid rgba(22, 17, 11, 0.08);
	overflow: hidden;
}

.lp-v17-brand-maison__poster {
	position: relative;
	min-height: 440px;
}

.lp-v17-brand-maison__body {
	padding: clamp(34px, 5vw, 68px);
}

.lp-v17-brand-maison__body figure {
	margin: 0 0 20px;
}

.lp-v17-brand-maison__body figure img {
	max-width: 220px;
	max-height: 54px;
	object-fit: contain;
}

.lp-v17-brand-maison__body h2 {
	margin: 0 0 18px;
	font-size: clamp(40px, 4vw, 68px);
}

.lp-v17-brand-maison__body p {
	max-width: 40ch;
	color: var(--lp-final-muted);
	font-size: 17px;
	line-height: 1.8;
}

.lp-v17-brand-maison__families {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 30px;
}

.lp-v17-brand-maison__families div {
	padding-top: 16px;
	border-top: 1px solid rgba(22, 17, 11, 0.08);
}

.lp-v17-brand-maison__families strong {
	display: block;
	margin-bottom: 10px;
	font: 800 10px/1 "Inter Tight", "Inter", Arial, sans-serif;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--lp-final-gold);
}

.lp-v17-brand-maison__families span {
	display: inline-block;
	margin: 0 8px 8px 0;
	color: var(--lp-final-muted);
	font-size: 14px;
	line-height: 1.5;
}

.lp-story-hero {
	padding: 168px 0 78px;
}

.lp-story-hero::after {
	background: linear-gradient(180deg, rgba(247, 243, 236, 0.93) 0%, rgba(247, 243, 236, 0.83) 100%);
}

.lp-story-hero--dark::after {
	background: linear-gradient(180deg, rgba(7, 5, 3, 0.82) 0%, rgba(7, 5, 3, 0.7) 100%);
}

.lp-story-hero__layout {
	gap: 28px 60px;
	align-items: end;
}

.lp-story-hero__title {
	margin: 0;
	max-width: 11ch;
	font-family: "Marcellus", "Cormorant Garamond", Georgia, serif;
	font-size: clamp(44px, 5.8vw, 86px);
	font-weight: 400;
	line-height: 0.92;
}

.lp-story-hero__description,
.lp-story-hero__aside p,
.lp-story-panel--copy p,
.lp-contact-card p,
.lp-faq-item__content p,
.lp-step-card p,
.lp-order-note p {
	font-size: 16px;
	line-height: 1.85;
	color: var(--lp-final-muted);
}

.lp-story-hero--dark .lp-story-hero__description,
.lp-story-hero--dark .lp-story-hero__aside p {
	color: rgba(255, 255, 255, 0.78);
}

.lp-story-panel--copy,
.lp-contact-card,
.lp-contact-panel,
.lp-principle-card,
.lp-faq-group,
.lp-faq-cta,
.lp-step-card,
.lp-order-note {
	border-radius: 0;
	background: var(--lp-final-paper);
	border: 1px solid rgba(22, 17, 11, 0.08);
	box-shadow: 0 24px 70px rgba(17, 12, 8, 0.05);
}

.lp-story-panel--copy,
.lp-contact-card,
.lp-contact-panel,
.lp-principle-card,
.lp-faq-group,
.lp-faq-cta,
.lp-step-card,
.lp-order-note {
	padding: clamp(28px, 4vw, 48px);
}

.lp-story-panel--image {
	min-height: 520px;
	border-radius: 0;
}

.lp-contact-layout,
.lp-story-grid {
	gap: 20px;
}

.lp-contact-form input,
.lp-contact-form textarea {
	border: 1px solid rgba(22, 17, 11, 0.12);
	background: #fff;
}

.lp-contact-form input:focus,
.lp-contact-form textarea:focus {
	outline: none;
	border-color: rgba(184, 155, 94, 0.7);
	box-shadow: 0 0 0 3px rgba(184, 155, 94, 0.12);
}

.lp-faq-list {
	display: grid;
	gap: 10px;
	margin-top: 22px;
}

.lp-faq-item {
	border-top: 1px solid rgba(22, 17, 11, 0.08);
	padding-top: 18px;
}

.lp-faq-item:first-child {
	border-top: 0;
	padding-top: 0;
}

.lp-faq-item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	cursor: pointer;
	list-style: none;
	font-family: "Marcellus", "Cormorant Garamond", Georgia, serif;
	font-size: clamp(22px, 2.4vw, 32px);
	line-height: 1.05;
}

.lp-faq-item summary::-webkit-details-marker {
	display: none;
}

.lp-faq-item summary svg {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	color: var(--lp-final-gold);
}

.lp-step-card {
	min-height: 100%;
}

.lp-step-card__number {
	margin-bottom: 18px;
}

.lp-step-card h2,
.lp-order-note h2,
.lp-faq-cta h2,
.lp-contact-card h2,
.lp-story-panel--copy h2 {
	margin: 0 0 18px;
	font-size: clamp(28px, 3vw, 48px);
}

.lp-royal-footer {
	background: #080503 !important;
	color: #fff !important;
	padding: clamp(68px, 8vw, 108px) 0 28px !important;
	text-align: center;
}

.lp-royal-footer__logo img {
	width: min(330px, 64vw) !important;
	max-height: 92px !important;
	object-fit: contain !important;
	filter: drop-shadow(0 18px 36px rgba(184, 155, 94, 0.18));
}

.lp-royal-footer__statement {
	max-width: 640px;
	margin: 22px auto 40px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	line-height: 1.85;
}

.lp-royal-footer__newsletter {
	max-width: 640px;
	margin: 0 auto 52px;
}

.lp-royal-footer .lp-newsletter-form--minimal {
	border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.lp-royal-footer__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	padding-top: 40px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	text-align: left;
}

.lp-royal-footer__grid h2 {
	margin: 0 0 16px;
	color: #fff;
	font: 800 11px/1 "Inter Tight", "Inter", Arial, sans-serif;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.lp-royal-footer__grid a {
	display: block;
	margin: 10px 0;
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	font-size: 14px;
	line-height: 1.6;
}

.lp-royal-footer__grid a:hover {
	color: #fff;
}

.lp-royal-footer__bottom {
	margin-top: 40px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
}

.lp-royal-footer__assurance {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
}

.lp-royal-footer__assurance span {
	font: 700 10px/1.4 "Inter Tight", "Inter", Arial, sans-serif;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.8);
}

.lp-v15-product-main {
	background: var(--lp-final-ivory);
	color: var(--lp-final-charcoal);
}

.lp-v15-product-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	gap: 26px;
	padding: 116px clamp(20px, 4vw, 48px) 0;
}

.lp-v15-product-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	background: rgba(22, 17, 11, 0.08);
	align-content: start;
}

.lp-v15-product-gallery figure {
	margin: 0;
	min-height: 340px;
	background: #f7f2e7;
	display: grid;
	place-items: center;
}

.lp-v15-product-gallery figure.is-primary {
	grid-column: 1 / -1;
	min-height: calc(100svh - 116px);
}

.lp-v15-product-gallery img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 7%;
}

.lp-v15-product-summary {
	background: var(--lp-final-paper);
	border: 1px solid rgba(22, 17, 11, 0.08);
}

.lp-v15-product-summary__sticky {
	position: sticky;
	top: 108px;
	padding: clamp(30px, 4vw, 52px);
}

.lp-v15-product__brand,
.lp-v15-product__ref,
.lp-v15-product__stock,
.lp-v15-kicker {
	font: 800 10px/1.3 "Inter Tight", "Inter", Arial, sans-serif;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.lp-v15-product__brand {
	color: var(--lp-final-gold);
}

.lp-v15-product-summary h1 {
	margin: 14px 0 20px;
	font-size: clamp(42px, 4.8vw, 74px);
}

.lp-v15-product__price {
	margin-bottom: 18px;
	font-size: 22px;
}

.lp-v15-product__excerpt {
	color: var(--lp-final-muted);
	line-height: 1.9;
}

.lp-v15-product__cart form.cart {
	display: grid;
	grid-template-columns: 96px 1fr;
	gap: 10px;
	margin-top: 26px;
}

.lp-v15-product__cart .qty,
.lp-v15-product__cart .single_add_to_cart_button,
.lp-v15-product__wishlist {
	min-height: 56px;
	border-radius: 0 !important;
}

.lp-v15-product__cart .qty {
	border: 1px solid rgba(22, 17, 11, 0.12);
	background: #fff;
	text-align: center;
}

.lp-v15-product__cart .single_add_to_cart_button {
	background: var(--lp-final-charcoal) !important;
	color: #fff !important;
	border: 1px solid var(--lp-final-charcoal) !important;
	font: 800 11px/1 "Inter Tight", "Inter", Arial, sans-serif !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase !important;
}

.lp-v15-product__wishlist {
	width: 100%;
	margin-top: 12px;
	border: 1px solid rgba(22, 17, 11, 0.12);
	background: #fff;
	color: var(--lp-final-charcoal);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font: 800 11px/1 "Inter Tight", "Inter", Arial, sans-serif;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.lp-v15-trust {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-top: 30px;
	background: rgba(184, 155, 94, 0.25);
}

.lp-v15-trust > div {
	background: #fff;
	padding: 22px 20px;
}

.lp-v15-trust strong {
	display: block;
	margin-bottom: 8px;
	font: 800 10px/1 "Inter Tight", "Inter", Arial, sans-serif;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--lp-final-gold);
}

.lp-v15-trust span {
	color: var(--lp-final-muted);
	font-size: 13px;
	line-height: 1.65;
}

.lp-v15-product-details {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: rgba(22, 17, 11, 0.08);
}

.lp-v15-product-details details {
	background: var(--lp-final-paper);
	padding: clamp(28px, 3vw, 44px);
}

.lp-v15-product-details summary {
	cursor: pointer;
	list-style: none;
	font: 800 11px/1 "Inter Tight", "Inter", Arial, sans-serif;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--lp-final-gold);
}

.lp-v15-product-details summary::-webkit-details-marker {
	display: none;
}

.lp-v15-product-details div,
.lp-v15-product-details p,
.lp-v15-product-details table {
	margin-top: 18px;
	color: var(--lp-final-muted);
	font-size: 15px;
	line-height: 1.85;
}

.woocommerce ul.products,
.lp-product-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 28px 18px !important;
}

.woocommerce ul.products li.product,
.products .product {
	background: var(--lp-final-paper) !important;
	border: 1px solid rgba(22, 17, 11, 0.08) !important;
	padding-bottom: 22px !important;
	transition: transform 0.35s ease, box-shadow 0.35s ease !important;
}

.woocommerce ul.products li.product:hover,
.products .product:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 72px rgba(17, 12, 8, 0.08);
}

.woocommerce ul.products li.product img {
	background: #f7f2e7;
	padding: 22px;
}

.woocommerce-loop-product__title {
	padding: 18px 18px 8px !important;
	font-family: "Marcellus", "Cormorant Garamond", Georgia, serif !important;
	font-size: 24px !important;
	font-weight: 400 !important;
	text-align: center;
	color: var(--lp-final-charcoal);
}

.woocommerce ul.products li.product .price {
	color: var(--lp-final-charcoal) !important;
	text-align: center !important;
}

@media (max-width: 1180px) {
	body .lp-v16-header__bar {
		width: 100% !important;
		padding: 0 18px !important;
		grid-template-columns: 48px 1fr 108px !important;
	}

	body .lp-v16-menu-toggle {
		display: grid !important;
		width: 40px !important;
		height: 40px !important;
		place-items: center !important;
		color: #fff !important;
		background: transparent !important;
		border: 0 !important;
		padding: 0 !important;
	}

	body .lp-v16-menu-toggle svg {
		width: 18px !important;
		height: 18px !important;
	}

	body .lp-v16-nav {
		display: none !important;
	}

	body .lp-v16-logo {
		position: absolute !important;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) !important;
		z-index: 2;
	}

	body .lp-v16-logo img,
	body .lp-v16-logo .custom-logo {
		width: min(164px, 40vw) !important;
		max-height: 56px !important;
	}

	body .lp-v16-actions {
		gap: 2px !important;
		min-width: 108px !important;
	}

	body .lp-v16-account-icon {
		display: none !important;
	}

	body .lp-mobile-menu,
	body .lp-v16-mobile-menu {
		position: fixed !important;
		inset: 0 !important;
		background: rgba(0, 0, 0, 0.68) !important;
		backdrop-filter: blur(12px) !important;
		z-index: 100001 !important;
	}

	body .lp-mobile-menu__inner,
	body .lp-v16-mobile-menu__inner {
		width: 100vw !important;
		max-width: 100vw !important;
		min-height: 100vh !important;
		background: linear-gradient(180deg, #090603 0%, #020202 100%) !important;
		padding: 0 !important;
	}

	body .lp-v16-mobile-menu__top {
		height: 86px !important;
		padding: 0 18px !important;
		display: grid !important;
		grid-template-columns: 44px 1fr 44px !important;
		align-items: center !important;
		border-bottom: 1px solid rgba(184, 155, 94, 0.22) !important;
	}

	body .lp-v16-mobile-menu__brand {
		grid-column: 2 !important;
		justify-self: center !important;
	}

	body .lp-v16-mobile-menu__brand img {
		width: min(164px, 44vw) !important;
		max-height: 54px !important;
	}

	body .lp-mobile-menu__close {
		grid-column: 3 !important;
		justify-self: end !important;
		width: 40px !important;
		height: 40px !important;
		border: 1px solid rgba(184, 155, 94, 0.3) !important;
		background: rgba(184, 155, 94, 0.04) !important;
		color: #fff !important;
	}

	body .lp-v16-mobile-menu__nav {
		padding: 24px 24px 14px !important;
	}

	body .lp-v16-mobile-menu__nav > a {
		min-height: 52px !important;
		font-family: "Marcellus", "Cormorant Garamond", Georgia, serif !important;
		font-size: 20px !important;
		letter-spacing: 0.08em !important;
	}

	body .lp-v16-mobile-brands {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 8px !important;
		padding: 14px 0 20px !important;
	}

	body .lp-v16-mobile-brands a {
		min-height: 40px !important;
		border: 1px solid rgba(184, 155, 94, 0.2) !important;
		background: rgba(255, 255, 255, 0.03) !important;
		color: rgba(255, 255, 255, 0.8) !important;
		font: 800 9px/1.2 "Inter Tight", "Inter", Arial, sans-serif !important;
		letter-spacing: 0.14em !important;
	}

	body .lp-v16-mobile-menu__footer {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
		padding: 18px 24px 34px !important;
	}

	body .lp-v16-mobile-menu__footer a,
	body .lp-v16-mobile-menu__footer button {
		min-height: 46px !important;
		border: 1px solid rgba(184, 155, 94, 0.24) !important;
		background: rgba(184, 155, 94, 0.06) !important;
		color: #fff !important;
		font: 800 10px/1 "Inter Tight", "Inter", Arial, sans-serif !important;
		letter-spacing: 0.15em !important;
		text-transform: uppercase !important;
	}

	.lp-v17-hero__content {
		width: min(920px, calc(100vw - 40px));
	}

	.lp-v17-hero__logo .custom-logo {
		width: min(280px, 50vw);
	}

	.lp-v17-intro,
	.lp-v17-split,
	.lp-v17-brand-maison,
	.lp-story-hero__layout,
	.lp-story-grid,
	.lp-contact-layout {
		grid-template-columns: 1fr !important;
	}

	.lp-v17-intro > div {
		justify-content: flex-start;
	}

	.lp-v17-campaigns,
	.lp-v17-house-grid,
	.woocommerce ul.products,
	.lp-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.lp-v17-campaign.is-large {
		grid-column: span 2;
	}

	.lp-v17-brand-maison__families,
	.lp-v17-split__content ul,
	.lp-v15-product-details,
	.lp-royal-footer__grid {
		grid-template-columns: 1fr 1fr !important;
	}

	.lp-v15-product-hero {
		grid-template-columns: 1fr;
		padding: 106px 18px 0;
	}

	.lp-v15-product-summary__sticky {
		position: relative;
		top: auto;
	}
}

@media (max-width: 700px) {
	body .lp-v16-actions .js-wishlist-toggle {
		display: none !important;
	}

	body .lp-v16-header__bar {
		grid-template-columns: 46px 1fr 76px !important;
		padding: 0 14px !important;
		height: 82px !important;
		min-height: 82px !important;
	}

	body .lp-v16-actions {
		min-width: 76px !important;
	}

	body .lp-v16-actions .lp-header-action {
		width: 34px !important;
		height: 38px !important;
	}

	body .lp-v16-logo img,
	body .lp-v16-logo .custom-logo {
		width: min(144px, 39vw) !important;
	}

	.lp-v17-hero {
		padding-top: 82px;
	}

	.lp-v17-hero__content {
		width: calc(100vw - 28px);
		padding: 98px 0 62px;
	}

	.lp-v17-hero__logo .custom-logo {
		width: min(214px, 58vw);
		margin-bottom: 22px;
	}

	.lp-v17-hero h1 {
		font-size: clamp(38px, 12vw, 58px);
		max-width: 8.4ch;
	}

	.lp-v17-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.lp-v17-hero__actions a {
		width: 100%;
	}

	.lp-v17-intro,
	.lp-v17-houses,
	.lp-v17-collection,
	.lp-v17-brand-index,
	.lp-v17-brand-catalog,
	.lp-v15-product-details,
	.lp-v15-related {
		padding-top: 62px;
		padding-bottom: 62px;
	}

	.lp-v17-section-head {
		display: grid;
		gap: 18px;
	}

	.lp-v17-section-head h2,
	.lp-story-hero__title,
	.lp-v17-wide-poster h2,
	.lp-v17-brands-hero__content h1,
	.lp-v17-brand-maison__body h2,
	.lp-v15-product-summary h1 {
		font-size: clamp(34px, 10vw, 48px);
		max-width: none;
	}

	.lp-v17-campaigns,
	.lp-v17-house-grid,
	.woocommerce ul.products,
	.lp-product-grid,
	.lp-v17-brand-maison__families,
	.lp-v15-trust,
	.lp-v15-product-details,
	.lp-royal-footer__grid,
	.lp-v16-mobile-brands,
	body .lp-v16-mobile-menu__footer {
		grid-template-columns: 1fr !important;
	}

	.lp-v17-campaign,
	.lp-v17-campaign.is-large,
	.lp-v17-house-card,
	.lp-v17-split__media,
	.lp-v17-brand-maison__poster,
	.lp-story-panel--image {
		min-height: 420px;
	}

	.lp-v17-split__content,
	.lp-v17-brand-maison__body,
	.lp-story-panel--copy,
	.lp-contact-card,
	.lp-contact-panel,
	.lp-principle-card,
	.lp-faq-group,
	.lp-faq-cta,
	.lp-step-card,
	.lp-order-note,
	.lp-v15-product-summary__sticky {
		padding: 26px 22px;
	}

	.lp-v17-split__content ul,
	.lp-v15-product__cart form.cart {
		grid-template-columns: 1fr;
	}

	.lp-v17-wide-poster > div {
		width: calc(100vw - 28px);
		padding: 34px 0 34px;
	}

	.lp-story-hero {
		padding: 134px 0 56px;
	}

	.lp-faq-item summary {
		font-size: 24px;
	}

	.lp-v15-product-hero {
		padding: 96px 0 0;
	}

	.lp-v15-product-gallery {
		display: block;
	}

	.lp-v15-product-gallery figure,
	.lp-v15-product-gallery figure.is-primary {
		min-height: auto;
		aspect-ratio: 1 / 1.08;
	}

	.lp-v15-product-gallery figure:not(.is-primary) {
		display: none;
	}

	.lp-royal-footer__grid,
	.lp-royal-footer__bottom {
		text-align: center;
	}

	.lp-royal-footer__bottom {
		display: grid;
		justify-content: center;
	}

	.lp-royal-footer__assurance {
		justify-content: center;
	}
}

/* Final QA refinement layer */
body .lp-v17-hero__content {
	width: min(1040px, calc(100vw - 56px)) !important;
	padding: clamp(104px, 10vw, 144px) 0 clamp(60px, 7vw, 88px) !important;
}

body .lp-v17-hero__logo .custom-logo {
	width: min(360px, 30vw) !important;
	max-height: 120px !important;
	margin: 0 auto 22px !important;
}

body .lp-v17-hero h1 {
	max-width: 11.2ch !important;
	font-size: clamp(54px, 5.5vw, 90px) !important;
	line-height: 0.94 !important;
}

body .lp-v17-hero__actions {
	margin-top: 34px !important;
}

body .lp-v17-brands-hero {
	min-height: 80svh !important;
}

body .lp-v17-brands-hero > img {
	object-position: center 42% !important;
}

body .lp-v17-brands-hero__content {
	width: min(820px, calc(100vw - 48px)) !important;
}

body .lp-v17-brands-hero__content h1 {
	max-width: 9.2ch !important;
	margin: 0 auto !important;
	font-size: clamp(48px, 5.8vw, 90px) !important;
	line-height: 0.92 !important;
}

body .lp-v17-brands-hero__content span {
	max-width: 620px !important;
	margin-top: 18px !important;
	font-size: clamp(15px, 1.4vw, 19px) !important;
	line-height: 1.72 !important;
}

body .lp-page-hero,
body .lp-page-hero--shop {
	position: relative !important;
	overflow: hidden !important;
	background: linear-gradient(180deg, #0b0806 0%, #050403 100%) !important;
	color: #fff !important;
	padding: 168px 0 72px !important;
	text-align: left !important;
}

body .lp-page-hero::before,
body .lp-page-hero--shop::before {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	background:
		radial-gradient(circle at 72% 24%, rgba(184, 155, 94, 0.16), transparent 26%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 38%) !important;
}

body .lp-page-hero .lp-shell {
	position: relative !important;
	z-index: 1 !important;
	width: min(1180px, calc(100vw - 40px)) !important;
}

body .lp-page-hero .lp-breadcrumb,
body .lp-page-hero .woocommerce-breadcrumb {
	display: block !important;
	margin: 0 0 18px !important;
	color: rgba(255, 255, 255, 0.54) !important;
	font: 700 11px/1.6 "Inter Tight", "Inter", Arial, sans-serif !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
}

body .lp-page-hero .lp-breadcrumb a,
body .lp-page-hero .woocommerce-breadcrumb a {
	color: rgba(255, 255, 255, 0.76) !important;
	text-decoration: none !important;
}

body .lp-page-hero .lp-breadcrumb__sep {
	margin: 0 10px !important;
	color: rgba(255, 255, 255, 0.34) !important;
}

body .lp-page-hero__meta {
	margin: 0 0 16px !important;
	color: var(--lp-final-gold) !important;
	font: 800 11px/1 "Inter Tight", "Inter", Arial, sans-serif !important;
	letter-spacing: 0.28em !important;
	text-transform: uppercase !important;
}

body .lp-page-hero__title {
	margin: 0 !important;
	max-width: 8ch !important;
	font-family: "Marcellus", "Cormorant Garamond", Georgia, serif !important;
	font-size: clamp(54px, 6.5vw, 102px) !important;
	font-weight: 400 !important;
	line-height: 0.92 !important;
	color: #fff !important;
}

body .lp-page-hero__subtitle {
	max-width: 42ch !important;
	margin: 18px 0 0 !important;
	color: rgba(255, 255, 255, 0.72) !important;
	font-size: 17px !important;
	line-height: 1.82 !important;
}

body .lp-shop-layout {
	display: grid !important;
	grid-template-columns: minmax(250px, 290px) minmax(0, 1fr) !important;
	gap: 24px !important;
	align-items: start !important;
	padding-top: 36px !important;
	padding-bottom: 86px !important;
}

body .lp-shop-sidebar__inner,
body .lp-shop-toolbar,
body .lp-filter-drawer__panel {
	background: var(--lp-final-paper) !important;
	border: 1px solid rgba(22, 17, 11, 0.08) !important;
	box-shadow: 0 24px 70px rgba(17, 12, 8, 0.05) !important;
}

body .lp-shop-sidebar__inner {
	position: sticky !important;
	top: 108px !important;
	padding: 26px !important;
}

body .lp-shop-sidebar__header h2,
body .lp-filter-drawer__header h2 {
	margin: 0 !important;
	font-family: "Marcellus", "Cormorant Garamond", Georgia, serif !important;
	font-size: clamp(28px, 2.5vw, 40px) !important;
	font-weight: 400 !important;
	line-height: 1 !important;
}

body .lp-shop-main {
	min-width: 0 !important;
}

body .lp-shop-toolbar {
	display: grid !important;
	grid-template-columns: auto 1fr auto !important;
	gap: 18px !important;
	align-items: center !important;
	padding: 16px 18px !important;
	margin-bottom: 26px !important;
}

body .lp-shop-toolbar .lp-button,
body .lp-shop-toolbar .js-filter-toggle {
	min-height: 48px !important;
	padding: 0 18px !important;
	border: 1px solid rgba(22, 17, 11, 0.12) !important;
	background: #fff !important;
	color: var(--lp-final-charcoal) !important;
	font: 800 10px/1 "Inter Tight", "Inter", Arial, sans-serif !important;
	letter-spacing: 0.18em !important;
	text-transform: uppercase !important;
}

body .lp-shop-toolbar__summary,
body .lp-shop-toolbar .woocommerce-result-count,
body .lp-shop-toolbar__sort {
	margin: 0 !important;
	color: var(--lp-final-muted) !important;
	font: 700 12px/1.6 "Inter Tight", "Inter", Arial, sans-serif !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
}

body .lp-shop-toolbar__sort,
body .lp-shop-toolbar .woocommerce-ordering {
	justify-self: end !important;
}

body .lp-shop-toolbar .woocommerce-ordering {
	margin: 0 !important;
}

body .lp-shop-toolbar .woocommerce-ordering select {
	min-height: 48px !important;
	padding: 0 42px 0 16px !important;
	border: 1px solid rgba(22, 17, 11, 0.12) !important;
	background: #fff !important;
	color: var(--lp-final-charcoal) !important;
	font: 800 10px/1 "Inter Tight", "Inter", Arial, sans-serif !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase !important;
}

body .lp-shop-main .products.lp-product-grid,
body .lp-shop-main .woocommerce ul.products,
body .lp-shop-main ul.products {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 28px 18px !important;
}

body .lp-shop-filters,
body .lp-filters-form {
	display: grid !important;
	gap: 18px !important;
}

body .lp-shop-filter-group,
body .lp-filter-group {
	margin: 0 !important;
	padding: 18px !important;
	border: 1px solid rgba(22, 17, 11, 0.08) !important;
	background: #fff !important;
}

body .lp-shop-filter-group strong,
body .lp-filter-group legend {
	display: block !important;
	margin: 0 0 14px !important;
	padding: 0 !important;
	border: 0 !important;
	font: 800 10px/1 "Inter Tight", "Inter", Arial, sans-serif !important;
	letter-spacing: 0.24em !important;
	text-transform: uppercase !important;
	color: var(--lp-final-gold) !important;
}

body .lp-shop-filter-group span,
body .lp-filter-option {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 12px !important;
	padding: 12px 0 !important;
	border-top: 1px solid rgba(22, 17, 11, 0.08) !important;
	color: var(--lp-final-charcoal) !important;
	text-decoration: none !important;
}

body .lp-shop-filter-group span:first-of-type,
body .lp-filter-option:first-child {
	border-top: 0 !important;
	padding-top: 0 !important;
}

body .lp-filter-options {
	display: grid !important;
	gap: 0 !important;
}

body .lp-filter-option input {
	margin: 0 !important;
	accent-color: var(--lp-final-charcoal) !important;
}

body .lp-filter-option__copy {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 10px !important;
	flex: 1 1 auto !important;
}

body .lp-filter-option__label {
	font-size: 14px !important;
	line-height: 1.5 !important;
}

body .lp-filter-option__count {
	color: var(--lp-final-muted) !important;
	font-size: 11px !important;
	line-height: 1 !important;
}

body .lp-filter-range {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 10px !important;
}

body .lp-filter-range label {
	display: grid !important;
	gap: 8px !important;
}

body .lp-filter-range label span {
	font: 800 10px/1 "Inter Tight", "Inter", Arial, sans-serif !important;
	letter-spacing: 0.18em !important;
	text-transform: uppercase !important;
	color: var(--lp-final-muted) !important;
}

body .lp-filter-range input {
	min-height: 46px !important;
	border: 1px solid rgba(22, 17, 11, 0.12) !important;
	background: #fff !important;
	padding: 0 12px !important;
}

body .lp-filter-actions {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 10px !important;
}

body .lp-filter-actions .lp-button {
	width: 100% !important;
}

body .lp-filter-drawer {
	position: fixed !important;
	inset: 0 !important;
	padding: 18px !important;
	background: rgba(9, 6, 3, 0.72) !important;
	backdrop-filter: blur(12px) !important;
}

body .lp-filter-drawer__panel {
	width: min(520px, 100%) !important;
	height: 100% !important;
	margin-left: auto !important;
	padding: 24px !important;
	overflow: auto !important;
}

body .lp-filter-drawer__header {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 16px !important;
	margin-bottom: 18px !important;
}

body .lp-filter-drawer__close {
	width: 42px !important;
	height: 42px !important;
	border: 1px solid rgba(22, 17, 11, 0.1) !important;
	background: #fff !important;
	color: var(--lp-final-charcoal) !important;
}

body .lp-v15-product-hero {
	width: min(1540px, calc(100vw - 40px)) !important;
	margin: 0 auto !important;
	padding: 116px 0 0 !important;
	gap: 20px !important;
	align-items: start !important;
}

body .lp-v15-product-gallery {
	position: sticky !important;
	top: 108px !important;
	align-content: start !important;
}

body .lp-v15-product-gallery figure {
	background: #f7f2e7 !important;
}

body .lp-v15-product-gallery figure.is-primary {
	min-height: calc(100svh - 124px) !important;
}

body .lp-v15-product-gallery img {
	object-fit: contain !important;
	padding: 7% !important;
	background: #f7f2e7 !important;
}

body .lp-v15-product-gallery figure.is-primary img {
	object-fit: cover !important;
	object-position: center center !important;
	padding: 0 !important;
	background: #0b0907 !important;
}

body .lp-v15-product-summary {
	min-height: calc(100svh - 124px) !important;
}

body .lp-v15-product-summary__sticky {
	top: 108px !important;
}

body .lp-v15-product__crumb {
	margin-bottom: 24px !important;
	color: var(--lp-final-muted) !important;
	font: 700 11px/1.6 "Inter Tight", "Inter", Arial, sans-serif !important;
	letter-spacing: 0.1em !important;
	text-transform: uppercase !important;
}

body .lp-v15-product-summary h1 {
	max-width: 8.6ch !important;
	font-size: clamp(40px, 4.4vw, 68px) !important;
	line-height: 0.94 !important;
}

body .lp-v15-product__price {
	font-weight: 700 !important;
}

body .lp-v15-product__cart form.cart {
	grid-template-columns: 92px 1fr !important;
}

body .lp-v15-product__cart .single_add_to_cart_button,
body .lp-v15-product__wishlist {
	min-height: 58px !important;
}

body .lp-v15-product-details.lp-shell {
	width: min(1540px, calc(100vw - 40px)) !important;
}

body .lp-story-hero--light::after {
	background: linear-gradient(180deg, rgba(247, 243, 236, 0.84) 0%, rgba(247, 243, 236, 0.9) 100%) !important;
}

body .lp-story-hero__title {
	color: var(--lp-final-charcoal) !important;
}

body .lp-story-hero__description,
body .lp-story-hero__aside p,
body .lp-story-hero__aside a {
	color: rgba(22, 17, 11, 0.76) !important;
}

body .lp-story-hero__aside a {
	text-decoration: none !important;
	border-bottom: 1px solid rgba(22, 17, 11, 0.16) !important;
}

@media (max-width: 1180px) {
	body .lp-v17-hero__content {
		width: min(920px, calc(100vw - 36px)) !important;
		padding-top: 96px !important;
	}

	body .lp-v17-hero h1 {
		font-size: clamp(44px, 7vw, 74px) !important;
		max-width: 10.4ch !important;
	}

	body .lp-v17-brands-hero__content h1 {
		font-size: clamp(42px, 7vw, 72px) !important;
	}

	body .lp-shop-layout {
		grid-template-columns: 1fr !important;
	}

	body .lp-shop-sidebar {
		display: none !important;
	}

	body .lp-shop-toolbar {
		grid-template-columns: 1fr !important;
	}

	body .lp-shop-toolbar__sort,
	body .lp-shop-toolbar .woocommerce-ordering {
		justify-self: start !important;
	}

	body .lp-shop-main .products.lp-product-grid,
	body .lp-shop-main .woocommerce ul.products,
	body .lp-shop-main ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body .lp-v15-product-hero {
		width: calc(100vw - 28px) !important;
		padding-top: 104px !important;
	}
}

@media (max-width: 700px) {
	body .lp-v17-hero__content {
		width: calc(100vw - 28px) !important;
		padding: 92px 0 58px !important;
	}

	body .lp-v17-hero__logo .custom-logo {
		width: min(198px, 54vw) !important;
		max-height: 92px !important;
		margin-bottom: 18px !important;
	}

	body .lp-v17-hero h1 {
		max-width: 8.2ch !important;
		font-size: clamp(34px, 11.2vw, 52px) !important;
		line-height: 0.98 !important;
	}

	body .lp-v17-hero__actions {
		margin-top: 26px !important;
	}

	body .lp-v17-hero__actions a {
		max-width: 320px !important;
		margin-inline: auto !important;
	}

	body .lp-v17-brands-hero {
		min-height: 74svh !important;
	}

	body .lp-v17-brands-hero > img {
		object-position: center 48% !important;
	}

	body .lp-v17-brands-hero__content {
		width: calc(100vw - 28px) !important;
	}

	body .lp-v17-brands-hero__content h1 {
		font-size: clamp(34px, 10.2vw, 48px) !important;
		max-width: 9.4ch !important;
	}

	body .lp-v17-brands-hero__content span {
		font-size: 15px !important;
		line-height: 1.7 !important;
	}

	body .lp-page-hero,
	body .lp-page-hero--shop {
		padding: 138px 0 54px !important;
	}

	body .lp-page-hero__title {
		max-width: none !important;
		font-size: clamp(36px, 11vw, 54px) !important;
	}

	body .lp-page-hero__subtitle {
		font-size: 15px !important;
		line-height: 1.75 !important;
	}

	body .lp-shop-layout {
		padding-top: 22px !important;
		padding-bottom: 62px !important;
	}

	body .lp-shop-toolbar {
		padding: 14px !important;
	}

	body .lp-shop-main .products.lp-product-grid,
	body .lp-shop-main .woocommerce ul.products,
	body .lp-shop-main ul.products {
		grid-template-columns: 1fr 1fr !important;
		gap: 18px 12px !important;
	}

	body .lp-filter-actions,
	body .lp-filter-range {
		grid-template-columns: 1fr !important;
	}

	body .lp-filter-drawer {
		padding: 0 !important;
	}

	body .lp-filter-drawer__panel {
		width: 100% !important;
		padding: 22px 18px !important;
	}

	body .lp-v15-product-hero {
		width: 100% !important;
		margin: 0 !important;
		padding: 92px 0 0 !important;
	}

	body .lp-v15-product-gallery {
		position: relative !important;
		top: auto !important;
	}

	body .lp-v15-product-gallery img {
		padding: 0 !important;
	}

	body .lp-v15-product-summary {
		min-height: auto !important;
		border-left: 0 !important;
		border-right: 0 !important;
	}

	body .lp-v15-product-summary__sticky {
		top: auto !important;
		padding: 24px 20px 32px !important;
	}

	body .lp-v15-product-summary h1 {
		max-width: none !important;
		font-size: clamp(34px, 10vw, 48px) !important;
	}

	body .lp-v15-product__cart form.cart {
		grid-template-columns: 1fr !important;
	}

	body .lp-v15-product-details.lp-shell {
		width: 100% !important;
	}
}
