@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url("../fonts/manrope-cyrillic.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url("../fonts/manrope-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--ink: #171713;
	--ink-soft: #434039;
	--paper: #f7f4ee;
	--paper-deep: #eee8dd;
	--white: #fff;
	--green: #31584b;
	--green-dark: #193c32;
	--sage: #9bab9e;
	--gold: #765526;
	--line: rgba(23, 23, 19, .13);
	--radius: 28px;
	--shadow: 0 24px 70px rgba(40, 34, 24, .12);
	--shell: min(1420px, calc(100vw - 64px));
	--serif: "Manrope", "Segoe UI", Arial, sans-serif;
	--sans: "Manrope", "Segoe UI", Arial, sans-serif;
	--scroll-y: 0px;
}

em {
	font-style: normal;
}

/* 2026 homepage editorial layout */
.collections-editorial {
	position: relative;
	background: #f1eee7;
	overflow: hidden;
}

.collections-editorial::before {
	position: absolute;
	top: 38px;
	right: -150px;
	width: 430px;
	height: 430px;
	border: 1px solid rgba(24, 62, 51, .09);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.collections-heading {
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, .52fr);
	align-items: end;
	margin-bottom: 54px;
}

.collections-heading h2,
.products-heading h2 {
	font-family: var(--sans);
	font-weight: 500;
	letter-spacing: -.06em;
	line-height: .96;
}

.collections-heading h2 em,
.products-heading h2 em,
.service-copy h2 em {
	font-family: var(--serif);
	font-weight: 400;
}

.collections-intro,
.products-heading-copy {
	display: grid;
	gap: 26px;
	align-content: end;
}

.collections-intro p,
.products-heading-copy p {
	max-width: 470px;
	color: #635f57;
	font-size: 15px;
	line-height: 1.65;
}

.editorial-link {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	width: fit-content;
	min-width: 245px;
	padding-bottom: 12px;
	border-bottom: 1px solid currentColor;
	color: var(--green);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
	transition: gap .25s, opacity .25s;
}

.editorial-link:hover {
	gap: 38px;
	opacity: .72;
}

.collections-editorial .collection-grid {
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-template-rows: repeat(2, 302px) 244px;
	grid-auto-rows: 244px;
	gap: 16px;
}

.collections-editorial .collection-card {
	grid-column: auto;
	grid-row: auto;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 28px;
	box-shadow: 0 24px 60px rgba(30, 35, 31, .08);
}

.collections-editorial .collection-card-1 {
	grid-column: 1 / 8;
	grid-row: 1 / 3;
}

.collections-editorial .collection-card-2 {
	grid-column: 8 / 13;
	grid-row: 1;
}

.collections-editorial .collection-card-3 {
	grid-column: 8 / 13;
	grid-row: 2;
}

.collections-editorial .collection-card-4 {
	grid-column: 1 / 4;
	grid-row: 3;
}

.collections-editorial .collection-card-5 {
	grid-column: 4 / 7;
	grid-row: 3;
}

.collections-editorial .collection-card-6 {
	grid-column: 7 / 10;
	grid-row: 3;
}

.collections-editorial .collection-card-7 {
	grid-column: 10 / 13;
	grid-row: 3;
}

.collections-editorial .collection-card img {
	filter: saturate(.9) contrast(1.03);
}

.collections-editorial .collection-overlay {
	background:
		linear-gradient(0deg, rgba(9, 18, 15, .86) 0, rgba(9, 18, 15, .18) 54%, rgba(9, 18, 15, .08) 100%),
		linear-gradient(90deg, rgba(9, 18, 15, .22), transparent 50%);
}

.collections-editorial .collection-number {
	top: 26px;
	left: 28px;
	right: auto;
	padding: 7px 10px;
	border: 1px solid rgba(255, 255, 255, .34);
	border-radius: 999px;
	background: rgba(12, 22, 18, .18);
	backdrop-filter: blur(8px);
	color: rgba(255, 255, 255, .85);
}

.collections-editorial .collection-content {
	padding-right: 56px;
}

.collections-editorial .collection-content small {
	margin-bottom: 8px;
}

.collections-editorial .collection-content strong {
	font-family: var(--sans);
	font-size: clamp(28px, 3vw, 48px);
	font-weight: 550;
	letter-spacing: -.05em;
	line-height: .98;
}

.collections-editorial .collection-card-4 .collection-content strong,
.collections-editorial .collection-card-5 .collection-content strong,
.collections-editorial .collection-card-6 .collection-content strong,
.collections-editorial .collection-card-7 .collection-content strong {
	font-size: clamp(22px, 2vw, 31px);
}

.collection-arrow {
	position: absolute;
	right: 24px;
	bottom: 24px;
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .45);
	border-radius: 50%;
	background: rgba(255, 255, 255, .08);
	backdrop-filter: blur(8px);
	transition: background .25s, color .25s, transform .25s;
}

.collection-card:hover .collection-arrow {
	background: var(--white);
	color: var(--green);
	transform: rotate(4deg);
}

.products-editorial {
	padding-block: 126px 108px;
	background: var(--green-dark);
	color: var(--white);
}

.products-editorial .products-heading {
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, .52fr);
	margin-bottom: 40px;
}

.products-editorial .eyebrow {
	color: #d7b47c;
}

.products-editorial .products-heading-copy p {
	color: rgba(255, 255, 255, .62);
}

.products-editorial .editorial-link {
	color: var(--white);
}

.product-curation-bar {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 30px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 18px;
}

.product-curation-bar span {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 64px;
	padding: 0 24px;
	border-right: 1px solid rgba(255, 255, 255, .14);
	color: rgba(255, 255, 255, .7);
	font-size: 12px;
}

.product-curation-bar span:last-child {
	border-right: 0;
}

.product-curation-bar i {
	color: #d7b47c;
	font-size: 14px;
}

.home-product-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	gap: 14px !important;
}

.home-product-grid .somovo-product-card {
	border-color: rgba(255, 255, 255, .12);
	box-shadow: 0 18px 55px rgba(0, 0, 0, .14);
}

.home-product-grid .product-image-wrap {
	aspect-ratio: 1.16 / 1;
}

.service-editorial {
	padding: 24px 0 128px;
	background: var(--green-dark);
}

.service-editorial .service-card {
	grid-template-columns: minmax(0, 1.08fr) minmax(460px, .92fr);
	min-height: 720px;
	background: #ebe6dc;
	border-radius: 36px;
	box-shadow: 0 34px 80px rgba(0, 0, 0, .16);
}

.service-editorial .service-art {
	display: flex;
	align-items: flex-end;
	min-height: 720px;
	padding: 42px;
	background:
		linear-gradient(180deg, rgba(12, 30, 24, .03) 35%, rgba(12, 30, 24, .75) 100%),
		url("../images/hero-room.jpg") center / cover;
}

.service-editorial .service-art::after {
	inset: 28px;
	border-radius: 200px 200px 18px 18px;
	opacity: .6;
}

.service-art-caption {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 8px;
	color: var(--white);
}

