@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: 0;
	border-radius: 0;
	box-shadow: 0 18px 46px rgba(30, 35, 31, .07);
}

.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(14, 10, 8, .02) 35%, rgba(14, 10, 8, .82) 100%),
		linear-gradient(90deg, rgba(14, 10, 8, .18), transparent 56%),
		url("../images/real-interiors/service-vasilisa.webp") 52% center / cover no-repeat;
}

.service-editorial .service-art::after {
	inset: 24px;
	border-color: rgba(255, 255, 255, .34);
	border-radius: 24px;
	box-shadow: inset 0 0 0 1px rgba(17, 17, 15, .08);
	opacity: .78;
}

.service-art-caption {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 8px;
	color: var(--white);
	text-shadow: 0 2px 24px rgba(0, 0, 0, .38);
}

.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: 0;
		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: 12px;
		bottom: calc(12px + env(safe-area-inset-bottom, 0px));
		left: 12px;
		z-index: 800;
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		height: 60px;
		padding: 6px;
		background: rgba(23, 23, 19, .94);
		border: 1px solid rgba(255, 255, 255, .14);
		border-radius: 22px;
		box-shadow: 0 12px 34px rgba(0, 0, 0, .22);
		backdrop-filter: blur(12px);
		box-sizing: border-box;
		isolation: isolate;
	}

	.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(17, 17, 15, .16);
	border-radius: 26px;
	box-shadow: 0 18px 52px rgba(25, 32, 28, .07);
}

.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(--orange);
}

.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 rgba(17, 17, 15, .18);
	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(--orange);
	box-shadow: 0 0 0 3px rgba(198, 83, 29, .11);
}

.somovo-checkout-page .select2-container--default .select2-selection--single {
	height: 54px;
	background: #f6f7f5;
	border: 1px solid rgba(17, 17, 15, .18);
	border-radius: 14px;
}

.somovo-checkout-page .select2-container--default.select2-container--open .select2-selection--single,
.somovo-checkout-page .select2-container--default.select2-container--focus .select2-selection--single {
	background: #fff;
	border-color: var(--orange);
	box-shadow: 0 0 0 3px rgba(198, 83, 29, .11);
}

.somovo-checkout-page .form-row.woocommerce-invalid input.input-text,
.somovo-checkout-page .form-row.woocommerce-invalid textarea,
.somovo-checkout-page .form-row.woocommerce-invalid select,
.somovo-checkout-page .form-row.woocommerce-invalid .select2-selection--single {
	border-color: #b42318;
	box-shadow: 0 0 0 3px rgba(180, 35, 24, .09);
}

.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(--orange);
}

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

.somovo-choice-field .input-radio:checked + label.radio {
	background: rgba(198, 83, 29, .08);
	border-color: var(--orange);
	color: var(--ink);
}

.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 technology footer */
.site-footer {
	position: relative;
	background:
		radial-gradient(circle at 82% 10%, rgba(49, 105, 89, .15), transparent 24%),
		#090b0a;
	color: rgba(255, 255, 255, .62);
	overflow: hidden;
	isolation: isolate;
}

.site-footer::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
	background-size: 72px 72px;
	content: "";
	mask-image: linear-gradient(180deg, #000, transparent 72%);
}

.footer-status {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 54px;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
	color: rgba(255, 255, 255, .48);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.footer-status > span:first-child {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: rgba(255, 255, 255, .72);
}

.footer-status > span:first-child i {
	width: 7px;
	height: 7px;
	background: #74d398;
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(116, 211, 152, .08);
	animation: footer-status-pulse 2.2s ease-in-out infinite;
}

@keyframes footer-status-pulse {
	50% {
		box-shadow: 0 0 0 9px rgba(116, 211, 152, 0);
	}
}

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

.footer-project {
	display: grid;
	grid-template-columns: minmax(0, 1.16fr) minmax(420px, .84fr);
	gap: clamp(60px, 9vw, 150px);
	align-items: center;
	padding-block: 88px;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.footer-project-copy .eyebrow {
	margin-bottom: 27px;
	color: #cfa568;
}

.footer-project-copy h2 {
	max-width: 900px;
	margin: 0;
	color: var(--white);
	font-family: var(--sans);
	font-size: clamp(50px, 5.5vw, 84px);
	font-weight: 500;
	letter-spacing: -.065em;
	line-height: .94;
}

.footer-project-copy h2 em {
	color: #b5c8c0;
	font-style: normal;
	font-weight: 400;
}

.footer-project-copy p {
	max-width: 610px;
	margin: 30px 0 0;
	color: rgba(255, 255, 255, .52);
	font-size: 13px;
	line-height: 1.75;
}

.footer-project-panel {
	position: relative;
	padding: 30px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025)),
		rgba(14, 29, 24, .78);
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 24px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, .24);
	overflow: hidden;
	backdrop-filter: blur(14px);
}

.footer-project-panel::before {
	position: absolute;
	top: -70px;
	right: -70px;
	width: 190px;
	height: 190px;
	border: 1px solid rgba(207, 165, 104, .18);
	border-radius: 50%;
	box-shadow: 0 0 0 28px rgba(207, 165, 104, .025);
	content: "";
}

.footer-project-panel-top {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 27px;
}

.footer-project-panel-top > span {
	color: #cfa568;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.footer-project-panel-top > em {
	color: rgba(255, 255, 255, .4);
	font-size: 8px;
	font-style: normal;
	line-height: 1.5;
	text-align: right;
}

.footer-project-phone,
.footer-project-mail {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 38px;
	gap: 7px 18px;
	align-items: center;
	min-height: 82px;
	padding: 17px 0;
	border-top: 1px solid rgba(255, 255, 255, .12);
	color: var(--white);
}

.footer-project-phone > span,
.footer-project-mail > span {
	color: rgba(255, 255, 255, .42);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.footer-project-phone strong,
.footer-project-mail strong {
	font-size: clamp(16px, 1.55vw, 23px);
	font-weight: 550;
	letter-spacing: -.035em;
	overflow-wrap: anywhere;
}

.footer-project-phone > i,
.footer-project-mail > i {
	grid-column: 2;
	grid-row: 1 / 3;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	background: rgba(255, 255, 255, .08);
	border-radius: 50%;
	font-size: 11px;
	transition: background .25s, color .25s, transform .25s;
}

.footer-project-phone:hover > i,
.footer-project-mail:hover > i {
	background: var(--white);
	color: var(--ink);
	transform: rotate(8deg);
}

.footer-project-panel > p {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, .34);
	font-size: 8px;
	line-height: 1.55;
}

.footer-project-panel > p i {
	margin-top: 2px;
	color: #74d398;
}

.footer-directory {
	display: grid;
	grid-template-columns: minmax(260px, 1.1fr) repeat(3, minmax(170px, .72fr));
	gap: clamp(38px, 5vw, 78px);
	padding-block: 68px 60px;
}

.footer-identity {
	padding-right: clamp(20px, 3vw, 46px);
}

.site-brand-footer {
	display: inline-flex;
}

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

.footer-identity > p {
	max-width: 350px;
	margin: 26px 0 24px;
	color: rgba(255, 255, 255, .48);
	font-size: 12px;
	line-height: 1.65;
}

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

.footer-service-tags span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 11px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 999px;
	color: rgba(255, 255, 255, .58);
	font-size: 8px;
}

.footer-service-tags i {
	color: #8db4a5;
}

.footer-accordion {
	min-width: 0;
}

.footer-accordion summary {
	display: none;
}

.footer-accordion-content {
	display: grid;
	align-content: start;
	gap: 13px;
}

.footer-accordion-content::before {
	margin-bottom: 10px;
	color: var(--white);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.footer-accordion:nth-of-type(1) .footer-accordion-content::before {
	content: "Покупателям";
}

.footer-accordion:nth-of-type(2) .footer-accordion-content::before {
	content: "Коллекции";
}

.footer-accordion:nth-of-type(3) .footer-accordion-content::before {
	content: "Контакты";
}

.footer-accordion:not([open]) > .footer-accordion-content {
	display: grid !important;
}

.footer-accordion-content > a {
	position: relative;
	width: fit-content;
	color: rgba(255, 255, 255, .52);
	font-size: 11px;
	line-height: 1.35;
	transition: color .2s, transform .2s;
}

.footer-accordion-content > a::after {
	position: absolute;
	top: 50%;
	left: calc(100% + 8px);
	color: #cfa568;
	content: "↗";
	font-size: 8px;
	opacity: 0;
	transform: translate(-4px, -50%);
	transition: opacity .2s, transform .2s;
}

.footer-accordion-content > a:hover {
	color: var(--white);
	transform: translateX(3px);
}

.footer-accordion-content > a:hover::after {
	opacity: 1;
	transform: translate(0, -50%);
}

.footer-contact-modern .footer-phone-modern {
	margin-bottom: 5px;
	color: var(--white);
	font-size: 18px;
	font-weight: 550;
	letter-spacing: -.035em;
}

.footer-contact-modern p {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 3px 0 0;
	color: rgba(255, 255, 255, .42);
	font-size: 10px;
}

.footer-contact-modern p i {
	color: #8db4a5;
}

.footer-commerce {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
	padding-block: 22px;
	border-top: 1px solid rgba(255, 255, 255, .12);
	border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.footer-commerce > div {
	display: flex;
	align-items: center;
	gap: 20px;
}

.footer-commerce span {
	color: rgba(255, 255, 255, .42);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.45;
	text-transform: uppercase;
}

.footer-commerce strong {
	color: var(--white);
	font-size: 18px;
	font-weight: 750;
	letter-spacing: -.04em;
}

.footer-commerce strong:first-of-type {
	color: #70be51;
}

.footer-commerce .footer-payment-methods {
	flex-wrap: wrap;
	gap: 10px;
}

.footer-payment-methods > span {
	margin-right: 10px;
}

.footer-payment-methods strong {
	display: inline-flex;
	min-height: 31px;
	align-items: center;
	justify-content: center;
	padding: 0 11px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 999px;
	background: rgba(255, 255, 255, .045);
	line-height: 1;
}

.footer-payment-methods .payment-sbp {
	color: #68d3f2;
}

.footer-payment-methods .payment-mir {
	color: #70be51;
}

.footer-payment-methods .payment-cash {
	color: rgba(255, 255, 255, .9);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .02em;
}

.footer-commerce i {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	background: rgba(116, 211, 152, .1);
	border-radius: 50%;
	color: #74d398;
}

.footer-wordmark {
	position: relative;
	width: var(--shell);
	margin: 0 auto;
	padding: 42px 0 28px;
	overflow: hidden;
}

.footer-wordmark > span {
	display: block;
	color: #f1f2ef;
	font-size: clamp(120px, 18.3vw, 350px);
	font-weight: 750;
	letter-spacing: -.095em;
	line-height: .76;
	white-space: nowrap;
	transform: translateX(-.018em);
	transition: color .5s, letter-spacing .7s cubic-bezier(.2, .7, .2, 1);
}

.footer-wordmark:hover > span {
	color: #b8c9c2;
	letter-spacing: -.078em;
}

.footer-wordmark > small {
	position: absolute;
	right: 12px;
	bottom: 29px;
	padding: 8px 11px;
	background: rgba(9, 11, 10, .74);
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 999px;
	color: rgba(255, 255, 255, .58);
	font-size: 7px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	backdrop-filter: blur(8px);
}

.site-footer .footer-bottom {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 30px;
	padding-block: 22px 28px;
	border-top: 1px solid rgba(255, 255, 255, .12);
	color: rgba(255, 255, 255, .36);
	font-size: 8px;
	letter-spacing: .04em;
}

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

.site-footer .footer-legal a:hover,
.footer-up:hover {
	color: var(--white);
}

.footer-up {
	justify-self: end;
	color: rgba(255, 255, 255, .48);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

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

@media (max-width: 1080px) {
	.footer-project {
		grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
		gap: 50px;
	}

	.footer-project-copy h2 {
		font-size: 58px;
	}

	.footer-directory {
		grid-template-columns: minmax(240px, 1.1fr) repeat(3, minmax(140px, .72fr));
		gap: 32px;
	}
}

@media (max-width: 820px) {
	.footer-status {
		display: grid;
		grid-template-columns: 1fr auto;
		gap: 4px 14px;
		padding-block: 13px;
	}

	.footer-status > span:nth-child(2) {
		grid-column: 1 / -1;
		grid-row: 2;
		font-size: 7px;
	}

	.footer-project {
		grid-template-columns: 1fr;
		gap: 40px;
		padding-block: 64px;
	}

	.footer-project-copy h2 {
		font-size: clamp(43px, 11vw, 62px);
	}

	.footer-project-copy p {
		font-size: 12px;
	}

	.footer-project-panel {
		padding: 22px;
		border-radius: 20px;
	}

	.footer-project-phone,
	.footer-project-mail {
		min-height: 76px;
	}

	.footer-project-phone strong,
	.footer-project-mail strong {
		font-size: 17px;
	}

	.footer-directory {
		grid-template-columns: 1fr;
		gap: 0;
		padding-block: 54px 34px;
	}

	.footer-identity {
		padding: 0 0 38px;
	}

	.footer-identity > p {
		max-width: 420px;
	}

	.footer-accordion {
		border-top: 1px solid rgba(255, 255, 255, .12);
	}

	.footer-accordion:last-child {
		border-bottom: 1px solid rgba(255, 255, 255, .12);
	}

	.footer-accordion summary {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 58px;
		color: var(--white);
		font-size: 10px;
		font-weight: 800;
		letter-spacing: .11em;
		list-style: none;
		text-transform: uppercase;
		cursor: pointer;
	}

	.footer-accordion summary::-webkit-details-marker {
		display: none;
	}

	.footer-accordion summary span {
		display: grid;
		width: 28px;
		height: 28px;
		place-items: center;
		background: rgba(255, 255, 255, .06);
		border-radius: 50%;
		font-size: 16px;
		font-weight: 400;
		transition: transform .25s;
	}

	.footer-accordion[open] summary span {
		transform: rotate(45deg);
	}

	.footer-accordion:not([open]) > .footer-accordion-content {
		display: none !important;
	}

	.footer-accordion[open] > .footer-accordion-content {
		display: grid !important;
		padding: 5px 0 27px;
	}

	.footer-accordion-content::before {
		display: none;
	}

	.footer-accordion-content > a {
		min-height: 36px;
		display: flex;
		align-items: center;
		width: 100%;
		font-size: 12px;
	}

	.footer-commerce {
		display: grid;
		gap: 18px;
	}

	.footer-commerce > div {
		justify-content: flex-start;
		gap: 15px;
	}

	.footer-payment-methods > span {
		flex: 0 0 100%;
		margin: 0 0 2px;
	}

	.footer-commerce > div:last-child {
		padding-top: 18px;
		border-top: 1px solid rgba(255, 255, 255, .1);
	}

	.footer-wordmark {
		padding-top: 38px;
	}

	.footer-wordmark > span {
		font-size: 21.7vw;
		line-height: .86;
	}

	.footer-wordmark > small {
		position: static;
		display: inline-block;
		margin-top: 19px;
	}

	.site-footer .footer-bottom {
		grid-template-columns: 1fr auto;
		gap: 20px;
		padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px));
	}

	.site-footer .footer-legal {
		grid-column: 1 / -1;
		grid-row: 1;
		justify-content: flex-start;
	}

	.footer-up {
		grid-column: 2;
		grid-row: 2;
	}
}

@media (max-width: 430px) {
	.footer-status {
		font-size: 7px;
	}

	.footer-status > a {
		font-size: 8px;
	}

	.footer-project {
		padding-block: 54px;
	}

	.footer-project-copy h2 {
		font-size: 42px;
	}

	.footer-project-panel-top {
		display: grid;
	}

	.footer-project-panel-top > em {
		text-align: left;
	}

	.footer-project-phone,
	.footer-project-mail {
		grid-template-columns: minmax(0, 1fr) 34px;
	}

	.footer-project-phone > i,
	.footer-project-mail > i {
		width: 34px;
		height: 34px;
	}

	.footer-project-phone strong,
	.footer-project-mail strong {
		font-size: 15px;
	}

	.footer-commerce strong {
		font-size: 16px;
	}

	.footer-wordmark > span {
		font-size: 21.4vw;
	}

	.site-footer .footer-bottom {
		font-size: 7px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.footer-status > span:first-child i {
		animation: none;
	}

	.footer-wordmark > span,
	.footer-accordion summary span {
		transition: 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(17, 17, 15, .16);
	border-radius: 26px;
	box-shadow: 0 9px 35px rgba(30, 36, 33, .045);
	overflow: hidden;
	transition: border-color .3s, box-shadow .3s, transform .3s;
}

.somovo-product-card:hover {
	border-color: rgba(17, 17, 15, .34);
	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;
	transform: translate3d(0, var(--quick-image-shift, 0%), 0);
	transition: opacity .2s, transform .32s ease;
}

.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;
	}
}

/* WordPress toolbar-safe fixed interface */
body.admin-bar {
	--wp-admin-offset: 32px;
}

body.admin-bar .site-header {
	top: var(--wp-admin-offset);
}

body.admin-bar .mobile-drawer,
body.admin-bar .drawer-backdrop,
body.admin-bar .quick-dialog,
body.admin-bar .cart-drawer,
body.admin-bar .privacy-gate {
	top: var(--wp-admin-offset);
}

body.admin-bar .cart-drawer-panel {
	height: 100%;
}

@media (max-width: 782px) {
	body.admin-bar {
		--wp-admin-offset: 46px;
	}

	body.admin-bar #wpadminbar {
		position: absolute !important;
		top: 0;
	}

	body.admin-bar .mobile-drawer,
	body.admin-bar .drawer-backdrop,
	body.admin-bar .quick-dialog,
	body.admin-bar .cart-drawer,
	body.admin-bar .privacy-gate {
		height: calc(100dvh - var(--wp-admin-offset));
	}
}

/* Contemporary orange product preview control */
.product-view {
	right: 14px;
	bottom: 14px;
	display: flex;
	width: 54px;
	height: 54px;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 0;
	overflow: hidden;
	background: linear-gradient(135deg, #f47e38 0%, #c94712 100%);
	border: 3px solid rgba(255, 255, 255, .94);
	border-radius: 18px;
	box-shadow:
		0 12px 28px rgba(180, 59, 15, .28),
		inset 0 1px 0 rgba(255, 255, 255, .24);
	color: #fff;
	font-size: 9px;
	letter-spacing: .045em;
	opacity: 1;
	transform: none;
	transition:
		width .34s cubic-bezier(.22, .8, .25, 1),
		border-radius .34s ease,
		box-shadow .3s ease,
		transform .3s ease;
}

.product-view::before {
	position: absolute;
	inset: 4px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 13px;
	content: "";
	pointer-events: none;
	transition: border-radius .34s ease, opacity .3s ease;
}

.product-view i,
.product-view > span {
	position: relative;
	z-index: 1;
}

.product-view i {
	flex: 0 0 auto;
	font-size: 15px;
	transition: transform .34s cubic-bezier(.22, .8, .25, 1);
}

.product-view > span {
	max-width: 0;
	margin-left: 0;
	overflow: hidden;
	line-height: 1;
	opacity: 0;
	white-space: nowrap;
	transition:
		max-width .34s cubic-bezier(.22, .8, .25, 1),
		margin-left .34s ease,
		opacity .2s ease .04s;
}

.somovo-product-card:hover .product-view,
.product-image-wrap:focus-visible .product-view {
	width: 126px;
	border-radius: 999px;
	box-shadow:
		0 16px 34px rgba(180, 59, 15, .35),
		inset 0 1px 0 rgba(255, 255, 255, .26);
	transform: translateY(-3px);
}

.somovo-product-card:hover .product-view::before,
.product-image-wrap:focus-visible .product-view::before {
	border-radius: 999px;
}

.somovo-product-card:hover .product-view i,
.product-image-wrap:focus-visible .product-view i {
	transform: scale(1.1) rotate(-8deg);
}

.somovo-product-card:hover .product-view > span,
.product-image-wrap:focus-visible .product-view > span {
	max-width: 68px;
	margin-left: 7px;
	opacity: 1;
}

@media (max-width: 820px) {
	.product-view {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.product-view,
	.product-view::before,
	.product-view i,
	.product-view > span {
		transition: none;
	}
}

@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;
	}
}

/* Interactive furniture atelier */
.manifesto-atelier {
	--scene-x: 0px;
	--scene-y: 0px;
	--scene-lift: 0px;
	--stage-rotate-x: 0deg;
	--stage-rotate-y: 0deg;
	position: relative;
	padding: 0 0 110px;
	background:
		radial-gradient(circle at 78% 38%, rgba(91, 139, 120, .16), transparent 28%),
		radial-gradient(circle at 12% 82%, rgba(173, 125, 65, .08), transparent 30%),
		#0d2d26;
	overflow: hidden;
	isolation: isolate;
}

.manifesto-atelier::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, .022) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .022) 1px, transparent 1px);
	background-size: 84px 84px;
	content: "";
	mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.manifesto-marquee {
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, .11);
	border-bottom: 1px solid rgba(255, 255, 255, .11);
	overflow: hidden;
}

.manifesto-marquee__track {
	display: flex;
	align-items: center;
	width: max-content;
	height: 58px;
	color: rgba(255, 255, 255, .52);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
	animation: manifesto-marquee 44s linear infinite;
	will-change: transform;
}

.manifesto-marquee__group {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	width: max-content;
	height: 100%;
	padding-right: 16px;
	box-sizing: border-box;
}

.manifesto-marquee__group span {
	white-space: nowrap;
}

.manifesto-marquee i {
	width: 5px;
	height: 5px;
	background: #d0a66b;
	border-radius: 50%;
}

@keyframes manifesto-marquee {
	to {
		transform: translate3d(-50%, 0, 0);
	}
}

.manifesto-experience {
	display: grid;
	grid-template-columns: minmax(360px, .76fr) minmax(560px, 1.24fr);
	gap: clamp(38px, 6vw, 100px);
	align-items: center;
	min-height: 800px;
}

.manifesto-story {
	position: relative;
	z-index: 4;
	padding: 92px 0 76px;
}

.manifesto-story .eyebrow {
	margin-bottom: 30px;
	color: #deb97e;
}

.manifesto-story h2 {
	max-width: 700px;
	margin: 0;
	color: var(--white);
	font-family: var(--sans);
	font-size: clamp(52px, 5.1vw, 78px);
	font-weight: 500;
	letter-spacing: -.064em;
	line-height: .96;
}

.manifesto-story h2 em {
	display: block;
	color: #d8c3a4;
	font-family: var(--sans);
	font-style: normal;
	font-weight: 400;
}

.manifesto-story > p {
	max-width: 590px;
	margin: 36px 0 0;
	color: rgba(255, 255, 255, .64);
	font-size: 15px;
	line-height: 1.78;
}

.manifesto-link {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
	min-width: 280px;
	margin-top: 36px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, .38);
	color: var(--white);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
	transition: gap .25s, border-color .25s;
}

.manifesto-link:hover {
	gap: 48px;
	border-color: var(--white);
}

.manifesto-counter {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 66px;
}

.manifesto-counter strong {
	color: rgba(255, 255, 255, .18);
	font-size: 58px;
	font-weight: 500;
	letter-spacing: -.08em;
	line-height: 1;
}

.manifesto-counter span {
	color: rgba(255, 255, 255, .48);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.6;
	text-transform: uppercase;
}

.manifesto-stage {
	position: relative;
	height: 740px;
	margin: 30px 0;
	perspective: 1200px;
	transform-style: preserve-3d;
}

.manifesto-stage::before {
	position: absolute;
	top: 9%;
	right: 5%;
	bottom: 7%;
	left: 3%;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 48% 48% 8px 8px;
	content: "";
	opacity: 0;
	transform: scale(.88);
	transition: opacity .9s .2s, transform 1.2s .2s cubic-bezier(.2, .75, .2, 1);
}

.manifesto-atelier.is-visible .manifesto-stage::before {
	opacity: 1;
	transform: scale(1);
}

.manifesto-light {
	position: absolute;
	z-index: -1;
	top: -16%;
	left: 18%;
	width: 64%;
	height: 112%;
	background: linear-gradient(102deg, transparent 12%, rgba(223, 196, 151, .2) 46%, rgba(223, 196, 151, .03) 72%, transparent 83%);
	filter: blur(2px);
	opacity: .68;
	transform: skewX(-9deg) translateX(var(--scene-x));
	animation: manifesto-light 8s ease-in-out infinite alternate;
}

@keyframes manifesto-light {
	from {
		opacity: .42;
	}
	to {
		opacity: .82;
	}
}

.manifesto-architecture {
	position: absolute;
	z-index: -1;
	inset: 13% 11% 10%;
	transform: rotateX(var(--stage-rotate-x)) rotateY(var(--stage-rotate-y));
	transition: transform .45s ease-out;
}

.manifesto-architecture > span {
	position: absolute;
	background: rgba(255, 255, 255, .1);
}

.manifesto-architecture > span:nth-child(1) {
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
}

.manifesto-architecture > span:nth-child(2) {
	top: 35%;
	right: 0;
	left: 0;
	height: 1px;
}

.manifesto-architecture > span:nth-child(3) {
	right: 15%;
	bottom: 0;
	left: 15%;
	height: 1px;
	box-shadow: 0 -90px 0 rgba(255, 255, 255, .045), 0 -180px 0 rgba(255, 255, 255, .03);
}

.manifesto-halo {
	position: absolute;
	z-index: -1;
	top: 17%;
	left: 50%;
	width: 430px;
	height: 430px;
	border: 1px solid rgba(218, 181, 122, .28);
	border-radius: 50%;
	box-shadow:
		0 0 0 36px rgba(218, 181, 122, .025),
		0 0 0 74px rgba(218, 181, 122, .018);
	opacity: 0;
	transform: translateX(-50%) scale(.72);
	transition: opacity 1s .35s, transform 1.4s .35s cubic-bezier(.15, .75, .25, 1);
}

.manifesto-halo::before,
.manifesto-halo::after {
	position: absolute;
	inset: 50% auto auto 50%;
	background: rgba(218, 181, 122, .35);
	content: "";
	transform: translate(-50%, -50%);
}

.manifesto-halo::before {
	width: 118%;
	height: 1px;
}

.manifesto-halo::after {
	width: 1px;
	height: 118%;
}

.manifesto-atelier.is-visible .manifesto-halo {
	opacity: 1;
	transform: translateX(-50%) scale(1);
}

.manifesto-floor {
	position: absolute;
	z-index: -1;
	right: 3%;
	bottom: 5%;
	left: 3%;
	height: 32%;
	background:
		linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
	background-size: 50px 38px;
	opacity: .46;
	transform: perspective(420px) rotateX(66deg);
	transform-origin: bottom;
	mask-image: linear-gradient(180deg, transparent 0, #000 72%);
}

.manifesto-cabinet {
	position: absolute;
	z-index: 2;
	bottom: 38px;
	left: 50%;
	width: auto;
	height: min(91%, 680px);
	filter: drop-shadow(0 36px 40px rgba(0, 0, 0, .38));
	opacity: 0;
	transform: translate3d(calc(-50% + var(--scene-x)), calc(84px + var(--scene-y) + var(--scene-lift)), 0) scale(.88);
	transition:
		opacity .7s .12s,
		transform 1.25s .08s cubic-bezier(.17, .78, .22, 1),
		filter .4s;
	will-change: transform;
}

.manifesto-atelier.is-visible .manifesto-cabinet {
	opacity: 1;
	transform: translate3d(calc(-50% + var(--scene-x)), calc(var(--scene-y) + var(--scene-lift)), 0) scale(1);
	animation: manifesto-float 5.5s 1.5s ease-in-out infinite;
}

@keyframes manifesto-float {
	0%,
	100% {
		translate: 0 0;
	}
	50% {
		translate: 0 -8px;
	}
}

.manifesto-shadow {
	position: absolute;
	z-index: 1;
	bottom: 31px;
	left: 50%;
	width: 46%;
	height: 32px;
	background: rgba(0, 0, 0, .48);
	border-radius: 50%;
	filter: blur(18px);
	opacity: 0;
	transform: translateX(-50%) scale(.6);
	transition: opacity 1s .5s, transform 1.2s .5s;
}

.manifesto-atelier.is-visible .manifesto-shadow {
	opacity: .72;
	transform: translateX(-50%) scale(1);
}

.manifesto-spec {
	position: absolute;
	z-index: 3;
	display: grid;
	grid-template-columns: 58px 24px auto;
	align-items: center;
	color: var(--white);
	opacity: 0;
	transform: translateY(16px);
	transition: opacity .65s, transform .65s;
}

.manifesto-spec > span {
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .6));
}

.manifesto-spec b {
	display: grid;
	width: 22px;
	height: 22px;
	place-items: center;
	background: #d0a66b;
	border-radius: 50%;
	color: #173b31;
	font-size: 7px;
}

.manifesto-spec strong {
	margin-left: 8px;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.45;
	text-transform: uppercase;
}