.service-art-caption span {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.service-art-caption strong {
	font-family: var(--serif);
	font-size: clamp(28px, 3vw, 44px);
	font-weight: 400;
	letter-spacing: -.035em;
	line-height: 1.06;
}

.service-editorial .service-copy {
	padding: 72px clamp(42px, 5vw, 82px);
}

.service-editorial .service-copy h2 {
	margin-bottom: 26px;
	font-family: var(--sans);
	font-size: clamp(46px, 5vw, 72px);
	font-weight: 500;
	letter-spacing: -.06em;
	line-height: .94;
}

.service-editorial .service-copy p {
	margin: 0 0 30px;
	font-size: 15px;
	line-height: 1.68;
}

.service-steps {
	display: grid;
	width: 100%;
	margin-bottom: 34px;
	border-top: 1px solid rgba(25, 60, 50, .15);
}

.service-steps span {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 14px;
	align-items: center;
	min-height: 54px;
	border-bottom: 1px solid rgba(25, 60, 50, .15);
	color: #3d4944;
	font-size: 12px;
}

.service-steps b {
	color: var(--green);
	font-size: 10px;
	letter-spacing: .12em;
}

.service-actions {
	display: flex;
	align-items: center;
	gap: 22px;
}

.service-button {
	gap: 10px;
	background: var(--green);
	color: var(--white);
}

.service-actions small {
	max-width: 105px;
	color: #77736b;
	font-size: 10px;
	line-height: 1.4;
}

@media (max-width: 1024px) {
	.collections-editorial .collection-grid {
		grid-template-rows: repeat(2, 260px) 220px;
	}

	.service-editorial .service-card {
		grid-template-columns: 1fr 1fr;
	}

	.service-editorial .service-copy {
		padding: 54px 36px;
	}
}

@media (max-width: 820px) {
	.collections-heading,
	.products-editorial .products-heading {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.collections-heading h2,
	.products-heading h2 {
		font-size: clamp(42px, 12vw, 58px);
	}

	.collections-intro,
	.products-heading-copy {
		gap: 18px;
	}

	.collections-editorial .collection-grid {
		display: flex;
		width: calc(100vw - 14px);
		gap: 12px;
		padding-right: 14px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.collections-editorial .collection-card {
		flex: 0 0 min(86vw, 390px);
		min-height: 520px;
		padding: 24px;
		scroll-snap-align: start;
	}

	.collections-editorial .collection-content strong,
	.collections-editorial .collection-card-4 .collection-content strong,
	.collections-editorial .collection-card-5 .collection-content strong,
	.collections-editorial .collection-card-6 .collection-content strong,
	.collections-editorial .collection-card-7 .collection-content strong {
		font-size: 35px;
	}

	.collections-editorial .collection-number {
		top: 22px;
		left: 22px;
	}

	.products-editorial {
		padding-block: 82px 64px;
	}

	.product-curation-bar {
		display: flex;
		gap: 8px;
		margin-right: -14px;
		padding-right: 14px;
		border: 0;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.product-curation-bar span {
		flex: 0 0 auto;
		min-height: 46px;
		padding: 0 16px;
		border: 1px solid rgba(255, 255, 255, .14) !important;
		border-radius: 999px;
		white-space: nowrap;
	}

	.home-product-grid,
	.home-product-grid.columns-3,
	.home-product-grid.columns-5 {
		display: grid !important;
		width: auto;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px !important;
		padding-right: 0 !important;
		overflow: visible;
	}

	.home-product-grid .somovo-product-card {
		min-width: 0;
	}

	.service-editorial {
		padding-bottom: 80px;
	}

	.service-editorial .service-card {
		grid-template-columns: 1fr;
		min-height: 0;
		border-radius: 28px;
	}

	.service-editorial .service-art {
		min-height: 480px;
		padding: 28px;
	}

	.service-editorial .service-art::after {
		inset: 18px;
	}

	.service-editorial .service-copy {
		padding: 46px 24px;
	}

	.service-editorial .service-copy h2 {
		font-size: 45px;
	}

	.service-actions {
		display: grid;
		width: 100%;
	}

	.service-actions .button {
		width: 100%;
	}

	.service-actions small {
		max-width: none;
		text-align: center;
	}
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	overflow-x: hidden;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--sans);
	font-size: 16px;
	line-height: 1.55;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body.drawer-open {
	overflow: hidden;
}

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

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

button {
	color: inherit;
}

h1,
h2,
h3,
h4,
p {
	margin-top: 0;
}

.shell {
	width: var(--shell);
	margin-inline: auto;
}

.site-main {
	overflow: clip;
}

.sr-only,
.screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 9999;
	padding: 12px 18px;
	background: var(--ink);
	color: white;
	transform: translateY(-150%);
	border-radius: 999px;
}

.skip-link:focus {
	transform: none;
}

.eyebrow {
	display: inline-block;
	margin-bottom: 20px;
	color: var(--gold);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .18em;
	line-height: 1.2;
	text-transform: uppercase;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 26px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	transition: color .25s, background .25s, border-color .25s, transform .25s;
}

.button:hover {
	transform: translateY(-2px);
}

.button-primary {
	background: var(--green);
	color: var(--white);
}

.button-primary:hover {
	background: var(--green-dark);
}

.button-light {
	background: var(--white);
	color: var(--ink);
}

.button-outline {
	border-color: var(--line);
	background: transparent;
}

.button-outline:hover {
	border-color: var(--ink);
	background: var(--ink);
	color: var(--white);
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.text-link::after {
	content: "→";
	font-size: 18px;
	transition: transform .25s;
}

.text-link:hover::after {
	transform: translateX(5px);
}

.dark-link {
	color: var(--ink);
	border-bottom: 1px solid var(--ink);
}

/* Header */
.announcement {
	height: 34px;
	background: var(--green-dark);
	color: rgba(255, 255, 255, .86);
	font-size: 11px;
	letter-spacing: .035em;
}

.announcement-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.announcement p {
	margin: 0;
}

.announcement-inner div {
	display: flex;
	gap: 30px;
}

.announcement a {
	font-weight: 700;
}

.site-header {
	position: relative;
	z-index: 90;
	background: rgba(247, 244, 238, .96);
	border-bottom: 1px solid var(--line);
	backdrop-filter: blur(16px);
}

.header-main {
	display: grid;
	grid-template-columns: 260px minmax(260px, 1fr) auto;
	align-items: center;
	gap: 38px;
	min-height: 98px;
}

.site-brand {
	display: inline-flex;
	width: max-content;
}

.brand-mark {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	line-height: 1;
}

.brand-word {
	display: flex;
	align-items: center;
	gap: 13px;
	color: var(--ink);
	font-size: 41px;
	font-weight: 300;
	letter-spacing: -.075em;
	text-transform: uppercase;
}

.brand-word i {
	width: 7px;
	height: 7px;
	border: 2px solid currentColor;
	border-radius: 50%;
}

.brand-tagline {
	margin-top: 4px;
	font-family: var(--serif);
	font-size: 10px;
	letter-spacing: .01em;
}

.header-search {
	display: flex;
	align-items: center;
	height: 48px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 999px;
	overflow: hidden;
}

.header-search input {
	flex: 1;
	min-width: 0;
	height: 100%;
	padding: 0 20px;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--ink);
}

.header-search input::placeholder {
	color: #88847b;
}

.header-search button,
.drawer-search button {
	height: 100%;
	padding-inline: 21px;
	border: 0;
	background: transparent;
	color: var(--green);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.header-action {
	display: flex;
	flex-direction: column;
	padding-right: 10px;
	line-height: 1.25;
}

.header-action span {
	color: #59554e;
	font-size: 10px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.header-action strong {
	font-size: 13px;
}

.icon-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	padding: 0 15px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: transparent;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
}

.cart-pill {
	position: relative;
	display: grid;
	grid-template-columns: auto auto;
	column-gap: 10px;
	align-items: center;
	min-width: 154px;
	height: 48px;
	padding: 0 22px;
	border-radius: 999px;
	background: var(--ink);
	color: var(--white);
}

.cart-pill span {
	font-size: 11px;
	text-transform: uppercase;
}

.cart-pill strong {
	font-size: 12px;
	text-align: right;
}

.cart-pill em,
.mobile-cart em {
	position: absolute;
	top: -6px;
	right: 6px;
	display: grid;
	width: 22px;
	height: 22px;
	place-items: center;
	background: var(--green);
	border: 2px solid var(--paper);
	border-radius: 50%;
	font-size: 10px;
	font-style: normal;
}

.header-nav-wrap {
	border-top: 1px solid var(--line);
}

.nav-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	min-height: 52px;
}

.nav-list,
.primary-nav .menu {
	display: flex;
	align-items: center;
	gap: 32px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-list a,
.primary-nav .menu a {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .025em;
}

.primary-nav li {
	position: relative;
}

.primary-nav .sub-menu {
	position: absolute;
	top: calc(100% + 16px);
	left: -20px;
	display: grid;
	min-width: 220px;
	margin: 0;
	padding: 14px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 18px;
	box-shadow: var(--shadow);
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .2s, transform .2s;
}

.primary-nav li:hover > .sub-menu,
.primary-nav li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.primary-nav .sub-menu a {
	display: block;
	padding: 9px 10px;
	border-radius: 10px;
}

.primary-nav .sub-menu a:hover {
	background: var(--paper);
}

.collection-rail {
	display: flex;
	align-items: center;
	gap: 8px;
	overflow: auto;
	scrollbar-width: none;
}

.collection-rail::-webkit-scrollbar {
	display: none;
}

.collection-rail a {
	flex: 0 0 auto;
	padding: 8px 13px;
	background: rgba(49, 88, 75, .08);
	border-radius: 999px;
	color: var(--green-dark);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .03em;
	text-transform: uppercase;
}

.menu-toggle,
.mobile-drawer,
.drawer-backdrop,
.mobile-bottom-nav {
	display: none;
}

/* Hero */
.hero {
	position: relative;
	min-height: min(790px, calc(100vh - 184px));
	background: var(--ink);
	color: var(--white);
	overflow: hidden;
}

.hero-media,
.hero-shade {
	position: absolute;
	inset: 0;
}

.hero-media {
	background-image: url("../images/hero-room.jpg");
	background-position: center 46%;
	background-size: cover;
	transform: scale(1.075) translate3d(0, calc(var(--scroll-y) * .045), 0);
	will-change: transform;
}

.hero-shade {
	background:
		linear-gradient(90deg, rgba(13, 18, 15, .85) 0%, rgba(13, 18, 15, .48) 46%, rgba(13, 18, 15, .1) 75%),
		linear-gradient(0deg, rgba(12, 16, 14, .67), transparent 46%);
}

.hero-inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	min-height: 630px;
	padding-block: 104px 82px;
}

.hero-copy {
	max-width: 720px;
}

.hero-copy .eyebrow {
	color: #e8d0aa;
}

.hero-copy h1 {
	margin-bottom: 30px;
	font-family: var(--serif);
	font-size: clamp(62px, 7.4vw, 118px);
	font-weight: 400;
	letter-spacing: -.055em;
	line-height: .82;
}

.hero-copy h1 em {
	font-weight: 400;
}

.hero-copy p {
	max-width: 590px;
	margin-bottom: 34px;
	color: rgba(255, 255, 255, .8);
	font-size: 18px;
}

.hero-actions {
	display: flex;
	align-items: center;
	gap: 30px;
}

.hero-actions .text-link {
	color: var(--white);
}

.hero-note {
	display: grid;
	max-width: 300px;
	gap: 12px;
	padding: 24px 26px;
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 22px;
	background: rgba(15, 27, 22, .36);
	backdrop-filter: blur(10px);
}

.hero-note span {
	color: #e8d0aa;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .14em;
}

.hero-note strong {
	font-family: var(--serif);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
}

.trust-strip {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	min-height: 130px;
	margin-top: -1px;
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.trust-strip div {
	display: flex;
	align-items: center;
	gap: 15px;
	padding-inline: 24px;
	border-right: 1px solid rgba(255, 255, 255, .2);
}

.trust-strip div:first-child {
	padding-left: 0;
}

.trust-strip div:last-child {
	border: 0;
}

.trust-strip strong {
	font-family: var(--serif);
	font-size: 31px;
	font-weight: 400;
	white-space: nowrap;
}

.trust-strip span {
	max-width: 130px;
	color: rgba(255, 255, 255, .65);
	font-size: 11px;
	line-height: 1.35;
}

/* Home sections */
.section {
	padding-block: 128px;
}

.section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, .6fr);
	align-items: end;
	gap: 90px;
	margin-bottom: 62px;
}

.section-heading h2,
.manifesto-title h2,
.service-copy h2,
.seo-grid h2 {
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(46px, 5vw, 76px);
	font-weight: 400;
	letter-spacing: -.045em;
	line-height: 1;
}

.section-heading p {
	margin: 0;
	color: #69645b;
}

.collection-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-auto-rows: 230px;
	gap: 20px;
}

.collection-card {
	position: relative;
	display: flex;
	align-items: flex-end;
	padding: 30px;
	border-radius: var(--radius);
	background: #d5cdbf;
	color: var(--white);
	overflow: hidden;
	isolation: isolate;
}

.collection-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -3;
	background: linear-gradient(135deg, #7c756a, #343a34);
}

.collection-card img {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .7s cubic-bezier(.2, .6, .2, 1);
}

.collection-overlay {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(0deg, rgba(13, 17, 15, .77), transparent 66%);
}

.collection-card:hover img {
	transform: scale(1.045);
}

.collection-card-1,
.collection-card-4 {
	grid-column: span 7;
	grid-row: span 2;
}

.collection-card-2,
.collection-card-3 {
	grid-column: span 5;
}

.collection-card-5,
.collection-card-6,
.collection-card-7 {
	grid-column: span 4;
	grid-row: span 2;
}

.collection-number {
	position: absolute;
	top: 24px;
	right: 26px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .14em;
}

.collection-content {
	display: grid;
}

.collection-content small {
	margin-bottom: 4px;
	color: rgba(255, 255, 255, .67);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.collection-content strong {
	font-family: var(--serif);
	font-size: clamp(27px, 3vw, 47px);
	font-weight: 400;
	line-height: 1.05;
}

.collection-content em {
	margin-top: 10px;
	font-size: 11px;
	font-style: normal;
}

.manifesto-section {
	background: var(--green-dark);
	color: var(--white);
}

.manifesto-section .eyebrow {
	color: #e1c392;
}

.manifesto-grid {
	display: grid;
	grid-template-columns: 1.25fr .75fr;
	align-items: end;
	gap: 110px;
}

.manifesto-title h2 {
	max-width: 830px;
}

.manifesto-copy p {
	margin-bottom: 28px;
	color: rgba(255, 255, 255, .7);
	font-size: 18px;
}

.manifesto-copy .dark-link {
	color: var(--white);
	border-color: rgba(255, 255, 255, .6);
}

.values-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 90px;
	border-top: 1px solid rgba(255, 255, 255, .16);
}

.values-grid article {
	min-height: 240px;
	padding: 30px;
	border-right: 1px solid rgba(255, 255, 255, .16);
}

.values-grid article:first-child {
	padding-left: 0;
}

.values-grid article:last-child {
	border: 0;
}

.values-grid span {
	color: #e1c392;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .14em;
}

.values-grid h3 {
	margin: 70px 0 14px;
	font-family: var(--serif);
	font-size: 25px;
	font-weight: 400;
}

.values-grid p {
	margin: 0;
	color: rgba(255, 255, 255, .58);
	font-size: 13px;
}

.products-heading {
	grid-template-columns: 1fr auto;
}

.products-heading .button {
	margin-bottom: 4px;
}

ul.products,
.somovo-product-grid {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 52px 20px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

ul.products::before,
ul.products::after,
.somovo-product-grid::before,
.somovo-product-grid::after {
	display: none !important;
	content: none !important;
}

.somovo-product-grid.columns-4 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.somovo-product-card {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

.product-image-wrap {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1;
	background: var(--white);
	border-radius: 24px;
	overflow: hidden;
}

.product-image-wrap > img {
	width: 100%;
	height: 100%;
	margin: 0 !important;
	object-fit: contain;
	mix-blend-mode: multiply;
	transition: transform .55s cubic-bezier(.2, .6, .2, 1);
}

.somovo-product-card:hover .product-image-wrap > img {
	transform: scale(1.035);
}

.sale-chip {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2;
	padding: 8px 11px;
	background: var(--green);
	border-radius: 999px;
	color: var(--white);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .06em;
}

.product-view {
	position: absolute;
	right: 14px;
	bottom: 14px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	background: var(--ink);
	border-radius: 50%;
	color: var(--white);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity .3s, transform .3s;
}

.somovo-product-card:hover .product-view {
	opacity: 1;
	transform: none;
}

.product-card-body {
	padding: 19px 3px 0;
}

.product-eyebrow {
	display: block;
	margin-bottom: 8px;
	color: #625d55;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.woocommerce-loop-product__title {
	margin: 0 0 18px !important;
	padding: 0 !important;
	font-family: var(--serif);
	font-size: 22px !important;
	font-weight: 400;
	line-height: 1.15;
}

.product-card-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding-top: 14px;
	border-top: 1px solid var(--line);
}

.product-price .price,
.product-price {
	font-size: 15px !important;
	font-weight: 800;
}

.product-price del {
	margin-right: 6px;
	color: #625d55;
	font-size: 12px;
	font-weight: 400;
}

.product-price ins {
	color: var(--green);
	text-decoration: none;
}

.price-from {
	color: #867f73;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
}

.product-arrow {
	font-size: 23px;
	transition: transform .2s;
}

.product-arrow:hover {
	transform: translateX(4px);
}

.service-section {
	padding-top: 20px;
}

.service-card {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	min-height: 620px;
	background: var(--paper-deep);
	border-radius: 36px;
	overflow: hidden;
}

.service-art {
	position: relative;
	min-height: 500px;
	background:
		linear-gradient(135deg, rgba(25, 60, 50, .05), rgba(25, 60, 50, .45)),
		url("../images/hero-room.jpg") center / cover;
	overflow: hidden;
}

.service-art::after {
	content: "";
	position: absolute;
	inset: 8%;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 50% 50% 8px 8px;
}

.service-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 70px 8vw 70px 70px;
}

.service-copy h2 {
	margin-bottom: 28px;
	font-size: clamp(45px, 5vw, 72px);
}

.service-copy p {
	max-width: 550px;
	margin-bottom: 36px;
	color: #676158;
}

.seo-section {
	padding-top: 50px;
}

.seo-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 110px;
	padding-top: 80px;
	border-top: 1px solid var(--line);
}

.seo-grid h2 {
	font-size: clamp(36px, 4vw, 56px);
}

.seo-grid p {
	color: #6b655c;
}

/* Shop archives */
.shop-shell,
.product-shell,
.content-shell {
	padding-block: 72px 120px;
}

.woocommerce-products-header {
	display: grid;
	grid-template-columns: 1fr minmax(280px, .6fr);
	align-items: end;
	gap: 70px;
	margin-bottom: 42px;
	padding-bottom: 42px;
	border-bottom: 1px solid var(--line);
}

.woocommerce-products-header__title {
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(52px, 6vw, 88px);
	font-weight: 400;
	letter-spacing: -.05em;
	line-height: .95;
}

.term-description {
	color: #6b655c;
}

.woocommerce .woocommerce-breadcrumb {
	margin-bottom: 28px;
	color: #777168;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .045em;
}

.woocommerce .woocommerce-breadcrumb a:hover {
	color: var(--green);
}

.woocommerce-result-count {
	margin: 12px 0 34px !important;
	color: #7d776e;
	font-size: 12px;
}

.woocommerce-ordering {
	margin: 0 0 34px !important;
}

.woocommerce-ordering select {
	height: 46px;
	padding: 0 42px 0 16px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 999px;
	color: var(--ink);
	font-size: 12px;
}

.woocommerce-pagination {
	margin-top: 66px;
}

.woocommerce nav.woocommerce-pagination ul {
	display: flex;
	justify-content: center;
	gap: 8px;
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	display: grid;
	width: 46px;
	height: 46px;
	padding: 0;
	place-items: center;
	background: var(--white);
	border-radius: 50%;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
	background: var(--ink);
	color: var(--white);
}

/* Product detail */
.product-main {
	background: #faf8f3;
}

.single-product div.product {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
	gap: 80px;
}

.single-product div.product .woocommerce-product-gallery {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

.single-product .woocommerce-product-gallery__wrapper {
	background: var(--white);
	border-radius: 30px;
	overflow: hidden;
}

.single-product .woocommerce-product-gallery__image img {
	width: 100%;
	mix-blend-mode: multiply;
}

.single-product .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
	margin-top: 12px !important;
}

.single-product .flex-control-thumbs li {
	width: auto !important;
	background: var(--white);
	border: 1px solid transparent;
	border-radius: 14px;
	overflow: hidden;
}

.single-product .flex-control-thumbs img {
	mix-blend-mode: multiply;
}

.single-product .summary {
	position: sticky;
	top: 30px;
	align-self: start;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding-top: 18px;
}

.single-product .product_title {
	margin-bottom: 14px;
	font-family: var(--serif);
	font-size: clamp(42px, 4vw, 68px);
	font-weight: 400;
	letter-spacing: -.045em;
	line-height: .97;
}

.single-product .product_meta {
	margin: 18px 0 28px;
	color: #7d766b;
	font-size: 11px;
	letter-spacing: .04em;
}

.single-product .summary > .price {
	display: block;
	margin: 24px 0 !important;
	color: var(--ink) !important;
	font-size: 27px !important;
	font-weight: 700;
}

.single-product .summary > .price del {
	margin-right: 10px;
	color: #8c867c;
	font-size: 17px;
}

.single-product .summary > .price ins {
	color: var(--green);
	text-decoration: none;
}

.woocommerce-product-details__short-description {
	margin-bottom: 28px;
	color: #656057;
	font-size: 15px;
}

.single-product table.variations {
	margin: 0 0 20px !important;
	border-collapse: separate;
	border-spacing: 0 12px;
}

.single-product table.variations th,
.single-product table.variations td {
	display: block;
	padding: 0 !important;
	text-align: left;
}

.single-product table.variations label {
	display: block;
	margin-bottom: 8px;
	font-size: 11px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.single-product table.variations select {
	width: 100%;
	height: 54px;
	padding: 0 42px 0 16px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 14px;
}

.single-product .reset_variations {
	display: inline-block !important;
	margin-top: 8px;
	color: #756f66;
	font-size: 11px !important;
	text-decoration: underline;
}

.woocommerce-variation-price {
	margin-bottom: 18px;
	font-size: 22px;
	font-weight: 800;
}

.single-product .cart:not(.variations_form) {
	display: flex;
	gap: 10px;
}

.single-product .woocommerce-variation-add-to-cart {
	display: flex;
	gap: 10px;
}

.quantity {
	display: inline-flex;
	height: 56px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 999px;
	overflow: hidden;
}

.quantity .qty {
	width: 46px !important;
	border: 0;
	background: transparent;
	-moz-appearance: textfield;
}

.quantity .qty::-webkit-outer-spin-button,
.quantity .qty::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.somovo-qty-minus,
.somovo-qty-plus {
	width: 42px;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.single_add_to_cart_button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	min-height: 54px;
	padding: 0 28px !important;
	background: var(--green) !important;
	border-radius: 999px !important;
	color: var(--white) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.single_add_to_cart_button {
	flex: 1;
	min-height: 56px;
}

.single-product .woocommerce-tabs,
.single-product .related,
.single-product .upsells {
	grid-column: 1 / -1;
}

.woocommerce-tabs {
	margin-top: 50px;
	padding-top: 70px;
	border-top: 1px solid var(--line);
}

.woocommerce-tabs ul.tabs {
	display: flex;
	gap: 8px;
	margin: 0 0 38px !important;
	padding: 0 !important;
}

.woocommerce-tabs ul.tabs::before,
.woocommerce-tabs ul.tabs li::before,
.woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

.woocommerce-tabs ul.tabs li {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
}

.woocommerce-tabs ul.tabs li a {
	padding: 11px 18px !important;
	background: var(--white);
	border-radius: 999px;
	font-size: 11px;
	letter-spacing: .04em;
}

.woocommerce-tabs ul.tabs li.active a {
	background: var(--ink);
	color: #fff !important;
	opacity: 1 !important;
	text-shadow: none;
}

.woocommerce-tabs ul.tabs li.active a:hover,
.woocommerce-tabs ul.tabs li.active a:focus,
.woocommerce-tabs ul.tabs li[aria-selected="true"] a {
	color: #fff !important;
}

.woocommerce-Tabs-panel {
	max-width: 930px;
	color: #5f5a52;
}

.woocommerce-Tabs-panel h2,
.related > h2,
.upsells > h2 {
	margin-bottom: 34px;
	color: var(--ink);
	font-family: var(--serif);
	font-size: clamp(35px, 4vw, 54px);
	font-weight: 400;
}

.woocommerce-Tabs-panel h3,
.woocommerce-Tabs-panel h4 {
	color: var(--ink);
	font-family: var(--serif);
	font-weight: 400;
}

.woocommerce-Tabs-panel table {
	width: 100%;
	border-collapse: collapse;
}

.woocommerce-Tabs-panel th,
.woocommerce-Tabs-panel td {
	padding: 14px 0;
	border-bottom: 1px solid var(--line);
	text-align: left;
}

.related,
.upsells {
	margin-top: 90px;
}

.related ul.products,
.upsells ul.products {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.woocommerce span.onsale {
	z-index: 4;
	min-width: auto;
	min-height: auto;
	padding: 9px 12px;
	background: var(--green);
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
}

/* Cart, account, checkout */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	padding: 18px 22px 18px 56px !important;
	background: var(--white);
	border: 0;
	border-left: 3px solid var(--green) !important;
	border-radius: 14px;
	box-shadow: none;
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: var(--green);
}

.woocommerce table.shop_table {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 22px;
	overflow: hidden;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 18px;
	border-color: var(--line);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
	min-height: 50px;
	padding: 12px 15px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 12px;
}

.woocommerce-checkout h3,
.cart_totals h2,
.woocommerce-account h2 {
	font-family: var(--serif);
	font-size: 34px;
	font-weight: 400;
}

.select2-container--default .select2-selection--single {
	height: 50px;
	border-color: var(--line);
	border-radius: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
}

/* Content pages */
.page-header {
	max-width: 980px;
	margin-bottom: 60px;
	padding-bottom: 40px;
	border-bottom: 1px solid var(--line);
}

.page-header h1,
.entry-card h1,
.not-found h1 {
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(48px, 7vw, 92px);
	font-weight: 400;
	letter-spacing: -.05em;
	line-height: .95;
}

.entry-content {
	max-width: 900px;
	color: #5f5a52;
	font-size: 17px;
}

.entry-content h2,
.entry-content h3 {
	margin-top: 1.7em;
	color: var(--ink);
	font-family: var(--serif);
	font-weight: 400;
}

.not-found {
	padding-block: 130px 170px;
	text-align: center;
}

.not-found p {
	margin: 28px 0;
	color: #6e685f;
}

/* Footer */
.site-footer {
	background: var(--ink);
	color: rgba(255, 255, 255, .72);
}

.footer-invitation {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 50px;
	padding-block: 85px;
	border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.footer-invitation h2 {
	max-width: 900px;
	margin: 0;
	color: var(--white);
	font-family: var(--serif);
	font-size: clamp(38px, 5vw, 66px);
	font-weight: 400;
	letter-spacing: -.04em;
	line-height: 1;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.7fr .75fr .85fr 1fr;
	gap: 65px;
	padding-block: 80px;
}

.site-brand-footer .brand-word {
	color: var(--white);
}

.footer-brand p {
	max-width: 440px;
	margin: 30px 0;
}

.footer-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.footer-badges span {
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, .17);
	border-radius: 999px;
	font-size: 10px;
}

.footer-grid h3 {
	margin-bottom: 25px;
	color: var(--white);
	font-size: 11px;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.footer-grid > div:not(.footer-brand) {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 13px;
}

.footer-grid a:hover {
	color: var(--white);
}

.footer-phone {
	color: var(--white);
	font-family: var(--serif);
	font-size: 24px;
}

.footer-contact p {
	margin: 12px 0 0;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding-block: 24px;
	border-top: 1px solid rgba(255, 255, 255, .12);
	font-size: 10px;
}

@media (max-width: 1180px) {
	:root {
		--shell: min(100% - 40px, 1100px);
	}

	.header-main {
		grid-template-columns: 220px minmax(220px, 1fr) auto;
		gap: 18px;
	}

	.brand-word {
		font-size: 34px;
	}

	.phone-action,
	.account-link {
		display: none;
	}

	.collection-rail {
		max-width: 61vw;
	}

	.nav-list,
	.primary-nav .menu {
		gap: 20px;
	}

	.hero-inner {
		min-height: 590px;
	}

	.hero-note {
		display: none;
	}

	.section {
		padding-block: 100px;
	}

	.collection-grid {
		grid-auto-rows: 190px;
	}

	.single-product div.product {
		gap: 45px;
	}

	.footer-grid {
		grid-template-columns: 1.4fr repeat(3, 1fr);
		gap: 35px;
	}
}

@media (max-width: 820px) {
	:root {
		--shell: calc(100% - 28px);
		--radius: 22px;
	}

	body {
		padding-bottom: 68px;
		font-size: 15px;
	}

	.announcement {
		display: none;
	}

	.site-header {
		position: sticky;
		top: 0;
	}

	.header-main {
		display: flex;
		justify-content: space-between;
		min-height: 70px;
		gap: 10px;
	}

	.menu-toggle {
		display: flex;
		flex-direction: column;
		gap: 6px;
		width: 44px;
		padding: 0 12px;
		border: 0;
		background: var(--white);
	}

	.menu-toggle span {
		display: block;
		width: 19px;
		height: 1px;
		background: var(--ink);
	}

	.header-main .site-brand {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}

	.brand-word {
		gap: 8px;
		font-size: 29px;
	}

	.brand-word i {
		width: 5px;
		height: 5px;
		border-width: 1.5px;
	}

	.brand-tagline {
		font-size: 8px;
	}

	.header-search,
	.header-nav-wrap,
	.header-actions > *:not(.cart-pill) {
		display: none;
	}

	.cart-pill {
		min-width: 44px;
		width: 44px;
		height: 44px;
		padding: 0;
		background: var(--green);
		border-radius: 50%;
	}

	.cart-pill span,
	.cart-pill strong {
		display: none;
	}

	.cart-pill::before {
		content: "";
		position: absolute;
		top: 15px;
		left: 15px;
		width: 15px;
		height: 15px;
		border: 1.5px solid currentColor;
		border-radius: 3px;
	}

	.cart-pill::after {
		content: "";
		position: absolute;
		top: 11px;
		left: 19px;
		width: 7px;
		height: 7px;
		border: 1.5px solid currentColor;
		border-bottom: 0;
		border-radius: 6px 6px 0 0;
	}

	.cart-pill em {
		top: -5px;
		right: -3px;
	}

	.mobile-drawer {
		position: fixed;
		inset: 0 9% 0 0;
		z-index: 1000;
		display: block;
		padding: 24px;
		background: var(--paper);
		overflow-y: auto;
		transform: translateX(-102%);
		transition: transform .35s cubic-bezier(.2, .7, .2, 1);
	}

	.drawer-open .mobile-drawer {
		transform: none;
	}

	.drawer-backdrop {
		position: fixed;
		inset: 0;
		z-index: 999;
		display: block;
		background: rgba(10, 12, 11, .55);
		opacity: 0;
		visibility: hidden;
		transition: opacity .3s;
	}

	.drawer-open .drawer-backdrop {
		opacity: 1;
		visibility: visible;
	}

	.mobile-drawer-head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 28px;
	}

	.drawer-close {
		border: 0;
		background: transparent;
		font-size: 11px;
		font-weight: 800;
		text-transform: uppercase;
	}

	.drawer-search {
		display: flex;
		height: 50px;
		margin-bottom: 28px;
		background: var(--white);
		border: 1px solid var(--line);
		border-radius: 999px;
		overflow: hidden;
	}

	.drawer-search input {
		min-width: 0;
		flex: 1;
		padding-inline: 18px;
		border: 0;
		background: transparent;
		outline: 0;
	}

	.mobile-drawer .nav-list {
		display: grid;
		gap: 0;
	}

	.mobile-drawer .nav-list a {
		display: block;
		padding: 15px 0;
		border-bottom: 1px solid var(--line);
		font-family: var(--serif);
		font-size: 24px;
		font-weight: 400;
	}

	.drawer-label {
		margin: 30px 0 12px;
		color: #7b756b;
		font-size: 10px;
		font-weight: 800;
		letter-spacing: .12em;
		text-transform: uppercase;
	}

	.drawer-collections {
		display: flex;
		flex-wrap: wrap;
		gap: 7px;
	}

	.drawer-collections a {
		padding: 9px 12px;
		background: var(--white);
		border-radius: 999px;
		font-size: 11px;
	}

	.drawer-contact {
		display: grid;
		gap: 4px;
		margin-top: 36px;
		padding: 20px;
		background: var(--green-dark);
		border-radius: 18px;
		color: white;
	}

	.drawer-contact a {
		font-family: var(--serif);
		font-size: 22px;
	}

	.drawer-contact span {
		color: rgba(255, 255, 255, .65);
		font-size: 11px;
	}

	.mobile-bottom-nav {
		position: fixed;
		right: 8px;
		bottom: 8px;
		left: 8px;
		z-index: 800;
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		height: 58px;
		padding: 5px;
		background: rgba(23, 23, 19, .94);
		border: 1px solid rgba(255, 255, 255, .14);
		border-radius: 20px;
		box-shadow: 0 12px 34px rgba(0, 0, 0, .22);
		backdrop-filter: blur(12px);
	}

	.mobile-bottom-nav a,
	.mobile-bottom-nav button {
		position: relative;
		display: grid;
		place-items: center;
		padding: 0;
		background: transparent;
		border: 0;
		color: rgba(255, 255, 255, .82);
		font-size: 9px;
		font-weight: 700;
	}

	.mobile-bottom-nav a::before,
	.mobile-bottom-nav button::before {
		display: block;
		margin: 0 auto 1px;
		font-family: var(--serif);
		font-size: 17px;
		font-weight: 400;
		line-height: 1;
	}

	.mobile-bottom-nav > :nth-child(1)::before { content: "⌂"; }
	.mobile-bottom-nav > :nth-child(2)::before { content: "⌕"; }
	.mobile-bottom-nav > :nth-child(3)::before { content: "☎"; }
	.mobile-bottom-nav > :nth-child(4)::before { content: "○"; }
	.mobile-bottom-nav > :nth-child(5)::before { content: "▣"; }

	.mobile-cart em {
		top: 0;
		right: 4px;
		border-color: var(--ink);
	}

	.hero {
		min-height: 730px;
	}

	.hero-media {
		background-position: 62% center;
	}

	.hero-shade {
		background: linear-gradient(0deg, rgba(10, 16, 13, .93) 0%, rgba(10, 16, 13, .18) 77%);
	}

	.hero-inner {
		align-items: flex-end;
		min-height: 590px;
		padding-block: 80px 42px;
	}

	.hero-copy h1 {
		margin-bottom: 22px;
		font-size: clamp(52px, 16vw, 72px);
		line-height: .87;
	}

	.hero-copy p {
		font-size: 15px;
	}

	.hero-actions {
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
	}

	.hero-actions .button {
		width: 100%;
	}

	.trust-strip {
		grid-template-columns: 1fr 1fr;
		min-height: 140px;
	}

	.trust-strip div {
		padding: 13px 10px;
		border-top: 1px solid rgba(255, 255, 255, .16);
	}

	.trust-strip div:first-child {
		padding-left: 0;
	}

	.trust-strip strong {
		font-size: 23px;
	}

	.trust-strip span {
		font-size: 9px;
	}

	.section {
		padding-block: 78px;
	}

	.section-heading,
	.manifesto-grid,
	.seo-grid {
		grid-template-columns: 1fr;
		gap: 26px;
		margin-bottom: 38px;
	}

	.section-heading h2,
	.manifesto-title h2,
	.service-copy h2,
	.seo-grid h2 {
		font-size: 43px;
	}

	.collection-grid {
		display: flex;
		width: calc(100vw - 14px);
		gap: 12px;
		padding-right: 14px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.collection-card {
		flex: 0 0 min(82vw, 370px);
		min-height: 455px;
		scroll-snap-align: start;
	}

	.collection-content strong {
		font-size: 36px;
	}

	.manifesto-copy p {
		font-size: 16px;
	}

	.values-grid {
		grid-template-columns: 1fr 1fr;
		margin-top: 48px;
	}

	.values-grid article,
	.values-grid article:first-child {
		min-height: 220px;
		padding: 22px 14px;
		border-bottom: 1px solid rgba(255, 255, 255, .16);
	}

	.values-grid article:nth-child(2n) {
		border-right: 0;
	}

	.values-grid h3 {
		margin-top: 46px;
		font-size: 20px;
	}

	.products-heading {
		grid-template-columns: 1fr auto;
	}

	.products-heading .button {
		display: none;
	}

	ul.products,
	.somovo-product-grid,
	.somovo-product-grid.columns-4,
	.related ul.products,
	.upsells ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 36px 10px;
	}

	.product-image-wrap {
		border-radius: 17px;
	}

	.sale-chip {
		top: 8px;
		left: 8px;
		padding: 6px 8px;
		font-size: 8px;
	}

	.product-view {
		display: none;
	}

	.product-card-body {
		padding-top: 12px;
	}

	.product-eyebrow {
		margin-bottom: 5px;
		font-size: 8px;
	}

	.woocommerce-loop-product__title {
		min-height: 36px;
		margin-bottom: 10px !important;
		font-size: 17px !important;
	}

	.product-card-bottom {
		padding-top: 10px;
	}

	.product-price .price,
	.product-price {
		font-size: 12px !important;
	}

	.product-price del {
		display: block;
		font-size: 9px;
	}

	.product-arrow {
		display: none;
	}

	.service-card {
		grid-template-columns: 1fr;
	}

	.service-art {
		min-height: 360px;
	}

	.service-copy {
		padding: 48px 24px;
	}

	.service-copy .button {
		width: 100%;
	}

	.seo-section {
		padding-top: 0;
	}

	.seo-grid {
		padding-top: 50px;
	}

	.shop-shell,
	.product-shell,
	.content-shell {
		padding-block: 42px 80px;
	}

	.woocommerce-products-header {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.woocommerce-products-header__title {
		font-size: 52px;
	}

	.single-product div.product {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.single-product .summary {
		position: static;
		padding-top: 0;
	}

	.single-product .product_title {
		font-size: 43px;
	}

	.single-product .woocommerce-product-gallery__wrapper {
		border-radius: 20px;
	}

	.single-product .woocommerce-variation-add-to-cart,
	.single-product .cart:not(.variations_form) {
		display: grid;
		grid-template-columns: auto 1fr;
	}

	.woocommerce-tabs {
		margin-top: 26px;
		padding-top: 46px;
	}

	.woocommerce-tabs ul.tabs {
		overflow-x: auto;
	}

	.woocommerce-tabs ul.tabs li {
		flex: 0 0 auto;
	}

	.woocommerce-tabs ul.tabs li a {
		font-size: 9px;
	}

	.related,
	.upsells {
		margin-top: 64px;
	}

	.footer-invitation {
		flex-direction: column;
		align-items: flex-start;
		padding-block: 60px;
	}

	.footer-invitation .button {
		width: 100%;
	}

	.footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 50px 25px;
		padding-block: 60px;
	}

	.footer-brand {
		grid-column: 1 / -1;
	}

	.footer-contact {
		grid-column: 1 / -1;
	}

	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		padding-bottom: 90px;
	}
}

@media (max-width: 390px) {
	.brand-word {
		font-size: 25px;
	}

	.hero-copy h1 {
		font-size: 49px;
	}

	.values-grid {
		grid-template-columns: 1fr;
	}

	.values-grid article {
		border-right: 0;
	}
}

/* Privacy consent */
body.privacy-locked {
	overflow: hidden;
}

.privacy-gate {
	position: fixed;
	inset: 0;
	z-index: 2400;
	display: grid;
	padding: 24px;
	place-items: center;
}

.privacy-gate-backdrop {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(8, 18, 15, .88), rgba(22, 43, 36, .76)),
		url("../images/hero-room.jpg") center / cover;
	backdrop-filter: blur(12px);
}

.privacy-gate-card {
	position: relative;
	width: min(720px, 100%);
	max-height: calc(100dvh - 48px);
	padding: 42px 48px 36px;
	background: rgba(255, 255, 255, .97);
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 30px;
	box-shadow: 0 38px 120px rgba(0, 0, 0, .36);
	overflow-y: auto;
	text-align: center;
}

.privacy-gate-brand {
	position: absolute;
	top: 28px;
	left: 32px;
}

.privacy-gate-brand .brand-word {
	font-size: 22px;
}

.privacy-gate-brand .brand-tagline {
	display: none;
}

.privacy-gate-icon {
	display: grid;
	width: 64px;
	height: 64px;
	margin: 0 auto 24px;
	place-items: center;
	background: #e8f0ed;
	border-radius: 50%;
	color: var(--green);
	font-size: 25px;
}

.privacy-gate-card .eyebrow {
	margin-bottom: 12px;
}

.privacy-gate-card h2 {
	margin-bottom: 18px;
	font-family: var(--sans);
	font-size: clamp(34px, 5vw, 54px);
	font-weight: 540;
	letter-spacing: -.05em;
	line-height: 1;
}

.privacy-gate-card > p {
	max-width: 560px;
	margin: 0 auto 20px;
	color: #5d645f;
	font-size: 14px;
}

.privacy-gate-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 7px 16px;
}