.manifesto-spec-one {
	top: 20%;
	right: 0;
	transition-delay: .7s;
}

.manifesto-spec-two {
	top: 52%;
	left: -2%;
	grid-template-columns: auto 24px 58px;
	text-align: right;
	transition-delay: .9s;
}

.manifesto-spec-two > span {
	grid-column: 3;
	grid-row: 1;
	background: linear-gradient(90deg, rgba(255, 255, 255, .6), transparent);
}

.manifesto-spec-two b {
	grid-column: 2;
	grid-row: 1;
}

.manifesto-spec-two strong {
	grid-column: 1;
	grid-row: 1;
	margin: 0 8px 0 0;
}

.manifesto-spec-three {
	right: 1%;
	bottom: 24%;
	transition-delay: 1.1s;
}

.manifesto-atelier.is-visible .manifesto-spec {
	opacity: 1;
	transform: translateY(0);
}

.manifesto-materials {
	position: absolute;
	z-index: 4;
	right: 2%;
	bottom: 5%;
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 10px 12px;
	background: rgba(8, 28, 23, .7);
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 999px;
	backdrop-filter: blur(12px);
}

.manifesto-materials > span {
	width: 22px;
	height: 22px;
	background: var(--material);
	border: 2px solid rgba(255, 255, 255, .5);
	border-radius: 50%;
	box-shadow: inset 0 0 8px rgba(0, 0, 0, .24);
}

.manifesto-materials small {
	margin-left: 5px;
	color: rgba(255, 255, 255, .58);
	font-size: 7px;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.values-grid-atelier {
	position: relative;
	z-index: 5;
	gap: 10px;
	margin-top: 0;
	border: 0;
}

.values-grid-atelier article,
.values-grid-atelier article:first-child {
	position: relative;
	min-height: 255px;
	padding: 28px;
	background: rgba(255, 255, 255, .035);
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: 18px;
	overflow: hidden;
	transition: background .3s, border-color .3s, transform .3s;
}

.values-grid-atelier article::after {
	position: absolute;
	right: -30px;
	bottom: -30px;
	width: 130px;
	height: 130px;
	background: radial-gradient(circle, rgba(218, 181, 122, .16), transparent 67%);
	border-radius: 50%;
	content: "";
	opacity: 0;
	transform: scale(.6);
	transition: opacity .35s, transform .45s;
}

.values-grid-atelier article:hover {
	background: rgba(255, 255, 255, .075);
	border-color: rgba(218, 181, 122, .35);
	transform: translateY(-7px);
}

.values-grid-atelier article:hover::after {
	opacity: 1;
	transform: scale(1);
}

.values-grid-atelier article > i {
	display: grid;
	width: 44px;
	height: 44px;
	margin-bottom: 44px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 50%;
	color: #dcb77e;
	font-size: 14px;
}

.values-grid-atelier article > span {
	position: absolute;
	top: 31px;
	right: 27px;
}

.values-grid-atelier h3 {
	margin: 0 0 13px;
	font-family: var(--sans);
	font-size: 19px;
	font-weight: 600;
	letter-spacing: -.035em;
}

.values-grid-atelier p {
	max-width: 280px;
	font-size: 11px;
	line-height: 1.65;
}

.values-grid-atelier article > em {
	position: absolute;
	right: 26px;
	bottom: 22px;
	color: rgba(255, 255, 255, .24);
	font-size: 7px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

@media (max-width: 1080px) {
	.manifesto-experience {
		grid-template-columns: minmax(330px, .82fr) minmax(470px, 1.18fr);
		gap: 25px;
	}

	.manifesto-story h2 {
		font-size: 57px;
	}

	.manifesto-stage {
		height: 660px;
	}

	.manifesto-cabinet {
		height: 88%;
	}

	.manifesto-spec strong {
		display: none;
	}

	.manifesto-spec {
		grid-template-columns: 44px 24px;
	}

	.manifesto-spec-two {
		grid-template-columns: 24px 44px;
	}
}

@media (max-width: 820px) {
	.manifesto-atelier {
		padding-bottom: 78px;
	}

	.manifesto-marquee__track {
		height: 48px;
	}

	.manifesto-experience {
		grid-template-columns: 1fr;
		gap: 0;
		min-height: 0;
	}

	.manifesto-story {
		padding: 72px 0 30px;
	}

	.manifesto-story h2 {
		max-width: 650px;
		font-size: 51px;
	}

	.manifesto-story > p {
		font-size: 14px;
	}

	.manifesto-counter {
		display: none;
	}

	.manifesto-stage {
		height: min(720px, 110vw);
		min-height: 540px;
		margin: 0;
	}

	.manifesto-cabinet {
		bottom: 30px;
		height: 92%;
	}

	.manifesto-spec-one {
		right: 5%;
	}

	.manifesto-spec-two {
		left: 3%;
	}

	.manifesto-spec-three {
		right: 4%;
	}

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

	.values-grid-atelier article,
	.values-grid-atelier article:first-child {
		min-height: 235px;
		padding: 24px;
		border: 1px solid rgba(255, 255, 255, .11);
	}

	.values-grid-atelier article:nth-child(2n) {
		border-right: 1px solid rgba(255, 255, 255, .11);
	}
}

@media (max-width: 520px) {
	.manifesto-story {
		padding-top: 58px;
	}

	.manifesto-story h2 {
		font-size: 42px;
	}

	.manifesto-story > p {
		margin-top: 26px;
		font-size: 13px;
	}

	.manifesto-link {
		min-width: 0;
		width: 100%;
	}

	.manifesto-stage {
		width: calc(100vw - 12px);
		height: 132vw;
		min-height: 500px;
		margin-left: -9px;
	}

	.manifesto-stage::before {
		inset: 8% 5% 5%;
	}

	.manifesto-halo {
		top: 20%;
		width: 78vw;
		height: 78vw;
	}

	.manifesto-cabinet {
		bottom: 26px;
		height: 91%;
	}

	.manifesto-materials {
		right: 5%;
	}

	.manifesto-materials small {
		display: none;
	}

	.values-grid-atelier {
		grid-template-columns: 1fr;
		gap: 8px;
		margin-top: 18px;
	}

	.values-grid-atelier article,
	.values-grid-atelier article:first-child {
		min-height: 205px;
	}

	.values-grid-atelier article > i {
		margin-bottom: 32px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.manifesto-marquee__track,
	.manifesto-light,
	.manifesto-atelier.is-visible .manifesto-cabinet {
		animation: none;
	}

	.manifesto-cabinet,
	.manifesto-halo,
	.manifesto-stage::before,
	.manifesto-spec {
		transition: none;
	}
}

/* Compact mobile collection gallery */
@media (max-width: 820px) {
	.collections-editorial {
		overflow: clip;
	}

	.collections-editorial .shell {
		width: min(100% - 28px, 1420px);
	}

	.collections-editorial .collections-heading {
		gap: 18px;
		margin-bottom: 28px;
	}

	.collections-editorial .collections-heading h2 {
		max-width: 340px;
		font-size: clamp(34px, 10vw, 46px);
		line-height: .98;
	}

	.collections-editorial .collections-intro p {
		font-size: 13px;
		line-height: 1.55;
	}

	.collections-editorial .editorial-link {
		min-width: 0;
		width: 100%;
		padding-bottom: 10px;
	}

	.collections-editorial .collection-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
		grid-auto-rows: auto;
		width: 100%;
		gap: 10px;
		padding: 0;
		overflow: visible;
		scroll-snap-type: none;
	}

	.collections-editorial .collection-card,
	.collections-editorial .collection-card-2,
	.collections-editorial .collection-card-3,
	.collections-editorial .collection-card-4,
	.collections-editorial .collection-card-5,
	.collections-editorial .collection-card-6,
	.collections-editorial .collection-card-7 {
		grid-column: auto;
		grid-row: auto;
		min-width: 0;
		min-height: 0;
		aspect-ratio: 1 / 1.16;
		padding: 16px;
		border-radius: 0;
		box-shadow: 0 12px 32px rgba(30, 35, 31, .1);
		scroll-snap-align: none;
	}

	.collections-editorial .collection-card-1 {
		grid-column: 1 / -1;
		grid-row: auto;
		aspect-ratio: 16 / 10;
		min-height: 0;
		padding: 20px;
	}

	.collections-editorial .collection-card img {
		transform: none;
	}

	.collections-editorial .collection-overlay {
		background:
			linear-gradient(0deg, rgba(8, 17, 14, .88) 0, rgba(8, 17, 14, .12) 64%, rgba(8, 17, 14, .04) 100%);
	}

	.collections-editorial .collection-number {
		top: 14px;
		left: 14px;
		padding: 5px 8px;
		font-size: 8px;
	}

	.collections-editorial .collection-card-1 .collection-number {
		top: 18px;
		left: 18px;
	}

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

	.collections-editorial .collection-content small {
		margin-bottom: 5px;
		font-size: 8px;
		letter-spacing: .12em;
	}

	.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: clamp(18px, 5.2vw, 23px);
		line-height: 1.02;
	}

	.collections-editorial .collection-card-1 .collection-content strong {
		font-size: clamp(28px, 8vw, 36px);
	}

	.collections-editorial .collection-content em {
		margin-top: 7px;
		font-size: 9px;
	}

	.collections-editorial .collection-arrow {
		right: 12px;
		top: 12px;
		bottom: auto;
		width: 32px;
		height: 32px;
		font-size: 10px;
	}

	.collections-editorial .collection-card-1 .collection-arrow {
		right: 16px;
		top: 16px;
	}
}

@media (max-width: 390px) {
	.collections-editorial .collection-grid {
		gap: 8px;
	}

	.collections-editorial .collection-card,
	.collections-editorial .collection-card-2,
	.collections-editorial .collection-card-3,
	.collections-editorial .collection-card-4,
	.collections-editorial .collection-card-5,
	.collections-editorial .collection-card-6,
	.collections-editorial .collection-card-7 {
		padding: 14px;
		border-radius: 0;
	}

	.collections-editorial .collection-card-1 {
		padding: 18px;
	}
}

/* Mobile WooCommerce and legacy footer button alignment */
@media (max-width: 820px) {
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	.woocommerce #respond input#submit,
	.footer-invitation .button {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		min-height: 56px;
		padding: 14px 22px !important;
		font-family: var(--sans) !important;
		font-size: 11px !important;
		font-weight: 800 !important;
		letter-spacing: .055em;
		line-height: 1.25 !important;
		text-align: center;
		white-space: normal;
	}

	.woocommerce .return-to-shop {
		width: 100%;
		margin: 28px 0 0;
	}

	.woocommerce .return-to-shop .button {
		width: 100%;
		max-width: 360px;
		border-radius: 18px !important;
		box-shadow: 0 12px 28px rgba(25, 60, 50, .14);
	}

	.woocommerce .wc-proceed-to-checkout .checkout-button {
		width: 100%;
	}

	.footer-invitation .button {
		width: 100%;
		border-radius: 18px;
	}
}

@media (max-width: 430px) {
	.footer-invitation {
		padding-bottom: 112px;
	}

	.woocommerce .return-to-shop .button {
		max-width: none;
	}
}

/* Keep the mobile dock fully floating with four visible rounded corners. */
@media (max-width: 820px) {
	.mobile-bottom-nav::after {
		display: none;
		content: none;
	}
}

/* Full-width luxury trust metrics */
.hero-slider .trust-strip {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	min-height: 116px;
	margin-inline: 0;
	padding-inline: max(28px, calc((100vw - 1400px) / 2));
	background:
		radial-gradient(circle at 42% -80%, rgba(207, 165, 104, .14), transparent 46%),
		linear-gradient(105deg, #101713 0%, #173d33 48%, #0f1713 100%);
	border-top: 1px solid rgba(255, 255, 255, .13);
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	box-shadow: inset 0 1px rgba(255, 255, 255, .025);
	overflow: hidden;
}

.hero-slider .trust-strip > div {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 17px;
	align-items: center;
	min-width: 0;
	padding: 25px clamp(22px, 2.4vw, 42px);
	border-right: 1px solid rgba(255, 255, 255, .12);
}

.hero-slider .trust-strip > div:first-child {
	padding-left: clamp(22px, 2.4vw, 42px);
}

.hero-slider .trust-strip > div:last-child {
	border-right: 0;
}

.hero-slider .trust-strip > div::after {
	position: absolute;
	top: 17px;
	right: 17px;
	color: rgba(255, 255, 255, .26);
	font-family: var(--sans);
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .14em;
}

.hero-slider .trust-strip > div:nth-child(1)::after { content: "01"; }
.hero-slider .trust-strip > div:nth-child(2)::after { content: "02"; }
.hero-slider .trust-strip > div:nth-child(3)::after { content: "03"; }
.hero-slider .trust-strip > div:nth-child(4)::after { content: "04"; }

.hero-slider .trust-strip strong {
	color: #f8f6f0;
	font-family: var(--sans);
	font-size: clamp(27px, 2vw, 34px);
	font-weight: 520;
	letter-spacing: -.055em;
	line-height: 1;
}

.hero-slider .trust-strip span {
	max-width: 145px;
	color: rgba(255, 255, 255, .58);
	font-family: var(--sans);
	font-size: 9px;
	font-weight: 650;
	letter-spacing: .055em;
	line-height: 1.45;
	text-transform: uppercase;
}

@media (max-width: 820px) {
	.hero-slider .trust-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		min-height: 156px;
		padding-inline: 14px;
	}

	.hero-slider .trust-strip > div,
	.hero-slider .trust-strip > div:first-child {
		gap: 10px;
		min-height: 78px;
		padding: 15px 12px;
		border-right: 1px solid rgba(255, 255, 255, .11);
		border-bottom: 1px solid rgba(255, 255, 255, .11);
	}

	.hero-slider .trust-strip > div:nth-child(2n) {
		border-right: 0;
	}

	.hero-slider .trust-strip > div:nth-child(n+3) {
		border-bottom: 0;
	}

	.hero-slider .trust-strip > div::after {
		top: 8px;
		right: 8px;
		font-size: 6px;
	}

	.hero-slider .trust-strip strong {
		font-size: clamp(21px, 6.4vw, 27px);
	}

	.hero-slider .trust-strip span {
		max-width: 94px;
		font-size: 7px;
		line-height: 1.35;
	}
}

/* Black, white and burnt-orange brand palette */
:root {
	--ink: #11110f;
	--ink-soft: #3f3b36;
	--paper: #f7f5f0;
	--paper-deep: #ebe5dc;
	--green: #c6531d;
	--orange: #c6531d;
	--green-dark: #151311;
	--sage: #a89a8c;
	--gold: #e07a3c;
	--line: rgba(17, 17, 15, .13);
	--shadow: 0 28px 80px rgba(31, 22, 17, .14);
}

.hero-slider .trust-strip {
	background:
		radial-gradient(circle at 42% -80%, rgba(224, 122, 60, .2), transparent 46%),
		linear-gradient(105deg, #0f0f0d 0%, #211711 48%, #10100e 100%);
}

.site-footer {
	background:
		radial-gradient(circle at 82% 10%, rgba(198, 83, 29, .14), transparent 24%),
		#0b0b0a;
}

.footer-project-panel {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025)),
		rgba(22, 17, 14, .84);
}

.footer-project-copy h2 em {
	color: #d8c2b2;
}

.manifesto-atelier {
	background:
		radial-gradient(circle at 78% 38%, rgba(224, 122, 60, .15), transparent 28%),
		radial-gradient(circle at 12% 82%, rgba(198, 83, 29, .09), transparent 30%),
		#12110f;
}

.manifesto-spec b {
	background: #e07a3c;
	color: #17110d;
}

/* Preserve the lightweight Somovo wordmark */
.brand-word {
	font-family: var(--sans);
	font-weight: 300;
	font-synthesis: none;
	letter-spacing: -.04em;
	white-space: nowrap;
}

.footer-wordmark > span {
	font-family: var(--sans);
	font-weight: 300;
	font-synthesis: none;
	letter-spacing: -.05em;
}

.footer-wordmark:hover > span {
	letter-spacing: -.035em;
}

/* Stable typography and vertical alignment for text buttons */
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.button,
.wp-element-button,
.wp-block-button__link {
	font-family: var(--sans);
	font-synthesis: none;
}

.button,
a.button,
button.button,
.wp-element-button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.single_add_to_cart_button,
.footer-invitation .button {
	box-sizing: border-box;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 54px;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	font-family: var(--sans) !important;
	font-style: normal;
	font-weight: 750 !important;
	font-synthesis: none;
	letter-spacing: .045em;
	line-height: 1.2 !important;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
}

/* Keep the product summary inside the primary product section */
.single-product .summary {
	position: static;
	top: auto;
	z-index: auto;
}

/* Editorial cart — the first step of the checkout journey */
.somovo-cart-page {
	background:
		radial-gradient(circle at 88% 8%, rgba(191, 91, 43, .07), transparent 25%),
		#f5f3ef;
}

.somovo-cart-page .cart-shell {
	width: min(1400px, calc(100% - 48px));
	max-width: 1400px;
	padding-block: 64px 120px;
}

.somovo-cart-page .page-entry,
.somovo-cart-page .entry-content {
	max-width: none;
}

.somovo-cart-page .cart-page-header {
	margin-bottom: 48px;
}

.somovo-cart-page .cart-page-header .checkout-progress strong {
	color: var(--orange);
}

.somovo-cart-page .cart-page-header .checkout-progress > i {
	color: #aaa49b;
	font-size: 9px;
}

.somovo-cart-page .woocommerce {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 410px;
	gap: 36px;
	align-items: start;
}

.somovo-cart-page .woocommerce-notices-wrapper,
.somovo-cart-page .woocommerce > .woocommerce-message,
.somovo-cart-page .woocommerce > .woocommerce-error,
.somovo-cart-page .woocommerce > .woocommerce-info,
.somovo-cart-page .woocommerce > .cart-empty,
.somovo-cart-page .woocommerce > .return-to-shop {
	grid-column: 1 / -1;
}

.somovo-cart-page .woocommerce-cart-form {
	min-width: 0;
}

.somovo-cart-page .woocommerce-cart-form table.shop_table {
	margin: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	overflow: visible;
}

.somovo-cart-page .woocommerce-cart-form table.shop_table thead tr {
	display: grid;
	grid-template-columns: 42px 112px minmax(210px, 1fr) 136px 142px 136px;
	align-items: center;
	padding: 0 22px 14px;
}

.somovo-cart-page .woocommerce-cart-form table.shop_table thead th {
	padding: 0 10px;
	color: #8b857d;
	border: 0;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.somovo-cart-page .woocommerce-cart-form table.shop_table thead .product-remove,
.somovo-cart-page .woocommerce-cart-form table.shop_table thead .product-thumbnail {
	font-size: 0;
}

.somovo-cart-page .woocommerce-cart-form table.shop_table tbody {
	display: grid;
	gap: 12px;
}

.somovo-cart-page .woocommerce-cart-form table.shop_table tr.cart_item {
	position: relative;
	display: grid;
	grid-template-columns: 42px 112px minmax(210px, 1fr) 136px 142px 136px;
	align-items: center;
	min-height: 142px;
	padding: 16px 22px;
	background: #fff;
	border: 1px solid rgba(22, 22, 20, .09);
	border-radius: 24px;
	box-shadow: 0 18px 55px rgba(26, 23, 19, .055);
	transition: transform .25s ease, box-shadow .25s ease;
}

.somovo-cart-page .woocommerce-cart-form table.shop_table tr.cart_item:hover {
	box-shadow: 0 24px 65px rgba(26, 23, 19, .09);
	transform: translateY(-2px);
}

.somovo-cart-page .woocommerce-cart-form table.shop_table tr.cart_item td {
	padding: 0 10px;
	border: 0;
}

.somovo-cart-page .woocommerce-cart-form .product-remove a.remove {
	display: grid;
	width: 32px;
	height: 32px;
	color: #8a847c !important;
	background: #f4f2ee;
	border-radius: 50%;
	font-size: 18px;
	line-height: 32px;
	place-items: center;
	transition: color .2s ease, background .2s ease, transform .2s ease;
}

.somovo-cart-page .woocommerce-cart-form .product-remove a.remove:hover {
	color: #fff !important;
	background: var(--orange);
	transform: rotate(90deg);
}

.somovo-cart-page .woocommerce-cart-form .product-thumbnail a {
	display: grid;
	width: 96px;
	height: 108px;
	background: #f5f6f3;
	border-radius: 18px;
	overflow: hidden;
	place-items: center;
}

.somovo-cart-page .woocommerce-cart-form .product-thumbnail img {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 7px;
	object-fit: contain;
	transition: transform .35s ease;
}

.somovo-cart-page .woocommerce-cart-form tr.cart_item:hover .product-thumbnail img {
	transform: scale(1.04);
}

.somovo-cart-page .woocommerce-cart-form .product-name a {
	color: var(--ink);
	font-size: 15px;
	font-weight: 650;
	line-height: 1.35;
	text-decoration: none;
}

.somovo-cart-page .woocommerce-cart-form .product-name dl.variation {
	margin: 8px 0 0;
	color: #8b857d;
	font-size: 11px;
}

.somovo-cart-page .woocommerce-cart-form .product-price {
	color: #777168;
	font-size: 13px;
}

.somovo-cart-page .woocommerce-cart-form .product-subtotal {
	color: var(--orange);
	font-size: 15px;
	font-weight: 800;
}

.somovo-cart-page .woocommerce-cart-form .quantity {
	display: inline-grid;
	grid-template-columns: 34px 44px 34px;
	align-items: center;
	width: 112px;
	min-height: 44px;
	background: #f7f6f3;
	border: 1px solid #e5e1da;
	border-radius: 999px;
	overflow: hidden;
}

.somovo-cart-page .woocommerce-cart-form .quantity button,
.somovo-cart-page .woocommerce-cart-form .quantity .qty {
	width: 100%;
	height: 42px;
	min-height: 42px;
	padding: 0;
	background: transparent;
	border: 0;
	color: var(--ink);
	font-size: 13px;
	text-align: center;
}

.somovo-cart-page .woocommerce-cart-form tr:not(.cart_item) {
	display: block;
	margin-top: 8px;
}

.somovo-cart-page .woocommerce-cart-form tr:not(.cart_item) td.actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 20px 0 0;
	border: 0;
}

.somovo-cart-page .woocommerce-cart-form .coupon {
	display: flex;
	gap: 10px;
}

.somovo-cart-page .woocommerce-cart-form .coupon #coupon_code {
	width: 178px;
	height: 48px;
	padding: 0 16px;
	background: #fff;
	border: 1px solid #dedad2;
	border-radius: 999px;
}

.somovo-cart-page .woocommerce-cart-form .button {
	min-height: 48px;
	padding: 12px 20px !important;
	background: var(--ink) !important;
	border-radius: 999px !important;
	color: #fff !important;
	font-size: 10px !important;
	font-weight: 800 !important;
	letter-spacing: .075em;
	text-transform: uppercase;
}

.somovo-cart-page .woocommerce-cart-form .button:hover {
	background: var(--orange) !important;
}

.somovo-cart-page .woocommerce-cart-form .button:disabled {
	opacity: .35;
}

.somovo-cart-page .cart-collaterals,
.somovo-cart-page .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
}

.somovo-cart-page .cart-collaterals .cart_totals {
	position: sticky;
	top: 24px;
	padding: 32px;
	background:
		radial-gradient(circle at 100% 0, rgba(191, 91, 43, .22), transparent 38%),
		#151513;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 28px;
	box-shadow: 0 30px 80px rgba(18, 17, 15, .18);
	color: rgba(255, 255, 255, .72);
	overflow: hidden;
}

.somovo-cart-page .cart_totals h2 {
	margin: 0 0 24px;
	color: #fff;
	font-family: var(--sans);
	font-size: 26px;
	font-weight: 600;
	letter-spacing: -.035em;
}

.somovo-cart-page .cart_totals h2::before {
	display: inline-grid;
	width: 34px;
	height: 34px;
	margin-right: 12px;
	background: var(--orange);
	border-radius: 50%;
	color: #fff;
	content: "2";
	font-size: 12px;
	place-items: center;
	vertical-align: 4px;
}

.somovo-cart-page .cart_totals table.shop_table {
	margin: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: inherit;
}

.somovo-cart-page .cart_totals table.shop_table th,
.somovo-cart-page .cart_totals table.shop_table td {
	padding: 18px 0;
	border-color: rgba(255, 255, 255, .12);
	color: inherit;
	font-size: 13px;
	vertical-align: top;
}

.somovo-cart-page .cart_totals table.shop_table th {
	width: 34%;
	color: rgba(255, 255, 255, .54);
	font-weight: 500;
}

.somovo-cart-page .cart_totals .order-total th {
	color: #fff;
}

.somovo-cart-page .cart_totals .order-total td,
.somovo-cart-page .cart_totals .order-total strong,
.somovo-cart-page .cart_totals .order-total .amount {
	color: #fff;
	font-size: 23px;
	font-weight: 700;
}

.somovo-cart-page .cart_totals .woocommerce-shipping-methods,
.somovo-cart-page .cart_totals .woocommerce-shipping-destination {
	margin: 0 0 8px;
}

.somovo-cart-page .cart_totals .shipping-calculator-button {
	color: #fff;
	text-decoration-color: var(--orange);
	text-underline-offset: 4px;
}

.somovo-cart-page .wc-proceed-to-checkout {
	padding: 22px 0 0;
}

.somovo-cart-page .wc-proceed-to-checkout .checkout-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 62px;
	margin: 0;
	padding: 16px 22px !important;
	background: var(--orange) !important;
	border-radius: 18px !important;
	color: #fff !important;
	font-size: 11px !important;
	font-weight: 850 !important;
	letter-spacing: .085em;
	text-transform: uppercase;
	transition: background .2s ease, transform .2s ease;
}

.somovo-cart-page .wc-proceed-to-checkout .checkout-button::after {
	content: "→";
	font-family: inherit;
	font-size: 18px;
	font-weight: 500;
}

.somovo-cart-page .wc-proceed-to-checkout .checkout-button:hover {
	background: #d76a35 !important;
	transform: translateY(-2px);
}

.somovo-cart-page .cart_totals::after {
	display: block;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, .12);
	color: rgba(255, 255, 255, .55);
	content: "Персональное подтверждение заказа  ·  Оплата при получении";
	font-size: 10px;
	letter-spacing: .04em;
	line-height: 1.6;
}

@media (max-width: 1080px) {
	.somovo-cart-page .woocommerce {
		grid-template-columns: minmax(0, 1fr) 350px;
		gap: 24px;
	}

	.somovo-cart-page .woocommerce-cart-form table.shop_table thead tr,
	.somovo-cart-page .woocommerce-cart-form table.shop_table tr.cart_item {
		grid-template-columns: 38px 96px minmax(170px, 1fr) 112px 122px;
	}

	.somovo-cart-page .woocommerce-cart-form .product-subtotal,
	.somovo-cart-page .woocommerce-cart-form thead .product-subtotal {
		display: none;
	}

	.somovo-cart-page .woocommerce-cart-form .product-thumbnail a {
		width: 82px;
		height: 96px;
	}
}

@media (max-width: 820px) {
	.somovo-cart-page .cart-shell {
		width: min(100% - 28px, 680px);
		padding-block: 32px 105px;
	}

	.somovo-cart-page .cart-page-header {
		margin-bottom: 28px;
	}

	.somovo-cart-page .cart-page-header .checkout-title-row {
		gap: 18px;
	}

	.somovo-cart-page .cart-page-header .checkout-title-row h1 {
		font-size: clamp(46px, 15vw, 68px);
	}

	.somovo-cart-page .cart-page-header .checkout-trust {
		display: flex;
		flex-wrap: wrap;
	}

	.somovo-cart-page .woocommerce {
		display: block;
	}

	.somovo-cart-page .woocommerce-cart-form table.shop_table thead {
		display: none;
	}

	.somovo-cart-page .woocommerce-cart-form table.shop_table tbody {
		gap: 10px;
	}

	.somovo-cart-page .woocommerce-cart-form table.shop_table tr.cart_item {
		display: grid !important;
		grid-template-columns: 88px minmax(0, 1fr);
		grid-template-rows: auto auto auto;
		min-height: 128px;
		padding: 14px;
		border-radius: 20px;
	}

	.somovo-cart-page .woocommerce-cart-form table.shop_table tr.cart_item td {
		display: block !important;
		width: auto !important;
		padding: 0 !important;
		text-align: left !important;
	}

	.somovo-cart-page .woocommerce-cart-form table.shop_table tr.cart_item td::before {
		display: none !important;
	}

	.somovo-cart-page .woocommerce-cart-form .product-remove {
		position: absolute;
		right: 12px;
		top: 12px;
		z-index: 2;
	}

	.somovo-cart-page .woocommerce-cart-form .product-thumbnail {
		grid-column: 1;
		grid-row: 1 / 4;
	}

	.somovo-cart-page .woocommerce-cart-form .product-thumbnail a {
		width: 74px;
		height: 94px;
		border-radius: 14px;
	}

	.somovo-cart-page .woocommerce-cart-form .product-name,
	.somovo-cart-page .woocommerce-cart-form .product-price,
	.somovo-cart-page .woocommerce-cart-form .product-quantity {
		grid-column: 2;
		padding-right: 40px !important;
	}

	.somovo-cart-page .woocommerce-cart-form .product-name a {
		font-size: 14px;
	}

	.somovo-cart-page .woocommerce-cart-form .product-price {
		margin-top: 8px;
		color: var(--orange);
		font-weight: 750;
	}

	.somovo-cart-page .woocommerce-cart-form .product-quantity {
		margin-top: 10px;
	}

	.somovo-cart-page .woocommerce-cart-form .product-subtotal {
		display: none !important;
	}

	.somovo-cart-page .woocommerce-cart-form tr:not(.cart_item) td.actions {
		display: grid !important;
		grid-template-columns: 1fr;
		gap: 10px;
		padding-top: 12px;
	}

	.somovo-cart-page .woocommerce-cart-form .coupon {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		width: 100%;
	}

	.somovo-cart-page .woocommerce-cart-form .coupon #coupon_code {
		width: 100%;
	}

	.somovo-cart-page .woocommerce-cart-form .actions > .button {
		width: 100%;
	}

	.somovo-cart-page .cart-collaterals {
		margin-top: 28px;
	}

	.somovo-cart-page .cart-collaterals .cart_totals {
		position: static;
		padding: 24px;
		border-radius: 24px;
	}
}