.privacy-gate-links a {
	color: var(--green-dark);
	font-size: 11px;
	font-weight: 750;
	text-decoration: underline;
	text-decoration-color: rgba(21, 60, 52, .35);
	text-underline-offset: 4px;
}

.privacy-gate-actions {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr;
	gap: 8px;
	margin-top: 24px;
}

.privacy-gate-actions button,
.privacy-save {
	min-height: 52px;
	padding: 0 18px;
	background: transparent;
	border: 1px solid var(--line);
	border-radius: 999px;
	color: var(--ink);
	font-size: 11px;
	font-weight: 800;
	cursor: pointer;
}

.privacy-gate-actions .privacy-accept {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: var(--green);
	border-color: var(--green);
	color: white;
}

.privacy-settings {
	display: grid;
	gap: 8px;
	margin-top: 20px;
	padding: 16px;
	background: #f2f4f1;
	border-radius: 20px;
	text-align: left;
}

.privacy-settings label {
	display: grid;
	grid-template-columns: 20px 1fr;
	align-items: center;
	gap: 11px;
	padding: 10px 11px;
	background: white;
	border-radius: 13px;
	cursor: pointer;
}

.privacy-settings input {
	width: 17px;
	height: 17px;
	accent-color: var(--green);
}

.privacy-settings label span {
	display: grid;
}

.privacy-settings strong {
	font-size: 12px;
}

.privacy-settings small {
	color: #747a76;
	font-size: 10px;
}

.privacy-save {
	margin-top: 5px;
	background: var(--ink);
	color: white;
}

.privacy-gate-card .privacy-gate-note {
	margin: 16px auto 0;
	color: #909591;
	font-size: 9px;
}

.footer-legal {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 9px 18px;
}

/* Luxury checkout */
.somovo-checkout-page {
	background: #f2f3f0;
}

.somovo-checkout-page .announcement,
.somovo-checkout-page .header-search,
.somovo-checkout-page .header-actions,
.somovo-checkout-page .header-nav-wrap,
.somovo-checkout-page .footer-invitation,
.somovo-checkout-page .mobile-bottom-nav {
	display: none !important;
}

.somovo-checkout-page .site-header {
	border-bottom: 1px solid var(--line);
	box-shadow: none;
}

.somovo-checkout-page .header-main {
	display: flex;
	justify-content: center;
	min-height: 92px;
}

.somovo-checkout-page .content-shell {
	width: min(1340px, calc(100vw - 64px));
	padding-block: 44px 100px;
}

.somovo-checkout-page .entry-content {
	max-width: none;
	color: var(--ink);
	font-size: 14px;
}

.checkout-page-header {
	margin-bottom: 34px;
}

.checkout-progress {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 34px;
	color: #8a908c;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.checkout-progress a {
	color: var(--green);
}

.checkout-progress strong {
	color: var(--ink);
}

.checkout-progress > i {
	color: #b9bdb9;
	font-size: 8px;
}

.checkout-progress a,
.checkout-progress strong {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.checkout-title-row {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 40px;
	padding-bottom: 34px;
	border-bottom: 1px solid var(--line);
}

.checkout-title-row .eyebrow {
	margin-bottom: 12px;
}

.checkout-title-row h1 {
	margin: 0;
	font-family: var(--sans);
	font-size: clamp(44px, 6vw, 76px);
	font-weight: 520;
	letter-spacing: -.06em;
	line-height: .95;
}

.checkout-trust {
	display: flex;
	gap: 8px;
	padding-bottom: 4px;
}

.checkout-trust span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 13px;
	background: white;
	border-radius: 999px;
	color: #616863;
	font-size: 10px;
	font-weight: 700;
}

.checkout-trust i {
	color: var(--green);
}

.somovo-checkout-page .woocommerce-form-coupon-toggle {
	margin-bottom: 18px;
}

.somovo-checkout-page .woocommerce-info {
	margin: 0 !important;
	background: transparent;
	border: 0 !important;
	border-radius: 0;
	color: #6d746f;
	font-size: 11px;
}

.somovo-checkout-page .woocommerce-info::before {
	display: none;
}

.somovo-checkout-page form.checkout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
	column-gap: 28px;
	align-items: start;
}

.somovo-checkout-page form.checkout::before,
.somovo-checkout-page form.checkout::after {
	display: none;
	content: none;
}

.somovo-checkout-page #customer_details {
	grid-column: 1;
	grid-row: 1 / 3;
	padding: 34px;
	background: white;
	border: 1px solid rgba(20, 25, 23, .07);
	border-radius: 26px;
	box-shadow: 0 12px 44px rgba(25, 32, 28, .05);
}

.somovo-checkout-page #customer_details .col-1 {
	float: none;
	width: 100%;
}

.somovo-checkout-page #customer_details .col-2 {
	display: block;
	float: none;
	width: 100%;
}

.somovo-checkout-page .woocommerce-shipping-fields {
	display: none;
}

.somovo-checkout-page .woocommerce-billing-fields > h3,
.somovo-checkout-page #order_review_heading {
	margin: 0 0 25px;
	font-family: var(--sans);
	font-size: 25px;
	font-weight: 620;
	letter-spacing: -.03em;
}

.somovo-checkout-page .woocommerce-billing-fields > h3::before {
	display: inline-grid;
	width: 36px;
	height: 36px;
	margin-right: 10px;
	place-items: center;
	background: #e8f0ed;
	border-radius: 50%;
	color: var(--green);
	content: "1";
	font-size: 12px;
	vertical-align: middle;
}

.somovo-checkout-page .woocommerce-billing-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 5px 14px;
}

.somovo-checkout-page .woocommerce-billing-fields__field-wrapper .form-row {
	float: none;
	width: auto;
	margin: 0 0 13px;
	padding: 0;
}

.somovo-checkout-page .woocommerce-billing-fields__field-wrapper .form-row-wide,
.somovo-checkout-page #billing_middle_name_field,
.somovo-checkout-page #billing_payer_type_field,
.somovo-checkout-page #billing_country_field,
.somovo-checkout-page #billing_address_1_field,
.somovo-checkout-page #billing_delivery_method_field {
	grid-column: 1 / -1;
}

.somovo-checkout-page .form-row label {
	margin-bottom: 7px;
	color: #59605b;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .02em;
}

.somovo-checkout-page .form-row label .required {
	color: var(--green);
}

.somovo-checkout-page .woocommerce form .form-row input.input-text,
.somovo-checkout-page .woocommerce form .form-row textarea,
.somovo-checkout-page .woocommerce form .form-row select,
.somovo-checkout-page form .form-row input.input-text,
.somovo-checkout-page form .form-row textarea,
.somovo-checkout-page form .form-row select {
	min-height: 54px;
	padding: 13px 16px;
	background: #f6f7f5;
	border: 1px solid transparent;
	border-radius: 14px;
	outline: 0;
	transition: background .2s, border-color .2s, box-shadow .2s;
}

.somovo-checkout-page form .form-row input.input-text:focus,
.somovo-checkout-page form .form-row textarea:focus,
.somovo-checkout-page form .form-row select:focus {
	background: white;
	border-color: var(--green);
	box-shadow: 0 0 0 3px rgba(53, 105, 94, .09);
}

.somovo-checkout-page .select2-container--default .select2-selection--single {
	height: 54px;
	background: #f6f7f5;
	border: 1px solid transparent;
	border-radius: 14px;
}

.somovo-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-inline: 16px;
	line-height: 54px;
}

.somovo-choice-field .woocommerce-input-wrapper {
	display: grid;
	grid-template-columns: auto 1fr auto 1fr;
	align-items: center;
	gap: 8px;
}

.somovo-choice-field .input-radio {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--green);
}

.somovo-choice-field label.radio {
	min-height: 48px;
	margin: 0 !important;
	padding: 14px 15px;
	background: #f5f6f4;
	border: 1px solid transparent;
	border-radius: 14px;
	font-size: 11px;
	cursor: pointer;
}

.somovo-choice-field .input-radio:checked + label.radio {
	background: #e6efeb;
	border-color: var(--green);
	color: var(--green-dark);
}

.somovo-checkout-page .woocommerce-additional-fields {
	margin-top: 18px;
}

.somovo-checkout-page .woocommerce-additional-fields > h3 {
	display: none;
}

.somovo-checkout-page textarea#order_comments {
	min-height: 110px;
	resize: vertical;
}

.somovo-checkout-page #order_review_heading {
	grid-column: 2;
	grid-row: 1;
	float: none;
	width: auto;
	margin: 0;
	padding: 27px 30px 18px;
	background: var(--green-dark);
	border-radius: 26px 26px 0 0;
	color: white;
}

.somovo-checkout-page #order_review_heading::before {
	display: inline-grid;
	width: 34px;
	height: 34px;
	margin-right: 9px;
	place-items: center;
	background: rgba(255, 255, 255, .12);
	border-radius: 50%;
	content: "2";
	font-size: 11px;
	vertical-align: middle;
}

.somovo-checkout-page #order_review {
	position: sticky;
	top: 18px;
	grid-column: 2;
	grid-row: 2;
	float: none;
	width: auto;
	padding: 0 28px 28px;
	background: white;
	border: 1px solid rgba(20, 25, 23, .07);
	border-top: 0;
	border-radius: 0 0 26px 26px;
	box-shadow: 0 18px 60px rgba(25, 32, 28, .08);
}

.somovo-checkout-page .woocommerce-checkout-review-order-table {
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
}

.somovo-checkout-page .woocommerce-checkout-review-order-table thead {
	display: none;
}

.somovo-checkout-page .woocommerce table.shop_table td,
.somovo-checkout-page .woocommerce table.shop_table th,
.somovo-checkout-page table.shop_table td,
.somovo-checkout-page table.shop_table th {
	padding: 16px 5px;
	border-color: var(--line);
}

.checkout-product-line {
	display: grid;
	grid-template-columns: 64px 1fr;
	align-items: center;
	gap: 12px;
}

.checkout-product-line img {
	width: 64px;
	height: 64px;
	margin: 0;
	background: #f4f5f2;
	border-radius: 13px;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.checkout-product-line strong {
	display: block;
	color: var(--ink);
	font-size: 12px;
	line-height: 1.25;
}

.checkout-product-line small {
	display: block;
	margin-top: 5px;
	color: #858b86;
	font-size: 9px;
}

.somovo-checkout-page .product-quantity {
	display: inline-block;
	margin-top: 5px;
	color: #7a807b;
	font-size: 10px;
}

.somovo-checkout-page #payment {
	margin-top: 10px;
	background: transparent;
	border-radius: 0;
}

.somovo-checkout-page #payment ul.payment_methods {
	display: grid;
	gap: 8px;
	padding: 15px 0;
	border-bottom: 0;
}

.somovo-checkout-page #payment ul.payment_methods li {
	padding: 14px 15px;
	background: #f5f6f4;
	border: 1px solid transparent;
	border-radius: 15px;
}

.somovo-checkout-page #payment ul.payment_methods li:has(input:checked) {
	background: #e8f0ed;
	border-color: var(--green);
}

.somovo-checkout-page #payment ul.payment_methods li input {
	accent-color: var(--green);
}

.somovo-checkout-page #payment ul.payment_methods li label {
	font-size: 11px;
	font-weight: 800;
}

.somovo-checkout-page #payment div.payment_box {
	margin: 9px 0 0;
	padding: 10px 0 0 26px;
	background: transparent;
	color: #666d68;
	font-size: 10px;
}

.somovo-checkout-page #payment div.payment_box::before {
	display: none;
}

.somovo-checkout-page #payment .place-order {
	padding: 5px 0 0;
}

.somovo-checkout-page .woocommerce-privacy-policy-text {
	color: #707772;
	font-size: 10px;
	line-height: 1.5;
}

.somovo-checkout-page .woocommerce-privacy-policy-text a,
.somovo-order-consent a {
	color: var(--green);
	font-weight: 750;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.somovo-order-consent {
	margin: 14px 0 16px !important;
	padding: 14px !important;
	background: #f3f5f2;
	border-radius: 14px;
}

.somovo-order-consent label {
	display: grid !important;
	grid-template-columns: 18px 1fr auto;
	align-items: start;
	gap: 9px;
	margin: 0 !important;
	font-size: 10px !important;
	line-height: 1.5;
}

.somovo-order-consent input {
	width: 17px;
	height: 17px;
	margin: 1px 0 0;
	accent-color: var(--green);
}

.somovo-checkout-page #place_order {
	width: 100%;
	min-height: 58px;
	margin: 0;
	background: var(--green) !important;
	border-radius: 999px !important;
	font-size: 12px !important;
}

.somovo-checkout-page #place_order:hover {
	background: var(--green-dark) !important;
}

@media (max-width: 980px) {
	.somovo-checkout-page .content-shell {
		width: min(100% - 32px, 760px);
	}

	.checkout-title-row {
		display: block;
	}

	.checkout-trust {
		margin-top: 20px;
	}

	.somovo-checkout-page form.checkout {
		grid-template-columns: 1fr;
	}

	.somovo-checkout-page #customer_details,
	.somovo-checkout-page #order_review_heading,
	.somovo-checkout-page #order_review {
		grid-column: 1;
		grid-row: auto;
	}

	.somovo-checkout-page #order_review_heading {
		margin-top: 22px;
	}

	.somovo-checkout-page #order_review {
		position: static;
	}
}

@media (max-width: 620px) {
	.privacy-gate {
		align-items: end;
		padding: 0;
	}

	.privacy-gate-card {
		width: 100%;
		max-height: 94dvh;
		padding: 42px 18px 24px;
		border-radius: 26px 26px 0 0;
	}

	.privacy-gate-brand {
		top: 20px;
		left: 20px;
	}

	.privacy-gate-icon {
		width: 56px;
		height: 56px;
		margin-bottom: 18px;
	}

	.privacy-gate-card h2 {
		font-size: 37px;
	}

	.privacy-gate-card > p {
		font-size: 12px;
	}

	.privacy-gate-actions {
		grid-template-columns: 1fr 1fr;
	}

	.privacy-gate-actions .privacy-accept {
		grid-column: 1 / -1;
	}

	.somovo-checkout-page .header-main {
		min-height: 72px;
	}

	.somovo-checkout-page .brand-word {
		font-size: 28px;
	}

	.somovo-checkout-page .content-shell {
		width: min(100% - 20px, 620px);
		padding-block: 26px 70px;
	}

	.checkout-progress {
		justify-content: center;
		gap: 8px;
		margin-bottom: 24px;
		font-size: 8px;
	}

	.checkout-title-row {
		padding-bottom: 24px;
	}

	.checkout-title-row h1 {
		font-size: 43px;
	}

	.checkout-trust {
		display: grid;
	}

	.checkout-trust span {
		justify-content: center;
	}

	.somovo-checkout-page #customer_details {
		padding: 22px 16px;
		border-radius: 20px;
	}

	.somovo-checkout-page .woocommerce-billing-fields__field-wrapper {
		grid-template-columns: 1fr;
	}

	.somovo-checkout-page .woocommerce-billing-fields__field-wrapper .form-row,
	.somovo-checkout-page .woocommerce-billing-fields__field-wrapper .form-row-wide {
		grid-column: 1;
	}

	.somovo-choice-field .woocommerce-input-wrapper {
		grid-template-columns: 18px 1fr;
	}

	.somovo-checkout-page #order_review_heading {
		padding: 23px 20px 16px;
		border-radius: 20px 20px 0 0;
	}

	.somovo-checkout-page #order_review {
		padding: 0 15px 20px;
		border-radius: 0 0 20px 20px;
	}

	.checkout-product-line {
		grid-template-columns: 54px 1fr;
	}

	.checkout-product-line img {
		width: 54px;
		height: 54px;
	}

	.somovo-checkout-page .site-footer {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}

	.hero-media {
		transform: none;
	}
}

/* 2026 catalog refresh */
[hidden] {
	display: none !important;
}

:root {
	--paper: #f4f4f1;
	--paper-deep: #e9ece8;
	--green: #35695e;
	--green-dark: #153c34;
	--line: rgba(20, 25, 23, .12);
	--shadow: 0 28px 80px rgba(24, 30, 27, .14);
}

.announcement {
	background: #101311;
}

.site-header {
	background: rgba(255, 255, 255, .97);
	box-shadow: 0 8px 30px rgba(20, 25, 23, .035);
}

.header-main {
	grid-template-columns: 250px minmax(260px, 1fr) auto;
	min-height: 86px;
}

.header-search {
	height: 44px;
	background: #f5f6f4;
	border-color: transparent;
}

.header-search button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding-inline: 18px;
}

.phone-action {
	display: grid;
	grid-template-columns: 34px auto;
	align-items: center;
	gap: 8px;
	padding: 0 10px 0 0;
}

.phone-action > i {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	background: #edf2ef;
	border-radius: 50%;
	color: var(--green);
}

.phone-action > span {
	display: grid;
	gap: 1px;
	color: inherit;
	font-size: inherit;
	letter-spacing: 0;
	text-transform: none;
}

.phone-action small,
.cart-pill small {
	color: #7b817d;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.phone-action strong {
	font-size: 12px;
}

.account-link {
	width: 44px;
	padding: 0;
	font-size: 14px;
}

.cart-pill {
	grid-template-columns: 20px auto;
	gap: 10px;
	min-width: 148px;
	height: 44px;
	padding: 0 17px;
	background: var(--green-dark);
}

.cart-pill > span {
	display: grid;
	line-height: 1.15;
	text-transform: none;
}

.cart-pill small {
	color: rgba(255, 255, 255, .6);
}

.cart-pill strong {
	font-size: 11px;
	text-align: left;
}

.nav-row {
	min-height: 50px;
}

.nav-list a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.nav-list a i {
	color: var(--green);
	font-size: 11px;
}

.collection-rail a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 11px;
	background: transparent;
	border: 1px solid rgba(49, 88, 75, .14);
}

.collection-rail a:hover {
	background: var(--green);
	border-color: var(--green);
	color: var(--white);
}

.shop-shell {
	padding-top: 56px;
}

.woocommerce-products-header {
	margin-bottom: 32px;
	padding-bottom: 32px;
}

.woocommerce-products-header__title {
	font-family: var(--sans);
	font-size: clamp(42px, 5vw, 70px);
	font-weight: 500;
	letter-spacing: -.055em;
	line-height: 1;
}

ul.products,
.somovo-product-grid {
	gap: 24px 18px;
}

.somovo-product-card {
	display: flex;
	flex-direction: column;
	background: var(--white);
	border: 1px solid rgba(20, 25, 23, .07);
	border-radius: 26px;
	box-shadow: 0 9px 35px rgba(30, 36, 33, .045);
	overflow: hidden;
	transition: box-shadow .3s, transform .3s;
}

.somovo-product-card:hover {
	box-shadow: 0 24px 60px rgba(30, 36, 33, .1);
	transform: translateY(-3px);
}

.product-image-wrap {
	aspect-ratio: 1.18 / 1;
	background: #f5f6f3;
	border-radius: 0;
}

.product-image-wrap > img {
	padding: 15px;
	mix-blend-mode: multiply;
}

.product-image-wrap > img.somovo-placeholder-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	background: #f1eee7;
	box-sizing: border-box;
	object-fit: contain;
	mix-blend-mode: normal;
}

.product-image-wrap.has-somovo-placeholder {
	background: #d4cabe url("../images/somovo-no-image-v3.webp") center / contain no-repeat;
}

.product-image-wrap.has-somovo-placeholder > img.somovo-placeholder-image {
	opacity: 0;
}

.somovo-product-card:hover .product-image-wrap > img.somovo-placeholder-image {
	transform: scale(1.012);
}

.quick-product-media > img.somovo-placeholder-image,
.woocommerce-product-gallery img.somovo-placeholder-image {
	background: #f1eee7;
	object-fit: contain;
	mix-blend-mode: normal;
}

.product-view {
	right: 16px;
	bottom: 16px;
	flex-direction: column;
	gap: 2px;
	width: 66px;
	height: 66px;
	background: rgba(21, 60, 52, .94);
	font-size: 8px;
}

.product-view i {
	font-size: 15px;
}

.product-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 21px 22px 22px;
}

.product-eyebrow {
	margin-bottom: 7px;
	color: #91958f;
	font-size: 9px;
}

.woocommerce-loop-product__title {
	margin-bottom: 9px !important;
	font-family: var(--sans);
	font-size: 19px !important;
	font-weight: 650;
	letter-spacing: -.025em;
	line-height: 1.25;
}

.product-dimensions {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0 0 13px;
	color: #7c817d;
	font-size: 11px;
}

.product-dimensions i {
	color: var(--green);
}

.product-price {
	margin-top: auto;
	color: var(--green);
	font-size: 17px !important;
}

.product-price .price {
	font-size: inherit !important;
}

.product-price del {
	color: #a0a29f;
	font-size: 12px;
}

.product-swatches {
	display: flex;
	align-items: center;
	gap: 7px;
	min-height: 39px;
	margin-top: 13px;
}

.product-swatch {
	width: 34px;
	height: 34px;
	padding: 2px;
	background: #f4f4f1;
	border: 1px solid #e0e3df;
	border-radius: 50%;
	cursor: pointer;
	overflow: hidden;
	transition: border-color .2s, transform .2s;
}

.product-swatch:hover {
	border-color: var(--green);
	transform: translateY(-2px);
}

.product-swatch img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	mix-blend-mode: multiply;
}

.swatch-more {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	background: #eef0ed;
	border-radius: 50%;
	color: #686d69;
	font-size: 10px;
	font-weight: 800;
}

.product-card-actions {
	display: grid;
	grid-template-columns: 1fr 48px;
	gap: 8px;
	margin-top: 14px;
}

.product-configure,
.product-details-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
}

.product-configure {
	gap: 9px;
	padding: 0 18px;
	background: var(--green);
	color: var(--white);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .02em;
	transition: background .2s, transform .2s;
}

.product-configure:hover {
	background: var(--green-dark);
	transform: translateY(-1px);
}

.product-details-link {
	border: 1px solid var(--line);
	color: var(--ink);
	font-size: 13px;
}

@media (min-width: 821px) {
	ul.products,
	.somovo-product-grid,
	.somovo-product-grid.columns-3,
	.somovo-product-grid.columns-4,
	.somovo-product-grid.columns-5,
	.related ul.products,
	.upsells ul.products {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
		gap: 22px 14px;
	}

	.somovo-product-card {
		border-radius: 20px;
	}

	.product-card-body {
		padding: 16px;
	}

	.product-eyebrow {
		margin-bottom: 6px;
		font-size: 8px;
	}

	.woocommerce-loop-product__title {
		margin-bottom: 8px !important;
		font-size: 15px !important;
		line-height: 1.28;
	}

	.product-dimensions {
		margin-bottom: 10px;
		font-size: 9px;
	}

	.product-price {
		font-size: 14px !important;
	}

	.product-price del {
		font-size: 10px;
	}

	.product-swatches {
		gap: 5px;
		min-height: 31px;
		margin-top: 10px;
	}

	.product-swatch,
	.swatch-more {
		width: 28px;
		height: 28px;
		font-size: 8px;
	}

	.product-card-actions {
		grid-template-columns: 1fr 40px;
		gap: 6px;
		margin-top: 11px;
	}

	.product-configure,
	.product-details-link {
		min-height: 40px;
	}

	.product-configure {
		gap: 6px;
		padding-inline: 10px;
		font-size: 9px;
	}

	.product-view {
		right: 12px;
		bottom: 12px;
		width: 52px;
		height: 52px;
		font-size: 7px;
	}
}

/* Quick product bottom sheet */
body.quick-open {
	overflow: hidden;
}

.quick-dialog {
	position: fixed;
	inset: 0;
	z-index: 1600;
	visibility: hidden;
	pointer-events: none;
}

.quick-dialog[aria-hidden="false"] {
	visibility: visible;
	pointer-events: auto;
}

.quick-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(7, 12, 10, .58);
	opacity: 0;
	backdrop-filter: blur(7px);
	transition: opacity .32s;
}

.quick-dialog[aria-hidden="false"] .quick-backdrop {
	opacity: 1;
}

.quick-sheet {
	position: absolute;
	right: 18px;
	bottom: 18px;
	left: 18px;
	width: min(1120px, calc(100% - 36px));
	max-height: min(820px, calc(100vh - 36px));
	margin: auto;
	background: var(--white);
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 30px;
	box-shadow: 0 35px 100px rgba(0, 0, 0, .3);
	overflow: hidden;
	transform: translateY(calc(100% + 40px));
	transition: transform .48s cubic-bezier(.2, .78, .24, 1);
}

.quick-dialog[aria-hidden="false"] .quick-sheet {
	transform: translateY(0);
}

.quick-sheet-handle {
	position: absolute;
	top: 10px;
	left: 50%;
	z-index: 3;
	width: 52px;
	height: 5px;
	background: rgba(20, 25, 23, .16);
	border-radius: 999px;
	transform: translateX(-50%);
}

.quick-close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 5;
	display: grid;
	width: 44px;
	height: 44px;
	padding: 0;
	place-items: center;
	background: rgba(255, 255, 255, .92);
	border: 1px solid var(--line);
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 8px 25px rgba(20, 25, 23, .1);
}

.quick-loading {
	display: grid;
	min-height: 360px;
	place-content: center;
	gap: 14px;
	color: var(--green);
	text-align: center;
}

.quick-loading i {
	font-size: 30px;
}

.quick-loading span {
	color: #666c68;
	font-size: 13px;
}

.quick-content {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
	max-height: min(820px, calc(100vh - 36px));
}

.quick-product-media {
	position: relative;
	display: grid;
	min-height: 570px;
	place-items: center;
	padding: 55px 46px 70px;
	background:
		radial-gradient(circle at 50% 43%, rgba(255, 255, 255, .9), transparent 49%),
		#eff1ed;
	overflow: hidden;
}

.quick-product-media > img {
	width: 100%;
	max-height: 470px;
	object-fit: contain;
	mix-blend-mode: multiply;
	transition: opacity .2s;
}

.quick-image-kicker {
	position: absolute;
	top: 24px;
	left: 26px;
	padding: 8px 12px;
	background: rgba(255, 255, 255, .75);
	border-radius: 999px;
	color: #6d736f;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	backdrop-filter: blur(8px);
}

.quick-media-note {
	position: absolute;
	right: 26px;
	bottom: 24px;
	left: 26px;
	display: flex;
	align-items: center;
	gap: 10px;
	padding-top: 17px;
	border-top: 1px solid rgba(20, 25, 23, .12);
	color: #616763;
	font-size: 11px;
}

.quick-media-note i {
	color: var(--green);
	font-size: 16px;
}

.quick-product-info {
	padding: 54px 56px 42px;
	overflow-y: auto;
}

.quick-heading {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 30px;
	padding-right: 25px;
}