@media (max-width: 430px) {
	.somovo-cart-page .cart-page-header .checkout-progress {
		display: grid;
		grid-template-columns: auto 16px auto 16px auto;
		gap: 5px;
		font-size: 8px;
	}

	.somovo-cart-page .cart-page-header .checkout-progress i {
		font-size: 7px;
	}

	.somovo-cart-page .cart-page-header .checkout-trust span {
		font-size: 8px;
	}

	.somovo-cart-page .woocommerce-cart-form .coupon {
		grid-template-columns: 1fr;
	}

	.somovo-cart-page .woocommerce-cart-form .coupon .button {
		width: 100%;
	}
}

/* Checkout refinement — compact order summary without the artificial grid gap */
.somovo-checkout-page {
	background:
		radial-gradient(circle at 88% 7%, rgba(198, 83, 29, .08), transparent 25%),
		#f5f3ef;
}

.somovo-checkout-page form.checkout {
	row-gap: 0;
}

.somovo-checkout-page #customer_details {
	grid-row: 1;
}

.somovo-checkout-page #order_review_heading {
	position: relative;
	z-index: 2;
	background:
		radial-gradient(circle at 100% 0, rgba(198, 83, 29, .24), transparent 46%),
		#151513;
	border: 1px solid rgba(255, 255, 255, .16);
	border-bottom-color: rgba(255, 255, 255, .12);
}

.somovo-checkout-page #order_review_heading::before {
	background: var(--orange);
}

.somovo-checkout-page #order_review {
	grid-row: 1;
	margin-top: 83px;
	background:
		radial-gradient(circle at 100% 0, rgba(198, 83, 29, .15), transparent 34%),
		#151513;
	border-color: rgba(255, 255, 255, .16);
	box-shadow: 0 30px 80px rgba(18, 17, 15, .18);
	color: rgba(255, 255, 255, .72);
}

.somovo-checkout-page .woocommerce-checkout-review-order-table,
.somovo-checkout-page .woocommerce-checkout-review-order-table tbody,
.somovo-checkout-page .woocommerce-checkout-review-order-table tfoot,
.somovo-checkout-page .woocommerce-checkout-review-order-table tr,
.somovo-checkout-page .woocommerce-checkout-review-order-table td,
.somovo-checkout-page .woocommerce-checkout-review-order-table th {
	background: transparent !important;
}

.somovo-checkout-page .woocommerce-checkout-review-order-table td,
.somovo-checkout-page .woocommerce-checkout-review-order-table th {
	border-color: rgba(255, 255, 255, .12) !important;
	color: rgba(255, 255, 255, .68);
}

.somovo-checkout-page .woocommerce-checkout-review-order-table .product-total,
.somovo-checkout-page .woocommerce-checkout-review-order-table .cart-subtotal td,
.somovo-checkout-page .woocommerce-checkout-review-order-table .order-total td,
.somovo-checkout-page .woocommerce-checkout-review-order-table .order-total strong,
.somovo-checkout-page .woocommerce-checkout-review-order-table .order-total .amount {
	color: #fff;
}

.somovo-checkout-page .woocommerce-checkout-review-order-table .order-total td,
.somovo-checkout-page .woocommerce-checkout-review-order-table .order-total strong,
.somovo-checkout-page .woocommerce-checkout-review-order-table .order-total .amount {
	font-size: 20px;
}

.somovo-checkout-page .checkout-product-line strong {
	color: #fff;
}

.somovo-checkout-page .checkout-product-line small,
.somovo-checkout-page .product-quantity {
	color: rgba(255, 255, 255, .46);
}

.somovo-checkout-page .checkout-product-line img {
	background: #f2efe9;
	mix-blend-mode: normal;
}

.somovo-checkout-page #payment {
	color: rgba(255, 255, 255, .72);
}

.somovo-checkout-page #payment ul.payment_methods li {
	background: rgba(255, 255, 255, .055);
	border-color: rgba(255, 255, 255, .18);
}

.somovo-checkout-page #payment ul.payment_methods li:has(input:checked) {
	background: rgba(198, 83, 29, .16);
	border-color: var(--orange);
}

.somovo-checkout-page #payment ul.payment_methods li label {
	color: #fff;
}

.somovo-checkout-page #payment div.payment_box,
.somovo-checkout-page .woocommerce-privacy-policy-text {
	color: rgba(255, 255, 255, .55);
}

.somovo-checkout-page .somovo-order-consent {
	background: rgba(255, 255, 255, .06);
	color: rgba(255, 255, 255, .65);
}

.somovo-checkout-page #place_order {
	min-height: 62px;
	background: var(--orange) !important;
	border-radius: 18px !important;
	letter-spacing: .075em;
	text-transform: uppercase;
}

.somovo-checkout-page #place_order:hover {
	background: #d76a35 !important;
	transform: translateY(-2px);
}

.somovo-checkout-page .woocommerce-form-coupon-toggle {
	width: fit-content;
}

.somovo-checkout-page .woocommerce-form-coupon-toggle .woocommerce-info {
	padding: 11px 16px !important;
	background: #fff;
	border: 1px solid rgba(17, 17, 15, .08) !important;
	border-radius: 999px;
}

.somovo-checkout-page form.checkout_coupon {
	max-width: 580px;
	padding: 18px;
	background: #fff;
	border: 1px solid rgba(17, 17, 15, .08);
	border-radius: 18px;
}

/* Order received and order status */
.somovo-order-received-page,
.somovo-order-status-page {
	background:
		radial-gradient(circle at 82% 8%, rgba(198, 83, 29, .1), transparent 24%),
		#f5f3ef;
}

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

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

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

.somovo-order-received-page .order-received-shell {
	width: min(1180px, calc(100% - 48px));
	max-width: 1180px;
	padding-block: 52px 120px;
}

.somovo-order-received-page .entry-content,
.somovo-order-status-page .entry-content {
	max-width: none;
}

.somovo-order-received-page .order-received-header {
	margin-bottom: 38px;
}

.somovo-order-received-page .order-received-header .checkout-progress strong {
	color: var(--orange);
}

.somovo-order-received-page .order-received-header .checkout-title-row h1 {
	position: relative;
	padding-left: 88px;
}

.somovo-order-received-page .order-received-header .checkout-title-row h1::before {
	position: absolute;
	left: 0;
	top: 50%;
	display: grid;
	width: 66px;
	height: 66px;
	background: var(--orange);
	border-radius: 50%;
	box-shadow: 0 18px 45px rgba(198, 83, 29, .22);
	color: #fff;
	content: "✓";
	font-size: 27px;
	font-weight: 500;
	place-items: center;
	transform: translateY(-50%);
}

.somovo-order-received-page .order-received-header.is-failed .checkout-title-row h1::before {
	background: #9b382b;
	box-shadow: 0 18px 45px rgba(155, 56, 43, .2);
	content: "!";
}

.somovo-order-received-page .woocommerce-order {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 380px;
	gap: 26px;
	align-items: start;
}

.somovo-order-received-page .woocommerce-notice,
.somovo-order-received-page .woocommerce-thankyou-order-details,
.somovo-order-received-page .somovo-order-journey {
	grid-column: 1 / -1;
}

.somovo-order-received-page .woocommerce-notice--success {
	margin: 0 !important;
	padding: 17px 22px 17px 52px !important;
	background: #fff;
	border: 1px solid rgba(17, 17, 15, .08) !important;
	border-left: 3px solid var(--orange) !important;
	border-radius: 16px;
	color: #5b554e;
	font-size: 13px;
}

.somovo-order-received-page .woocommerce-order-overview {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 1px;
	margin: 0 !important;
	padding: 0 !important;
	background: rgba(255, 255, 255, .14);
	border: 1px solid rgba(17, 17, 15, .08);
	border-radius: 22px;
	box-shadow: 0 24px 70px rgba(25, 20, 16, .12);
	overflow: hidden;
	list-style: none;
}

/* WooCommerce adds clearfix pseudo-elements to order_details. Inside a CSS grid
   they become real grid cells and push the payment method onto a second row. */
.somovo-order-received-page .woocommerce-order-overview::before,
.somovo-order-received-page .woocommerce-order-overview::after {
	display: none !important;
	content: none !important;
}

.somovo-order-received-page .woocommerce-order-overview li {
	display: flex;
	float: none !important;
	clear: none !important;
	flex-direction: column;
	justify-content: center;
	width: auto !important;
	min-width: 0;
	min-height: 108px;
	margin: 0 !important;
	padding: 20px 18px !important;
	background: #151513;
	border: 0 !important;
	color: rgba(255, 255, 255, .48);
	font-size: 9px;
	letter-spacing: .08em;
	line-height: 1.35;
	text-transform: uppercase;
}

.somovo-order-received-page .woocommerce-order-overview li strong {
	display: block;
	margin-top: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 650;
	letter-spacing: 0;
	line-height: 1.35;
	overflow-wrap: anywhere;
	text-transform: none;
}

.somovo-order-received-page .woocommerce-order-overview li:last-child {
	position: relative;
	background:
		linear-gradient(135deg, rgba(198, 83, 29, .18), transparent 58%),
		#151513;
}

.somovo-order-received-page .woocommerce-order-overview li:last-child::after {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 6px;
	height: 6px;
	background: var(--orange);
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(198, 83, 29, .12);
	content: "";
}

.somovo-order-journey {
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr) 220px;
	gap: 30px;
	align-items: center;
	padding: 32px;
	background: #fff;
	border: 1px solid rgba(17, 17, 15, .08);
	border-radius: 26px;
	box-shadow: 0 18px 60px rgba(28, 23, 18, .06);
}

.somovo-order-journey__intro > span {
	display: block;
	margin-bottom: 8px;
	color: var(--orange);
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.somovo-order-journey__intro > strong {
	display: block;
	color: var(--ink);
	font-size: 22px;
	letter-spacing: -.035em;
}

.somovo-order-journey__intro p {
	margin: 10px 0 0;
	color: #777168;
	font-size: 11px;
	line-height: 1.55;
}

.somovo-order-journey__steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.somovo-order-journey__steps::before {
	position: absolute;
	left: 11%;
	right: 11%;
	top: 19px;
	height: 1px;
	background: #ded9d1;
	content: "";
}

.somovo-order-journey__steps li {
	position: relative;
	z-index: 1;
	text-align: center;
}

.somovo-order-journey__steps li > i {
	display: grid;
	width: 40px;
	height: 40px;
	margin: 0 auto 10px;
	background: #f0ede8;
	border: 5px solid #fff;
	border-radius: 50%;
	color: #8d867d;
	font-size: 10px;
	place-items: center;
}

.somovo-order-journey__steps li.is-active > i {
	background: var(--orange);
	color: #fff;
}

.somovo-order-journey__steps strong,
.somovo-order-journey__steps span {
	display: block;
}

.somovo-order-journey__steps strong {
	color: var(--ink);
	font-size: 10px;
}

.somovo-order-journey__steps span {
	margin-top: 4px;
	color: #918b83;
	font-size: 8px;
}

.somovo-order-journey__contact {
	padding: 20px;
	background: #f3f0ea;
	border-radius: 18px;
}

.somovo-order-journey__contact span {
	display: block;
	margin-bottom: 9px;
	color: #837c74;
	font-size: 9px;
}

.somovo-order-journey__contact a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--ink);
	font-size: 13px;
	font-weight: 750;
}

.somovo-order-received-page .woocommerce-order-details,
.somovo-order-received-page .woocommerce-customer-details,
.somovo-order-status-page .woocommerce-order-details,
.somovo-order-status-page .woocommerce-customer-details {
	margin: 0 !important;
	padding: 28px;
	background: #fff;
	border: 1px solid rgba(17, 17, 15, .08);
	border-radius: 24px;
	box-shadow: 0 18px 60px rgba(28, 23, 18, .055);
}

.somovo-order-received-page .woocommerce-order-details {
	grid-column: 1;
}

.somovo-order-received-page .woocommerce-customer-details {
	grid-column: 2;
}

.somovo-order-received-page .woocommerce-order-details__title,
.somovo-order-received-page .woocommerce-column__title,
.somovo-order-status-page .woocommerce-order-details__title,
.somovo-order-status-page .woocommerce-column__title {
	margin: 0 0 20px;
	color: var(--ink);
	font-family: var(--sans);
	font-size: 22px;
	font-weight: 650;
	letter-spacing: -.03em;
}

.somovo-order-received-page table.shop_table,
.somovo-order-status-page table.shop_table {
	margin: 0;
	border: 0;
	border-radius: 0;
}

.somovo-order-received-page table.shop_table th,
.somovo-order-received-page table.shop_table td,
.somovo-order-status-page table.shop_table th,
.somovo-order-status-page table.shop_table td {
	padding: 14px 5px;
	border-color: #e5e1da;
	font-size: 12px;
}

.somovo-order-received-page table.shop_table tfoot tr:last-child th,
.somovo-order-received-page table.shop_table tfoot tr:last-child td,
.somovo-order-status-page table.shop_table tfoot tr:last-child th,
.somovo-order-status-page table.shop_table tfoot tr:last-child td {
	color: var(--orange);
	font-size: 17px;
	font-weight: 800;
}

.somovo-order-received-page .woocommerce-customer-details address,
.somovo-order-status-page .woocommerce-customer-details address {
	padding: 20px;
	background: #f5f3ef;
	border: 0;
	border-radius: 16px;
	color: #666057;
	font-size: 12px;
	line-height: 1.75;
}

.somovo-order-received-page .woocommerce-order > .button,
.somovo-order-status-page .woocommerce-order-details .button {
	background: var(--orange) !important;
	border-radius: 999px !important;
}

@media (max-width: 980px) {
	.somovo-checkout-page #customer_details,
	.somovo-checkout-page #order_review_heading,
	.somovo-checkout-page #order_review {
		grid-row: auto;
	}

	.somovo-checkout-page #order_review {
		margin-top: 0;
	}

	.somovo-order-received-page .woocommerce-order {
		grid-template-columns: 1fr;
	}

	.somovo-order-received-page .woocommerce-order-details,
	.somovo-order-received-page .woocommerce-customer-details {
		grid-column: 1;
	}

	.somovo-order-journey {
		grid-template-columns: 1fr;
	}

	.somovo-order-journey__contact {
		max-width: 360px;
	}
}

@media (max-width: 620px) {
	.somovo-order-received-page .header-main {
		min-height: 72px;
	}

	.somovo-order-received-page .order-received-shell {
		width: min(100% - 20px, 620px);
		padding-block: 28px 76px;
	}

	.somovo-order-received-page .order-received-header .checkout-title-row h1 {
		padding-left: 0;
		padding-top: 72px;
		font-size: 43px;
	}

	.somovo-order-received-page .order-received-header .checkout-title-row h1::before {
		left: 0;
		top: 0;
		width: 56px;
		height: 56px;
		transform: none;
	}

	.somovo-order-received-page .woocommerce-order-overview {
		grid-template-columns: 1fr 1fr;
	}

	.somovo-order-received-page .woocommerce-order-overview li:last-child {
		grid-column: 1 / -1;
	}

	.somovo-order-received-page .woocommerce-order-overview li {
		min-height: 96px;
		padding: 17px 15px !important;
	}

	.somovo-order-journey {
		padding: 22px 16px;
		border-radius: 20px;
	}

	.somovo-order-journey__steps {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.somovo-order-journey__steps::before {
		left: 19px;
		right: auto;
		top: 20px;
		bottom: 20px;
		width: 1px;
		height: auto;
	}

	.somovo-order-journey__steps li {
		display: grid;
		grid-template-columns: 40px 1fr;
		align-items: center;
		gap: 12px;
		text-align: left;
	}

	.somovo-order-journey__steps li > i {
		margin: 0;
	}

	.somovo-order-received-page .woocommerce-order-details,
	.somovo-order-received-page .woocommerce-customer-details {
		padding: 20px 16px;
		border-radius: 20px;
	}

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

/* Contemporary customer account */
.somovo-account-page {
	background:
		radial-gradient(circle at 88% 7%, rgba(198, 83, 29, .08), transparent 25%),
		#f5f3ef;
}

.somovo-account-page .account-shell {
	width: min(1400px, calc(100% - 48px));
	max-width: 1400px;
	padding-block: 64px 120px;
}

.somovo-account-page .page-entry,
.somovo-account-page .entry-content {
	max-width: none;
}

.account-page-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 48px;
	align-items: end;
	margin-bottom: 42px;
	padding-bottom: 38px;
	border-bottom: 1px solid var(--line);
}

.account-page-header__copy h1 {
	margin: 12px 0 18px;
	color: var(--ink);
	font-family: var(--sans);
	font-size: clamp(52px, 7vw, 88px);
	font-weight: 500;
	letter-spacing: -.065em;
	line-height: .92;
}

.account-page-header__copy p {
	max-width: 640px;
	margin: 0;
	color: #756f67;
	font-size: 13px;
	line-height: 1.65;
}

.account-page-header__trust {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.account-page-header__trust > span {
	display: grid;
	grid-template-columns: 34px 1fr;
	grid-template-rows: auto auto;
	min-width: 190px;
	padding: 15px 16px;
	background: #fff;
	border: 1px solid rgba(17, 17, 15, .08);
	border-radius: 18px;
}

.account-page-header__trust i {
	grid-row: 1 / 3;
	display: grid;
	width: 28px;
	height: 28px;
	background: rgba(198, 83, 29, .1);
	border-radius: 50%;
	color: var(--orange);
	font-size: 10px;
	place-items: center;
}

.account-page-header__trust strong,
.account-page-header__trust small {
	display: block;
}

.account-page-header__trust strong {
	color: var(--ink);
	font-size: 10px;
}

.account-page-header__trust small {
	margin-top: 3px;
	color: #918a82;
	font-size: 8px;
}

.somovo-account-page .woocommerce {
	min-height: 420px;
}

.somovo-account-page.logged-in .woocommerce {
	display: grid;
	grid-template-columns: 290px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.somovo-account-page.logged-in .woocommerce::before,
.somovo-account-page.logged-in .woocommerce::after {
	display: none !important;
	content: none !important;
}

.somovo-account-page .woocommerce-MyAccount-navigation {
	grid-column: 1;
	grid-row: 1;
	float: none;
	width: 100%;
	padding: 18px;
	background:
		radial-gradient(circle at 100% 0, rgba(198, 83, 29, .2), transparent 38%),
		#151513;
	border-radius: 26px;
	box-shadow: 0 26px 70px rgba(20, 17, 14, .16);
}

.somovo-account-page .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 5px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.somovo-account-page .woocommerce-MyAccount-navigation li {
	margin: 0;
	padding: 0;
}

.somovo-account-page .woocommerce-MyAccount-navigation a {
	display: grid;
	grid-template-columns: 28px 1fr 16px;
	gap: 9px;
	align-items: center;
	min-height: 54px;
	padding: 8px 12px;
	border: 1px solid transparent;
	border-radius: 15px;
	color: rgba(255, 255, 255, .64);
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.somovo-account-page .woocommerce-MyAccount-navigation a::before {
	display: grid;
	width: 28px;
	height: 28px;
	background: transparent;
	border-radius: 50%;
	color: rgba(255, 255, 255, .58);
	font-family: "Font Awesome 7 Free";
	font-size: 14px;
	font-weight: 900;
	place-items: center;
	transition: color .2s ease, transform .2s ease;
}

.somovo-account-page .woocommerce-MyAccount-navigation a::after {
	color: rgba(255, 255, 255, .28);
	content: "→";
	font-size: 14px;
	font-weight: 400;
}

.somovo-account-page .woocommerce-MyAccount-navigation-link--dashboard a::before {
	content: "\f5fd";
}

.somovo-account-page .woocommerce-MyAccount-navigation-link--orders a::before {
	content: "\f290";
}

.somovo-account-page .woocommerce-MyAccount-navigation-link--downloads a::before {
	content: "\f058";
}

.somovo-account-page .woocommerce-MyAccount-navigation-link--edit-address a::before {
	content: "\f3c5";
}

.somovo-account-page .woocommerce-MyAccount-navigation-link--edit-account a::before {
	content: "\f007";
}

.somovo-account-page .woocommerce-MyAccount-navigation-link--customer-logout a::before {
	content: "\f00d";
}

.somovo-account-page .woocommerce-MyAccount-navigation a:hover,
.somovo-account-page .woocommerce-MyAccount-navigation li.is-active a {
	background: rgba(255, 255, 255, .085);
	border-color: rgba(255, 255, 255, .1);
	color: #fff;
	transform: translateX(2px);
}

.somovo-account-page .woocommerce-MyAccount-navigation li.is-active a::before {
	background: transparent;
	color: var(--orange);
	transform: scale(1.08);
}

.somovo-account-page .woocommerce-MyAccount-content {
	grid-column: 2;
	grid-row: 1;
	float: none;
	width: 100%;
	min-height: 410px;
	padding: 34px;
	background: #fff;
	border: 1px solid rgba(17, 17, 15, .08);
	border-radius: 26px;
	box-shadow: 0 20px 70px rgba(28, 23, 18, .06);
}

.somovo-account-page .woocommerce-MyAccount-content > p:first-child {
	margin-top: 0;
	color: var(--ink);
	font-size: 18px;
	line-height: 1.55;
}

.somovo-account-page .woocommerce-MyAccount-content > p {
	max-width: 760px;
	color: #716b63;
	font-size: 13px;
	line-height: 1.7;
}

.somovo-account-page .woocommerce-MyAccount-content a:not(.button) {
	color: var(--orange);
	font-weight: 750;
	text-decoration-color: rgba(198, 83, 29, .34);
	text-underline-offset: 3px;
}

.somovo-account-page .woocommerce-MyAccount-content:has(> .woocommerce-info) {
	min-height: 250px;
}

.somovo-account-page .woocommerce-MyAccount-content > .woocommerce-info {
	display: flex;
	gap: 18px;
	align-items: center;
	min-height: 132px;
	margin: 0 !important;
	padding: 26px 28px !important;
	background:
		radial-gradient(circle at 100% 0, rgba(198, 83, 29, .09), transparent 42%),
		#f7f5f1;
	border: 1px solid rgba(17, 17, 15, .14) !important;
	border-radius: 22px;
	box-shadow: 0 18px 48px rgba(28, 23, 18, .06);
	color: #4f4a44;
	font-size: 14px;
	line-height: 1.55;
}

.somovo-account-page .woocommerce-MyAccount-content > .woocommerce-info::before {
	position: static;
	display: grid;
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	margin: 0;
	place-items: center;
	background: rgba(198, 83, 29, .11);
	border: 1px solid rgba(198, 83, 29, .22);
	border-radius: 50%;
	color: var(--orange);
	content: "\f290";
	font-family: "Font Awesome 7 Free";
	font-size: 17px;
	font-weight: 900;
	line-height: 1;
}

.somovo-account-page .woocommerce-MyAccount-content > .woocommerce-info .button {
	flex: 0 0 auto;
	order: 3;
	margin-left: auto;
	background: var(--ink) !important;
	border-radius: 999px !important;
	color: #fff !important;
}

.somovo-account-page .woocommerce-MyAccount-content > .woocommerce-info .button:hover {
	background: var(--orange) !important;
}

.somovo-account-overview {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 30px;
}

.somovo-account-overview__card {
	display: grid;
	grid-template-columns: 44px 1fr 24px;
	gap: 12px;
	align-items: center;
	min-height: 104px;
	padding: 20px;
	background: #f5f3ef;
	border: 1px solid transparent;
	border-radius: 20px;
	color: var(--ink) !important;
	text-decoration: none !important;
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.somovo-account-overview__card:hover {
	background: #fff;
	border-color: rgba(198, 83, 29, .28);
	transform: translateY(-2px);
}

.somovo-account-overview__card > i:first-child {
	display: grid;
	width: 44px;
	height: 44px;
	background: #fff;
	border-radius: 14px;
	color: var(--orange);
	font-size: 13px;
	place-items: center;
}

.somovo-account-overview__card > i:last-child {
	color: var(--orange);
	font-size: 12px;
}

.somovo-account-overview__card strong,
.somovo-account-overview__card small {
	display: block;
}

.somovo-account-overview__card strong {
	font-size: 13px;
}

.somovo-account-overview__card small {
	margin-top: 5px;
	color: #857f77;
	font-size: 9px;
	font-weight: 500;
	line-height: 1.45;
}

.somovo-account-page .woocommerce-orders-table,
.somovo-account-page .woocommerce-table--order-details {
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
}

.somovo-account-page .woocommerce-orders-table th,
.somovo-account-page .woocommerce-orders-table td,
.somovo-account-page .woocommerce-table--order-details th,
.somovo-account-page .woocommerce-table--order-details td {
	padding: 16px 10px;
	border-color: #e6e2db;
	font-size: 11px;
}

.somovo-account-page .woocommerce-orders-table th {
	color: #847e76;
	font-size: 9px;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.somovo-account-page .woocommerce-orders-table .button,
.somovo-account-page .woocommerce-MyAccount-content .button {
	min-height: 42px;
	padding: 11px 17px !important;
	background: var(--ink) !important;
	border-radius: 999px !important;
	color: #fff !important;
	font-size: 9px !important;
	letter-spacing: .065em;
	text-transform: uppercase;
}

.somovo-account-page .woocommerce-orders-table .button:hover,
.somovo-account-page .woocommerce-MyAccount-content .button:hover {
	background: var(--orange) !important;
}

.somovo-account-page .woocommerce-Address {
	float: none;
	width: 100%;
	margin: 0 0 16px;
	padding: 22px;
	background: #f5f3ef;
	border-radius: 18px;
}

.somovo-account-page .woocommerce-Addresses {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.somovo-account-page .woocommerce-Address-title h2,
.somovo-account-page .woocommerce-MyAccount-content h2,
.somovo-account-page .woocommerce-MyAccount-content h3 {
	margin: 0 0 18px;
	color: var(--ink);
	font-family: var(--sans);
	font-size: 24px;
	font-weight: 650;
	letter-spacing: -.035em;
}

.somovo-account-page .woocommerce-Address address {
	color: #756f67;
	font-size: 12px;
	line-height: 1.7;
}

.somovo-account-page .woocommerce-EditAccountForm,
.somovo-account-page .woocommerce-address-fields {
	max-width: 820px;
}

.somovo-account-page form .form-row {
	margin-bottom: 14px;
}

.somovo-account-page form .form-row label {
	margin-bottom: 7px;
	color: #5f5952;
	font-size: 10px;
	font-weight: 800;
}

.somovo-account-page form .form-row input.input-text,
.somovo-account-page form .form-row textarea,
.somovo-account-page form .form-row select {
	min-height: 54px;
	padding: 13px 16px;
	background: #f5f3ef;
	border: 1px solid transparent;
	border-radius: 14px;
	outline: 0;
}

.somovo-account-page form .form-row input.input-text:focus,
.somovo-account-page form .form-row textarea:focus,
.somovo-account-page form .form-row select:focus {
	background: #fff;
	border-color: var(--orange);
	box-shadow: 0 0 0 3px rgba(198, 83, 29, .08);
}

/* Logged-out account gateway */
.somovo-account-page:not(.logged-in) .woocommerce {
	max-width: 1080px;
	margin: 0 auto;
}

.somovo-account-page #customer_login {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.somovo-account-page #customer_login::before,
.somovo-account-page #customer_login::after {
	display: none;
}

.somovo-account-page #customer_login > .u-column1,
.somovo-account-page #customer_login > .u-column2 {
	float: none;
	width: 100%;
	padding: 34px;
	background: #fff;
	border: 1px solid rgba(17, 17, 15, .08);
	border-radius: 26px;
	box-shadow: 0 20px 70px rgba(28, 23, 18, .06);
}

.somovo-account-page #customer_login > .u-column2 {
	background:
		radial-gradient(circle at 100% 0, rgba(198, 83, 29, .17), transparent 38%),
		#151513;
	color: rgba(255, 255, 255, .65);
}

.somovo-account-page #customer_login h2 {
	margin: 0 0 24px;
	color: var(--ink);
	font-family: var(--sans);
	font-size: 30px;
	font-weight: 650;
	letter-spacing: -.04em;
}

.somovo-account-page #customer_login > .u-column2 h2,
.somovo-account-page #customer_login > .u-column2 label,
.somovo-account-page #customer_login > .u-column2 a {
	color: #fff;
}

.somovo-account-page #customer_login form.login,
.somovo-account-page #customer_login form.register {
	margin: 0;
	padding: 0;
	border: 0;
}

.somovo-account-page #customer_login > .u-column2 form .form-row input.input-text {
	background: rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .1);
	color: #fff;
}