.quick-category {
	display: block;
	margin-bottom: 8px;
	color: var(--green);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.quick-heading h2 {
	max-width: 510px;
	margin: 0;
	font-family: var(--sans);
	font-size: clamp(30px, 3.4vw, 48px);
	font-weight: 540;
	letter-spacing: -.05em;
	line-height: 1.02;
}

.quick-sku {
	margin: 10px 0 0;
	color: #969b97;
	font-size: 10px;
}

.quick-price {
	min-width: 150px;
	padding-top: 20px;
	color: var(--green);
	font-size: 19px;
	font-weight: 800;
	text-align: right;
	white-space: nowrap;
}

.quick-price del {
	display: block;
	color: #a5aaa6;
	font-size: 12px;
	font-weight: 400;
}

.quick-price ins {
	text-decoration: none;
}

.quick-description {
	max-width: 620px;
	margin: 26px 0 10px;
	color: #656b67;
	font-size: 13px;
	line-height: 1.65;
}

.quick-dimensions {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 22px;
	color: #777d79;
	font-size: 11px;
}

.quick-dimensions i {
	color: var(--green);
}

.quick-attributes {
	display: grid;
	gap: 22px;
	margin-top: 25px;
	padding-top: 24px;
	border-top: 1px solid var(--line);
}

.quick-attribute {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.quick-attribute legend {
	width: 100%;
	margin-bottom: 11px;
	color: #5b615d;
	font-size: 11px;
	font-weight: 800;
}

.quick-options {
	display: flex;
	gap: 9px;
	padding: 2px;
	overflow-x: auto;
	scrollbar-width: none;
}

.quick-options::-webkit-scrollbar {
	display: none;
}

.quick-option {
	position: relative;
	flex: 0 0 auto;
	display: grid;
	grid-template-columns: 48px auto;
	align-items: center;
	gap: 9px;
	min-width: 94px;
	height: 54px;
	padding: 3px 13px 3px 3px;
	background: #f6f7f5;
	border: 1px solid transparent;
	border-radius: 999px;
	color: #555b57;
	cursor: pointer;
}

.quick-option img {
	width: 46px;
	height: 46px;
	background: white;
	border-radius: 50%;
	object-fit: cover;
	mix-blend-mode: multiply;
}

.quick-option span {
	max-width: 115px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.15;
}

.quick-option.is-active {
	background: #e6efeb;
	border-color: var(--green);
	color: var(--green-dark);
	box-shadow: 0 0 0 2px rgba(53, 105, 94, .08);
}

.quick-option.is-active::after {
	position: absolute;
	top: -2px;
	left: 34px;
	display: grid;
	width: 17px;
	height: 17px;
	place-items: center;
	background: var(--green);
	border: 2px solid white;
	border-radius: 50%;
	color: white;
	content: "✓";
	font-size: 8px;
}

.quick-selection {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 22px;
	color: var(--green);
	font-size: 11px;
	font-weight: 700;
}

.quick-selection.is-error {
	color: #9b4d3f;
}

.quick-purchase {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 10px;
	margin-top: 18px;
}

.quick-quantity {
	display: grid;
	grid-template-columns: 36px 1fr 36px;
	height: 56px;
	background: #f3f4f2;
	border-radius: 999px;
	overflow: hidden;
}

.quick-quantity button,
.quick-quantity input {
	min-width: 0;
	padding: 0;
	background: transparent;
	border: 0;
	text-align: center;
}

.quick-quantity button {
	cursor: pointer;
}

.quick-quantity input {
	-moz-appearance: textfield;
	font-weight: 800;
}

.quick-quantity input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.quick-add {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 56px;
	padding: 0 24px;
	background: var(--green);
	border: 0;
	border-radius: 999px;
	color: white;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
	transition: background .2s, opacity .2s;
}

.quick-add:hover:not(:disabled) {
	background: var(--green-dark);
}

.quick-add:disabled {
	cursor: not-allowed;
	opacity: .45;
}

.quick-add.is-loading i {
	animation: fa-spin 1s infinite linear;
}

.quick-footer {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 20px;
	color: #737975;
	font-size: 10px;
}

.quick-footer a,
.quick-footer span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.quick-footer a {
	color: var(--green);
	font-weight: 800;
}

.somovo-toast {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 1800;
	max-width: min(360px, calc(100vw - 30px));
	padding: 14px 19px;
	background: var(--green-dark);
	border-radius: 14px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
	color: white;
	font-size: 12px;
	font-weight: 700;
	opacity: 0;
	pointer-events: none;
	transform: translateY(18px);
	transition: opacity .25s, transform .25s;
}

.somovo-toast[data-type="error"] {
	background: #7f352d;
}

.somovo-toast.is-visible {
	opacity: 1;
	transform: none;
}

@media (max-width: 1180px) {
	.header-main {
		grid-template-columns: 225px minmax(220px, 1fr) auto;
		gap: 18px;
	}

	.phone-action {
		display: none;
	}

	.quick-content {
		grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
	}

	.quick-product-info {
		padding-inline: 36px;
	}
}

@media (max-width: 820px) {
	.header-main {
		grid-template-columns: 44px 1fr 44px;
		min-height: 70px;
	}

	.menu-toggle {
		display: inline-grid;
		width: 42px;
		padding: 0;
		place-items: center;
	}

	.header-actions {
		display: flex;
	}

	.header-actions .account-link,
	.header-actions .phone-action {
		display: none;
	}

	.cart-pill {
		display: grid;
		width: 42px;
		min-width: 42px;
		height: 42px;
		padding: 0;
		place-items: center;
	}

	.cart-pill > span {
		display: none;
	}

	.nav-list a {
		display: flex;
		align-items: center;
		gap: 13px;
	}

	.mobile-drawer .nav-list a {
		font-family: var(--sans);
		font-size: 20px;
		font-weight: 620;
	}

	.mobile-drawer .nav-list a i {
		display: grid;
		width: 34px;
		height: 34px;
		place-items: center;
		background: #eaf0ed;
		border-radius: 50%;
		font-size: 12px;
	}

	.drawer-collections a {
		display: inline-flex;
		align-items: center;
		gap: 6px;
	}

	.drawer-close {
		display: grid;
		width: 40px;
		height: 40px;
		padding: 0;
		place-items: center;
		border-radius: 50%;
	}

	ul.products,
	.somovo-product-grid,
	.somovo-product-grid.columns-4 {
		gap: 12px;
	}

	.mobile-bottom-nav a::before,
	.mobile-bottom-nav button::before {
		display: none;
		content: none;
	}

	.mobile-bottom-nav a,
	.mobile-bottom-nav button {
		grid-template-rows: 25px 12px;
	}

	.mobile-bottom-nav i {
		font-size: 16px;
	}

	.quick-sheet {
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		max-height: 92dvh;
		border-radius: 26px 26px 0 0;
	}

	.quick-content {
		display: block;
		max-height: 92dvh;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.quick-product-media {
		min-height: 34dvh;
		padding: 42px 48px 42px;
	}

	.quick-product-media > img {
		max-height: 29dvh;
	}

	.quick-image-kicker {
		top: 18px;
		left: 18px;
	}

	.quick-media-note {
		display: none;
	}

	.quick-close {
		top: 16px;
		right: 16px;
	}

	.quick-product-info {
		padding: 26px 20px 96px;
		overflow: visible;
	}

	.quick-heading {
		display: block;
		padding-right: 0;
	}

	.quick-heading h2 {
		padding-right: 40px;
		font-size: 30px;
	}

	.quick-price {
		min-width: 0;
		padding-top: 13px;
		font-size: 18px;
		text-align: left;
	}

	.quick-price del {
		display: inline;
		margin-right: 6px;
	}

	.quick-description {
		margin-top: 17px;
	}

	.quick-options {
		margin-right: -20px;
		padding-right: 20px;
	}

	.quick-purchase {
		position: sticky;
		bottom: 4px;
		z-index: 4;
		grid-template-columns: 104px 1fr;
		margin-inline: -8px;
		padding: 8px;
		background: rgba(255, 255, 255, .91);
		border: 1px solid rgba(20, 25, 23, .08);
		border-radius: 999px;
		box-shadow: 0 16px 45px rgba(20, 25, 23, .14);
		backdrop-filter: blur(14px);
	}

	.quick-quantity,
	.quick-add {
		height: 52px;
		min-height: 52px;
	}

	.somovo-toast {
		right: 15px;
		bottom: 80px;
		left: 15px;
		text-align: center;
	}
}

@media (max-width: 620px) {
	.shop-shell {
		padding-top: 32px;
	}

	.woocommerce-products-header {
		display: block;
		margin-bottom: 22px;
		padding-bottom: 22px;
	}

	.woocommerce-products-header__title {
		font-size: 40px;
	}

	.somovo-product-card {
		border-radius: 19px;
	}

	.product-image-wrap {
		aspect-ratio: 1 / 1;
	}

	.product-image-wrap > img {
		padding: 7px;
	}

	.sale-chip {
		top: 8px;
		left: 8px;
		padding: 6px 8px;
	}

	.product-view {
		display: none;
	}

	.product-card-body {
		padding: 13px 12px 14px;
	}

	.product-eyebrow {
		margin-bottom: 5px;
		font-size: 8px;
		letter-spacing: .07em;
	}

	.woocommerce-loop-product__title {
		min-height: 38px;
		margin-bottom: 7px !important;
		font-size: 14px !important;
		line-height: 1.3;
	}

	.product-dimensions {
		display: none;
	}

	.product-price,
	.product-price .price {
		font-size: 13px !important;
		line-height: 1.25;
	}

	.product-price del {
		display: block;
		margin: 0;
		font-size: 9px;
	}

	.product-swatches {
		gap: 4px;
		min-height: 30px;
		margin-top: 9px;
	}

	.product-swatch,
	.swatch-more {
		width: 28px;
		height: 28px;
	}

	.product-card-actions {
		grid-template-columns: 1fr 40px;
		gap: 5px;
		margin-top: 10px;
	}

	.product-configure,
	.product-details-link {
		min-height: 40px;
	}

	.product-configure {
		gap: 6px;
		padding: 0 10px;
		font-size: 9px;
	}

	.product-details-link {
		font-size: 11px;
	}

	.quick-product-media {
		min-height: 31dvh;
		padding-inline: 34px;
	}

	.quick-product-media > img {
		max-height: 26dvh;
	}

	.quick-image-kicker {
		display: none;
	}

	.quick-option {
		grid-template-columns: 44px auto;
		height: 50px;
	}

	.quick-option img {
		width: 42px;
		height: 42px;
	}

	.quick-footer {
		flex-direction: column;
		gap: 9px;
	}
}

@media (max-width: 390px) {
	.quick-product-info {
		padding-inline: 16px;
	}

	.quick-purchase {
		grid-template-columns: 94px 1fr;
	}

	.quick-add {
		padding-inline: 14px;
		font-size: 10px;
	}
}

/* Original Somovo interior hero slider */
.hero.hero-slider {
	min-height: 720px;
	background: #e4e0dd;
	color: var(--ink);
}

.hero-slider .hero-media {
	inset: 0 0 129px;
	background: #e4e0dd;
	transform: none;
	will-change: auto;
}

.hero-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	overflow: hidden;
	transition: opacity .9s cubic-bezier(.2, .6, .2, 1);
}

.hero-slide::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(231, 227, 224, .14), transparent 45%);
	content: "";
	pointer-events: none;
}

.hero-slide.is-active {
	z-index: 1;
	opacity: 1;
}

.hero-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.015);
	transition: transform 7s linear;
}

.hero-slide.is-active img {
	transform: scale(1);
}

.hero-slider .hero-shade {
	inset: 0 0 129px;
	z-index: 1;
	background: linear-gradient(90deg, rgba(229, 225, 222, .2) 0, rgba(229, 225, 222, .04) 42%, transparent 56%);
}

.hero-slider .hero-inner {
	min-height: 591px;
	padding-block: 64px 60px;
}

.hero-slider .hero-copy {
	width: 43%;
	max-width: 650px;
}

.hero-slider .hero-copy .eyebrow {
	color: var(--green);
}

.hero-slider .hero-copy h1 {
	margin-bottom: 24px;
	font-size: clamp(60px, 6vw, 94px);
	line-height: .88;
}

.hero-slider .hero-copy p {
	max-width: 520px;
	margin-bottom: 28px;
	color: #5e5a55;
	font-size: 16px;
}

.hero-slider .hero-actions {
	gap: 24px;
}

.hero-slider .hero-actions .text-link {
	color: var(--ink);
}

.hero-slider .hero-note {
	align-self: flex-end;
	margin-bottom: 20px;
	color: var(--white);
}

.hero-slider .hero-controls {
	position: absolute;
	z-index: 4;
	bottom: 148px;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	width: auto;
	padding: 8px 10px;
	border: 1px solid rgba(25, 60, 50, .16);
	border-radius: 999px;
	background: rgba(255, 255, 255, .88);
	box-shadow: 0 12px 30px rgba(29, 34, 31, .1);
	backdrop-filter: blur(10px);
	transform: translateX(-50%);
}

.hero-controls > button {
	display: grid;
	width: 34px;
	height: 34px;
	padding: 0;
	place-items: center;
	background: transparent;
	border: 0;
	border-radius: 50%;
	color: var(--green);
	cursor: pointer;
	font-size: 17px;
	transition: background .2s, color .2s;
}

.hero-controls > button:hover {
	background: var(--green);
	color: var(--white);
}

.hero-dots {
	display: flex;
	align-items: center;
	gap: 7px;
}

.hero-dots button {
	width: 7px;
	height: 7px;
	padding: 0;
	background: #a8aaa6;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	transition: width .25s, background .25s;
}

.hero-dots button.is-active {
	width: 24px;
	background: var(--green);
}

.hero-slider .trust-strip {
	min-height: 129px;
	background: var(--green-dark);
	color: var(--white);
}

@media (max-width: 820px) {
	.hero.hero-slider {
		min-height: 780px;
		background: var(--green-dark);
		color: var(--white);
	}

	.hero-slider .hero-media,
	.hero-slider .hero-shade {
		inset: 0 0 156px;
	}

	.hero-slider .hero-slide img {
		object-position: 72% center;
	}

	.hero-slider .hero-slide:nth-child(3) img {
		object-position: 70% center;
	}

	.hero-slider .hero-slide:nth-child(4) img,
	.hero-slider .hero-slide:nth-child(5) img {
		object-position: 76% center;
	}

	.hero-slider .hero-slide::after {
		background: linear-gradient(0deg, rgba(8, 20, 16, .94) 0, rgba(8, 20, 16, .48) 52%, rgba(8, 20, 16, .08) 82%);
	}

	.hero-slider .hero-shade {
		background: linear-gradient(0deg, rgba(8, 20, 16, .88) 0, transparent 66%);
	}

	.hero-slider .hero-inner {
		align-items: flex-end;
		min-height: 624px;
		padding-block: 76px 72px;
	}

	.hero-slider .hero-copy {
		width: 100%;
		max-width: none;
	}

	.hero-slider .hero-copy .eyebrow {
		color: #e8d0aa;
	}

	.hero-slider .hero-copy h1 {
		font-size: clamp(50px, 15vw, 67px);
	}

	.hero-slider .hero-copy p {
		max-width: 330px;
		color: rgba(255, 255, 255, .8);
		font-size: 14px;
	}

	.hero-slider .hero-actions .text-link {
		color: var(--white);
	}

	.hero-slider .hero-note {
		display: none;
	}

	.hero-slider .hero-controls {
		right: 14px;
		bottom: 174px;
		left: auto;
		transform: none;
	}

	.hero-slider .trust-strip {
		min-height: 156px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hero-slide,
	.hero-slide img {
		transition: none;
	}
}

/* Guided quick product configurator */
.quick-sheet {
	width: min(1320px, calc(100% - 36px));
	max-height: min(900px, calc(100dvh - 36px));
}

.quick-content {
	grid-template-columns: minmax(0, 1.05fr) minmax(520px, .95fr);
	max-height: min(900px, calc(100dvh - 36px));
}

.quick-product-media {
	min-height: 660px;
}

.quick-product-media > img {
	max-height: 550px;
}

.quick-product-info {
	padding: 48px 50px 38px;
}

.quick-heading {
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
}

.quick-heading h2 {
	font-size: clamp(30px, 3vw, 44px);
}

.quick-description {
	margin-top: 20px;
}

.quick-helper {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 13px;
	align-items: center;
	margin-top: 20px;
	padding: 15px 16px;
	background: #f3f5f2;
	border: 1px solid rgba(53, 105, 94, .1);
	border-radius: 16px;
}

.quick-helper > i {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	background: #e3ece8;
	border-radius: 50%;
	color: var(--green);
}

.quick-helper div {
	display: grid;
	gap: 3px;
}

.quick-helper strong {
	font-size: 12px;
}

.quick-helper span {
	color: #747a76;
	font-size: 10px;
	line-height: 1.45;
}

.quick-attributes {
	gap: 20px;
	margin-top: 20px;
	padding-top: 20px;
}

.quick-attribute legend {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 12px;
}

.quick-attribute legend span {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--ink);
}

.quick-attribute legend b {
	display: inline-grid;
	width: 26px;
	height: 26px;
	place-items: center;
	background: var(--green);
	border-radius: 50%;
	color: var(--white);
	font-size: 8px;
	letter-spacing: .06em;
}

.quick-attribute legend small {
	color: #8d928e;
	font-size: 9px;
	font-weight: 500;
}

.quick-options {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
	gap: 10px;
	overflow: visible;
}

.quick-option {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 7px;
	align-items: stretch;
	width: 100%;
	min-width: 0;
	min-height: 142px;
	height: auto;
	padding: 7px 7px 10px;
	background: #f6f7f5;
	border-color: rgba(20, 25, 23, .08);
	border-radius: 18px;
	text-align: center;
	transition: border-color .2s, background .2s, box-shadow .2s, transform .2s;
}