.somovo-account-page #customer_login .woocommerce-privacy-policy-text {
	color: rgba(255, 255, 255, .5);
	font-size: 10px;
	line-height: 1.6;
}

.somovo-account-page #customer_login .woocommerce-form-login__rememberme {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 12px 14px 12px 0;
}

.somovo-account-page #customer_login .woocommerce-form-login__rememberme input {
	width: 16px;
	height: 16px;
	accent-color: var(--orange);
}

@media (max-width: 980px) {
	.account-page-header {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.account-page-header__trust {
		max-width: 470px;
	}

	.somovo-account-page.logged-in .woocommerce {
		grid-template-columns: 1fr;
	}

	.somovo-account-page .woocommerce-MyAccount-navigation {
		grid-column: 1;
		grid-row: 1;
		padding: 10px;
		border-radius: 20px;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.somovo-account-page .woocommerce-MyAccount-navigation ul {
		display: flex;
		width: max-content;
	}

	.somovo-account-page .woocommerce-MyAccount-navigation a {
		grid-template-columns: 32px auto;
		min-height: 48px;
		white-space: nowrap;
	}

	.somovo-account-page .woocommerce-MyAccount-navigation a::after {
		display: none;
	}

	.somovo-account-page .woocommerce-MyAccount-content {
		grid-column: 1;
		grid-row: 2;
	}
}

@media (max-width: 620px) {
	.somovo-account-page .account-shell {
		width: min(100% - 20px, 620px);
		padding-block: 32px 90px;
	}

	.account-page-header {
		margin-bottom: 26px;
		padding-bottom: 26px;
	}

	.account-page-header__copy h1 {
		font-size: 50px;
	}

	.account-page-header__trust {
		grid-template-columns: 1fr;
	}

	.account-page-header__trust > span {
		min-width: 0;
	}

	.somovo-account-page .woocommerce-MyAccount-content,
	.somovo-account-page #customer_login > .u-column1,
	.somovo-account-page #customer_login > .u-column2 {
		padding: 22px 16px;
		border-radius: 20px;
	}

	.somovo-account-overview,
	.somovo-account-page .woocommerce-Addresses,
	.somovo-account-page #customer_login {
		grid-template-columns: 1fr;
	}

	.somovo-account-page .woocommerce-MyAccount-content > .woocommerce-info {
		flex-wrap: wrap;
		align-items: flex-start;
		padding: 22px 18px !important;
	}

	.somovo-account-page .woocommerce-MyAccount-content > .woocommerce-info .button {
		width: 100%;
		margin: 2px 0 0;
	}

	.somovo-account-page .woocommerce-orders-table tbody tr {
		margin-bottom: 10px;
		padding: 8px;
		background: #f5f3ef;
		border-radius: 16px;
	}

	.somovo-account-page .woocommerce-orders-table td {
		border: 0;
	}
}

/* Persistent navigation and scroll return */
.site-header {
	position: sticky;
	top: 0;
	z-index: 900;
	transition:
		box-shadow .28s ease,
		background-color .28s ease,
		transform .28s ease;
}

.site-header.is-scrolled {
	background: rgba(255, 255, 255, .985);
	box-shadow: 0 14px 42px rgba(18, 18, 16, .12);
}

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

.back-to-top {
	position: fixed;
	right: 26px;
	bottom: 26px;
	z-index: 930;
	display: grid;
	width: 54px;
	height: 54px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 50%;
	background: #151513;
	box-shadow: 0 18px 42px rgba(18, 18, 16, .24);
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transform: translateY(16px) scale(.9);
	transition:
		opacity .24s ease,
		transform .24s ease,
		background-color .2s ease,
		box-shadow .2s ease;
}

.back-to-top::after {
	position: absolute;
	inset: 5px;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: inherit;
	content: "";
}

.back-to-top svg {
	position: relative;
	z-index: 1;
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.back-to-top:hover,
.back-to-top:focus-visible {
	background: var(--orange, #c6531d);
	box-shadow: 0 20px 48px rgba(198, 83, 29, .3);
	outline: 0;
	transform: translateY(-2px) scale(1);
}

.back-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: none;
}

.somovo-checkout-page .header-actions,
.somovo-order-received-page .header-actions {
	display: flex !important;
}

.somovo-checkout-page .header-actions > :not(.cart-pill),
.somovo-order-received-page .header-actions > :not(.cart-pill) {
	display: none !important;
}

.somovo-checkout-page .header-main,
.somovo-order-received-page .header-main {
	justify-content: space-between;
}

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

	.admin-bar.admin-bar-scrolled .site-header {
		top: 0;
	}

	.admin-bar.admin-bar-scrolled .mobile-drawer,
	.admin-bar.admin-bar-scrolled .drawer-backdrop,
	.admin-bar.admin-bar-scrolled .quick-dialog,
	.admin-bar.admin-bar-scrolled .cart-drawer,
	.admin-bar.admin-bar-scrolled .privacy-gate {
		top: 0;
		height: 100dvh;
	}
}

@media (max-width: 820px) {
	.back-to-top {
		right: 16px;
		bottom: calc(92px + env(safe-area-inset-bottom, 0px));
		width: 48px;
		height: 48px;
	}

	.somovo-checkout-page .header-main,
	.somovo-order-received-page .header-main {
		display: flex;
		width: calc(100% - 32px);
		min-height: 76px;
	}

	.somovo-checkout-page .cart-pill,
	.somovo-order-received-page .cart-pill {
		display: grid;
		min-width: 0;
		width: 48px;
		height: 48px;
		padding: 0;
		place-items: center;
	}

	.somovo-checkout-page .cart-pill span,
	.somovo-order-received-page .cart-pill span {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.back-to-top,
	.site-header {
		transition: none;
	}
}

@media (min-width: 821px) {
	.quick-content {
		height: min(900px, calc(100dvh - 36px));
		max-height: min(900px, calc(100dvh - 36px));
		overflow: hidden;
	}

	.quick-product-media {
		height: 100%;
		min-height: 0;
	}

	.quick-product-info {
		height: 100%;
		min-height: 0;
		overflow-y: auto;
	}
}

/* 2026 furniture gallery: manifesto and curated products */
.manifesto-atelier {
	--manifesto-ink: #171513;
	--manifesto-paper: #f1ede6;
	--manifesto-orange: #c6531d;
	padding: 0 0 112px;
	background:
		radial-gradient(circle at 8% 18%, rgba(198, 83, 29, .08), transparent 24%),
		radial-gradient(circle at 92% 74%, rgba(17, 16, 14, .07), transparent 27%),
		var(--manifesto-paper);
	color: var(--manifesto-ink);
}

.manifesto-atelier::before {
	z-index: 0;
	background:
		linear-gradient(90deg, transparent 0 8%, rgba(23, 21, 19, .045) 8% calc(8% + 1px), transparent calc(8% + 1px) 92%, rgba(23, 21, 19, .045) 92% calc(92% + 1px), transparent calc(92% + 1px)),
		linear-gradient(rgba(23, 21, 19, .028) 1px, transparent 1px);
	background-size: 100% 100%, 100% 96px;
	mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
}

.manifesto-marquee {
	position: relative;
	z-index: 2;
	border-color: rgba(255, 255, 255, .1);
	background: #171513;
}

.manifesto-marquee__track {
	height: 52px;
	color: rgba(255, 255, 255, .62);
}

.manifesto-marquee i {
	background: var(--manifesto-orange);
	box-shadow: 0 0 0 5px rgba(198, 83, 29, .13);
}

.manifesto-experience {
	position: relative;
	z-index: 2;
	grid-template-columns: minmax(390px, .78fr) minmax(620px, 1.22fr);
	gap: 18px;
	align-items: stretch;
	min-height: 0;
	margin-top: 48px;
}

.manifesto-story {
	display: flex;
	min-height: 690px;
	padding: clamp(46px, 5vw, 76px);
	flex-direction: column;
	justify-content: center;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(249, 247, 242, .94)),
		#fff;
	border: 1px solid rgba(23, 21, 19, .08);
	border-radius: 34px;
	box-shadow: 0 32px 90px rgba(41, 32, 22, .11);
	overflow: hidden;
}

.manifesto-story::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 150px;
	background:
		linear-gradient(135deg, transparent 49.6%, rgba(198, 83, 29, .2) 50%, transparent 50.4%),
		radial-gradient(circle at 100% 0, rgba(198, 83, 29, .09), transparent 66%);
	content: "";
	pointer-events: none;
}

.manifesto-story .eyebrow {
	margin-bottom: 26px;
	color: var(--manifesto-orange);
}

.manifesto-story h2 {
	max-width: 620px;
	color: var(--manifesto-ink);
	font-size: clamp(47px, 4.25vw, 68px);
	font-weight: 540;
	letter-spacing: -.065em;
	line-height: .96;
}

.manifesto-story h2 em {
	display: inline;
	color: var(--manifesto-orange);
	font-weight: 460;
}

.manifesto-story > p {
	max-width: 530px;
	margin-top: 31px;
	color: #6f6962;
	font-size: 14px;
	line-height: 1.72;
}

.manifesto-link {
	align-self: flex-start;
	min-width: 264px;
	margin-top: 31px;
	border-color: rgba(23, 21, 19, .26);
	color: var(--manifesto-ink);
}

.manifesto-link:hover {
	border-color: var(--manifesto-orange);
	color: var(--manifesto-orange);
}

.manifesto-counter {
	margin-top: auto;
	padding-top: 42px;
}

.manifesto-counter strong {
	color: var(--manifesto-orange);
	font-size: 50px;
}

.manifesto-counter span {
	color: #827b73;
}

.manifesto-stage {
	height: auto;
	min-height: 690px;
	margin: 0;
	background:
		linear-gradient(180deg, rgba(12, 10, 8, .02) 44%, rgba(12, 10, 8, .56) 100%),
		linear-gradient(90deg, rgba(12, 10, 8, .15), transparent 48%),
		url("../images/real-interiors/manifesto-megan-hq.webp") 52% center / cover no-repeat;
	border: 1px solid rgba(23, 21, 19, .1);
	border-radius: 34px;
	box-shadow: 0 32px 90px rgba(41, 32, 22, .16);
	overflow: hidden;
}

.manifesto-stage::before {
	z-index: 1;
	inset: 20px;
	border-color: rgba(255, 255, 255, .42);
	border-radius: 23px;
	box-shadow: inset 0 0 0 1px rgba(20, 16, 12, .05);
	opacity: 1;
	transform: none;
	transition: none;
}

.manifesto-stage::after {
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 20px;
	padding: 10px 14px;
	background: rgba(255, 255, 255, .82);
	border: 1px solid rgba(255, 255, 255, .6);
	border-radius: 999px;
	box-shadow: 0 12px 34px rgba(20, 16, 12, .12);
	color: #25211d;
	content: "SOMOVO / INTERIOR 01";
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .15em;
	backdrop-filter: blur(12px);
}

.manifesto-light,
.manifesto-architecture,
.manifesto-halo,
.manifesto-floor,
.manifesto-cabinet,
.manifesto-shadow {
	display: none;
}

.manifesto-spec {
	z-index: 3;
	grid-template-columns: 34px 26px auto;
	padding: 8px 12px 8px 8px;
	background: rgba(19, 17, 14, .66);
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 999px;
	box-shadow: 0 14px 36px rgba(0, 0, 0, .14);
	color: #fff;
	backdrop-filter: blur(14px);
}

.manifesto-spec > span {
	width: 34px;
	background: rgba(255, 255, 255, .5);
}

.manifesto-spec b {
	background: var(--manifesto-orange);
	color: #fff;
}

.manifesto-spec-one {
	top: 16%;
	right: 3%;
}

.manifesto-spec-two {
	top: 51%;
	bottom: auto;
	left: 3%;
	grid-template-columns: auto 26px 34px;
}

.manifesto-spec-three {
	top: 52%;
	right: 3%;
	bottom: auto;
}

.manifesto-materials {
	z-index: 4;
	right: auto;
	bottom: 20px;
	left: 20px;
	background: rgba(19, 17, 14, .72);
	border-color: rgba(255, 255, 255, .24);
	box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
}

.values-grid-atelier {
	z-index: 4;
	gap: 12px;
	margin-top: -56px;
	padding-inline: 28px;
}

.values-grid-atelier article,
.values-grid-atelier article:first-child {
	min-height: 222px;
	padding: 28px;
	background:
		linear-gradient(155deg, rgba(255, 255, 255, .99), rgba(247, 244, 238, .98));
	border: 1px solid rgba(23, 21, 19, .08);
	border-radius: 22px;
	box-shadow: 0 24px 54px rgba(41, 32, 22, .12);
	color: var(--manifesto-ink);
}

.values-grid-atelier article::before {
	position: absolute;
	top: 0;
	right: 28px;
	left: 28px;
	height: 3px;
	background: linear-gradient(90deg, var(--manifesto-orange), rgba(198, 83, 29, 0));
	border-radius: 0 0 999px 999px;
	content: "";
}

.values-grid-atelier article::after {
	right: -42px;
	bottom: -44px;
	width: 160px;
	height: 160px;
	background:
		radial-gradient(circle at center, rgba(198, 83, 29, .1), transparent 65%);
}

.values-grid-atelier article:hover {
	background: #fff;
	border-color: rgba(198, 83, 29, .28);
	box-shadow: 0 32px 66px rgba(41, 32, 22, .16);
}

.values-grid-atelier article > i {
	width: 46px;
	height: 46px;
	margin-bottom: 34px;
	background: #171513;
	border: 0;
	color: #fff;
}

.values-grid-atelier article > span {
	color: var(--manifesto-orange);
}

.values-grid-atelier h3 {
	color: var(--manifesto-ink);
}

.values-grid-atelier p {
	color: #777169;
}

.values-grid-atelier article > em {
	color: rgba(23, 21, 19, .34);
}

.products-editorial {
	position: relative;
	padding-block: 118px 112px;
	background:
		linear-gradient(rgba(23, 21, 19, .035) 1px, transparent 1px) 0 0 / 100% 110px,
		#f8f6f2;
	border-top: 1px solid rgba(23, 21, 19, .08);
	color: #171513;
}

.products-editorial .eyebrow {
	color: var(--orange, #c6531d);
}

.products-editorial .products-heading h2,
.products-editorial .products-heading h2 em {
	color: #171513;
}

.products-editorial .products-heading-copy p {
	color: #746e67;
}

.products-editorial .editorial-link {
	color: #171513;
}

.products-editorial .editorial-link:hover {
	color: var(--orange, #c6531d);
}

.product-curation-bar {
	background: rgba(255, 255, 255, .78);
	border-color: rgba(23, 21, 19, .1);
	box-shadow: 0 18px 44px rgba(41, 32, 22, .07);
	backdrop-filter: blur(14px);
}

.product-curation-bar span {
	border-color: rgba(23, 21, 19, .09);
	color: #68625b;
}

.product-curation-bar i {
	color: var(--orange, #c6531d);
}

.products-editorial .home-product-grid .somovo-product-card {
	border-color: rgba(17, 17, 15, .16);
	box-shadow: 0 18px 48px rgba(41, 32, 22, .1);
}

.products-editorial .home-product-grid .somovo-product-card:hover {
	border-color: rgba(17, 17, 15, .34);
}

.products-editorial .product-configure {
	background: #171513;
}

.products-editorial .product-configure:hover {
	background: var(--orange, #c6531d);
}

.products-editorial .product-price,
.products-editorial .product-price ins,
.products-editorial .product-dimensions i {
	color: var(--orange, #c6531d);
}

@media (max-width: 1180px) {
	.manifesto-experience {
		grid-template-columns: minmax(340px, .82fr) minmax(500px, 1.18fr);
	}

	.manifesto-story,
	.manifesto-stage {
		min-height: 620px;
	}

	.manifesto-story {
		padding: 42px;
	}

	.manifesto-story h2 {
		font-size: 52px;
	}
}

@media (max-width: 920px) {
	.manifesto-experience {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-top: 22px;
	}

	.manifesto-story {
		min-height: 0;
		height: auto;
		padding: 58px 44px;
	}

	.manifesto-counter {
		display: flex;
		margin-top: 30px;
		padding-top: 0;
	}

	.manifesto-stage {
		height: min(720px, 84vw);
		min-height: 540px;
		margin: 0;
		background-position: 54% center;
	}

	.values-grid-atelier {
		margin-top: 16px;
		padding-inline: 0;
	}
}

@media (max-width: 820px) {
	.manifesto-atelier {
		padding-bottom: 72px;
	}

	.manifesto-story h2 {
		font-size: clamp(42px, 10.5vw, 58px);
	}

	.values-grid-atelier article,
	.values-grid-atelier article:first-child {
		border-color: rgba(23, 21, 19, .08);
	}

	.product-curation-bar span {
		background: #fff;
		border-color: rgba(23, 21, 19, .1) !important;
		color: #68625b;
		box-shadow: 0 8px 24px rgba(41, 32, 22, .06);
	}

	.products-editorial {
		padding-block: 76px 68px;
	}
}

@media (max-width: 560px) {
	.manifesto-marquee__track {
		height: 44px;
	}

	.manifesto-experience {
		width: min(100% - 20px, 1420px);
	}

	.manifesto-story {
		padding: 42px 26px;
		border-radius: 26px;
	}

	.manifesto-story h2 {
		font-size: clamp(38px, 11.3vw, 48px);
	}

	.manifesto-story > p {
		font-size: 13px;
	}

	.manifesto-counter {
		display: none;
	}

	.manifesto-stage {
		width: 100%;
		height: 126vw;
		min-height: 470px;
		margin-left: 0;
		background-position: 57% center;
		border-radius: 26px;
	}

	.manifesto-stage::before {
		inset: 12px;
		border-radius: 18px;
	}

	.manifesto-stage::after {
		top: 12px;
		left: 12px;
	}

	.manifesto-spec {
		grid-template-columns: 24px 24px;
	}

	.manifesto-spec strong {
		display: none;
	}

	.manifesto-spec-two {
		grid-template-columns: 24px 24px;
	}

	.manifesto-spec-two b {
		grid-column: 1;
	}

	.manifesto-spec-two > span {
		grid-column: 2;
	}

	.manifesto-materials {
		bottom: 12px;
		left: 12px;
	}

	.values-grid-atelier {
		width: min(100% - 20px, 1420px);
		margin-top: 14px;
	}

	.values-grid-atelier article,
	.values-grid-atelier article:first-child {
		min-height: 188px;
		padding: 24px;
	}

	.values-grid-atelier article > i {
		margin-bottom: 26px;
	}
}

/* Product dimensions beside the price and directly on the product photograph */
.single-product div.product .woocommerce-product-gallery {
	position: relative;
}

.somovo-size-panel {
	position: relative;
	margin: 8px 0 26px;
	padding: 22px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(247, 243, 237, .96));
	border: 1px solid rgba(23, 21, 19, .11);
	border-radius: 22px;
	box-shadow: 0 20px 48px rgba(47, 34, 22, .08);
	overflow: hidden;
	animation: somovo-size-panel-in .72s cubic-bezier(.2, .78, .2, 1) both;
}

.somovo-size-panel::before {
	position: absolute;
	top: 0;
	right: 22px;
	left: 22px;
	height: 2px;
	background: linear-gradient(90deg, #d45518, rgba(212, 85, 24, 0));
	content: "";
}

.somovo-size-panel__head {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	column-gap: 12px;
	margin-bottom: 18px;
}

.somovo-size-panel__head > span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	grid-row: 1 / 3;
	padding: 9px 12px;
	background: #171513;
	border-radius: 999px;
	color: #fff;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.somovo-size-panel__head > span i {
	color: #f06a26;
}

.somovo-size-panel__head strong {
	color: #171513;
	font-size: 17px;
	letter-spacing: -.02em;
}

.somovo-size-panel__head small {
	margin-top: 3px;
	color: #847d75;
	font-size: 10px;
}

.somovo-size-panel__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.somovo-size-panel__grid article {
	position: relative;
	display: grid;
	grid-template-columns: 32px 1fr;
	grid-template-rows: auto auto;
	align-items: center;
	min-width: 0;
	padding: 13px;
	background: rgba(255, 255, 255, .82);
	border: 1px solid rgba(23, 21, 19, .08);
	border-radius: 15px;
	transition: border-color .25s, box-shadow .25s, transform .25s;
}

.somovo-size-panel__grid article:hover {
	border-color: rgba(212, 85, 24, .35);
	box-shadow: 0 12px 28px rgba(47, 34, 22, .08);
	transform: translateY(-2px);
}

.somovo-size-panel__grid article > i {
	display: grid;
	grid-row: 1 / 3;
	width: 27px;
	height: 27px;
	place-items: center;
	background: rgba(212, 85, 24, .1);
	border-radius: 50%;
	color: #d45518;
	font-size: 11px;
}

.somovo-size-panel__grid article > span {
	color: #827b73;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .04em;
}

.somovo-size-panel__grid article > strong {
	display: flex;
	align-items: baseline;
	gap: 4px;
	min-width: 0;
	color: #171513;
	font-size: clamp(16px, 1.35vw, 20px);
	line-height: 1.15;
}

.somovo-size-panel__grid article > strong b {
	font-weight: 700;
	white-space: nowrap;
}

.somovo-size-panel__grid article > strong small {
	color: #9a938a;
	font-size: 8px;
	font-weight: 700;
	text-transform: uppercase;
}

.somovo-size-panel__grid article.is-empty {
	opacity: .46;
}

.somovo-size-panel__note {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 14px 0 0;
	padding-top: 13px;
	border-top: 1px solid rgba(23, 21, 19, .08);
	color: #797269;
	font-size: 10px;
	line-height: 1.45;
}

.somovo-size-panel__note i {
	color: #d45518;
}

.somovo-size-panel.is-refreshing .somovo-size-panel__grid article {
	animation: somovo-size-value-pulse .56s cubic-bezier(.2, .78, .2, 1) both;
}

.somovo-size-panel.is-refreshing .somovo-size-panel__grid article:nth-child(2) {
	animation-delay: .06s;
}

.somovo-size-panel.is-refreshing .somovo-size-panel__grid article:nth-child(3) {
	animation-delay: .12s;
}

.somovo-image-dimensions {
	position: absolute;
	z-index: 6;
	top: 0;
	left: 0;
	pointer-events: none;
	overflow: hidden;
	border-radius: 30px;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transform-origin: center;
	transition: opacity .3s ease, transform .35s cubic-bezier(.2, .78, .2, 1), visibility .3s;
}

.somovo-image-dimensions.is-hidden {
	opacity: 0;
	visibility: hidden;
	transform: scale(.975);
}

.somovo-measure {
	position: absolute;
	display: block;
	color: #171513;
	filter: drop-shadow(0 5px 14px rgba(0, 0, 0, .12));
	pointer-events: auto;
	cursor: crosshair;
}

.somovo-measure i {
	position: absolute;
	display: block;
	background: rgba(212, 85, 24, .8);
}

.somovo-measure i::before,
.somovo-measure i::after {
	position: absolute;
	width: 7px;
	height: 7px;
	border-color: #d45518;
	border-style: solid;
	content: "";
}

.somovo-measure b {
	position: absolute;
	display: flex;
	align-items: baseline;
	gap: 3px;
	padding: 7px 9px;
	background: rgba(255, 255, 255, .9);
	border: 1px solid rgba(23, 21, 19, .12);
	border-radius: 999px;
	box-shadow: 0 9px 24px rgba(22, 17, 13, .11);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .02em;
	line-height: 1;
	white-space: nowrap;
	backdrop-filter: blur(10px);
	transition: border-color .22s ease, box-shadow .22s ease, color .22s ease;
}

.somovo-measure em {
	color: #d45518;
	font-style: normal;
}

.somovo-measure.is-measure-active i {
	background: #f06722;
	box-shadow: 0 0 0 1px rgba(240, 103, 34, .3), 0 0 20px rgba(240, 103, 34, .72);
	animation: somovo-measure-hover-line .62s ease-in-out infinite alternate !important;
}

.somovo-measure.is-measure-active b {
	border-color: rgba(240, 103, 34, .68);
	box-shadow: 0 12px 32px rgba(212, 85, 24, .25);
	animation: somovo-measure-hover-label .62s ease-in-out infinite alternate !important;
}

.somovo-measure.is-measure-active em {
	color: #f05d16;
}

.somovo-size-panel__grid article.is-measure-active {
	border-color: rgba(240, 103, 34, .72);
	box-shadow: 0 15px 35px rgba(212, 85, 24, .16);
	transform: translateY(-3px);
}

.somovo-size-panel__grid article.is-measure-active strong b {
	color: #d94f0c;
	animation: somovo-dimension-number-focus .62s ease-in-out infinite alternate;
}

.somovo-dimension-toggle {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 8;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 38px;
	padding: 9px 13px;
	background: rgba(255, 255, 255, .91);
	border: 1px solid rgba(23, 21, 19, .14);
	border-radius: 999px;
	color: #171513;
	cursor: pointer;
	box-shadow: 0 12px 32px rgba(24, 19, 15, .12);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .05em;
	line-height: 1;
	text-transform: uppercase;
	backdrop-filter: blur(14px);
	transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}

.somovo-dimension-toggle:hover {
	border-color: rgba(212, 85, 24, .55);
	transform: translateY(-2px);
}

.somovo-dimension-toggle i {
	color: #d45518;
	font-size: 13px;
}

.somovo-dimension-toggle.is-active {
	background: #171513;
	border-color: #171513;
	color: #fff;
}

.somovo-dimension-toggle.is-active i {
	color: #f06a26;
	animation: somovo-toggle-ruler .9s ease-in-out infinite alternate;
}

.somovo-dimension-toggle--quick {
	top: 20px;
	right: 78px;
}

.somovo-image-dimensions--quick {
	inset: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
}

.somovo-image-dimensions--quick .somovo-measure--height {
	top: 18%;
	bottom: 18%;
	left: 6%;
}

.somovo-image-dimensions--quick .somovo-measure--width {
	right: 18%;
	bottom: 12%;
	left: 18%;
}

.somovo-image-dimensions--quick .somovo-measure--depth {
	top: 16%;
	right: 7%;
}

.quick-image-kicker,
.quick-media-note,
.quick-product-media > img {
	position: relative;
	z-index: 2;
}

.somovo-size-panel--quick {
	margin: 16px 0 22px;
	padding: 16px;
	border-radius: 18px;
	box-shadow: 0 14px 34px rgba(47, 34, 22, .07);
}

.somovo-size-panel--quick .somovo-size-panel__head {
	margin-bottom: 13px;
}

.somovo-size-panel--quick .somovo-size-panel__head > span {
	padding: 8px 10px;
}

.somovo-size-panel--quick .somovo-size-panel__head strong {
	font-size: 14px;
}

.somovo-size-panel--quick .somovo-size-panel__grid article {
	padding: 10px;
}

.somovo-size-panel--quick .somovo-size-panel__note {
	margin-top: 10px;
	padding-top: 10px;
}

.somovo-measure--height {
	top: 16%;
	bottom: 16%;
	left: 5%;
	width: 1px;
}

.somovo-measure--height i {
	inset: 0;
	width: 1px;
	transform-origin: center;
}

.somovo-measure--height i::before,
.somovo-measure--height i::after {
	left: -3px;
	border-width: 1px 0 0 1px;
}

.somovo-measure--height i::before {
	top: 0;
	transform: rotate(45deg);
}

.somovo-measure--height i::after {
	bottom: 0;
	transform: rotate(225deg);
}

.somovo-measure--height b {
	top: 50%;
	left: 9px;
	transform: translateY(-50%);
}

.somovo-measure--width {
	right: 17%;
	bottom: 6%;
	left: 17%;
	height: 1px;
}

.somovo-measure--width i {
	inset: 0;
	height: 1px;
	transform-origin: center;
}

.somovo-measure--width i::before,
.somovo-measure--width i::after {
	top: -3px;
	border-width: 1px 0 0 1px;
}

.somovo-measure--width i::before {
	left: 0;
	transform: rotate(-45deg);
}

.somovo-measure--width i::after {
	right: 0;
	transform: rotate(135deg);
}

.somovo-measure--width b {
	bottom: 9px;
	left: 50%;
	transform: translateX(-50%);
}

.somovo-measure--depth {
	top: 12%;
	right: 5%;
	width: 25%;
	height: 1px;
	transform: rotate(-24deg);
	transform-origin: right center;
}

.somovo-measure--depth i {
	inset: 0;
	height: 1px;
	transform-origin: right center;
}

.somovo-measure--depth i::before,
.somovo-measure--depth i::after {
	top: -3px;
	border-width: 1px 0 0 1px;
}

.somovo-measure--depth i::before {
	left: 0;
	transform: rotate(-45deg);
}

.somovo-measure--depth i::after {
	right: 0;
	transform: rotate(135deg);
}

.somovo-measure--depth b {
	right: 0;
	bottom: 9px;
	transform: rotate(24deg);
	transform-origin: right bottom;
}

.somovo-image-dimensions.is-refreshing .somovo-measure--height i {
	animation: somovo-measure-height .56s cubic-bezier(.2, .78, .2, 1) both;
}

.somovo-image-dimensions.is-refreshing .somovo-measure--width i,
.somovo-image-dimensions.is-refreshing .somovo-measure--depth i {
	animation: somovo-measure-width .56s cubic-bezier(.2, .78, .2, 1) both;
}

.somovo-image-dimensions.is-refreshing .somovo-measure b {
	animation: somovo-measure-label .56s .08s cubic-bezier(.2, .78, .2, 1) both;
}

@keyframes somovo-size-panel-in {
	from { opacity: 0; transform: translateY(16px); }
	to { opacity: 1; transform: none; }
}

@keyframes somovo-size-value-pulse {
	0% { opacity: .45; transform: translateY(5px); }
	100% { opacity: 1; transform: none; }
}

@keyframes somovo-measure-height {
	from { transform: scaleY(0); }
	to { transform: scaleY(1); }
}

@keyframes somovo-measure-width {
	from { transform: scaleX(0); }
	to { transform: scaleX(1); }
}

@keyframes somovo-measure-label {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes somovo-measure-hover-line {
	from { opacity: .5; filter: brightness(.95); }
	to { opacity: 1; filter: brightness(1.3); }
}

@keyframes somovo-measure-hover-label {
	from { filter: brightness(.98); }
	to { filter: brightness(1.05); }
}

@keyframes somovo-dimension-number-focus {
	from { transform: scale(1); }
	to { transform: scale(1.16); }
}

@keyframes somovo-toggle-ruler {
	from { transform: rotate(-5deg) scale(.96); }
	to { transform: rotate(5deg) scale(1.08); }
}

@media (max-width: 820px) {
	.somovo-size-panel {
		margin-bottom: 22px;
		padding: 18px;
		border-radius: 18px;
	}

	.somovo-size-panel__head {
		grid-template-columns: auto 1fr;
	}

	.somovo-size-panel__grid {
		gap: 6px;
	}

	.somovo-size-panel__grid article {
		grid-template-columns: 1fr;
		padding: 11px 8px;
		text-align: center;
	}

	.somovo-size-panel__grid article > i {
		display: none;
	}

	.somovo-size-panel__grid article > strong {
		justify-content: center;
		font-size: 15px;
	}

	.somovo-size-panel__grid article > span {
		margin-bottom: 3px;
	}

	.somovo-measure b {
		padding: 6px 8px;
		font-size: 8px;
	}

	.somovo-measure--height {
		left: 4%;
	}

	.somovo-measure--width {
		right: 14%;
		left: 14%;
	}

	.somovo-dimension-toggle {
		top: 12px;
		right: 12px;
		min-height: 34px;
		padding: 8px 10px;
		font-size: 8px;
	}

	.somovo-dimension-toggle--quick {
		top: 16px;
		right: 72px;
	}

	.somovo-size-panel--quick {
		margin: 14px 0 18px;
		padding: 14px;
	}

	.somovo-image-dimensions--quick .somovo-measure--height {
		left: 5%;
	}
}

@media (max-width: 460px) {
	.somovo-size-panel__head {
		grid-template-columns: 1fr;
	}

	.somovo-size-panel__head > span {
		grid-row: auto;
		justify-self: start;
		margin-bottom: 10px;
	}

	.somovo-size-panel__head small {
		line-height: 1.35;
	}

	.somovo-size-panel__note {
		align-items: flex-start;
	}

	.somovo-measure--depth {
		top: 10%;
		width: 21%;
	}

	.somovo-dimension-toggle span {
		display: none;
	}

	.somovo-dimension-toggle {
		width: 36px;
		height: 36px;
		min-height: 36px;
		padding: 0;
		justify-content: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.somovo-size-panel,
	.somovo-size-panel.is-refreshing .somovo-size-panel__grid article,
	.somovo-image-dimensions.is-refreshing .somovo-measure i,
	.somovo-image-dimensions.is-refreshing .somovo-measure b {
		animation: none;
	}

	.somovo-measure.is-measure-active i,
	.somovo-measure.is-measure-active b,
	.somovo-size-panel__grid article.is-measure-active strong b,
	.somovo-dimension-toggle.is-active i {
		animation: none !important;
	}
}

/* Mandatory visual selectors for every product variation */
.single-product form.has-visual-variations table.variations {
	display: block;
	width: 100%;
	margin: 34px 0 24px !important;
	border: 0;
	border-spacing: 0;
}

.single-product form.has-visual-variations table.variations tbody,
.single-product form.has-visual-variations table.variations tr,
.single-product form.has-visual-variations table.variations td {
	display: block;
	width: 100%;
}

.single-product form.has-visual-variations table.variations tr {
	padding: 0 0 25px;
	border-bottom: 1px solid rgba(23, 21, 19, .11);
}

.single-product form.has-visual-variations table.variations tr + tr {
	padding-top: 25px;
}

.single-product form.has-visual-variations table.variations th {
	display: none;
}

.single-product .somovo-native-variation-select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	overflow: hidden !important;
	white-space: nowrap !important;
}

.single-variation-gallery {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.single-variation-gallery legend {
	display: flex;
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	align-items: center;
	gap: 12px;
}

.single-variation-gallery legend > span:first-child {
	display: grid;
	flex: 0 0 31px;
	width: 31px;
	height: 31px;
	place-items: center;
	background: #171513;
	border-radius: 50%;
	color: #fff;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .08em;
}

.single-variation-gallery legend > span:last-child {
	display: flex;
	min-width: 0;
	flex: 1;
	align-items: baseline;
	justify-content: space-between;
	gap: 18px;
}

.single-variation-gallery legend strong {
	color: #171513;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .055em;
	text-transform: uppercase;
}

.single-variation-gallery legend small {
	color: #938c83;
	font-size: 9px;
	white-space: nowrap;
}

.single-variation-options {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.single-variation-option {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 145px;
	padding: 8px 8px 11px;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
	background: #f6f5f1;
	border: 1px solid #e2dfd8;
	border-radius: 18px;
	color: #27231f;
	cursor: pointer;
	overflow: hidden;
	transition:
		background-color .2s ease,
		border-color .2s ease,
		box-shadow .2s ease,
		transform .2s ease;
}

.single-variation-option:hover {
	background: #fff;
	border-color: rgba(198, 83, 29, .42);
	box-shadow: 0 14px 32px rgba(41, 32, 22, .1);
	transform: translateY(-2px);
}

.single-variation-option-image {
	position: relative;
	display: grid;
	width: 100%;
	aspect-ratio: 1.23 / 1;
	place-items: center;
	background:
		radial-gradient(circle at 50% 44%, #fff 0, #fbfbf8 54%, #f0efe9 100%);
	border-radius: 12px;
	overflow: hidden;
}

.single-variation-option-image img {
	width: 100%;
	height: 100%;
	padding: 5px;
	object-fit: contain;
	mix-blend-mode: multiply;
	transition: transform .24s ease;
}

.single-variation-option:hover .single-variation-option-image img {
	transform: scale(1.035);
}

.single-variation-option-label {
	display: block;
	min-width: 0;
	padding-inline: 3px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	overflow-wrap: anywhere;
}

.single-variation-option > i {
	position: absolute;
	z-index: 2;
	top: 12px;
	right: 12px;
	display: grid;
	width: 23px;
	height: 23px;
	place-items: center;
	background: #171513;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 5px 14px rgba(0, 0, 0, .16);
	color: #fff;
	font-size: 8px;
	opacity: 0;
	transform: scale(.7);
	transition: opacity .2s ease, transform .2s ease;
}

.single-variation-option.is-active {
	background: #fff8f3;
	border-color: var(--orange, #c6531d);
	box-shadow:
		0 0 0 1px var(--orange, #c6531d),
		0 18px 38px rgba(198, 83, 29, .13);
}

.single-variation-option.is-active > i {
	background: var(--orange, #c6531d);
	opacity: 1;
	transform: scale(1);
}

.single-variation-option.is-unavailable {
	opacity: .38;
	cursor: not-allowed;
	filter: grayscale(1);
}

.single-variation-option.is-unavailable:hover {
	background: #f6f5f1;
	border-color: #e2dfd8;
	box-shadow: none;
	transform: none;
}

.single-product form.has-visual-variations .reset_variations {
	margin-top: 12px;
	color: #786f67;
	font-size: 9px !important;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.single-product form.has-visual-variations .woocommerce-variation {
	margin-top: 4px;
	padding: 18px 20px;
	background: #f6f3ee;
	border: 1px solid rgba(23, 21, 19, .08);
	border-radius: 17px;
}

@media (max-width: 1180px) {
	.single-variation-options {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.single-product form.has-visual-variations table.variations {
		margin-top: 26px !important;
	}

	.single-variation-gallery legend > span:last-child {
		display: grid;
		gap: 3px;
	}

	.single-variation-gallery legend small {
		white-space: normal;
	}

	.single-variation-options {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 9px;
	}

	.single-variation-option {
		min-height: 136px;
		border-radius: 16px;
	}
}

@media (max-width: 420px) {
	.single-variation-option {
		min-height: 126px;
		padding: 6px 6px 9px;
	}

	.single-variation-option-label {
		font-size: 9px;
	}
}

/* Live slide-out cart */
body.cart-drawer-open {
	overflow: hidden;
}

.cart-drawer[hidden] {
	display: none;
}

.cart-drawer {
	position: fixed;
	inset: 0;
	z-index: 1450;
	pointer-events: none;
}

.cart-drawer-backdrop {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 80% 10%, rgba(218, 108, 42, .1), transparent 32%),
		rgba(15, 14, 13, .58);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	opacity: 0;
	transition: opacity .42s ease;
}

.cart-drawer-panel {
	position: absolute;
	inset: 0 0 0 auto;
	display: flex;
	width: min(520px, 100%);
	height: 100dvh;
	flex-direction: column;
	overflow: hidden;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(248, 245, 240, .98)),
		#fbfaf8;
	border-left: 1px solid rgba(23, 21, 19, .08);
	box-shadow: -32px 0 90px rgba(13, 12, 11, .22);
	transform: translate3d(104%, 0, 0);
	transition: transform .48s cubic-bezier(.76, 0, .24, 1);
	will-change: transform;
}

.cart-drawer.is-open {
	pointer-events: auto;
}

.cart-drawer.is-open .cart-drawer-backdrop {
	opacity: 1;
}

.cart-drawer.is-open .cart-drawer-panel {
	transform: translate3d(0, 0, 0);
}

.cart-drawer-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 28px 30px 22px;
	background: rgba(255, 255, 255, .72);
	border-bottom: 1px solid rgba(23, 21, 19, .08);
}

.cart-drawer-head .eyebrow {
	display: block;
	margin-bottom: 5px;
	color: #ce6325;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.cart-drawer-head h2 {
	display: flex;
	align-items: center;
	gap: 11px;
	margin: 0;
	color: #171513;
	font-family: inherit;
	font-size: clamp(30px, 3vw, 40px);
	font-weight: 500;
	letter-spacing: -.045em;
	line-height: 1;
}

.cart-drawer-head h2 em {
	display: grid;
	width: 29px;
	height: 29px;
	place-items: center;
	margin-top: 2px;
	background: #ef7a35;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0;
}

.cart-drawer-head button {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	padding: 0;
	background: #f4f1ec;
	border: 1px solid rgba(23, 21, 19, .1);
	border-radius: 50%;
	color: #171513;
	font-size: 18px;
	cursor: pointer;
	transition: background .25s ease, color .25s ease, transform .25s ease;
}

.cart-drawer-head button:hover {
	background: #171513;
	color: #fff;
	transform: rotate(8deg);
}

.cart-drawer-status {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 11px 30px;
	background: #171513;
	color: rgba(255, 255, 255, .82);
	font-size: 11px;
	letter-spacing: .015em;
}

.cart-drawer-status i {
	color: #ff8a43;
	font-size: 10px;
}

.cart-drawer-body {
	position: relative;
	flex: 1 1 auto;
	min-height: 0;
	overflow: auto;
	overscroll-behavior: contain;
	scrollbar-color: rgba(23, 21, 19, .18) transparent;
	scrollbar-width: thin;
}

.cart-drawer-loading {
	position: absolute;
	z-index: 4;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 160px;
	background: rgba(250, 248, 244, .78);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	color: #4f4944;
	font-size: 12px;
}

.cart-drawer-loading i {
	color: #ef7a35;
	font-size: 19px;
}

.cart-drawer-items {
	padding: 6px 30px 14px;
}

.cart-drawer-item {
	position: relative;
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 17px;
	padding: 22px 0;
	border-bottom: 1px solid rgba(23, 21, 19, .09);
	transition: opacity .22s ease, transform .22s ease;
}

.cart-drawer-item.is-updating {
	opacity: .42;
	transform: scale(.985);
	pointer-events: none;
}

.cart-drawer-item-media {
	display: grid;
	height: 112px;
	place-items: center;
	overflow: hidden;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .95), rgba(237, 234, 228, .84)),
		#f4f2ee;
	border: 1px solid rgba(23, 21, 19, .07);
	border-radius: 18px;
}

.cart-drawer-item-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	mix-blend-mode: multiply;
	transition: transform .35s ease;
}

a.cart-drawer-item-media:hover img {
	transform: scale(1.05);
}

.cart-drawer-item-content {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.cart-drawer-item-top {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.cart-drawer-item-title {
	min-width: 0;
	flex: 1;
	overflow: hidden;
	color: #171513;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.28;
	text-decoration: none;
}

a.cart-drawer-item-title:hover {
	color: #d56528;
}

.cart-drawer-remove {
	display: grid;
	width: 27px;
	height: 27px;
	flex: 0 0 auto;
	place-items: center;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 50%;
	color: #9a938d;
	font-size: 12px;
	cursor: pointer;
	transition: background .2s ease, color .2s ease;
}

.cart-drawer-remove:hover {
	background: rgba(239, 122, 53, .12);
	color: #d45d1d;
}

.cart-drawer-attributes {
	display: -webkit-box;
	margin: 7px 0 0;
	overflow: hidden;
	color: #817a74;
	font-size: 10px;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.cart-drawer-item-bottom {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: end;
	gap: 6px 12px;
	margin-top: auto;
	padding-top: 12px;
}

.cart-drawer-quantity {
	display: grid;
	grid-row: 1 / span 2;
	grid-template-columns: 31px 32px 31px;
	height: 35px;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(23, 21, 19, .13);
	border-radius: 999px;
}

.cart-drawer-quantity button,
.cart-drawer-quantity input {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	color: #171513;
	font: inherit;
	font-size: 13px;
	text-align: center;
}

.cart-drawer-quantity button {
	cursor: pointer;
	transition: background .2s ease, color .2s ease;
}

.cart-drawer-quantity button:hover:not(:disabled) {
	background: #171513;
	color: #fff;
}

.cart-drawer-quantity button:disabled {
	color: #c5c0bb;
	cursor: not-allowed;
}

.cart-drawer-unit-price {
	align-self: end;
	color: #99918a;
	font-size: 10px;
	line-height: 1.1;
	text-align: right;
}

.cart-drawer-line-total {
	align-self: start;
	color: #171513;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.1;
	text-align: right;
}

.cart-drawer-unit-price .amount,
.cart-drawer-line-total .amount,
.cart-drawer-total .amount {
	color: inherit;
}

.cart-drawer-empty {
	display: flex;
	min-height: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 50px 36px;
	text-align: center;
}

.cart-drawer-empty[hidden] {
	display: none;
}

.cart-drawer-empty-icon {
	position: relative;
	display: grid;
	width: 92px;
	height: 92px;
	place-items: center;
	margin-bottom: 25px;
	background: #171513;
	border-radius: 32px;
	box-shadow: 16px 16px 0 rgba(239, 122, 53, .13);
	color: #fff;
	font-size: 28px;
	transform: rotate(-4deg);
}

.cart-drawer-empty h3 {
	margin: 0;
	color: #171513;
	font-family: inherit;
	font-size: 27px;
	font-weight: 600;
	letter-spacing: -.04em;
}

.cart-drawer-empty p {
	max-width: 300px;
	margin: 10px auto 24px;
	color: #777069;
	font-size: 13px;
	line-height: 1.65;
}

.cart-drawer-empty a {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 0 25px;
	background: #ef7a35;
	border-radius: 999px;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .06em;
	text-decoration: none;
	text-transform: uppercase;
}

.cart-drawer-footer {
	flex: 0 0 auto;
	padding: 22px 30px calc(24px + env(safe-area-inset-bottom));
	background: #fff;
	border-top: 1px solid rgba(23, 21, 19, .09);
	box-shadow: 0 -18px 50px rgba(25, 22, 19, .06);
}

.cart-drawer-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	color: #171513;
}

.cart-drawer-total span {
	font-size: 13px;
	font-weight: 600;
}

.cart-drawer-total strong {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -.035em;
	white-space: nowrap;
}

.cart-drawer-footer > p {
	margin: 7px 0 17px;
	color: #827b74;
	font-size: 10px;
	line-height: 1.4;
}

.cart-drawer-footer > p i {
	margin-right: 3px;
	color: #da6829;
}

.cart-drawer-checkout {
	display: flex;
	min-height: 55px;
	align-items: center;
	justify-content: space-between;
	padding: 0 21px;
	background: #171513;
	border-radius: 17px;
	box-shadow: 0 12px 30px rgba(23, 21, 19, .16);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .075em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}

.cart-drawer-checkout i {
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	background: #ef7a35;
	border-radius: 50%;
	font-size: 11px;
	transition: transform .25s ease;
}

.cart-drawer-checkout:hover {
	background: #27231f;
	box-shadow: 0 15px 34px rgba(23, 21, 19, .22);
	color: #fff;
	transform: translateY(-2px);
}

.cart-drawer-checkout:hover i {
	transform: translateX(3px);
}

.cart-drawer-cart-link {
	display: block;
	margin-top: 13px;
	color: #706a64;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: center;
	text-decoration: underline;
	text-decoration-color: rgba(112, 106, 100, .35);
	text-underline-offset: 4px;
	text-transform: uppercase;
}

.cart-pill em.is-pop,
.mobile-cart em.is-pop,
.cart-drawer-total strong.is-pop {
	animation: somovo-cart-pop .42s cubic-bezier(.2, .9, .25, 1.25);
}

@keyframes somovo-cart-pop {
	0% { transform: scale(.82); opacity: .58; }
	65% { transform: scale(1.08); }
	100% { transform: scale(1); opacity: 1; }
}

@media (max-width: 600px) {
	.cart-drawer-panel {
		width: 100%;
		border-left: 0;
	}

	.cart-drawer-head {
		padding: 20px 19px 16px;
	}

	.cart-drawer-head h2 {
		font-size: 30px;
	}

	.cart-drawer-head button {
		width: 42px;
		height: 42px;
	}

	.cart-drawer-status {
		padding: 10px 19px;
		font-size: 10px;
	}

	.cart-drawer-items {
		padding: 3px 18px 12px;
	}

	.cart-drawer-item {
		grid-template-columns: 91px minmax(0, 1fr);
		gap: 13px;
		padding: 17px 0;
	}

	.cart-drawer-item-media {
		height: 101px;
		border-radius: 15px;
	}

	.cart-drawer-item-title {
		font-size: 13px;
	}

	.cart-drawer-attributes {
		margin-top: 4px;
		font-size: 9px;
	}

	.cart-drawer-item-bottom {
		gap: 4px 8px;
		padding-top: 8px;
	}

	.cart-drawer-quantity {
		grid-template-columns: 28px 27px 28px;
		height: 32px;
	}

	.cart-drawer-unit-price {
		font-size: 9px;
	}

	.cart-drawer-line-total {
		font-size: 12px;
	}

	.cart-drawer-footer {
		padding: 17px 18px calc(18px + env(safe-area-inset-bottom));
	}

	.cart-drawer-total strong {
		font-size: 21px;
	}

	.cart-drawer-checkout {
		min-height: 51px;
		border-radius: 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cart-drawer-backdrop,
	.cart-drawer-panel,
	.cart-drawer-item,
	.cart-drawer-checkout {
		transition-duration: .01ms;
	}

	.cart-pill em.is-pop,
	.mobile-cart em.is-pop,
	.cart-drawer-total strong.is-pop {
		animation: none;
	}
}

/* Quick configurator: bounded height and permanently available order controls */
.quick-sheet {
	--quick-sheet-inset: max(28px, calc((100dvh - 860px) / 2));
	top: var(--quick-sheet-inset);
	right: 28px;
	bottom: var(--quick-sheet-inset);
	left: 28px;
	width: min(1320px, calc(100% - 56px));
	max-height: none;
}

.quick-loading,
.quick-content {
	height: 100%;
	max-height: none;
}

.quick-product-media {
	height: 100%;
	min-height: 0;
}

.quick-product-info {
	display: grid;
	height: 100%;
	min-height: 0;
	grid-template-rows: minmax(0, 1fr) auto auto;
	padding: 0;
	overflow: hidden;
	background: #fff;
}

.quick-product-scroll {
	min-height: 0;
	padding: 38px 42px 18px;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-color: rgba(23, 21, 19, .18) transparent;
	scrollbar-gutter: stable;
	scrollbar-width: thin;
}

.quick-product-scroll::-webkit-scrollbar {
	width: 6px;
}

.quick-product-scroll::-webkit-scrollbar-thumb {
	background: rgba(23, 21, 19, .18);
	border-radius: 999px;
}

.quick-product-scroll .quick-heading {
	padding-right: 30px;
}

.quick-product-scroll .quick-heading h2 {
	font-size: clamp(29px, 2.6vw, 42px);
}

.quick-product-scroll .quick-description {
	margin-top: 18px;
}

.quick-product-scroll .quick-helper {
	margin-top: 16px;
}

.quick-product-scroll .quick-attributes {
	margin-top: 17px;
	padding-top: 17px;
}

.quick-purchase {
	position: relative;
	z-index: 4;
	grid-template-columns: 116px minmax(0, 1fr);
	margin: 0;
	padding: 13px 42px 11px;
	background: rgba(255, 255, 255, .98);
	border-top: 1px solid rgba(23, 21, 19, .09);
	box-shadow: 0 -16px 34px rgba(23, 21, 19, .055);
}

.quick-quantity {
	height: 54px;
	background: #f3f1ed;
	border: 1px solid rgba(23, 21, 19, .08);
}

.quick-quantity button {
	transition: background .2s ease, color .2s ease;
}

.quick-quantity button:hover {
	background: #ece6df;
	color: #c75820;
}

.quick-add {
	min-height: 54px;
	background: #171513;
	border-radius: 17px;
	box-shadow: 0 10px 24px rgba(23, 21, 19, .14);
	letter-spacing: .045em;
	transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.quick-add i {
	color: #ff8a43;
}

.quick-add:hover:not(:disabled) {
	background: #27231f;
	box-shadow: 0 13px 28px rgba(23, 21, 19, .2);
	transform: translateY(-1px);
}

.quick-footer {
	margin: 0;
	padding: 0 42px 17px;
	background: #fff;
}

@media (min-width: 821px) and (max-height: 820px) {
	.quick-sheet {
		--quick-sheet-inset: 22px;
	}

	.quick-product-scroll {
		padding-top: 28px;
	}

	.quick-product-scroll .quick-heading h2 {
		font-size: 31px;
	}

	.quick-product-scroll .quick-description {
		display: -webkit-box;
		margin-block: 13px 8px;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.quick-product-scroll .quick-helper {
		padding-block: 11px;
	}

	.quick-option {
		min-height: 124px;
	}
}

@media (max-width: 820px) {
	.quick-sheet {
		--quick-sheet-inset: 0px;
		top: 5dvh;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		max-height: none;
		border-radius: 25px 25px 0 0;
	}

	.quick-content {
		display: grid;
		height: 100%;
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: clamp(190px, 29dvh, 285px) minmax(0, 1fr);
		overflow: hidden;
	}

	.quick-product-media {
		height: auto;
		min-height: 0;
		padding: 38px 32px 25px;
	}

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

	.quick-product-info {
		width: 100%;
		height: 100%;
		min-height: 0;
		padding: 0;
		overflow: hidden;
	}

	.quick-product-scroll {
		padding: 22px 18px 14px;
	}

	.quick-product-scroll .quick-heading {
		padding-right: 32px;
	}

	.quick-product-scroll .quick-heading h2 {
		padding-right: 0;
		font-size: 27px;
	}

	.quick-product-scroll .quick-description {
		-webkit-line-clamp: 2;
	}

	.quick-product-scroll .quick-helper {
		margin-top: 13px;
	}

	.quick-purchase {
		position: relative;
		bottom: auto;
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 8px;
		margin: 0;
		padding: 10px 14px calc(11px + env(safe-area-inset-bottom));
		border-radius: 0;
		box-shadow: 0 -14px 34px rgba(23, 21, 19, .1);
	}

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

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

	.quick-footer {
		display: none;
	}
}

/* Collection cards: one rounded outer shell, no inner image shape. */
.collections-editorial .collection-card {
	border: 0;
	border-radius: 24px;
	overflow: hidden;
}

.collections-editorial .collection-card img {
	border: 0;
	border-radius: 0;
	clip-path: none;
	mask: none;
	object-fit: cover;
}

.collections-editorial .collection-card-1 img,
.collections-editorial .collection-card-3 img,
.collections-editorial .collection-card-4 img,
.collections-editorial .collection-card-5 img,
.collections-editorial .collection-card-6 img {
	object-position: right center;
}

@media (max-width: 820px) {
	.collections-editorial .collection-card,
	.collections-editorial .collection-card-1,
	.collections-editorial .collection-card-2,
	.collections-editorial .collection-card-3,
	.collections-editorial .collection-card-4,
	.collections-editorial .collection-card-5,
	.collections-editorial .collection-card-6,
	.collections-editorial .collection-card-7 {
		border-radius: 18px;
	}
}

/* Scroll-assembled footer signature */
.footer-wordmark {
	overflow: hidden;
}

.footer-wordmark > .footer-wordmark-track {
	display: flex;
	align-items: baseline;
	justify-content: center;
	width: 100%;
	color: #f1f2ef;
	font-family: var(--sans);
	font-size: clamp(104px, 15.5vw, 300px);
	font-weight: 300;
	font-synthesis: none;
	letter-spacing: -.075em;
	line-height: .78;
	white-space: nowrap;
	transform: none;
	transition: color .45s ease;
}

.footer-wordmark:hover > .footer-wordmark-track {
	color: #cbd7d2;
	letter-spacing: -.075em;
}

.footer-wordmark-glyph {
	display: block;
	flex: 0 0 auto;
	opacity: 0;
	transform: translate3d(0, 0, 0);
	transform-origin: 50% 70%;
	will-change: transform, opacity;
}

.footer-wordmark-slash {
	color: #e07a3c;
	font-weight: 260;
	letter-spacing: -.16em;
}

.footer-wordmark-slash:nth-child(2) {
	margin-right: .075em;
}

@media (max-width: 820px) {
	.footer-wordmark > .footer-wordmark-track {
		font-size: 18vw;
		letter-spacing: -.082em;
	}

	.footer-wordmark:hover > .footer-wordmark-track {
		letter-spacing: -.082em;
	}
}

@media (prefers-reduced-motion: reduce) {
	.footer-wordmark-glyph {
		opacity: 1;
		transform: none !important;
		will-change: auto;
	}
}

/* Luxury mobile catalog sorting */
.somovo-mobile-sort-trigger {
	display: none;
}

.somovo-sort-dialog {
	position: fixed;
	z-index: 10050;
	inset: 0;
	pointer-events: none;
}

.somovo-sort-dialog__backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	background: rgba(13, 12, 11, .64);
	border: 0;
	opacity: 0;
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	transition: opacity .34s ease;
}

.somovo-sort-dialog__sheet {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	max-height: min(78dvh, 650px);
	padding: 10px 18px calc(24px + env(safe-area-inset-bottom, 0px));
	background:
		radial-gradient(circle at 92% 0, rgba(215, 90, 26, .12), transparent 28%),
		#f8f6f2;
	border: 1px solid rgba(23, 21, 19, .14);
	border-bottom: 0;
	border-radius: 28px 28px 0 0;
	box-shadow: 0 -28px 80px rgba(15, 13, 11, .24);
	overflow-y: auto;
	overscroll-behavior: contain;
	transform: translate3d(0, 105%, 0);
	transition: transform .42s cubic-bezier(.2, .78, .22, 1);
}

.somovo-sort-dialog.is-open {
	pointer-events: auto;
}

.somovo-sort-dialog.is-open .somovo-sort-dialog__backdrop {
	opacity: 1;
}

.somovo-sort-dialog.is-open .somovo-sort-dialog__sheet {
	transform: translate3d(0, 0, 0);
}

.somovo-sort-dialog__handle {
	display: block;
	width: 42px;
	height: 4px;
	margin: 0 auto 20px;
	background: rgba(23, 21, 19, .2);
	border-radius: 999px;
}

.somovo-sort-dialog__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 0 2px 19px;
	border-bottom: 1px solid rgba(23, 21, 19, .12);
}

.somovo-sort-dialog__header small,
.somovo-sort-dialog__header h2 {
	display: block;
	margin: 0;
}

.somovo-sort-dialog__header small {
	margin-bottom: 7px;
	color: #d75a1a;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .17em;
	text-transform: uppercase;
}

.somovo-sort-dialog__header h2 {
	color: #171513;
	font-family: var(--sans);
	font-size: 26px;
	font-weight: 500;
	letter-spacing: -.045em;
	line-height: 1;
}

.somovo-sort-dialog__close {
	display: grid;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	padding: 0;
	place-items: center;
	background: #fff;
	border: 1px solid rgba(23, 21, 19, .13);
	border-radius: 50%;
	color: #171513;
	font-size: 15px;
}

.somovo-sort-options {
	display: grid;
	gap: 8px;
	padding-top: 14px;
}

.somovo-sort-option {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) 26px;
	align-items: center;
	gap: 12px;
	width: 100%;
	min-height: 58px;
	padding: 8px 14px 8px 10px;
	background: #fff;
	border: 1px solid rgba(23, 21, 19, .12);
	border-radius: 15px;
	color: #171513;
	text-align: left;
	transition: background .22s ease, border-color .22s ease, color .22s ease, transform .22s ease;
}

.somovo-sort-option > span {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	background: #f2ede6;
	border-radius: 10px;
	color: #9a9085;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .08em;
}

.somovo-sort-option > strong {
	font-size: 13px;
	font-weight: 700;
}

.somovo-sort-option > i {
	display: grid;
	width: 26px;
	height: 26px;
	place-items: center;
	background: rgba(215, 90, 26, .14);
	border-radius: 50%;
	color: #d75a1a;
	font-size: 10px;
	opacity: 0;
	transform: scale(.65);
	transition: opacity .2s ease, transform .2s ease;
}

.somovo-sort-option.is-selected {
	background:
		radial-gradient(circle at 92% 0, rgba(215, 90, 26, .25), transparent 34%),
		#171513;
	border-color: #171513;
	box-shadow: 0 13px 30px rgba(23, 21, 19, .16);
	color: #fff;
}

.somovo-sort-option.is-selected > span {
	background: #d75a1a;
	color: #fff;
}

.somovo-sort-option.is-selected > i {
	opacity: 1;
	transform: scale(1);
}

body.sort-dialog-open {
	overflow: hidden;
}

@media (min-width: 821px) {
	.woocommerce-ordering.somovo-ordering-enhanced {
		position: relative;
		z-index: 35;
		min-width: 264px;
		overflow: visible;
	}

	.woocommerce-ordering.somovo-ordering-enhanced select.orderby {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		margin: -1px !important;
		padding: 0 !important;
		border: 0 !important;
		opacity: 0 !important;
		overflow: hidden !important;
		pointer-events: none !important;
		clip: rect(0 0 0 0) !important;
		clip-path: inset(50%) !important;
	}

	.somovo-mobile-sort-trigger {
		display: grid;
		grid-template-columns: 38px minmax(0, 1fr) 14px;
		align-items: center;
		gap: 11px;
		width: 100%;
		min-height: 54px;
		padding: 7px 15px 7px 8px;
		background: linear-gradient(135deg, #fff, #f7f3ed);
		border: 1px solid rgba(23, 21, 19, .14);
		border-radius: 17px;
		box-shadow: 0 13px 34px rgba(30, 24, 18, .08);
		color: #171513;
		text-align: left;
		transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
	}

	.somovo-mobile-sort-trigger:hover,
	.somovo-mobile-sort-trigger[aria-expanded="true"] {
		border-color: rgba(215, 90, 26, .48);
		box-shadow: 0 17px 40px rgba(30, 24, 18, .13);
		transform: translateY(-1px);
	}

	.somovo-mobile-sort-trigger__icon {
		display: grid;
		width: 38px;
		height: 38px;
		place-items: center;
		background: #171513;
		border-radius: 12px;
		color: #ed6d27;
		font-size: 13px;
	}

	.somovo-mobile-sort-trigger__copy,
	.somovo-mobile-sort-trigger__copy small,
	.somovo-mobile-sort-trigger__copy strong {
		display: block;
		min-width: 0;
	}

	.somovo-mobile-sort-trigger__copy small {
		margin-bottom: 3px;
		color: #9a9188;
		font-size: 7px;
		font-weight: 800;
		letter-spacing: .13em;
		text-transform: uppercase;
	}

	.somovo-mobile-sort-trigger__copy strong {
		overflow: hidden;
		font-size: 12px;
		font-weight: 750;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.somovo-mobile-sort-trigger__arrow {
		width: 9px;
		height: 9px;
		border-right: 1.5px solid #171513;
		border-bottom: 1.5px solid #171513;
		transform: rotate(45deg) translateY(-2px);
		transition: transform .25s ease;
	}

	.somovo-mobile-sort-trigger[aria-expanded="true"] .somovo-mobile-sort-trigger__arrow {
		transform: rotate(225deg) translate(-1px, -1px);
	}

	.somovo-sort-dialog {
		position: absolute;
		z-index: 60;
		top: calc(100% + 10px);
		right: 0;
		bottom: auto;
		left: auto;
		width: min(360px, calc(100vw - 32px));
		pointer-events: none;
	}

	.somovo-sort-dialog__backdrop {
		display: none;
	}

	.somovo-sort-dialog__sheet {
		position: relative;
		inset: auto;
		max-height: min(520px, calc(100vh - 180px));
		padding: 18px;
		background:
			radial-gradient(circle at 100% 0, rgba(215, 90, 26, .13), transparent 34%),
			#f8f6f2;
		border: 1px solid rgba(23, 21, 19, .15);
		border-radius: 22px;
		box-shadow: 0 28px 70px rgba(22, 17, 13, .2);
		opacity: 0;
		overflow-y: auto;
		transform: translateY(-8px) scale(.98);
		transform-origin: top right;
		transition: opacity .22s ease, transform .25s cubic-bezier(.2, .78, .22, 1);
	}

	.somovo-sort-dialog.is-open .somovo-sort-dialog__sheet {
		opacity: 1;
		transform: translateY(0) scale(1);
	}

	.somovo-sort-dialog__handle {
		display: none;
	}

	.somovo-sort-dialog__header {
		padding: 0 0 14px;
	}

	.somovo-sort-dialog__header h2 {
		font-size: 21px;
	}

	.somovo-sort-dialog__close {
		flex-basis: 36px;
		width: 36px;
		height: 36px;
	}

	.somovo-sort-options {
		gap: 6px;
		padding-top: 12px;
	}

	.somovo-sort-option {
		grid-template-columns: 32px minmax(0, 1fr) 24px;
		min-height: 52px;
		padding: 7px 12px 7px 9px;
		border-radius: 14px;
		cursor: pointer;
	}

	.somovo-sort-option:hover {
		border-color: rgba(215, 90, 26, .42);
		transform: translateX(-2px);
	}

	.somovo-sort-option > span {
		width: 32px;
		height: 32px;
	}
}

@media (max-width: 820px) {
	.woocommerce-result-count {
		float: none !important;
		display: inline-flex;
		align-items: center;
		min-height: 32px;
		margin: 0 0 12px !important;
		padding: 0 12px;
		background: #f1ede7;
		border: 1px solid rgba(23, 21, 19, .09);
		border-radius: 999px;
		color: #787169;
		font-size: 9px;
		font-weight: 700;
	}

	.woocommerce-ordering.somovo-ordering-enhanced {
		position: relative;
		float: none !important;
		width: 100%;
		margin: 0 0 24px !important;
	}

	.woocommerce-ordering.somovo-ordering-enhanced select.orderby {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		margin: -1px !important;
		padding: 0 !important;
		border: 0 !important;
		opacity: 0 !important;
		overflow: hidden !important;
		pointer-events: none !important;
		clip: rect(0 0 0 0) !important;
		clip-path: inset(50%) !important;
	}

	.somovo-mobile-sort-trigger {
		display: grid;
		grid-template-columns: 44px minmax(0, 1fr) 18px;
		align-items: center;
		gap: 13px;
		width: 100%;
		min-height: 68px;
		padding: 9px 16px 9px 10px;
		background:
			linear-gradient(135deg, #fff, #f7f3ed);
		border: 1px solid rgba(23, 21, 19, .14);
		border-radius: 18px;
		box-shadow: 0 15px 38px rgba(30, 24, 18, .09);
		color: #171513;
		text-align: left;
	}

	.somovo-mobile-sort-trigger__icon {
		display: grid;
		width: 44px;
		height: 44px;
		place-items: center;
		background: #171513;
		border-radius: 14px;
		color: #ef7a35;
		font-size: 15px;
	}

	.somovo-mobile-sort-trigger__copy,
	.somovo-mobile-sort-trigger__copy small,
	.somovo-mobile-sort-trigger__copy strong {
		display: block;
		min-width: 0;
	}

	.somovo-mobile-sort-trigger__copy small {
		margin-bottom: 5px;
		color: #9a9188;
		font-size: 7px;
		font-weight: 800;
		letter-spacing: .13em;
		text-transform: uppercase;
	}

	.somovo-mobile-sort-trigger__copy strong {
		overflow: hidden;
		font-size: 12px;
		font-weight: 750;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.somovo-mobile-sort-trigger__arrow {
		position: relative;
		width: 12px;
		height: 12px;
		border-right: 1.5px solid #171513;
		border-bottom: 1.5px solid #171513;
		transform: rotate(45deg) translateY(-3px);
		transition: transform .25s ease;
	}

	.somovo-mobile-sort-trigger[aria-expanded="true"] .somovo-mobile-sort-trigger__arrow {
		transform: rotate(225deg) translate(-2px, -1px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.somovo-sort-dialog__backdrop,
	.somovo-sort-dialog__sheet,
	.somovo-sort-option,
	.somovo-sort-option > i,
	.somovo-mobile-sort-trigger__arrow {
		transition: none;
	}
}

/* Instant catalog search */
.header-search[data-live-search],
.drawer-search[data-live-search] {
	position: relative;
	overflow: visible;
}

.live-search-panel {
	position: absolute;
	z-index: 140;
	top: calc(100% + 12px);
	left: 0;
	width: min(680px, calc(100vw - 32px));
	max-height: min(680px, calc(100vh - 150px));
	overflow: auto;
	padding: 10px;
	background: rgba(255, 255, 255, .985);
	border: 1px solid rgba(18, 17, 15, .16);
	border-radius: 22px;
	box-shadow: 0 26px 70px rgba(18, 16, 13, .2);
	opacity: 0;
	transform: translateY(-7px) scale(.992);
	transform-origin: top center;
	transition: opacity .18s ease, transform .18s ease;
}

.live-search-panel.is-open {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.live-search-panel[hidden] {
	display: none;
}

.live-search-section + .live-search-section {
	margin-top: 5px;
	border-top: 1px solid rgba(18, 17, 15, .09);
}

.live-search-label {
	margin: 0;
	padding: 11px 10px 8px;
	color: #8b8178;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.live-search-category-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
}

.live-search-category {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-height: 58px;
	padding: 9px 11px;
	background: #f5f2ed;
	border: 1px solid transparent;
	border-radius: 14px;
	color: #171513;
	transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.live-search-category > i {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	background: #171513;
	border-radius: 11px;
	color: #ed6d27;
	font-size: 13px;
}

.live-search-category span,
.live-search-category strong,
.live-search-category small {
	display: block;
	min-width: 0;
}

.live-search-category strong {
	overflow: hidden;
	font-size: 12px;
	font-weight: 750;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.live-search-category small {
	margin-top: 3px;
	color: #8c847b;
	font-size: 9px;
}

.live-search-product-list {
	display: grid;
}

.live-search-product {
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	min-height: 76px;
	padding: 7px 10px;
	border: 1px solid transparent;
	border-radius: 15px;
	color: #171513;
	transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.live-search-product + .live-search-product {
	border-top-color: rgba(18, 17, 15, .08);
}

.live-search-product-image {
	display: grid;
	width: 62px;
	height: 62px;
	place-items: center;
	overflow: hidden;
	background: #f3f4f1;
	border: 1px solid rgba(18, 17, 15, .08);
	border-radius: 12px;
}

.live-search-product-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.live-search-product-content,
.live-search-product-content small,
.live-search-product-content strong {
	display: block;
	min-width: 0;
}

.live-search-product-content small {
	overflow: hidden;
	margin-bottom: 4px;
	color: #9a9188;
	font-size: 8px;
	font-weight: 750;
	letter-spacing: .08em;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.live-search-product-content strong {
	display: -webkit-box;
	overflow: hidden;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.live-search-product-price {
	color: #d65719;
	font-size: 12px;
	white-space: nowrap;
}

.live-search-category:hover,
.live-search-category.is-active,
.live-search-product:hover,
.live-search-product.is-active,
.live-search-all:hover,
.live-search-all.is-active {
	background: #fff8f2;
	border-color: rgba(214, 87, 25, .55);
	outline: none;
	transform: translateX(2px);
}

.live-search-all {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 48px;
	margin-top: 7px;
	padding: 0 16px;
	background: #171513;
	border: 1px solid #171513;
	border-radius: 14px;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
	transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.live-search-all:hover,
.live-search-all:focus-visible,
.live-search-all.is-active {
	color: #171513;
}

.live-search-all i {
	color: #ed6d27;
}

.live-search-loading {
	display: flex;
	align-items: center;
	gap: 7px;
	min-height: 68px;
	padding: 0 16px;
	color: #7e766e;
	font-size: 11px;
}

.live-search-loading span {
	width: 7px;
	height: 7px;
	background: #ed6d27;
	border-radius: 50%;
	animation: somovo-search-pulse .8s infinite alternate;
}

.live-search-loading span:nth-child(2) {
	animation-delay: .14s;
}

.live-search-loading span:nth-child(3) {
	animation-delay: .28s;
}

.live-search-loading i {
	margin-left: 4px;
	font-style: normal;
}

.live-search-empty {
	display: grid;
	gap: 5px;
	padding: 22px 18px;
	text-align: center;
}

.live-search-empty strong {
	font-size: 15px;
}

.live-search-empty span {
	color: #817970;
	font-size: 11px;
}

@keyframes somovo-search-pulse {
	to {
		opacity: .25;
		transform: translateY(-3px);
	}
}

@media (max-width: 782px) {
	.drawer-search[data-live-search] {
		z-index: 3;
	}

	.drawer-search .live-search-panel {
		top: calc(100% + 8px);
		width: 100%;
		max-height: calc(100vh - 190px);
		padding: 8px;
		border-radius: 18px;
	}

	.live-search-category-grid {
		grid-template-columns: 1fr;
	}

	.live-search-category {
		min-height: 52px;
	}

	.live-search-product {
		grid-template-columns: 54px minmax(0, 1fr);
		gap: 10px;
		min-height: 68px;
		padding: 7px;
	}

	.live-search-product-image {
		width: 54px;
		height: 54px;
	}

	.live-search-product-price {
		grid-column: 2;
		margin-top: -7px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.live-search-panel,
	.live-search-category,
	.live-search-product,
	.live-search-all {
		transition: none;
	}

	.live-search-loading span {
		animation: none;
	}
}
/* Temporarily unavailable products remain visible when a manager disables them. */
.somovo-product-card.is-temporarily-unavailable {
	background: #e9e9e9;
	border-color: #b6b6b6;
	box-shadow: none;
}

.somovo-product-card.is-temporarily-unavailable:hover {
	border-color: #9d9d9d;
	box-shadow: none;
	transform: none;
}

.somovo-product-card.is-temporarily-unavailable .product-image-wrap {
	background: #dedede;
}

.somovo-product-card.is-temporarily-unavailable .product-image-wrap > img {
	filter: grayscale(1);
	opacity: .45;
	transform: none !important;
}

.product-unavailable-badge {
	position: absolute;
	z-index: 4;
	inset: 14px 14px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 40px;
	padding: 8px 12px;
	background: rgba(35, 35, 35, .94);
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 999px;
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.somovo-product-card.is-temporarily-unavailable .product-card-body {
	background: #ededed;
}

.somovo-product-card.is-temporarily-unavailable .product-eyebrow,
.somovo-product-card.is-temporarily-unavailable .product-dimensions,
.somovo-product-card.is-temporarily-unavailable .product-price,
.somovo-product-card.is-temporarily-unavailable .product-price del,
.somovo-product-card.is-temporarily-unavailable .product-price ins {
	color: #777 !important;
}

.product-configure-unavailable,
.product-configure-unavailable:disabled {
	background: #858585;
	color: #fff;
	cursor: not-allowed;
	opacity: 1;
}

.live-search-product.is-unavailable {
	background: #eee;
}

.live-search-product.is-unavailable img {
	filter: grayscale(1);
	opacity: .45;
}

.live-search-product.is-unavailable .live-search-product-price {
	color: #777;
}

.live-search-unavailable {
	display: block;
	margin-top: 4px;
	color: #555;
	font-size: 9px;
	font-style: normal;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.single-product div.product.outofstock .woocommerce-product-gallery {
	filter: grayscale(1);
	opacity: .58;
}

.single-product .stock.out-of-stock {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 10px 16px;
	background: #292929;
	border-radius: 999px;
	color: #fff !important;
	font-weight: 700;
}

@media (max-width: 620px) {
	.product-unavailable-badge {
		inset: 8px 8px auto;
		min-height: 32px;
		padding: 6px 8px;
		font-size: 8px;
	}
}

/* Compact desktop header: keep every navigation item readable on small laptops. */
@media (min-width: 821px) and (max-width: 1320px) {
	.header-nav-wrap .nav-row {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 8px;
		min-height: 0;
		padding-block: 10px 12px;
	}

	.header-nav-wrap .primary-nav,
	.header-nav-wrap .collection-rail {
		width: 100%;
		max-width: none;
	}

	.header-nav-wrap .nav-list,
	.header-nav-wrap .primary-nav .menu {
		justify-content: flex-start;
		gap: clamp(14px, 2.4vw, 30px);
	}

	.header-nav-wrap .nav-list a,
	.header-nav-wrap .primary-nav .menu a,
	.header-nav-wrap .collection-rail a {
		white-space: nowrap;
	}

	.header-nav-wrap .collection-rail {
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 8px;
	}

	.header-nav-wrap .collection-rail a {
		padding: 6px 10px;
		font-size: 9px;
	}
}

/* Two-room collection navigation */
.collection-room-nav {
	display: grid;
	grid-template-columns: minmax(210px, .72fr) minmax(0, 2fr);
	gap: 28px;
	align-items: stretch;
	margin: 0 0 34px;
	padding: 22px;
	background: #fff;
	border: 1px solid rgba(17, 17, 15, .14);
	border-radius: 26px;
	box-shadow: 0 16px 46px rgba(25, 20, 16, .06);
}

.collection-room-intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 6px 8px;
}

.collection-room-intro > span {
	margin-bottom: 10px;
	color: var(--orange);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.collection-room-intro h2 {
	margin: 0;
	font-family: var(--sans);
	font-size: clamp(26px, 2.35vw, 38px);
	font-weight: 500;
	letter-spacing: -.045em;
	line-height: 1;
}

.collection-room-intro p {
	max-width: 310px;
	margin: 13px 0 0;
	color: #74706b;
	font-size: 12px;
	line-height: 1.55;
}

.collection-room-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.collection-room-nav.is-single .collection-room-grid {
	grid-template-columns: minmax(0, 1fr);
}

.collection-room-card {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	gap: 16px;
	align-items: center;
	min-height: 132px;
	padding: 18px;
	background: #f4f2ee;
	border: 1px solid transparent;
	border-radius: 20px;
	color: #151412;
	text-decoration: none;
	transition: background-color .25s, border-color .25s, color .25s, transform .25s;
}

.collection-room-card:hover,
.collection-room-card.is-active {
	background: #171512;
	border-color: #171512;
	color: #fff;
	transform: translateY(-2px);
}

.collection-room-icon {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	background: #fff;
	border: 1px solid rgba(17, 17, 15, .12);
	border-radius: 18px;
	color: var(--orange);
	font-size: 21px;
}

.collection-room-icon svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.65;
}

.collection-room-card:hover .collection-room-icon,
.collection-room-card.is-active .collection-room-icon {
	background: var(--orange);
	border-color: var(--orange);
	color: #fff;
}

.collection-room-copy {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.collection-room-copy small,
.collection-room-meta small {
	color: #8b857f;
	font-size: 8px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.collection-room-copy strong {
	font-size: 20px;
	font-weight: 650;
	letter-spacing: -.025em;
}

.collection-room-copy em {
	max-width: 260px;
	color: #77716b;
	font-size: 10px;
	font-style: normal;
	line-height: 1.35;
}

.collection-room-card:hover .collection-room-copy small,
.collection-room-card:hover .collection-room-copy em,
.collection-room-card:hover .collection-room-meta small,
.collection-room-card.is-active .collection-room-copy small,
.collection-room-card.is-active .collection-room-copy em,
.collection-room-card.is-active .collection-room-meta small {
	color: rgba(255, 255, 255, .62);
}

.collection-room-meta {
	display: grid;
	justify-items: end;
	min-width: 46px;
}

.collection-room-meta b {
	font-size: 17px;
	font-weight: 650;
}

.collection-room-arrow {
	margin-top: 17px;
	color: var(--orange);
	font-size: 19px;
	line-height: 1;
}

@media (max-width: 1040px) {
	.collection-room-nav {
		grid-template-columns: 1fr;
	}

	.collection-room-intro p {
		max-width: none;
	}
}

@media (max-width: 620px) {
	.collection-room-nav {
		gap: 18px;
		margin-bottom: 24px;
		padding: 16px;
		border-radius: 20px;
	}

	.collection-room-grid {
		grid-template-columns: 1fr;
	}

	.collection-room-card {
		grid-template-columns: 48px minmax(0, 1fr) auto;
		gap: 12px;
		min-height: 104px;
		padding: 14px;
		border-radius: 16px;
	}

	.collection-room-icon {
		width: 48px;
		height: 48px;
		border-radius: 14px;
		font-size: 18px;
	}

	.collection-room-copy strong {
		font-size: 18px;
	}

	.collection-room-copy em {
		display: none;
	}
}

/* Keep the hero copy inside the calm left panel on compact desktop screens. */
@media (min-width: 821px) and (max-width: 1320px) {
	.hero-slider .hero-copy {
		box-sizing: border-box;
		width: 45%;
		max-width: none;
		padding-right: clamp(24px, 3.2vw, 44px);
	}

	.hero-slider .hero-copy h1 {
		font-size: clamp(46px, 5vw, 56px);
		line-height: .92;
	}

	.hero-slider .hero-copy p {
		max-width: min(100%, 460px);
		font-size: 14px;
		line-height: 1.55;
	}

	.hero-slider .hero-actions {
		flex-wrap: wrap;
		gap: 12px 18px;
		max-width: min(100%, 460px);
	}

	.hero-slider .hero-actions .button {
		padding-inline: 22px;
	}

	.hero-slider .hero-actions .text-link {
		font-size: 11px;
		white-space: nowrap;
	}
}

/* Somovo NN identity: related to somovo24, but deliberately not a clone. */
:root {
	--green: #1f6a58;
	--green-dark: #103f36;
	--orange: #b7833f;
	--gold: #9a6a2d;
	--paper: #f4f2ec;
	--paper-deep: #e9e5dc;
	--radius: 22px;
	--shadow: 0 22px 64px rgba(16, 63, 54, .12);
}

body {
	background: #f4f2ec;
}

.announcement {
	background: #103f36;
}

.cart-pill,
.product-configure,
.quick-add,
.cart-drawer-checkout {
	background: #1f6a58;
}

.product-configure:hover,
.quick-add:hover,
.cart-drawer-checkout:hover {
	background: #103f36;
}

.somovo-product-card {
	border: 1px solid rgba(16, 63, 54, .12);
	border-radius: 22px 22px 8px 8px;
	box-shadow: 0 12px 42px rgba(16, 63, 54, .07);
}

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

.somovo-product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 24px 58px rgba(16, 63, 54, .14);
}

.sale-chip,
.product-eyebrow,
.quick-category,
.collection-room-intro > span {
	color: #1f6a58;
}

.sale-chip {
	border-color: rgba(31, 106, 88, .28);
	background: rgba(244, 242, 236, .94);
}

.quick-backdrop {
	background: rgba(5, 25, 21, .64);
}

.quick-sheet {
	border-radius: 30px 30px 0 0;
	box-shadow: 0 -30px 90px rgba(5, 25, 21, .24);
}

.collection-room-card:hover,
.collection-room-card.is-active {
	border-color: #1f6a58;
	background: #103f36;
}

/* Fallback for cached WooCommerce loop fragments: the room selector above is
   the only category navigation needed on collection archives. */
.tax-product_cat .collection-room-nav ~ .products .product-category.product {
	display: none !important;
}

.collection-room-icon {
	color: #1f6a58;
}

.site-footer {
	background: #0c2d27;
}

.somovo-human-check {
	display: grid;
	gap: 8px;
	margin: 18px 0;
}

.somovo-human-check label {
	font-size: 13px;
	font-weight: 750;
}

.somovo-human-check input[type="number"] {
	box-sizing: border-box;
	width: 100%;
	min-height: 52px;
	padding: 0 16px;
	border: 1px solid rgba(16, 63, 54, .22);
	border-radius: 14px;
	background: #fff;
	font: inherit;
}

.somovo-website-field {
	display: none !important;
}

/* ========================================================================== 
   SOMOVO NN / EDITORIAL CATALOGUE 2026
   ========================================================================== */
:root {
	--nn-blue: #3152d9;
	--nn-blue-dark: #243aa7;
	--nn-orange: #ff6841;
	--nn-ink: #191b20;
	--nn-muted: #74757b;
	--nn-cream: #f3f0e9;
	--nn-white: #fffefb;
	--nn-line: rgba(25, 27, 32, .16);
	--green: var(--nn-blue);
	--green-dark: var(--nn-blue-dark);
	--orange: var(--nn-orange);
	--gold: var(--nn-orange);
	--paper: var(--nn-cream);
	--paper-deep: #e8e3d9;
	--radius: 0px;
	--shadow: 0 26px 70px rgba(22, 30, 65, .13);
}
body { background: var(--nn-cream); color: var(--nn-ink); }
::selection { background: var(--nn-orange); color: var(--nn-ink); }
.shell { width: min(100% - 48px, 1480px); }
.announcement { display: none; }
.eyebrow,.product-eyebrow,.quick-category,.collection-room-intro>span { color: var(--nn-blue); }
.button,.nn-button,.product-configure,.cart-drawer-checkout,.quick-add { border-radius: 0; }

/* Header: typographic catalogue bar. */
.site-header.nn-header { position: sticky; top: 0; z-index: 90; border: 0; background: rgba(255,254,251,.97); box-shadow: none; backdrop-filter: blur(16px); }
.site-header.nn-header.is-scrolled { box-shadow: 0 10px 32px rgba(25,27,32,.08); }
.nn-header-main { display: grid; grid-template-columns: 245px minmax(480px,1fr) auto; gap: 32px; min-height: 84px; padding: 0; border-bottom: 1px solid var(--nn-line); }
.site-brand { display: inline-flex; color: var(--nn-ink); text-decoration: none; }
.brand-mark { display: inline-grid; grid-template-columns: 48px auto; align-items: center; gap: 13px; }
.brand-monogram { display: grid; width: 48px; height: 48px; place-items: center; background: var(--nn-blue); color: #fff; font-size: 25px; font-weight: 850; line-height: 1; }
.brand-lockup { display: grid; gap: 2px; }
.brand-word { font-size: 25px; font-weight: 850; letter-spacing: -.06em; line-height: 1; text-transform: uppercase; }
.brand-word i { display: none; }
.brand-tagline { font-size: 8px; font-weight: 750; letter-spacing: .105em; line-height: 1.3; text-transform: uppercase; }
.nn-primary-nav { display: flex; align-items: stretch; height: 100%; }
.nn-primary-nav .nav-list { display: grid; grid-template-columns: repeat(4,auto); align-items: stretch; gap: 0; width: 100%; margin: 0; padding: 0; list-style: none; }
.nn-primary-nav .nav-list li { display: flex; }
.nn-primary-nav .nav-list a { display: flex; align-items: center; gap: 8px; padding: 0 clamp(13px,1.4vw,24px); border-left: 1px solid var(--nn-line); color: var(--nn-ink); font-size: 12px; font-weight: 750; text-decoration: none; white-space: nowrap; }
.nn-primary-nav .nav-list li:last-child a { border-right: 1px solid var(--nn-line); }
.nn-primary-nav .nav-list small { color: var(--nn-blue); font-size: 8px; font-weight: 850; }
.nn-primary-nav .nav-list a:hover { background: var(--nn-blue); color: #fff; }
.nn-primary-nav .nav-list a:hover small { color: #fff; }
.nn-header .header-actions { display: flex; align-items: stretch; gap: 0; height: 84px; }
.nn-header .phone-action { display: flex; align-items: center; gap: 14px; padding: 0 20px; border: 0; color: var(--nn-ink); text-decoration: none; }
.nn-header .phone-action span { display: grid; gap: 3px; }
.nn-header .phone-action small { color: var(--nn-muted); font-size: 8px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.nn-header .phone-action strong { font-size: 12px; white-space: nowrap; }
.nn-header .phone-action b { color: var(--nn-blue); font-size: 18px; }
.nn-header .account-link { display: grid; width: 52px; height: 84px; place-items: center; border: 0; border-left: 1px solid var(--nn-line); border-radius: 0; background: transparent; color: var(--nn-ink); font-size: 10px; font-weight: 850; }
.nn-header .cart-pill { position: relative; display: flex; align-items: center; gap: 14px; min-width: 145px; height: 84px; padding: 0 18px; border-radius: 0; background: var(--nn-orange); color: var(--nn-ink); text-decoration: none; }
.nn-header .cart-pill span { display: grid; gap: 2px; }
.nn-header .cart-pill small { font-size: 8px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.nn-header .cart-pill strong { font-size: 12px; }
.nn-header .cart-pill b { margin-left: auto; font-size: 18px; }
.nn-header .cart-pill em { position: absolute; top: 8px; right: 8px; display: grid; min-width: 18px; height: 18px; place-items: center; border-radius: 50%; background: var(--nn-ink); color: #fff; font-size: 8px; font-style: normal; }
.nn-catalogue-bar { border: 0; background: var(--nn-ink); }
.nn-catalogue-row { display: grid; grid-template-columns: 220px minmax(320px,440px) minmax(0,1fr); align-items: stretch; gap: 0; height: 62px; overflow: visible; }
.nn-catalogue-link { display: flex; align-items: center; justify-content: space-between; padding: 0 22px; background: var(--nn-blue); color: #fff; font-size: 12px; font-weight: 850; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.nn-catalogue-link b { font-size: 20px; }
.nn-header .header-search { position: relative; display: flex; height: 62px; border: 0; border-right: 1px solid rgba(255,255,255,.18); border-radius: 0; background: #fff; }
.nn-header .header-search input[type=search] { min-width: 0; width: 100%; padding: 0 18px; border: 0; background: #fff; color: var(--nn-ink); font-size: 12px; }
.nn-header .header-search button { display: flex; align-items: center; gap: 12px; padding: 0 18px; border: 0; border-left: 1px solid var(--nn-line); border-radius: 0; background: #fff; color: var(--nn-blue); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.nn-header .header-search button i { display: none; }
.nn-header .header-search button b { font-size: 17px; }
.nn-header .collection-rail { display: flex; align-items: stretch; gap: 0; min-width: 0; overflow-x: auto; scrollbar-width: none; }
.nn-header .collection-rail::-webkit-scrollbar { display: none; }
.nn-header .collection-rail a { display: flex; align-items: center; gap: 7px; min-width: max-content; padding: 0 16px; border: 0; border-right: 1px solid rgba(255,255,255,.16); border-radius: 0; background: transparent; color: #fff; font-size: 10px; font-weight: 750; text-decoration: none; text-transform: uppercase; }
.nn-header .collection-rail a:hover { background: var(--nn-orange); color: var(--nn-ink); }
.nn-header .collection-rail small { color: var(--nn-orange); font-size: 7px; }

/* Home: asymmetrical editorial layout. */
.nn-home { overflow: clip; }
.nn-hero { position: relative; padding: 48px 0 64px; background: var(--nn-white); }
.nn-hero-grid { display: grid; grid-template-columns: minmax(410px,.82fr) minmax(0,1.45fr); gap: 28px; min-height: 650px; }
.nn-hero-copy { display: flex; min-width: 0; flex-direction: column; padding: 18px 22px 0 0; }
.nn-hero-kicker { display: flex; justify-content: space-between; gap: 16px; margin-bottom: clamp(52px,7vh,92px); padding-bottom: 14px; border-bottom: 1px solid var(--nn-line); color: var(--nn-muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.nn-hero-kicker b { color: var(--nn-blue); }
.nn-hero-copy h1 { margin: 0; font-size: clamp(60px,5.6vw,94px); font-weight: 780; letter-spacing: -.075em; line-height: .88; }
.nn-hero-copy h1 em,.nn-section-head h2 em,.nn-room-story-copy h2 em,.nn-studio-copy h2 em { color: var(--nn-blue); font-style: normal; }
.nn-hero-copy>p { max-width: 560px; margin: 34px 0 0; color: #5d5f65; font-size: 15px; line-height: 1.72; }
.nn-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.nn-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 56px; padding: 0 20px; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .25s ease,background .25s ease,color .25s ease; }
.nn-button b { font-size: 20px; font-weight: 500; }
.nn-button:hover { transform: translateY(-3px); }
.nn-button-primary { min-width: 206px; background: var(--nn-blue); color: #fff; }
.nn-button-primary:hover { background: var(--nn-blue-dark); color: #fff; }
.nn-button-quiet { border: 1px solid var(--nn-line); background: transparent; color: var(--nn-ink); }
.nn-button-quiet:hover { background: var(--nn-orange); color: var(--nn-ink); }
.nn-hero-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: auto; padding-top: 32px; }
.nn-hero-facts div { display: grid; gap: 5px; padding: 0 14px; border-left: 1px solid var(--nn-line); }
.nn-hero-facts div:first-child { padding-left: 0; border-left: 0; }
.nn-hero-facts strong { font-size: 23px; letter-spacing: -.05em; }
.nn-hero-facts span { color: var(--nn-muted); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.nn-hero-visual { position: relative; min-width: 0; min-height: 650px; overflow: hidden; background: #ddd7cd; }
.nn-hero-media,.nn-hero-media .hero-slide { position: absolute; inset: 0; }
.nn-hero-media .hero-slide { opacity: 0; transition: opacity .8s cubic-bezier(.22,1,.36,1); }
.nn-hero-media .hero-slide.is-active { opacity: 1; }
.nn-hero-media .hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 45%,rgba(12,16,28,.72)); }
.nn-hero-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); transition: transform 7s linear; }
.nn-hero-media .is-active img { transform: scale(1.08); }
.nn-hero-caption { position: absolute; left: 28px; right: 240px; bottom: 90px; z-index: 2; display: grid; grid-template-columns: 62px 1fr; align-items: start; gap: 18px; color: #fff; }
.nn-hero-caption span { font-size: 10px; font-weight: 850; letter-spacing: .08em; }
.nn-hero-caption b { color: var(--nn-orange); font-size: 21px; }
.nn-hero-caption strong { max-width: 480px; font-size: 17px; line-height: 1.35; }
.nn-hero-controls { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; display: grid; grid-template-columns: 62px 1fr 62px; height: 62px; background: rgba(25,27,32,.94); }
.nn-hero-controls>button { border: 0; background: var(--nn-orange); color: var(--nn-ink); font-size: 20px; cursor: pointer; }
.nn-hero-controls>button:last-child { background: var(--nn-blue); color: #fff; }
.nn-hero-controls .hero-dots { display: grid; grid-template-columns: repeat(5,1fr); align-items: stretch; gap: 0; }
.nn-hero-controls .hero-dots button { position: relative; width: auto; height: 62px; padding: 0; border: 0; border-right: 1px solid rgba(255,255,255,.16); border-radius: 0; background: transparent; color: rgba(255,255,255,.48); cursor: pointer; }
.nn-hero-controls .hero-dots button::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 4px; background: var(--nn-orange); transition: right .35s ease; }
.nn-hero-controls .hero-dots button.is-active { color: #fff; }
.nn-hero-controls .hero-dots button.is-active::after { right: 0; }
.nn-hero-controls .hero-dots span { font-size: 9px; font-weight: 850; }
.nn-hero-stamp { position: absolute; top: 22px; right: 22px; z-index: 3; display: grid; width: 84px; height: 84px; place-items: center; border-radius: 50%; background: var(--nn-orange); color: var(--nn-ink); font-size: 9px; font-weight: 900; letter-spacing: .08em; line-height: 1.35; text-align: center; text-transform: uppercase; transform: rotate(8deg); }
.nn-section { padding: clamp(86px,10vw,150px) 0; }
.nn-section-head { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(280px,.55fr); align-items: end; gap: 80px; margin-bottom: 58px; }
.nn-section-head>div:first-child>span,.nn-room-story-copy>span,.nn-studio-copy>span,.nn-seo span { display: block; margin-bottom: 22px; color: var(--nn-blue); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.nn-section-head h2,.nn-room-story-copy h2,.nn-studio-copy h2 { margin: 0; font-size: clamp(49px,5.5vw,84px); font-weight: 780; letter-spacing: -.068em; line-height: .94; }
.nn-section-head>p,.nn-products-head>div:last-child p { margin: 0; color: #616269; font-size: 14px; line-height: 1.75; }
.nn-collections { background: var(--nn-cream); }
.nn-collection-index { border-top: 1px solid var(--nn-ink); }
.nn-collection-row { position: relative; display: grid; grid-template-columns: 72px 100px minmax(240px,1fr) 180px 64px; align-items: center; gap: 22px; min-height: 120px; border-bottom: 1px solid var(--nn-line); color: var(--nn-ink); text-decoration: none; transition: padding .35s ease,background .35s ease,color .35s ease; }
.nn-collection-row:hover { padding: 0 22px; background: var(--nn-blue); color: #fff; }
.nn-collection-number { color: var(--nn-blue); font-size: 11px; font-weight: 900; }
.nn-collection-row:hover .nn-collection-number { color: var(--nn-orange); }
.nn-collection-image { width: 86px; height: 86px; overflow: hidden; background: #e6e1d7; transform: rotate(-2deg); transition: transform .4s ease; }
.nn-collection-row:nth-child(even) .nn-collection-image { transform: rotate(2deg); }
.nn-collection-row:hover .nn-collection-image { transform: rotate(0) scale(1.08); }
.nn-collection-image img { width: 100%; height: 100%; object-fit: cover; }
.nn-collection-name { display: grid; gap: 4px; }
.nn-collection-name small { color: var(--nn-muted); font-size: 8px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.nn-collection-row:hover .nn-collection-name small { color: rgba(255,255,255,.64); }
.nn-collection-name strong { font-size: clamp(25px,3vw,42px); font-weight: 760; letter-spacing: -.05em; }
.nn-collection-count { font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.nn-collection-go { font-size: 27px; text-align: right; transition: transform .3s ease; }
.nn-collection-row:hover .nn-collection-go { color: var(--nn-orange); transform: translate(5px,-5px); }
.nn-room-story { padding: clamp(80px,9vw,132px) 0; background: var(--nn-blue); color: #fff; }
.nn-room-story-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px,8vw,140px); }
.nn-room-story-copy>span { color: var(--nn-orange); }
.nn-room-story-copy h2 em { color: var(--nn-orange); }
.nn-room-story-copy p { max-width: 480px; margin: 32px 0; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.75; }
.nn-room-story-copy>a,.nn-products-head a { display: inline-flex; align-items: center; gap: 24px; padding-bottom: 8px; border-bottom: 1px solid currentColor; color: inherit; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.nn-room-story-copy>a b,.nn-products-head a b { font-size: 18px; }
.nn-room-options { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.nn-room-options>a { position: relative; display: flex; min-height: 420px; flex-direction: column; justify-content: space-between; padding: 28px; border: 1px solid rgba(255,255,255,.35); color: #fff; text-decoration: none; transition: background .3s ease,color .3s ease,transform .3s ease; }
.nn-room-options>a:first-child { background: rgba(255,255,255,.08); }
.nn-room-options>a:last-child { background: var(--nn-orange); color: var(--nn-ink); transform: translateY(38px); }
.nn-room-options>a:hover { background: #fff; color: var(--nn-ink); transform: translateY(-8px); }
.nn-room-options>a:last-child:hover { transform: translateY(30px); }
.nn-room-options>a>span { font-size: 11px; font-weight: 900; }
.nn-room-options>a>div { display: grid; gap: 10px; }
.nn-room-options small { font-size: 8px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.nn-room-options strong { font-size: clamp(42px,4vw,66px); letter-spacing: -.07em; }
.nn-room-options p { max-width: 230px; margin: 0; font-size: 12px; line-height: 1.55; }
.nn-room-options>a>b { position: absolute; top: 24px; right: 24px; font-size: 26px; }
.nn-products { background: var(--nn-white); }
.nn-products-head>div:last-child { display: grid; justify-items: start; gap: 24px; }
.nn-products .products { margin-top: 0; }
.nn-studio { padding: clamp(80px,9vw,140px) 0; background: var(--nn-ink); color: #fff; }
.nn-studio-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(50px,8vw,130px); }
.nn-studio-media { position: relative; height: min(72vw,760px); max-height: 760px; }
.nn-studio-media::before { content: ""; position: absolute; top: -20px; left: -20px; z-index: 0; width: 42%; height: 38%; background: var(--nn-blue); }
.nn-studio-media img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.nn-studio-media span { position: absolute; right: -20px; bottom: 36px; z-index: 2; padding: 18px 22px; background: var(--nn-orange); color: var(--nn-ink); font-size: 9px; font-weight: 900; letter-spacing: .09em; line-height: 1.5; text-transform: uppercase; }
.nn-studio-copy>span { color: var(--nn-orange); }
.nn-studio-copy h2 em { color: var(--nn-orange); }
.nn-studio-copy>p { max-width: 520px; margin: 28px 0 42px; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.75; }
.nn-studio-copy ol { margin: 0 0 38px; padding: 0; border-top: 1px solid rgba(255,255,255,.2); list-style: none; }
.nn-studio-copy li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.nn-studio-copy li>b { color: var(--nn-orange); font-size: 9px; }
.nn-studio-copy li>span { display: grid; gap: 4px; }
.nn-studio-copy li strong { font-size: 16px; }
.nn-studio-copy li small { color: rgba(255,255,255,.58); font-size: 11px; }
.nn-benefits { background: var(--nn-orange); }
.nn-benefits-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.nn-benefits article { display: grid; align-content: space-between; min-height: 210px; padding: 26px; border-left: 1px solid rgba(25,27,32,.25); }
.nn-benefits article:last-child { border-right: 1px solid rgba(25,27,32,.25); }
.nn-benefits article>span { font-size: 9px; font-weight: 900; }
.nn-benefits article strong { align-self: end; font-size: clamp(25px,2.3vw,38px); letter-spacing: -.05em; }
.nn-benefits article p { margin: 7px 0 0; font-size: 11px; }
.nn-seo { padding: 70px 0; background: var(--nn-cream); }
.nn-seo .shell { display: grid; grid-template-columns: 220px minmax(320px,.75fr) 1fr; gap: 50px; padding-top: 28px; border-top: 1px solid var(--nn-line); }
.nn-seo h2 { margin: 0; font-size: 24px; letter-spacing: -.04em; }
.nn-seo p { margin: 0; color: var(--nn-muted); font-size: 12px; line-height: 1.75; }

/* Product cards: an opening strip replaces the magnifier. */
.products,.woocommerce .products { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 16px; }
.somovo-product-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--nn-line); border-radius: 0; background: var(--nn-white); box-shadow: none; transition: border-color .25s ease,transform .3s ease,box-shadow .3s ease; }
.somovo-product-card:hover { border-color: var(--nn-blue); transform: translateY(-7px); box-shadow: 12px 14px 0 rgba(49,82,217,.13); }
.product-image-wrap,.somovo-product-card .product-image-wrap { position: relative; display: block; aspect-ratio: 1/1.08; overflow: hidden; border-radius: 0; background: #eeece6; }
.product-image-wrap::after { content: ""; position: absolute; inset: 0; border: 10px solid transparent; pointer-events: none; transition: border-color .25s ease; }
.somovo-product-card:hover .product-image-wrap::after { border-color: rgba(49,82,217,.16); }
.product-image-wrap>img,.somovo-product-card .product-image-wrap>img { width: 100%; height: 100%; object-fit: contain; transform: scale(.94); transition: transform .55s cubic-bezier(.22,1,.36,1); }
.somovo-product-card:hover .product-image-wrap>img { transform: scale(.98) translateX(5px); }
.product-card-code { position: absolute; top: 16px; left: 16px; z-index: 3; color: var(--nn-blue); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.sale-chip { top: 12px; right: 12px; left: auto; min-width: 48px; padding: 8px 9px; border: 0; border-radius: 0; background: var(--nn-orange); color: var(--nn-ink); font-size: 10px; font-weight: 900; }
.product-view { position: absolute; left: 0; right: 0; bottom: 0; z-index: 4; display: flex; width: auto; height: 52px; align-items: center; justify-content: space-between; padding: 0 16px; border: 0; border-radius: 0; background: var(--nn-blue); color: #fff; box-shadow: none; opacity: 1; transform: translateY(100%); transition: transform .35s cubic-bezier(.22,1,.36,1); }
.product-view::before { display: none; }
.product-view small { font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.product-view strong { font-size: 21px; font-weight: 500; transition: transform .3s ease; }
.somovo-product-card:hover .product-view,.product-image-wrap:focus-visible .product-view { opacity: 1; transform: translateY(0); }
.somovo-product-card:hover .product-view strong { transform: translateX(5px); }
.product-card-body { display: flex; min-height: 250px; flex-direction: column; padding: 18px 16px 16px; }
.product-eyebrow { font-size: 7px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.woocommerce-loop-product__title { margin: 10px 0 8px; font-size: 16px; font-weight: 760; letter-spacing: -.035em; line-height: 1.25; }
.woocommerce-loop-product__title a { color: var(--nn-ink); text-decoration: none; }
.product-dimensions { display: flex; align-items: center; gap: 7px; margin: 0; color: var(--nn-muted); font-size: 9px; }
.product-dimensions i { color: var(--nn-blue); }
.product-price { margin-top: 13px; color: var(--nn-ink); font-size: 14px; font-weight: 850; }
.product-price .price-from { color: var(--nn-muted); font-size: 9px; }
.product-swatches { display: flex; align-items: center; gap: 5px; margin-top: 13px; }
.product-swatch { width: 28px; height: 20px; padding: 2px; border: 1px solid var(--nn-line); border-radius: 0; background: #fff; }
.product-swatch img { width: 100%; height: 100%; border-radius: 0; object-fit: cover; }
.swatch-more { display: grid; min-width: 28px; height: 20px; place-items: center; border-radius: 0; background: var(--nn-ink); color: #fff; font-size: 8px; }
.product-card-actions { display: grid; grid-template-columns: 1fr 42px; gap: 6px; margin-top: auto; padding-top: 16px; }
.product-configure { display: flex; min-height: 42px; align-items: center; justify-content: space-between; gap: 10px; padding: 0 13px; border: 1px solid var(--nn-blue); border-radius: 0; background: transparent; color: var(--nn-blue); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.product-configure:hover { background: var(--nn-blue); color: #fff; }
.product-configure b { font-size: 15px; }
.product-details-link { display: grid; width: 42px; height: 42px; place-items: center; border: 0; border-radius: 0; background: var(--nn-orange); color: var(--nn-ink); font-size: 17px; text-decoration: none; }

/* Collection room selector: numbered architecture, no copied icons. */
.collection-room-nav { display: grid; grid-template-columns: minmax(280px,.65fr) minmax(0,1.35fr); gap: 0; margin: 0 0 50px; padding: 0; border: 1px solid var(--nn-ink); border-radius: 0; background: var(--nn-white); box-shadow: 16px 16px 0 rgba(49,82,217,.11); }
.collection-room-intro { padding: 34px; border-right: 1px solid var(--nn-line); }
.collection-room-intro>span { display: block; margin-bottom: 26px; font-size: 8px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.collection-room-intro h2 { margin: 0; font-size: clamp(38px,4vw,62px); font-weight: 780; letter-spacing: -.07em; line-height: .9; }
.collection-room-intro p { max-width: 330px; margin: 24px 0 0; color: var(--nn-muted); font-size: 11px; line-height: 1.65; }
.collection-room-grid,.collection-room-nav.is-single .collection-room-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0; min-width: 0; }
.collection-room-nav.is-single .collection-room-grid { grid-template-columns: 1fr; }
.collection-room-card { position: relative; display: grid; grid-template-columns: 60px 1fr; align-content: space-between; gap: 20px; min-height: 260px; padding: 28px; border: 0; border-right: 1px solid var(--nn-line); border-radius: 0; background: transparent; color: var(--nn-ink); text-decoration: none; transition: background .3s ease,color .3s ease; }
.collection-room-card:last-child { border-right: 0; }
.collection-room-card:hover,.collection-room-card.is-active { border-color: var(--nn-line); background: var(--nn-blue); color: #fff; }
.collection-room-card.is-active { background: var(--nn-orange); color: var(--nn-ink); }
.collection-room-icon { display: block; width: auto; height: auto; border: 0; border-radius: 0; background: transparent; color: var(--nn-blue); font-size: 10px; font-weight: 900; }
.collection-room-card:hover .collection-room-icon,.collection-room-card.is-active .collection-room-icon { background: transparent; color: inherit; }
.collection-room-copy { display: grid; align-self: end; gap: 8px; }
.collection-room-copy small,.collection-room-meta small { color: var(--nn-muted); font-size: 7px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.collection-room-copy strong { font-size: clamp(31px,3vw,50px); font-weight: 760; letter-spacing: -.07em; }
.collection-room-copy em { max-width: 270px; color: var(--nn-muted); font-size: 10px; font-style: normal; line-height: 1.5; }
.collection-room-card:hover .collection-room-copy small,.collection-room-card:hover .collection-room-copy em,.collection-room-card:hover .collection-room-meta small { color: rgba(255,255,255,.65); }
.collection-room-card.is-active .collection-room-copy small,.collection-room-card.is-active .collection-room-copy em,.collection-room-card.is-active .collection-room-meta small { color: rgba(25,27,32,.65); }
.collection-room-meta { position: absolute; top: 26px; right: 26px; display: flex; align-items: center; gap: 8px; }
.collection-room-meta b { font-size: 22px; letter-spacing: -.05em; }
.collection-room-arrow { margin-left: 9px; font-size: 20px; }

/* Footer: blue project block, orange contact card, restrained directory. */
.site-footer { position: relative; padding: 0; background: var(--nn-ink); color: #fff; }
.site-footer::before { display: none; }
.site-footer .footer-status { display: grid; grid-template-columns: 1fr auto auto; gap: 32px; padding: 20px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.72); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.site-footer .footer-status i { background: var(--nn-orange); }
.site-footer .footer-status a { color: var(--nn-orange); }
.site-footer .footer-project { display: grid; grid-template-columns: 1fr .76fr; gap: 0; margin-top: 0; padding: 0; border: 0; background: var(--nn-blue); }
.site-footer .footer-project-copy { padding: clamp(50px,6vw,90px); }
.site-footer .footer-project-copy .eyebrow { color: var(--nn-orange); }
.site-footer .footer-project-copy h2 { max-width: 780px; margin: 22px 0; font-size: clamp(44px,5vw,76px); font-weight: 760; letter-spacing: -.07em; line-height: .94; }
.site-footer .footer-project-copy h2 em { color: var(--nn-orange); font-style: normal; }
.site-footer .footer-project-copy p { max-width: 570px; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.7; }
.site-footer .footer-project-panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px,5vw,72px); border: 0; border-radius: 0; background: var(--nn-orange); color: var(--nn-ink); box-shadow: none; }
.site-footer .footer-project-panel-top { padding-bottom: 26px; border-bottom: 1px solid rgba(25,27,32,.28); }
.site-footer .footer-project-phone,.site-footer .footer-project-mail { display: grid; grid-template-columns: 1fr auto; padding: 20px 0; border: 0; border-bottom: 1px solid rgba(25,27,32,.28); border-radius: 0; background: transparent; color: var(--nn-ink); }
.site-footer .footer-project-phone i,.site-footer .footer-project-mail i { grid-row: 1/span 2; grid-column: 2; align-self: center; }
.site-footer .footer-directory { display: grid; grid-template-columns: 1.1fr repeat(3,.72fr); gap: 42px; padding: 70px 0 54px; border: 0; }
.site-footer .brand-monogram { background: var(--nn-orange); color: var(--nn-ink); }
.site-footer .brand-word,.site-footer .brand-tagline { color: #fff; }
.site-footer .footer-identity p,.site-footer .footer-accordion-content p { color: rgba(255,255,255,.56); }
.site-footer .footer-service-tags span { border-radius: 0; background: rgba(255,255,255,.08); color: #fff; }
.site-footer .footer-service-tags i,.site-footer .footer-accordion-content a:hover { color: var(--nn-orange); }
.site-footer .footer-accordion { border: 0; }
.site-footer .footer-accordion summary { color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.site-footer .footer-accordion summary span { color: var(--nn-orange); }
.site-footer .footer-accordion-content a { color: rgba(255,255,255,.6); }
.site-footer .footer-commerce { border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.site-footer .footer-payment-methods strong { border-radius: 0; }
.site-footer .footer-wordmark { display: none; }
.site-footer .footer-bottom { padding: 24px 0 28px; border: 0; color: rgba(255,255,255,.48); }
.site-footer .footer-bottom a { color: rgba(255,255,255,.72); }

/* Dialogs and product pages inherit the new palette. */
.quick-sheet,.cart-drawer-panel,.somovo-sort-dialog__sheet { border-radius: 0; }
.quick-backdrop,.cart-drawer-backdrop,.somovo-sort-dialog__backdrop { background: rgba(20,23,33,.72); }
.quick-add,.cart-drawer-checkout,.privacy-accept { background: var(--nn-blue); color: #fff; }
.quick-add:hover,.cart-drawer-checkout:hover,.privacy-accept:hover { background: var(--nn-blue-dark); }
.back-to-top { border-radius: 0; background: var(--nn-orange); color: var(--nn-ink); }

@media (max-width:1280px) {
	.nn-header-main { grid-template-columns: 220px 1fr auto; gap: 16px; }
	.nn-primary-nav .nav-list a { padding-inline: 11px; font-size: 10px; }
	.nn-header .phone-action { display: none; }
	.nn-catalogue-row { grid-template-columns: 190px minmax(300px,390px) 1fr; }
	.nn-hero-grid { grid-template-columns: minmax(370px,.85fr) 1.3fr; min-height: 590px; }
	.nn-hero-visual { min-height: 590px; }
	.products,.woocommerce .products { grid-template-columns: repeat(4,minmax(0,1fr)); }
}

@media (max-width:1020px) {
	.shell { width: min(100% - 32px,1480px); }
	.nn-header-main { grid-template-columns: 205px 1fr auto; }
	.nn-primary-nav .nav-list { grid-template-columns: repeat(2,1fr); }
	.nn-primary-nav .nav-list a { min-height: 42px; border-bottom: 1px solid var(--nn-line); }
	.nn-header .cart-pill { min-width: 126px; }
	.nn-catalogue-row { grid-template-columns: 180px 1fr; }
	.nn-header .collection-rail { display: none; }
	.nn-hero-grid,.nn-room-story-grid,.nn-studio-grid { grid-template-columns: 1fr; }
	.nn-hero-copy { padding-right: 0; }
	.nn-hero-kicker { margin-bottom: 42px; }
	.nn-hero-facts { margin-top: 40px; }
	.nn-hero-visual,.nn-studio-media { min-height: 620px; }
	.nn-benefits-grid { grid-template-columns: repeat(2,1fr); }
	.nn-benefits article:nth-child(n+3) { border-top: 1px solid rgba(25,27,32,.25); }
	.nn-seo .shell { grid-template-columns: 160px .8fr 1fr; }
	.collection-room-nav { grid-template-columns: 1fr; }
	.collection-room-intro { border-right: 0; border-bottom: 1px solid var(--nn-line); }
	.site-footer .footer-project { grid-template-columns: 1fr; }
	.site-footer .footer-directory { grid-template-columns: 1fr repeat(3,.72fr); }
}

@media (max-width:820px) {
	.shell { width: min(100% - 24px,1480px); }
	body { padding-bottom: 70px; }
	.nn-header-main { grid-template-columns: 44px 1fr auto; min-height: 68px; gap: 10px; border-bottom: 0; }
	.nn-header .menu-toggle { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--nn-line); border-radius: 0; }
	.nn-header .brand-mark { grid-template-columns: 38px auto; gap: 9px; }
	.nn-header .brand-monogram { width: 38px; height: 38px; font-size: 20px; }
	.nn-header .brand-word { font-size: 20px; }
	.nn-header .brand-tagline,.nn-primary-nav,.nn-header .account-link,.nn-header .cart-pill span,.nn-header .cart-pill b { display: none; }
	.nn-header .header-actions { height: 68px; }
	.nn-header .cart-pill { display: grid; min-width: 52px; height: 68px; place-items: center; padding: 0; }
	.nn-header .cart-pill::before { content: "К"; font-size: 12px; font-weight: 900; }
	.nn-header .cart-pill em { top: 6px; right: 6px; }
	.nn-catalogue-bar { background: var(--nn-blue); }
	.nn-catalogue-row { display: block; height: auto; }
	.nn-catalogue-link { display: none; }
	.nn-header .header-search { height: 52px; border: 0; }
	.nn-header .header-search button { background: var(--nn-orange); color: var(--nn-ink); }
	.mobile-drawer { border-radius: 0; background: var(--nn-ink); color: #fff; }
	.mobile-drawer .brand-word,.mobile-drawer .brand-tagline { color: #fff; }
	.mobile-drawer .nav-list a,.drawer-collections a { border-radius: 0; }
	.drawer-collections a small,.mobile-drawer .nav-list small { color: var(--nn-orange); }
	.nn-hero { padding: 28px 0 38px; }
	.nn-hero-grid { gap: 32px; min-height: 0; }
	.nn-hero-kicker { margin-bottom: 32px; }
	.nn-hero-copy h1 { font-size: clamp(48px,14vw,72px); }
	.nn-hero-copy>p { margin-top: 24px; font-size: 13px; }
	.nn-hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
	.nn-button { min-width: 0; padding-inline: 14px; }
	.nn-hero-facts { margin-top: 32px; }
	.nn-hero-facts strong { font-size: 18px; }
	.nn-hero-visual { min-height: 470px; }
	.nn-hero-caption { left: 18px; right: 18px; bottom: 78px; grid-template-columns: 48px 1fr; gap: 10px; }
	.nn-hero-caption strong { font-size: 13px; }
	.nn-hero-stamp { top: 14px; right: 14px; width: 68px; height: 68px; font-size: 7px; }
	.nn-section { padding: 78px 0; }
	.nn-section-head { grid-template-columns: 1fr; gap: 26px; margin-bottom: 42px; }
	.nn-section-head h2,.nn-room-story-copy h2,.nn-studio-copy h2 { font-size: clamp(43px,12vw,64px); }
	.nn-collection-row { grid-template-columns: 34px 68px 1fr 34px; gap: 12px; min-height: 94px; }
	.nn-collection-image { width: 62px; height: 62px; }
	.nn-collection-count { display: none; }
	.nn-collection-name strong { font-size: 26px; }
	.nn-room-story { padding: 78px 0 108px; }
	.nn-room-story-grid { gap: 48px; }
	.nn-room-options { grid-template-columns: 1fr; }
	.nn-room-options>a { min-height: 280px; }
	.nn-room-options>a:last-child,.nn-room-options>a:last-child:hover { transform: translateY(18px); }
	.products,.woocommerce .products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
	.product-card-body { min-height: 232px; padding: 14px 12px 12px; }
	.woocommerce-loop-product__title { font-size: 14px; }
	.product-view { display: none; }
	.product-configure { padding-inline: 9px; font-size: 7px; }
	.product-card-actions { grid-template-columns: 1fr 38px; }
	.product-details-link { width: 38px; }
	.nn-studio-grid { gap: 58px; }
	.nn-studio-media { height: 470px; min-height: 0; }
	.nn-studio-media span { right: -8px; bottom: 18px; }
	.nn-benefits article { min-height: 170px; padding: 20px 16px; }
	.nn-benefits article strong { font-size: 24px; }
	.nn-seo .shell { grid-template-columns: 1fr; gap: 18px; }
	.collection-room-nav { margin-bottom: 34px; box-shadow: 8px 8px 0 rgba(49,82,217,.11); }
	.collection-room-intro { padding: 24px; }
	.collection-room-grid { grid-template-columns: 1fr; }
	.collection-room-card { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--nn-line); }
	.collection-room-card:last-child { border-bottom: 0; }
	.site-footer .footer-status { grid-template-columns: 1fr; gap: 8px; }
	.site-footer .footer-project-copy,.site-footer .footer-project-panel { padding: 38px 22px; }
	.site-footer .footer-directory { grid-template-columns: 1fr; gap: 0; padding: 48px 0; }
	.site-footer .footer-identity { padding-bottom: 30px; }
	.site-footer .footer-accordion { padding: 0; border-top: 1px solid rgba(255,255,255,.16); }
	.site-footer .footer-accordion summary { padding: 18px 0; }
	.site-footer .footer-commerce,.site-footer .footer-bottom { display: grid; gap: 18px; padding: 24px 0; }
}

@media (max-width:480px) {
	.nn-hero-actions { grid-template-columns: 1fr; }
	.nn-hero-facts div { padding-inline: 9px; }
	.product-image-wrap,.somovo-product-card .product-image-wrap { aspect-ratio: 1/1.12; }
	.product-dimensions { font-size: 8px; }
	.product-swatch { width: 24px; height: 18px; }
	.product-configure b { display: none; }
}

@media (prefers-reduced-motion:reduce) {
	.nn-hero-media img,.nn-collection-image,.nn-collection-row,.somovo-product-card,.product-image-wrap>img,.product-view { transition: none !important; }
}

/* ========================================================================== 
   INFORMATION PAGES / EACH ROUTE HAS ITS OWN COMPOSITION
   ========================================================================== */
.site-footer { background: #191b20 !important; }
.nn-page { background: var(--nn-cream); overflow: clip; }
.nn-page-marker { display: grid; align-content: start; gap: 8px; }
.nn-page-marker span { color: var(--nn-blue); font-size: 12px; font-weight: 900; }
.nn-page-marker small { color: var(--nn-muted); font-size: 8px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl; }
.nn-page h1,.nn-page h2 { text-wrap: balance; }
.nn-page h1 em,.nn-page h2 em { color: var(--nn-blue); font-style: normal; }
.nn-page-heading { display: grid; grid-template-columns: 220px 1fr; gap: 40px; margin-bottom: 58px; }
.nn-page-heading>span,.nn-payment-title>span,.nn-contacts-conversation>div>span { color: var(--nn-blue); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.nn-page-heading h2 { max-width: 970px; margin: 0; font-size: clamp(48px,6vw,88px); font-weight: 780; letter-spacing: -.07em; line-height: .92; }
.nn-page-heading-light>span { color: var(--nn-orange); }
.nn-page-heading-light h2 { color: #fff; }
.nn-page-heading-light h2 em { color: var(--nn-orange); }
.nn-page-cta { padding: clamp(75px,9vw,130px) 0; background: var(--nn-orange); color: var(--nn-ink); }
.nn-page-cta .shell { display: grid; grid-template-columns: 180px 1fr auto; align-items: end; gap: 50px; }
.nn-page-cta span { align-self: start; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.nn-page-cta h2 { margin: 0; font-size: clamp(42px,5vw,76px); font-weight: 780; letter-spacing: -.07em; line-height: .94; }
.nn-page-cta a { display: flex; align-items: center; gap: 30px; padding-bottom: 10px; border-bottom: 2px solid currentColor; color: var(--nn-ink); font-size: 15px; font-weight: 900; text-decoration: none; }
.nn-page-cta a b { font-size: 25px; }
.nn-page-faq { padding: clamp(80px,9vw,130px) 0; background: var(--nn-white); }
.nn-page-faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.nn-page-faq header>span { color: var(--nn-blue); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.nn-page-faq h2 { margin: 22px 0 0; font-size: clamp(42px,4.7vw,70px); font-weight: 780; letter-spacing: -.065em; line-height: .95; }
.nn-page-faq details { border-top: 1px solid var(--nn-line); }
.nn-page-faq details:last-child { border-bottom: 1px solid var(--nn-line); }
.nn-page-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; font-size: 16px; font-weight: 760; cursor: pointer; }
.nn-page-faq summary::after { content: "+"; color: var(--nn-blue); font-size: 24px; font-weight: 400; }
.nn-page-faq details[open] summary::after { content: "−"; }
.nn-page-faq details p { max-width: 720px; margin: -6px 0 26px; color: var(--nn-muted); font-size: 13px; line-height: 1.75; }

/* Generated classical advantages panorama. */
.nn-craft { padding: clamp(90px,10vw,150px) 0; background: var(--nn-cream); }
.nn-craft-panorama { position: relative; margin: 0; aspect-ratio: 2.15/1; overflow: hidden; background: #30231c; }
.nn-craft-panorama::after { content: ""; position: absolute; inset: 0; border: 16px solid rgba(255,255,255,.12); pointer-events: none; }
.nn-craft-panorama img { width: 100%; height: 100%; object-fit: cover; }
.nn-craft-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--nn-ink); border-top: 0; }
.nn-craft-grid article { display: grid; min-height: 210px; align-content: space-between; gap: 8px; padding: 24px; border-right: 1px solid var(--nn-line); background: var(--nn-white); }
.nn-craft-grid article:last-child { border-right: 0; }
.nn-craft-grid span { color: var(--nn-blue); font-size: 9px; font-weight: 900; }
.nn-craft-grid strong { align-self: end; font-size: clamp(21px,2vw,31px); letter-spacing: -.05em; }
.nn-craft-grid p { margin: 0; color: var(--nn-muted); font-size: 11px; line-height: 1.55; }

/* About: image-led atelier page. */
.nn-about-hero { padding: 48px 0 90px; background: var(--nn-white); }
.nn-about-hero-grid { display: grid; grid-template-columns: 64px minmax(360px,.72fr) minmax(0,1.28fr); grid-template-rows: auto auto; gap: 28px 42px; }
.nn-about-title { padding: 54px 0 0; }
.nn-about-title h1 { position: relative; z-index: 2; width: 140%; margin: 0; font-size: clamp(58px,6.5vw,102px); font-weight: 780; letter-spacing: -.078em; line-height: .87; }
.nn-about-title p { max-width: 510px; margin: 42px 0 0; color: var(--nn-muted); font-size: 14px; line-height: 1.75; }
.nn-about-portrait { position: relative; grid-row: 1/span 2; grid-column: 3; min-height: 720px; margin: 0; overflow: hidden; }
.nn-about-portrait img { width: 100%; height: 100%; object-fit: cover; }
.nn-about-portrait figcaption { position: absolute; right: 0; bottom: 0; display: grid; gap: 5px; width: 210px; padding: 25px; background: var(--nn-orange); color: var(--nn-ink); }
.nn-about-portrait figcaption b { font-size: 44px; letter-spacing: -.08em; }
.nn-about-portrait figcaption span { font-size: 9px; font-weight: 850; line-height: 1.45; text-transform: uppercase; }
.nn-about-note { grid-column: 2; display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-top: 30px; border-top: 1px solid var(--nn-line); }
.nn-about-note span { color: var(--nn-blue); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.nn-about-note strong { font-size: 12px; line-height: 1.5; text-align: right; }
.nn-page-index { padding: 40px 0; background: var(--nn-blue); color: #fff; }
.nn-page-index-grid { display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 50px; }
.nn-page-index-grid>span { color: var(--nn-orange); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.nn-page-index-grid p { max-width: 860px; margin: 0; font-size: 17px; line-height: 1.65; }
.nn-page-index-grid a { display: flex; align-items: center; gap: 20px; color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.nn-page-index-grid a b { color: var(--nn-orange); font-size: 21px; }
.nn-about-principles { padding: clamp(90px,10vw,150px) 0; }
.nn-about-principle-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--nn-ink); }
.nn-about-principle-grid article { display: grid; min-height: 360px; align-content: space-between; padding: 30px; border-right: 1px solid var(--nn-line); }
.nn-about-principle-grid article:last-child { border-right: 0; }
.nn-about-principle-grid b { color: var(--nn-blue); font-size: 10px; }
.nn-about-principle-grid h3 { align-self: end; margin: 0; font-size: clamp(34px,3.7vw,56px); letter-spacing: -.065em; }
.nn-about-principle-grid p { margin: 0; color: var(--nn-muted); font-size: 12px; line-height: 1.65; }
.nn-about-material { padding: clamp(80px,9vw,130px) 0; background: var(--nn-white); }
.nn-about-material-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: clamp(55px,7vw,110px); }
.nn-about-material figure { height: 650px; margin: 0; overflow: hidden; }
.nn-about-material figure img { width: 100%; height: 100%; object-fit: cover; object-position: 28% center; }
.nn-about-material-grid>div>span { color: var(--nn-blue); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.nn-about-material h2 { margin: 25px 0; font-size: clamp(42px,4.8vw,72px); font-weight: 780; letter-spacing: -.07em; line-height: .94; }
.nn-about-material p { color: var(--nn-muted); font-size: 13px; line-height: 1.75; }
.nn-about-material ul { margin: 30px 0 0; padding: 0; border-top: 1px solid var(--nn-line); list-style: none; }
.nn-about-material li { padding: 14px 0; border-bottom: 1px solid var(--nn-line); font-size: 11px; font-weight: 760; }
.nn-about-timeline { padding: clamp(90px,10vw,150px) 0; background: var(--nn-ink); }
.nn-about-timeline ol { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.25); list-style: none; }
.nn-about-timeline li { display: grid; min-height: 280px; align-content: space-between; gap: 10px; padding: 28px; border-right: 1px solid rgba(255,255,255,.2); color: #fff; }
.nn-about-timeline li b { color: var(--nn-orange); font-size: 9px; }
.nn-about-timeline li strong { align-self: end; font-size: 23px; }
.nn-about-timeline li p { margin: 0; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.6; }

/* Delivery: route and logistics language. */
.nn-delivery-hero { padding: 62px 0 70px; background: var(--nn-ink); color: #fff; }
.nn-delivery-hero .shell { display: grid; grid-template-columns: 65px 1fr; gap: 40px; }
.nn-delivery-hero .nn-page-marker span { color: var(--nn-orange); }
.nn-delivery-hero .nn-page-marker small { color: rgba(255,255,255,.55); }
.nn-delivery-title { display: grid; grid-template-columns: 1.25fr .55fr; align-items: end; gap: 70px; }
.nn-delivery-title h1 { margin: 0; font-size: clamp(58px,7vw,110px); font-weight: 780; letter-spacing: -.08em; line-height: .87; }
.nn-delivery-title h1 em { color: var(--nn-orange); }
.nn-delivery-title p { margin: 0 0 12px; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.75; }
.nn-delivery-route { grid-column: 2; display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; align-items: center; gap: 18px; margin-top: 70px; }
.nn-delivery-route div { display: grid; gap: 6px; min-width: 115px; }
.nn-delivery-route b { color: var(--nn-orange); font-size: 10px; }
.nn-delivery-route span { font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.nn-delivery-route i { height: 1px; background: rgba(255,255,255,.32); }
.nn-delivery-photo { padding: 0 0 100px; background: var(--nn-ink); }
.nn-delivery-photo-grid { display: grid; grid-template-columns: 1fr 340px; }
.nn-delivery-photo figure { height: 610px; margin: 0; overflow: hidden; }
.nn-delivery-photo img { width: 100%; height: 100%; object-fit: cover; }
.nn-delivery-photo-grid>div { display: flex; flex-direction: column; justify-content: space-between; padding: 32px; background: var(--nn-blue); color: #fff; }
.nn-delivery-photo-grid>div>span { color: var(--nn-orange); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.nn-delivery-photo-grid>div>strong { font-size: 24px; letter-spacing: -.04em; line-height: 1.3; }
.nn-delivery-photo-grid a { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.3); color: #fff; font-size: 10px; font-weight: 850; text-decoration: none; text-transform: uppercase; }
.nn-delivery-steps,.nn-delivery-check { padding: clamp(85px,9vw,135px) 0; }
.nn-delivery-steps ol { margin: 0; padding: 0; border-top: 1px solid var(--nn-ink); list-style: none; }
.nn-delivery-steps li { display: grid; grid-template-columns: 100px .6fr 1fr; gap: 30px; padding: 28px 0; border-bottom: 1px solid var(--nn-line); }
.nn-delivery-steps li>span { color: var(--nn-blue); font-size: 10px; font-weight: 900; }
.nn-delivery-steps h3 { margin: 0; font-size: 27px; letter-spacing: -.05em; }
.nn-delivery-steps p { max-width: 680px; margin: 6px 0 0; color: var(--nn-muted); font-size: 12px; line-height: 1.65; }
.nn-payment { padding: clamp(80px,9vw,130px) 0; background: var(--nn-orange); }
.nn-payment-grid { display: grid; grid-template-columns: 1fr .72fr .72fr; gap: 18px; }
.nn-payment-title { padding-right: 55px; }
.nn-payment-title>span { color: var(--nn-ink); }
.nn-payment-title h2 { margin: 24px 0; font-size: clamp(48px,5vw,78px); font-weight: 780; letter-spacing: -.075em; line-height: .9; }
.nn-payment-title h2 em { color: var(--nn-blue); }
.nn-payment-title p { max-width: 500px; font-size: 12px; line-height: 1.7; }
.nn-payment article { display: flex; min-height: 400px; flex-direction: column; padding: 28px; border: 1px solid rgba(25,27,32,.35); }
.nn-payment article>b { font-size: 10px; }
.nn-payment article strong { margin-top: auto; font-size: 30px; letter-spacing: -.055em; }
.nn-payment article p { font-size: 12px; line-height: 1.65; }
.nn-payment article span { padding-top: 18px; border-top: 1px solid rgba(25,27,32,.3); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.nn-delivery-check { background: var(--nn-white); }
.nn-delivery-check-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--nn-line); }
.nn-delivery-check-grid p { display: grid; min-height: 250px; align-content: space-between; gap: 8px; margin: 0; padding: 24px; border-right: 1px solid var(--nn-line); }
.nn-delivery-check-grid p:last-child { border-right: 0; }
.nn-delivery-check-grid b { color: var(--nn-blue); font-size: 9px; }
.nn-delivery-check-grid strong { align-self: end; font-size: 24px; letter-spacing: -.04em; }
.nn-delivery-check-grid span { color: var(--nn-muted); font-size: 11px; line-height: 1.55; }

/* Contacts: oversized direct channels and conversational blocks. */
.nn-contacts-hero { padding: 55px 0 90px; background: var(--nn-blue); color: #fff; }
.nn-contacts-hero-grid { display: grid; grid-template-columns: 64px 1fr .72fr; gap: 45px; }
.nn-contacts-hero .nn-page-marker span { color: var(--nn-orange); }
.nn-contacts-hero .nn-page-marker small { color: rgba(255,255,255,.58); }
.nn-contacts-title h1 { margin: 20px 0 36px; font-size: clamp(60px,7vw,108px); font-weight: 780; letter-spacing: -.08em; line-height: .87; }
.nn-contacts-title h1 em { color: var(--nn-orange); }
.nn-contacts-title p { max-width: 650px; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.75; }
.nn-contacts-direct { align-self: end; border-top: 1px solid rgba(255,255,255,.32); }
.nn-contacts-direct>a,.nn-contacts-direct>p { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin: 0; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.32); color: #fff; text-decoration: none; }
.nn-contacts-direct small,.nn-contacts-direct p span { font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.nn-contacts-direct strong { font-size: 18px; }
.nn-contacts-direct b { grid-row: 1/span 2; grid-column: 2; align-self: center; color: var(--nn-orange); font-size: 23px; }
.nn-contacts-image { padding: 0 0 100px; background: var(--nn-blue); }
.nn-contacts-image figure { position: relative; height: 630px; margin: 0; overflow: hidden; }
.nn-contacts-image img { width: 100%; height: 100%; object-fit: cover; }
.nn-contacts-image figcaption { position: absolute; right: 0; bottom: 0; display: grid; gap: 6px; min-width: 290px; padding: 24px; background: var(--nn-orange); color: var(--nn-ink); }
.nn-contacts-image figcaption span { font-size: 9px; font-weight: 900; text-transform: uppercase; }
.nn-contacts-prep { padding: clamp(85px,9vw,135px) 0; }
.nn-contacts-prep-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--nn-ink); }
.nn-contacts-prep article { display: grid; min-height: 290px; align-content: space-between; padding: 26px; border-right: 1px solid var(--nn-line); }
.nn-contacts-prep article:last-child { border-right: 0; }
.nn-contacts-prep article b { color: var(--nn-blue); font-size: 9px; }
.nn-contacts-prep article strong { align-self: end; font-size: 31px; letter-spacing: -.05em; }
.nn-contacts-prep article p { margin: 0; color: var(--nn-muted); font-size: 11px; line-height: 1.6; }
.nn-contacts-conversation { padding: clamp(80px,9vw,130px) 0; background: var(--nn-ink); color: #fff; }
.nn-contacts-conversation-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 70px; }
.nn-contacts-conversation-grid>div:first-child>span { color: var(--nn-orange); }
.nn-contacts-conversation h2 { margin: 25px 0 0; font-size: clamp(50px,5.4vw,82px); font-weight: 780; letter-spacing: -.075em; line-height: .92; }
.nn-contacts-conversation-grid>div:nth-child(2) p { margin: 0 0 22px; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.8; }
.nn-contacts-conversation blockquote { grid-column: 1/-1; margin: 30px 0 0; padding: 32px 0 0 25%; border-top: 1px solid rgba(255,255,255,.25); color: var(--nn-orange); font-size: clamp(30px,4vw,56px); font-weight: 740; letter-spacing: -.055em; line-height: 1.1; }

/* 404: graphic catalogue card, not a standard split hero. */
.nn-page-404 { background: var(--nn-white); }
.nn-404-stage { padding: 45px 0 80px; }
.nn-404-grid { display: grid; grid-template-columns: .45fr 1fr 1.15fr; min-height: 680px; border: 1px solid var(--nn-ink); }
.nn-404-code { display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding: 28px 10px; background: var(--nn-orange); }
.nn-404-code span { font-size: 8px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.nn-404-code strong { font-size: clamp(110px,13vw,200px); font-weight: 850; letter-spacing: -.12em; line-height: .7; }
.nn-404-code i { width: 1px; flex: 1; margin: 22px 0; background: rgba(25,27,32,.35); }
.nn-404-copy { display: flex; flex-direction: column; padding: 38px; background: var(--nn-blue); color: #fff; }
.nn-404-copy>span { color: var(--nn-orange); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.nn-404-copy h1 { margin: auto 0 30px; font-size: clamp(42px,4.6vw,72px); font-weight: 780; letter-spacing: -.07em; line-height: .93; }
.nn-404-copy h1 em { color: var(--nn-orange); }
.nn-404-copy p { color: rgba(255,255,255,.66); font-size: 12px; line-height: 1.7; }
.nn-404-copy>div { display: flex; gap: 24px; margin-top: 24px; }
.nn-404-copy a { display: flex; align-items: center; gap: 20px; padding-bottom: 7px; border-bottom: 1px solid currentColor; color: #fff; font-size: 9px; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.nn-404-grid figure { position: relative; margin: 0; overflow: hidden; }
.nn-404-grid figure img { width: 100%; height: 100%; object-fit: cover; }
.nn-404-grid figcaption { position: absolute; right: 0; bottom: 0; padding: 16px 20px; background: var(--nn-ink); color: #fff; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.nn-404-links { display: grid; grid-template-columns: 180px repeat(4,1fr); margin-bottom: 90px; border-top: 1px solid var(--nn-line); border-bottom: 1px solid var(--nn-line); }
.nn-404-links>span,.nn-404-links a { display: flex; align-items: center; min-height: 82px; padding: 0 16px; border-right: 1px solid var(--nn-line); }
.nn-404-links>span { color: var(--nn-muted); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.nn-404-links a { gap: 10px; color: var(--nn-ink); font-size: 11px; font-weight: 800; text-decoration: none; }
.nn-404-links a:hover { background: var(--nn-blue); color: #fff; }
.nn-404-links small { color: var(--nn-blue); font-size: 7px; }
.nn-404-links a:hover small { color: var(--nn-orange); }

@media (max-width:1020px) {
	.nn-about-hero-grid { grid-template-columns: 50px .85fr 1.15fr; gap: 25px; }
	.nn-about-title h1 { width: 125%; }
	.nn-about-portrait { min-height: 620px; }
	.nn-about-material-grid { grid-template-columns: 1fr; }
	.nn-about-material figure { height: 560px; }
	.nn-delivery-title { grid-template-columns: 1fr; gap: 30px; }
	.nn-delivery-route { overflow-x: auto; }
	.nn-payment-grid { grid-template-columns: 1fr 1fr; }
	.nn-payment-title { grid-column: 1/-1; }
	.nn-contacts-hero-grid { grid-template-columns: 50px 1fr; }
	.nn-contacts-direct { grid-column: 2; }
	.nn-404-grid { grid-template-columns: .35fr 1fr; }
	.nn-404-grid figure { grid-column: 1/-1; height: 430px; }
	.nn-404-links { grid-template-columns: repeat(2,1fr); }
	.nn-404-links>span { grid-column: 1/-1; }
}

@media (max-width:820px) {
	.nn-page-marker small { writing-mode: initial; }
	.nn-page-heading { grid-template-columns: 1fr; gap: 18px; }
	.nn-page-heading h2 { font-size: clamp(42px,12vw,64px); }
	.nn-page-cta .shell { grid-template-columns: 1fr; gap: 24px; }
	.nn-page-faq-grid { grid-template-columns: 1fr; gap: 45px; }
	.nn-craft-panorama { aspect-ratio: 1.2/1; }
	.nn-craft-grid { grid-template-columns: repeat(2,1fr); }
	.nn-craft-grid article:nth-child(2) { border-right: 0; }
	.nn-craft-grid article:nth-child(n+3) { border-top: 1px solid var(--nn-line); }
	.nn-about-hero { padding-top: 28px; }
	.nn-about-hero-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
	.nn-about-title { padding-top: 10px; }
	.nn-about-title h1 { width: 100%; font-size: clamp(50px,14vw,76px); }
	.nn-about-portrait { grid-row: auto; grid-column: auto; min-height: 500px; }
	.nn-about-note { grid-column: auto; }
	.nn-page-index-grid { grid-template-columns: 1fr; gap: 20px; }
	.nn-about-principle-grid,.nn-about-timeline ol { grid-template-columns: 1fr; }
	.nn-about-principle-grid article,.nn-about-timeline li { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--nn-line); }
	.nn-about-material figure { height: 430px; }
	.nn-delivery-hero .shell { grid-template-columns: 1fr; }
	.nn-delivery-title h1 { font-size: clamp(52px,14vw,78px); }
	.nn-delivery-route { grid-column: 1; grid-template-columns: repeat(4,minmax(115px,1fr)); gap: 12px; margin-top: 40px; }
	.nn-delivery-route i { display: none; }
	.nn-delivery-photo-grid { grid-template-columns: 1fr; }
	.nn-delivery-photo figure { height: 430px; }
	.nn-delivery-photo-grid>div { min-height: 290px; }
	.nn-delivery-steps li { grid-template-columns: 42px 1fr; }
	.nn-payment-grid { grid-template-columns: 1fr; }
	.nn-payment-title { grid-column: auto; padding-right: 0; }
	.nn-payment article { min-height: 300px; }
	.nn-delivery-check-grid,.nn-contacts-prep-grid { grid-template-columns: repeat(2,1fr); }
	.nn-delivery-check-grid p:nth-child(2),.nn-contacts-prep article:nth-child(2) { border-right: 0; }
	.nn-delivery-check-grid p:nth-child(n+3),.nn-contacts-prep article:nth-child(n+3) { border-top: 1px solid var(--nn-line); }
	.nn-contacts-hero-grid { grid-template-columns: 1fr; }
	.nn-contacts-title h1 { font-size: clamp(52px,14vw,78px); }
	.nn-contacts-direct { grid-column: auto; }
	.nn-contacts-image figure { height: 460px; }
	.nn-contacts-conversation-grid { grid-template-columns: 1fr; gap: 35px; }
	.nn-contacts-conversation blockquote { grid-column: auto; padding-left: 0; }
	.nn-404-grid { grid-template-columns: 1fr; min-height: 0; }
	.nn-404-code { display: grid; grid-template-columns: auto 1fr auto 1fr; align-items: center; padding: 18px; }
	.nn-404-code strong { font-size: 100px; }
	.nn-404-code i { width: auto; height: 1px; margin: 0 16px; }
	.nn-404-copy { min-height: 520px; padding: 26px; }
	.nn-404-grid figure { grid-column: auto; height: 390px; }
}

@media (max-width:480px) {
	.nn-craft-grid,.nn-delivery-check-grid,.nn-contacts-prep-grid,.nn-404-links { grid-template-columns: 1fr; }
	.nn-craft-grid article,.nn-delivery-check-grid p,.nn-contacts-prep article { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--nn-line); }
	.nn-404-links>span { grid-column: auto; }
}