.quick-option:hover {
	border-color: rgba(53, 105, 94, .35);
	background: var(--white);
	box-shadow: 0 10px 26px rgba(27, 56, 49, .08);
	transform: translateY(-2px);
}

.quick-option-image {
	display: grid;
	width: 100%;
	aspect-ratio: 1.2 / 1;
	place-items: center;
	background: var(--white);
	border: 1px solid rgba(20, 25, 23, .05);
	border-radius: 14px;
	overflow: hidden;
}

.quick-option .quick-option-image img {
	width: 100%;
	height: 100%;
	padding: 5px;
	border-radius: 12px;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.quick-option > span:last-child {
	max-width: none;
	padding-inline: 3px;
	color: #4e5551;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.3;
}

.quick-option.is-active {
	background: #eaf1ee;
	border-color: var(--green);
	box-shadow: 0 0 0 2px rgba(53, 105, 94, .1);
}

.quick-option.is-active::after {
	top: 10px;
	right: 10px;
	left: auto;
	width: 24px;
	height: 24px;
	border: 3px solid var(--white);
	box-shadow: 0 4px 12px rgba(20, 25, 23, .14);
}

.quick-selection {
	display: grid;
	gap: 4px;
	margin-top: 18px;
	padding: 12px 14px;
	background: #edf4f1;
	border-radius: 14px;
}

.quick-selection-status {
	display: flex;
	align-items: center;
	gap: 8px;
}

.quick-selection > strong {
	padding-left: 23px;
	color: #5f6964;
	font-size: 9px;
	font-weight: 600;
	line-height: 1.4;
}

.quick-selection.is-error {
	background: #f7ece9;
}

.quick-footer {
	flex-wrap: wrap;
}

@media (max-width: 1180px) {
	.quick-content {
		grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr);
	}

	.quick-product-info {
		padding-inline: 34px;
	}
}

@media (max-width: 820px) {
	.quick-sheet {
		max-height: 94dvh;
	}

	.quick-content {
		display: block;
		max-height: 94dvh;
	}

	.quick-product-media {
		min-height: 35dvh;
		padding: 42px 40px 34px;
	}

	.quick-product-media > img {
		max-height: 30dvh;
	}

	.quick-product-info {
		padding: 24px 18px 104px;
	}

	.quick-heading h2 {
		font-size: 29px;
	}

	.quick-description {
		display: -webkit-box;
		margin-top: 14px;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.quick-helper {
		grid-template-columns: 38px 1fr;
		margin-top: 16px;
		padding: 12px;
	}

	.quick-helper > i {
		width: 38px;
		height: 38px;
	}

	.quick-attribute legend {
		align-items: flex-start;
	}

	.quick-attribute legend small {
		max-width: 115px;
		text-align: right;
	}

	.quick-options {
		display: flex;
		gap: 10px;
		margin-right: -18px;
		padding: 0 18px 7px 0;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		scroll-snap-type: inline mandatory;
		scrollbar-width: none;
	}

	.quick-options::-webkit-scrollbar {
		display: none;
	}

	.quick-option {
		flex: 0 0 122px;
		min-height: 144px;
		scroll-snap-align: start;
	}

	.quick-option-image {
		width: 100%;
		aspect-ratio: 1.12 / 1;
	}

	.quick-option .quick-option-image img {
		width: 100%;
		height: 100%;
	}

	.quick-selection {
		margin-top: 16px;
	}

	.quick-purchase {
		bottom: 7px;
		grid-template-columns: 96px 1fr;
	}

	.quick-add span {
		max-width: 150px;
		line-height: 1.15;
	}
}

@media (max-width: 390px) {
	.quick-product-info {
		padding-inline: 14px;
	}

	.quick-option {
		flex-basis: 112px;
		gap: 6px;
		min-height: 136px;
	}

	.quick-option-image {
		width: 100%;
	}

	.quick-option .quick-option-image img {
		width: 100%;
		height: 100%;
	}

	.quick-add {
		padding-inline: 10px;
		font-size: 9px;
	}
}

/* Illustrated advantages */
.advantages-section {
	position: relative;
	padding-block: 118px 126px;
	background:
		radial-gradient(circle at 8% 8%, rgba(185, 151, 83, .11), transparent 25%),
		linear-gradient(180deg, #f3f2ed 0%, #eceee9 100%);
	overflow: hidden;
}

.advantages-section::before {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(30, 52, 45, .09) .55px, transparent .55px);
	background-size: 8px 8px;
	content: "";
	opacity: .22;
	pointer-events: none;
}

.advantages-section .shell {
	position: relative;
	z-index: 1;
}

.advantages-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, .55fr);
	gap: 40px 100px;
	align-items: end;
	margin-bottom: 58px;
}

.advantages-heading h2 {
	margin: 10px 0 0;
	font-family: var(--sans);
	font-size: clamp(48px, 6vw, 82px);
	font-weight: 520;
	letter-spacing: -.06em;
	line-height: .96;
}

.advantages-heading > p {
	max-width: 470px;
	margin: 0 0 5px;
	color: #68706b;
	font-size: 14px;
	line-height: 1.7;
}

.advantages-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	border-top: 1px solid rgba(27, 52, 44, .16);
	border-bottom: 1px solid rgba(27, 52, 44, .16);
}

.advantage-card {
	position: relative;
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: center;
	padding: 28px 18px 32px;
	border-right: 1px solid rgba(27, 52, 44, .12);
	text-align: center;
	transition: background .25s, transform .25s;
}

.advantage-card:last-child {
	border-right: 0;
}

.advantage-card:hover {
	background: rgba(255, 255, 255, .45);
	transform: translateY(-4px);
}

.advantage-number {
	align-self: flex-start;
	color: rgba(42, 77, 66, .55);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .14em;
}

.advantage-visual {
	display: grid;
	width: min(160px, 100%);
	aspect-ratio: 1;
	margin: 2px auto 13px;
	place-items: center;
}

.advantage-visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 18px 18px rgba(28, 49, 42, .12));
	transition: transform .35s cubic-bezier(.2, .75, .25, 1);
}

.advantage-card:hover .advantage-visual img {
	transform: translateY(-4px) scale(1.03);
}

.advantage-card h3 {
	margin: 0;
	color: var(--ink);
	font-size: 14px;
	font-weight: 760;
	letter-spacing: -.025em;
	line-height: 1.2;
}

.advantage-card p {
	margin: 10px 0 0;
	color: #737a75;
	font-size: 10px;
	line-height: 1.55;
}

@media (max-width: 1180px) {
	.advantages-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.advantage-card:nth-child(3) {
		border-right: 0;
	}

	.advantage-card:nth-child(-n+3) {
		border-bottom: 1px solid rgba(27, 52, 44, .12);
	}
}

@media (max-width: 700px) {
	.advantages-section {
		padding-block: 78px 84px;
	}

	.advantages-heading {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-bottom: 40px;
	}

	.advantages-heading h2 {
		font-size: 48px;
	}

	.advantages-heading > p {
		font-size: 13px;
	}

	.advantages-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.advantage-card {
		padding: 22px 12px 25px;
	}

	.advantage-card:nth-child(3) {
		border-right: 1px solid rgba(27, 52, 44, .12);
	}

	.advantage-card:nth-child(2n) {
		border-right: 0;
	}

	.advantage-card:nth-child(-n+4) {
		border-bottom: 1px solid rgba(27, 52, 44, .12);
	}

	.advantage-visual {
		width: min(136px, 100%);
	}

	.advantage-card h3 {
		font-size: 13px;
	}

	.advantage-card p {
		font-size: 9px;
	}
}

/* Search and clean system fallbacks */
.search-shell {
	padding-block: 82px 128px;
}

.search-page-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, .7fr);
	gap: 30px 70px;
	align-items: end;
	margin-bottom: 58px;
	padding-bottom: 48px;
	border-bottom: 1px solid var(--line);
}

.search-page-header .eyebrow {
	grid-column: 1 / -1;
	margin-bottom: -12px;
}

.search-page-header h1,
.archive-page-header h1,
.search-empty h2 {
	min-width: 0;
	margin: 0;
	font-family: var(--sans);
	font-size: clamp(42px, 5vw, 72px);
	font-weight: 500;
	letter-spacing: -.055em;
	line-height: .98;
	overflow-wrap: anywhere;
}

.catalog-search-form {
	display: grid;
	grid-template-columns: 42px 1fr auto;
	align-items: center;
	min-height: 62px;
	padding: 6px 7px 6px 15px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 999px;
	box-shadow: 0 12px 35px rgba(20, 25, 23, .05);
}

.catalog-search-form i {
	color: var(--green);
	text-align: center;
}

.catalog-search-form input {
	min-width: 0;
	padding: 0 10px;
	background: transparent;
	border: 0;
	outline: 0;
	font: inherit;
}

.catalog-search-form button {
	min-height: 48px;
	padding: 0 24px;
	background: var(--green);
	border: 0;
	border-radius: 999px;
	color: var(--white);
	font-size: 11px;
	font-weight: 800;
	cursor: pointer;
}

.search-result-meta {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-bottom: 24px;
	color: #747a76;
	font-size: 12px;
}

.search-result-meta strong {
	color: var(--green);
	font-size: 22px;
}

.search-empty {
	display: grid;
	justify-items: center;
	max-width: 860px;
	margin: 30px auto 0;
	padding: 70px clamp(24px, 6vw, 80px);
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 32px;
	text-align: center;
}

.search-empty-icon {
	display: grid;
	width: 72px;
	height: 72px;
	margin-bottom: 25px;
	place-items: center;
	background: #e7efeb;
	border-radius: 50%;
	color: var(--green);
	font-size: 24px;
}

.search-empty h2 {
	margin: 12px 0 20px;
}

.search-empty p {
	max-width: 580px;
	margin: 0;
	color: #6d736f;
}

.search-empty-actions {
	display: flex;
	align-items: center;
	gap: 28px;
	margin-top: 30px;
}

.search-collection-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 38px;
	padding-top: 26px;
	border-top: 1px solid var(--line);
}

.search-collection-links a {
	padding: 9px 13px;
	background: #f1f3f0;
	border-radius: 999px;
	color: var(--green-dark);
	font-size: 10px;
	font-weight: 700;
}

.archive-shell {
	padding-block: 82px 128px;
}

.archive-page-header {
	max-width: 920px;
	margin-bottom: 60px;
}

.archive-page-header h1 {
	margin-top: 12px;
}

.archive-description {
	max-width: 650px;
	margin-top: 20px;
	color: #6d736f;
}

.archive-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.archive-list .entry-card {
	padding: 34px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 24px;
}

.archive-list .entry-card h2 {
	margin: 10px 0 18px;
	font-size: 28px;
	line-height: 1.12;
}

.entry-date {
	color: var(--green);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
}

@media (max-width: 820px) {
	.search-shell,
	.archive-shell {
		padding-block: 50px 90px;
	}

	.search-page-header {
		grid-template-columns: 1fr;
		gap: 24px;
		margin-bottom: 36px;
		padding-bottom: 34px;
	}

	.search-page-header .eyebrow {
		grid-column: auto;
		margin-bottom: -8px;
	}

	.search-page-header h1,
	.archive-page-header h1,
	.search-empty h2 {
		font-size: 42px;
	}

	.catalog-search-form {
		grid-template-columns: 34px 1fr auto;
		min-height: 56px;
		padding-left: 10px;
	}

	.catalog-search-form button {
		min-height: 44px;
		padding-inline: 17px;
	}

	.search-empty {
		padding-block: 50px;
		border-radius: 24px;
	}

	.search-empty-actions {
		display: grid;
		width: 100%;
		gap: 18px;
	}

	.search-empty-actions .button {
		width: 100%;
	}

	.archive-list {
		grid-template-columns: 1fr;
	}
}

/* Luxury editorial system pages */
.lux-page {
	padding: 44px 0 132px;
	overflow: hidden;
}

.lux-hero {
	display: grid;
	grid-template-columns: minmax(430px, .94fr) minmax(0, 1.06fr);
	min-height: 660px;
	background: #ebe8e1;
	border: 1px solid rgba(23, 23, 19, .08);
	border-radius: 34px;
	overflow: hidden;
	box-shadow: 0 30px 90px rgba(29, 30, 27, .08);
}

.lux-hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(48px, 6vw, 96px);
}

.lux-hero-copy h1,
.lux-section-heading h2,
.lux-payment-layout h2,
.lux-consult-layout h2,
.lux-cta h2,
.lux-404 h1 {
	margin: 0;
	font-family: var(--sans);
	font-weight: 500;
	letter-spacing: -.058em;
	line-height: .98;
}

.lux-hero-copy h1 {
	max-width: 720px;
	font-size: clamp(48px, 4vw, 64px);
	hyphens: auto;
	overflow-wrap: break-word;
}

.lux-lead {
	max-width: 660px;
	margin: 34px 0 0;
	color: #5f625e;
	font-size: 17px;
	line-height: 1.75;
}

.lux-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px;
	margin-top: 38px;
}

.lux-text-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid currentColor;
	color: var(--green-dark);
	font-size: 12px;
	font-weight: 800;
}

.lux-hero-media {
	position: relative;
	min-height: 660px;
	margin: 0;
	overflow: hidden;
}

.lux-hero-media::after,
.lux-404-media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 54%, rgba(12, 24, 20, .48));
	content: "";
	pointer-events: none;
}

.lux-hero-media img,
.lux-404-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .8s cubic-bezier(.2, .65, .2, 1);
}

.lux-hero:hover .lux-hero-media img {
	transform: scale(1.018);
}

.lux-hero-media figcaption,
.lux-404-media figcaption {
	position: absolute;
	z-index: 1;
	right: 34px;
	bottom: 30px;
	left: 34px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	color: rgba(255, 255, 255, .88);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.lux-hero-media figcaption span {
	padding: 8px 13px;
	border: 1px solid rgba(255, 255, 255, .34);
	border-radius: 999px;
}

.lux-hero-reverse {
	grid-template-columns: minmax(0, 1.06fr) minmax(430px, .94fr);
}

.lux-hero-reverse .lux-hero-copy {
	grid-column: 2;
}

.lux-hero-reverse .lux-hero-media {
	grid-column: 1;
	grid-row: 1;
}

.lux-stats {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: min(1250px, calc(100vw - 112px));
	margin-top: -42px;
	padding: 28px 40px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 22px;
	box-shadow: 0 24px 60px rgba(22, 29, 26, .1);
}

.lux-stats > div {
	display: grid;
	gap: 7px;
	padding: 4px 28px;
	border-right: 1px solid var(--line);
}

.lux-stats > div:last-child {
	border-right: 0;
}

.lux-stats strong {
	color: var(--green-dark);
	font-size: 28px;
	font-weight: 600;
	letter-spacing: -.04em;
}

.lux-stats span {
	color: #727771;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.lux-editorial,
.lux-process,
.lux-faq {
	padding-top: 128px;
}

.lux-section-heading {
	display: grid;
	grid-template-columns: minmax(250px, .56fr) minmax(0, 1.44fr);
	align-items: end;
	gap: 30px;
	margin-bottom: 54px;
}

.lux-section-heading .eyebrow {
	margin: 0;
}

.lux-section-heading h2,
.lux-payment-layout h2,
.lux-consult-layout h2 {
	max-width: 920px;
	font-size: clamp(44px, 5.2vw, 78px);
}

.lux-prose {
	color: #686c67;
	font-size: 15px;
	line-height: 1.85;
}

.lux-prose p {
	margin: 0;
}

.lux-prose p + p {
	margin-top: 22px;
}

.lux-prose-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(34px, 8vw, 130px);
	padding-top: 48px;
	border-top: 1px solid var(--line);
}

.lux-dark-section {
	margin-top: 128px;
	padding: 112px 0;
	background: #151a17;
	color: var(--white);
}

.lux-section-heading-light h2,
.lux-consult-layout h2 {
	color: var(--white);
}

.lux-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid rgba(255, 255, 255, .16);
	border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.lux-feature-grid article {
	position: relative;
	min-height: 330px;
	padding: 44px 44px 46px 0;
	border-right: 1px solid rgba(255, 255, 255, .16);
}

.lux-feature-grid article + article {
	padding-left: 44px;
}

.lux-feature-grid article:last-child {
	border-right: 0;
}

.lux-feature-grid article > i {
	display: grid;
	width: 56px;
	height: 56px;
	margin-bottom: 58px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 50%;
	color: #d0aa70;
	font-size: 18px;
}

.lux-feature-grid article > span {
	position: absolute;
	top: 48px;
	right: 40px;
	color: rgba(255, 255, 255, .38);
	font-size: 11px;
	font-weight: 800;
}

.lux-feature-grid h3 {
	margin: 0 0 18px;
	font-size: 23px;
	font-weight: 600;
	letter-spacing: -.03em;
}

.lux-feature-grid p {
	max-width: 390px;
	margin: 0;
	color: rgba(255, 255, 255, .58);
	font-size: 13px;
	line-height: 1.75;
}

.lux-steps {
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--line);
	list-style: none;
}

.lux-steps li {
	display: grid;
	grid-template-columns: minmax(140px, .56fr) minmax(0, 1.44fr);
	gap: 30px;
	padding: 35px 0;
	border-bottom: 1px solid var(--line);
}

.lux-steps li > span {
	color: var(--green);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
}

.lux-steps li > div {
	display: grid;
	grid-template-columns: minmax(180px, .5fr) minmax(0, 1fr);
	gap: 30px;
}

.lux-steps h3 {
	margin: 0;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: -.035em;
}

.lux-steps p {
	max-width: 650px;
	margin: 0;
	color: #717670;
	font-size: 13px;
	line-height: 1.7;
}

.lux-quote {
	margin-top: 128px;
	padding: 82px clamp(36px, 8vw, 120px);
	background: #e8ebe6;
	border-radius: 32px;
	text-align: center;
}

.lux-quote p {
	max-width: 1100px;
	margin: 0 auto;
	color: var(--green-dark);
	font-size: clamp(30px, 4.2vw, 58px);
	font-weight: 500;
	letter-spacing: -.05em;
	line-height: 1.08;
}

.lux-quote span {
	display: block;
	margin-top: 32px;
	color: #737a75;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.lux-cta {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 40px;
	margin-top: 128px;
	padding: 64px clamp(34px, 6vw, 86px);
	background: var(--green-dark);
	border-radius: 30px;
	color: var(--white);
}

.lux-cta .eyebrow {
	color: #d0aa70;
}

.lux-cta h2 {
	max-width: 850px;
	font-size: clamp(38px, 4vw, 62px);
}

.lux-cta p {
	max-width: 690px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, .62);
	font-size: 14px;
	line-height: 1.7;
}

.lux-cta .button {
	flex: 0 0 auto;
}

.lux-info-grid,
.lux-contact-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 18px;
}

.lux-info-grid article,
.lux-contact-grid > * {
	padding: 42px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 24px;
	transition: transform .25s, box-shadow .25s;
}

.lux-info-grid article:hover,
.lux-contact-grid > *:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 55px rgba(22, 29, 26, .08);
}

.lux-info-grid i,
.lux-contact-grid i {
	display: grid;
	width: 48px;
	height: 48px;
	margin-bottom: 45px;
	place-items: center;
	background: #e7efeb;
	border-radius: 50%;
	color: var(--green);
}

.lux-info-grid h2 {
	margin: 0 0 18px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -.035em;
}

.lux-info-grid p {
	margin: 0;
	color: #747a75;
	font-size: 13px;
	line-height: 1.7;
}

.lux-soft-section {
	margin-top: 128px;
	padding: 112px 0;
	background: #e8ebe6;
}

.lux-payment-layout {
	display: grid;
	grid-template-columns: 1.1fr .95fr .95fr;
	gap: 18px;
	align-items: stretch;
}

.lux-payment-layout > div:first-child {
	padding-right: clamp(20px, 5vw, 80px);
}

.lux-payment-layout > div:first-child p {
	max-width: 540px;
	margin: 28px 0 0;
	color: #686e69;
	font-size: 14px;
	line-height: 1.75;
}

.lux-payment-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 390px;
	padding: 40px;
	background: var(--white);
	border-radius: 26px;
}

.lux-payment-card > i {
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	background: var(--green-dark);
	border-radius: 50%;
	color: var(--white);
}

.lux-payment-card h3 {
	margin: 0 0 16px;
	font-size: 23px;
	font-weight: 600;
	letter-spacing: -.03em;
}

.lux-payment-card p {
	margin: 0;
	color: #747a75;
	font-size: 13px;
	line-height: 1.72;
}

.lux-checklist {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--line);
}

.lux-checklist p {
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 18px;
	margin: 0;
	padding: 32px 34px 32px 0;
	border-bottom: 1px solid var(--line);
	color: #727772;
	font-size: 13px;
	line-height: 1.7;
}

.lux-checklist p:nth-child(odd) {
	border-right: 1px solid var(--line);
}

.lux-checklist p:nth-child(even) {
	padding-left: 34px;
}

.lux-checklist i {
	color: var(--green);
	font-size: 18px;
}

.lux-checklist strong {
	display: block;
	margin-bottom: 5px;
	color: var(--ink);
	font-size: 15px;
}

.lux-faq {
	display: grid;
	grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr);
	gap: 60px;
}

.lux-faq .lux-section-heading {
	display: block;
	margin: 0;
}

.lux-faq .lux-section-heading h2 {
	margin-top: 14px;
	font-size: clamp(38px, 4.2vw, 62px);
}

.lux-faq-list {
	border-top: 1px solid var(--line);
}

.lux-faq-list details {
	border-bottom: 1px solid var(--line);
}

.lux-faq-list summary {
	position: relative;
	padding: 28px 52px 28px 0;
	font-size: 15px;
	font-weight: 700;
	list-style: none;
	cursor: pointer;
}

.lux-faq-list summary::-webkit-details-marker {
	display: none;
}

.lux-faq-list summary::after {
	position: absolute;
	top: 24px;
	right: 4px;
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	background: #e6ece8;
	border-radius: 50%;
	color: var(--green);
	content: "+";
	font-size: 18px;
	transition: transform .25s;
}

.lux-faq-list details[open] summary::after {
	transform: rotate(45deg);
}

.lux-faq-list details p {
	max-width: 720px;
	margin: -7px 0 30px;
	color: #747974;
	font-size: 13px;
	line-height: 1.75;
}

.lux-contact-grid > * {
	display: flex;
	flex-direction: column;
	color: inherit;
}

.lux-contact-grid > * > span {
	margin-bottom: 10px;
	color: var(--gold);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.lux-contact-grid strong {
	font-size: clamp(19px, 2vw, 28px);
	font-weight: 600;
	letter-spacing: -.04em;
	overflow-wrap: anywhere;
}

.lux-contact-grid small {
	margin-top: 11px;
	color: #787d78;
	font-size: 11px;
}

.lux-feature-grid-light {
	border-color: var(--line);
}

.lux-feature-grid-light article {
	min-height: 290px;
	padding-top: 36px;
	border-color: var(--line);
}

.lux-feature-grid-light article > span {
	position: static;
	display: block;
	margin-bottom: 70px;
	color: var(--green);
}

.lux-feature-grid-light h3 {
	color: var(--ink);
}

.lux-feature-grid-light p {
	color: #747974;
}

.lux-consult-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(400px, .9fr);
	gap: clamp(50px, 9vw, 150px);
	align-items: end;
}

.lux-consult-layout .eyebrow {
	color: #d0aa70;
}

.lux-consult-layout .lux-prose {
	color: rgba(255, 255, 255, .58);
}

.lux-404 {
	display: grid;
	grid-template-columns: minmax(380px, .84fr) minmax(0, 1.16fr);
	min-height: 700px;
	margin-top: 44px;
	background: #ece9e2;
	border-radius: 34px;
	overflow: hidden;
}

.lux-404-copy {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(48px, 6vw, 94px);
}

.lux-404-number {
	position: absolute;
	top: 25px;
	right: 30px;
	color: rgba(21, 60, 52, .07);
	font-size: clamp(110px, 14vw, 220px);
	font-weight: 800;
	letter-spacing: -.09em;
	line-height: .8;
	pointer-events: none;
}

.lux-404 h1 {
	position: relative;
	max-width: 690px;
	font-size: clamp(52px, 5.2vw, 82px);
}

.lux-404-copy > p {
	position: relative;
	max-width: 590px;
	margin: 30px 0 0;
	color: #686d68;
	font-size: 15px;
	line-height: 1.75;
}

.lux-404-media {
	position: relative;
	min-height: 700px;
	margin: 0;
}

.lux-404-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 28px 0 110px;
}

.lux-404-links span {
	margin-right: 12px;
	color: #747974;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.lux-404-links a {
	padding: 10px 15px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 999px;
	color: var(--green-dark);
	font-size: 10px;
	font-weight: 700;
	transition: background .2s, color .2s;
}

.lux-404-links a:hover {
	background: var(--green-dark);
	color: var(--white);
}

@media (max-width: 1040px) {
	.lux-hero,
	.lux-hero-reverse,
	.lux-404 {
		grid-template-columns: 1fr 1fr;
		min-height: 590px;
	}

	.lux-hero-copy {
		padding: 54px 40px;
	}

	.lux-hero-copy h1,
	.lux-404 h1 {
		font-size: 48px;
	}

	.lux-hero-media,
	.lux-404-media {
		min-height: 590px;
	}

	.lux-stats {
		width: min(100% - 80px, 1000px);
		padding-inline: 20px;
	}

	.lux-stats > div {
		padding-inline: 16px;
	}

	.lux-payment-layout {
		grid-template-columns: 1fr 1fr;
	}

	.lux-payment-layout > div:first-child {
		grid-column: 1 / -1;
		padding: 0 0 28px;
	}

	.lux-faq {
		grid-template-columns: minmax(230px, .55fr) minmax(0, 1.45fr);
	}
}

@media (max-width: 780px) {
	.lux-page {
		padding: 18px 0 86px;
	}

	.lux-hero,
	.lux-hero-reverse,
	.lux-404 {
		grid-template-columns: 1fr;
		border-radius: 24px;
	}

	.lux-hero-copy,
	.lux-hero-reverse .lux-hero-copy {
		grid-column: 1;
		grid-row: 2;
		padding: 42px 28px 48px;
	}

	.lux-hero-media,
	.lux-hero-reverse .lux-hero-media,
	.lux-404-media {
		grid-column: 1;
		grid-row: 1;
		min-height: 62vw;
	}

	.lux-hero-copy h1,
	.lux-404 h1 {
		font-size: clamp(43px, 10vw, 62px);
	}

	.lux-lead {
		margin-top: 24px;
		font-size: 14px;
	}

	.lux-hero-media figcaption,
	.lux-404-media figcaption {
		right: 22px;
		bottom: 20px;
		left: 22px;
		font-size: 8px;
	}

	.lux-stats {
		grid-template-columns: repeat(2, 1fr);
		width: min(100% - 40px, 680px);
		margin-top: -18px;
		padding: 16px;
	}

	.lux-stats > div {
		padding: 18px;
	}

	.lux-stats > div:nth-child(2) {
		border-right: 0;
	}

	.lux-stats > div:nth-child(-n+2) {
		border-bottom: 1px solid var(--line);
	}

	.lux-editorial,
	.lux-process,
	.lux-faq {
		padding-top: 82px;
	}

	.lux-section-heading,
	.lux-prose-columns,
	.lux-consult-layout {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.lux-section-heading {
		margin-bottom: 34px;
	}

	.lux-section-heading h2,
	.lux-payment-layout h2,
	.lux-consult-layout h2 {
		font-size: 44px;
	}

	.lux-prose-columns {
		padding-top: 34px;
	}

	.lux-dark-section,
	.lux-soft-section {
		margin-top: 82px;
		padding: 78px 0;
	}

	.lux-feature-grid,
	.lux-info-grid,
	.lux-contact-grid,
	.lux-payment-layout {
		grid-template-columns: 1fr;
	}

	.lux-feature-grid article,
	.lux-feature-grid article + article {
		min-height: 0;
		padding: 34px 0;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .16);
	}

	.lux-feature-grid article:last-child {
		border-bottom: 0;
	}

	.lux-feature-grid article > i {
		margin-bottom: 34px;
	}

	.lux-feature-grid-light article,
	.lux-feature-grid-light article + article {
		padding: 30px 0;
		border-bottom-color: var(--line);
	}

	.lux-feature-grid-light article > span {
		margin-bottom: 38px;
	}

	.lux-steps li {
		grid-template-columns: 52px 1fr;
		gap: 16px;
	}

	.lux-steps li > div {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.lux-quote,
	.lux-cta {
		margin-top: 82px;
	}

	.lux-cta {
		display: grid;
		padding: 44px 28px;
	}

	.lux-cta .button {
		width: 100%;
	}

	.lux-payment-card {
		min-height: 300px;
	}

	.lux-payment-layout > div:first-child {
		grid-column: auto;
	}

	.lux-checklist {
		grid-template-columns: 1fr;
	}

	.lux-checklist p,
	.lux-checklist p:nth-child(even) {
		padding: 28px 0;
		border-right: 0;
	}

	.lux-faq {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.lux-contact-grid {
		gap: 10px;
	}

	.lux-contact-grid > *,
	.lux-info-grid article {
		padding: 30px;
	}

	.lux-info-grid i,
	.lux-contact-grid i {
		margin-bottom: 34px;
	}

	.lux-404 {
		margin-top: 18px;
	}

	.lux-404-copy {
		grid-row: 2;
		padding: 46px 28px 52px;
	}

	.lux-404-number {
		top: 20px;
		right: 20px;
	}

	.lux-404-links {
		justify-content: flex-start;
		padding: 22px 0 80px;
	}

	.lux-404-links span {
		width: 100%;
		margin: 0 0 8px;
	}
}

@media (max-width: 480px) {
	.lux-hero,
	.lux-404 {
		width: calc(100% - 20px);
	}

	.lux-hero-media,
	.lux-hero-reverse .lux-hero-media,
	.lux-404-media {
		min-height: 78vw;
	}

	.lux-hero-copy,
	.lux-hero-reverse .lux-hero-copy,
	.lux-404-copy {
		padding-inline: 22px;
	}

	.lux-hero-copy h1,
	.lux-404 h1 {
		font-size: 42px;
	}

	.lux-actions {
		display: grid;
		gap: 14px;
	}

	.lux-actions .button {
		width: 100%;
	}

	.lux-text-link {
		justify-content: center;
	}

	.lux-stats {
		width: calc(100% - 36px);
	}

	.lux-stats strong {
		font-size: 23px;
	}

	.lux-stats span {
		font-size: 8px;
	}

	.lux-section-heading h2,
	.lux-payment-layout h2,
	.lux-consult-layout h2,
	.lux-faq .lux-section-heading h2 {
		font-size: 38px;
	}

	.lux-quote {
		padding: 48px 22px;
		border-radius: 24px;
	}

	.lux-quote p {
		font-size: 28px;
	}

	.lux-steps h3 {
		font-size: 21px;
	}

	.lux-payment-card {
		min-height: 270px;
		padding: 30px;
	}

	.lux-faq-list summary {
		padding-right: 42px;
	}
}
