/*
 * Lina And Stitches — Atelier Redesign 2026
 * Presentation-only layer for the Blocksy child theme.
 */

body.las-r3 {
	--r3-bone: #f4efe6;
	--r3-paper: #fbf8f2;
	--r3-paper-strong: #fffdf8;
	--r3-ink: #1f1a16;
	--r3-muted: #6d665e;
	--r3-pine: #123d35;
	--r3-pine-light: #1d554a;
	--r3-paprika: #b95738;
	--r3-paprika-dark: #963f29;
	--r3-line: rgba(31, 26, 22, 0.14);
	--r3-line-light: rgba(255, 255, 255, 0.22);
	--r3-serif: "Libre Baskerville", Georgia, "Times New Roman", serif;
	--r3-sans: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
	--r3-shell: 1320px;
	--r3-gutter: clamp(20px, 4vw, 56px);
	--r3-space: clamp(72px, 10vw, 144px);
	--r3-radius-sm: 8px;
	--r3-radius: 16px;
	--r3-radius-lg: 28px;
	--r3-shadow: 0 24px 64px rgba(31, 26, 22, 0.12);
	background: var(--r3-bone) !important;
	background-image: none !important;
	color: var(--r3-ink);
	font-family: var(--r3-sans);
	font-size: 16px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

body.las-r3::before {
	display: none !important;
}

body.las-r3 *,
body.las-r3 *::before,
body.las-r3 *::after {
	box-sizing: border-box;
}

body.las-r3 :where(h1, h2, h3, h4, h5, h6) {
	color: var(--r3-ink);
	font-family: var(--r3-serif);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.08;
	text-wrap: balance;
}

body.las-r3 :where(p, li) {
	text-wrap: pretty;
}

body.las-r3 a {
	text-underline-offset: 0.2em;
}

body.las-r3 :where(a, button, input, select, textarea):focus-visible {
	outline: 3px solid rgba(185, 87, 56, 0.42) !important;
	outline-offset: 3px;
}

body.las-r3 ::selection {
	background: var(--r3-paprika);
	color: #fff;
}

.las-r3-shell {
	width: min(calc(100% - (2 * var(--r3-gutter))), var(--r3-shell));
	margin-inline: auto;
}

.las-r3-section {
	padding-block: var(--r3-space);
}

.las-r3-eyebrow {
	margin: 0 0 18px;
	color: currentColor;
	font-family: var(--r3-sans);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.4;
	text-transform: uppercase;
}

.las-r3-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: clamp(34px, 5vw, 64px);
}

.las-r3-section-head > div {
	max-width: 760px;
}

.las-r3-section-head h2 {
	margin: 0;
	font-size: clamp(2rem, 4.6vw, 4.6rem);
}

.las-r3-section-head p {
	max-width: 620px;
	margin: 18px 0 0;
	color: var(--r3-muted);
}

.las-r3-text-link,
body.las-r3 .las-r3-section-head > a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
	padding-bottom: 5px;
	border-bottom: 1px solid currentColor;
	color: var(--r3-ink);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 180ms ease, gap 180ms ease;
}

.las-r3-text-link::after,
body.las-r3 .las-r3-section-head > a::after {
	content: "→";
}

.las-r3-text-link:hover,
body.las-r3 .las-r3-section-head > a:hover {
	gap: 14px;
	color: var(--r3-paprika);
}

.las-r3-button,
body.las-r3 a.las-r3-button,
body.las-r3 button.las-r3-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: 13px 24px;
	border: 1px solid var(--r3-paprika);
	border-radius: 999px;
	background: var(--r3-paprika);
	box-shadow: none;
	color: #fff;
	font-family: var(--r3-sans);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.las-r3-button:hover,
body.las-r3 a.las-r3-button:hover,
body.las-r3 button.las-r3-button:hover {
	border-color: var(--r3-paprika-dark);
	background: var(--r3-paprika-dark);
	color: #fff;
	transform: translateY(-2px);
}

.las-r3-button.is-secondary,
body.las-r3 a.las-r3-button.is-secondary {
	border-color: rgba(255, 255, 255, 0.58);
	background: transparent;
	color: #fff;
}

.las-r3-button.is-secondary:hover,
body.las-r3 a.las-r3-button.is-secondary:hover {
	border-color: #fff;
	background: #fff;
	color: var(--r3-ink);
}

/* Topbar and header */
.las-r3-topbar {
	position: relative;
	z-index: 110;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	background: var(--r3-pine);
	color: rgba(255, 255, 255, 0.9);
}

.las-r3-topbar__inner {
	display: flex;
	width: min(calc(100% - 40px), var(--r3-shell));
	min-height: 34px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-inline: auto;
	font-size: 0.69rem;
	font-weight: 600;
	letter-spacing: 0.055em;
}

.las-r3-topbar__inner :where(p, a) {
	margin: 0;
	color: inherit;
}

.las-r3-topbar__inner a {
	text-decoration: none;
}

.las-r3-topbar__inner a:hover {
	color: #fff;
	text-decoration: underline;
}

body.las-r3 #header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(251, 248, 242, 0.94) !important;
	box-shadow: none !important;
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

body.las-r3.admin-bar #header {
	top: 32px;
}

body.las-r3 #header [data-row="middle"] {
	border: 0 !important;
	border-bottom: 1px solid var(--r3-line) !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.las-r3 #header [data-row="middle"] > .ct-container {
	width: min(calc(100% - 40px), var(--r3-shell)) !important;
	min-height: 78px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.las-r3 #header .site-branding {
	display: flex !important;
	align-items: center;
	gap: 12px;
	min-width: 220px;
}

body.las-r3 #header .site-logo-container {
	display: block;
	width: 44px !important;
	height: 44px !important;
	flex: 0 0 44px;
}

body.las-r3 #header .site-logo-container img {
	width: 44px !important;
	height: 44px !important;
	object-fit: contain;
}

body.las-r3 #header .site-title-container {
	display: block !important;
}

body.las-r3 #header .site-title,
body.las-r3 #header .site-title a {
	color: var(--r3-ink) !important;
	font-family: var(--r3-serif) !important;
	font-size: clamp(1rem, 1.4vw, 1.35rem) !important;
	font-weight: 700 !important;
	letter-spacing: -0.035em !important;
	line-height: 1 !important;
	text-decoration: none;
}

body.las-r3 #header .menu > li > a {
	min-height: 78px;
	padding-inline: clamp(9px, 1vw, 15px);
	color: var(--r3-ink) !important;
	font-family: var(--r3-sans);
	font-size: 0.7rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.075em !important;
	text-transform: uppercase;
}

body.las-r3 #header .menu > li > a::after {
	position: absolute;
	right: 14px;
	bottom: 18px;
	left: 14px;
	height: 1px;
	background: var(--r3-paprika);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

body.las-r3 #header .menu > li > a:hover::after,
body.las-r3 #header .current-menu-item > a::after {
	transform: scaleX(1);
	transform-origin: left;
}

body.las-r3 #header :where(.ct-header-search, .ct-cart-item, .ct-header-account, .ct-header-trigger) {
	color: var(--r3-ink) !important;
}

body.las-r3 #header :where(.ct-header-search, .ct-header-trigger, [data-id="account"] > a) {
	width: 42px;
	height: 42px;
	border: 1px solid transparent !important;
	border-radius: 50%;
	transition: background 180ms ease, border-color 180ms ease;
}

body.las-r3 #header :where(.ct-header-search, .ct-header-trigger, [data-id="account"] > a):hover {
	border-color: var(--r3-line) !important;
	background: rgba(31, 26, 22, 0.045);
}

/* Blocksy mobile off-canvas repair */
body.las-r3 #offcanvas.active {
	position: fixed !important;
	inset: 0 !important;
	z-index: 100000 !important;
	display: flex !important;
	width: 100vw !important;
	height: 100dvh !important;
	max-height: none !important;
	align-items: stretch !important;
	justify-content: flex-end !important;
	background: rgba(18, 61, 53, 0.46) !important;
	opacity: 1 !important;
	visibility: visible !important;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

body.las-r3 #offcanvas .ct-panel-inner {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	display: flex !important;
	width: min(88vw, 410px) !important;
	height: 100dvh !important;
	max-height: none !important;
	flex-direction: column !important;
	padding: 18px 24px 36px !important;
	background: var(--r3-paper-strong) !important;
	box-shadow: -24px 0 70px rgba(31, 26, 22, 0.24) !important;
	transform: translateX(100%);
	transition: transform 260ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

body.las-r3 #offcanvas.active .ct-panel-inner {
	transform: translateX(0) !important;
}

body.las-r3 #offcanvas .ct-panel-actions {
	display: flex !important;
	min-height: 52px;
	align-items: center;
	justify-content: flex-end;
}

body.las-r3 #offcanvas .ct-toggle-close {
	width: 44px;
	height: 44px;
	border: 1px solid var(--r3-line);
	border-radius: 50%;
	color: var(--r3-ink);
}

body.las-r3 #offcanvas .ct-panel-content[data-device="mobile"] {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	flex: 1 1 auto !important;
	overflow: auto !important;
}

body.las-r3 #offcanvas .ct-panel-content-inner {
	display: block !important;
	padding: 38px 0 0 !important;
}

body.las-r3 #offcanvas .mobile-menu > ul {
	display: block !important;
	margin: 0;
	padding: 0;
}

body.las-r3 #offcanvas .mobile-menu li {
	display: block !important;
	border-bottom: 1px solid var(--r3-line);
}

body.las-r3 #offcanvas .mobile-menu a {
	display: flex !important;
	min-height: 62px;
	align-items: center;
	padding: 12px 2px !important;
	color: var(--r3-ink) !important;
	font-family: var(--r3-serif);
	font-size: clamp(1.3rem, 7vw, 1.8rem) !important;
	font-weight: 700;
	letter-spacing: -0.03em;
	text-decoration: none;
}

body.las-r3 #offcanvas .mobile-menu a::after {
	margin-left: auto;
	color: var(--r3-paprika);
	content: "↗";
	font-family: var(--r3-sans);
	font-size: 0.85rem;
}

/* Language selector: keep it clear of primary content */
body.las-r3 :where(.gt_switcher_wrapper, .gt_float_switcher, [class*="gt_float_switcher"]) {
	position: fixed !important;
	top: auto !important;
	right: 18px !important;
	bottom: 18px !important;
	left: auto !important;
	z-index: 900 !important;
	border: 1px solid var(--r3-line) !important;
	border-radius: 999px !important;
	background: rgba(251, 248, 242, 0.94) !important;
	box-shadow: 0 10px 28px rgba(31, 26, 22, 0.14) !important;
	color: var(--r3-ink) !important;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

body.las-r3:where(.woocommerce-cart, .woocommerce-checkout) :where(.gt_switcher_wrapper, .gt_float_switcher, [class*="gt_float_switcher"]) {
	display: none !important;
}

body.las-r3:has(.las-psf-drawer.is-open) :where(.gt_switcher_wrapper, .gt_float_switcher, [class*="gt_float_switcher"]) {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

/* Homepage */
body.las-r3.home #main,
body.las-r3.home #main > article,
body.las-r3.home #main .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.las-r3.home #main > .ct-container-full,
body.las-r3.page #main > .ct-container-full:has(.las-r3-page) {
	padding-block: 0 !important;
}

.las-r3-home {
	width: 100%;
	overflow: clip;
}

.las-r3-hero {
	position: relative;
	display: grid;
	min-height: calc(100svh - 112px);
	align-items: end;
	isolation: isolate;
	background-color: #17211e;
	background-image:
		linear-gradient(90deg, rgba(16, 24, 22, 0.94) 0%, rgba(16, 24, 22, 0.79) 36%, rgba(16, 24, 22, 0.22) 70%, rgba(16, 24, 22, 0.08) 100%),
		linear-gradient(0deg, rgba(16, 24, 22, 0.48) 0%, transparent 42%),
		url("../images/atelier-hero-v1.webp");
	background-position: center, center, center calc(50% + var(--r3-hero-shift, 0px));
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.las-r3-hero::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 32%, rgba(0, 0, 0, 0.12));
	content: "";
	pointer-events: none;
}

.las-r3-hero__inner {
	display: grid;
	width: min(calc(100% - (2 * var(--r3-gutter))), var(--r3-shell));
	min-height: calc(100svh - 112px);
	align-content: end;
	margin-inline: auto;
	padding-block: clamp(90px, 14vh, 170px) clamp(36px, 6vh, 72px);
}

.las-r3-hero__copy {
	max-width: 700px;
}

body.las-r3 .las-r3-hero :where(h1, h2, h3) {
	max-width: 780px;
	margin: 0;
	color: #fff !important;
	font-size: clamp(3rem, 6.7vw, 7rem);
	line-height: 0.98;
	text-shadow: 0 10px 34px rgba(0, 0, 0, 0.18);
}

.las-r3-hero h1 em {
	color: #e8b39e;
	font-style: italic;
	font-weight: 700;
}

.las-r3-hero__copy > p:not(.las-r3-eyebrow) {
	max-width: 610px;
	margin: 28px 0 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(1rem, 1.4vw, 1.18rem);
	line-height: 1.7;
}

.las-r3-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.las-r3-hero__proof {
	display: flex;
	flex-wrap: wrap;
	gap: 12px clamp(24px, 5vw, 66px);
	margin: clamp(48px, 8vh, 90px) 0 0;
	padding: 22px 0 0;
	border-top: 1px solid var(--r3-line-light);
	list-style: none;
}

.las-r3-hero__proof li {
	position: relative;
	margin: 0;
	padding-left: 18px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.74rem;
	font-weight: 650;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.las-r3-hero__proof li::before {
	position: absolute;
	top: 0.6em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #df9478;
	content: "";
}

.las-r3-proof {
	border-bottom: 1px solid var(--r3-line);
	background: var(--r3-paper);
}

.las-r3-proof__inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: min(calc(100% - (2 * var(--r3-gutter))), var(--r3-shell));
	margin-inline: auto;
}

.las-r3-proof__item {
	padding: clamp(30px, 4vw, 52px);
	border-right: 1px solid var(--r3-line);
}

.las-r3-proof__item:first-child {
	padding-left: 0;
}

.las-r3-proof__item:last-child {
	padding-right: 0;
	border-right: 0;
}

.las-r3-proof__item strong {
	display: block;
	margin-bottom: 8px;
	color: var(--r3-ink);
	font-family: var(--r3-serif);
	font-size: clamp(1.1rem, 2vw, 1.45rem);
	line-height: 1.15;
}

.las-r3-proof__item span {
	display: block;
	color: var(--r3-muted);
	font-size: 0.83rem;
	line-height: 1.55;
}

.las-r3-worlds {
	display: grid;
	grid-template-columns: 1.16fr 0.92fr 0.92fr;
	gap: clamp(12px, 2vw, 26px);
}

.las-r3-page--collections .las-r3-worlds {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.las-r3-page--collections .las-r3-world,
.las-r3-page--collections .las-r3-world:nth-child(n + 2) {
	min-height: clamp(420px, 48vw, 650px);
}

.las-r3-page--collections .las-r3-world:first-child {
	grid-column: auto;
}

.las-r3-world {
	position: relative;
	display: grid;
	min-height: clamp(430px, 52vw, 700px);
	align-items: end;
	overflow: hidden;
	background: #d7d0c6;
	color: #fff;
	text-decoration: none;
}

.las-r3-world:nth-child(n + 2) {
	min-height: clamp(360px, 45vw, 610px);
}

.las-r3-world::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 42%, rgba(20, 17, 14, 0.72) 100%);
	content: "";
	pointer-events: none;
}

.las-r3-world__media,
.las-r3-world__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.las-r3-world__media img {
	object-fit: cover;
	transition: transform 700ms cubic-bezier(0.2, 0.65, 0.2, 1), filter 300ms ease;
}

.las-r3-world__copy {
	position: relative;
	z-index: 1;
	padding: clamp(26px, 4vw, 48px);
}

body.las-r3 .las-r3-world__copy :where(h2, h3) {
	margin: 0;
	color: #fff !important;
	font-size: clamp(2rem, 3.4vw, 3.8rem);
}

.las-r3-world__copy p {
	max-width: 410px;
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.86rem;
}

.las-r3-world__link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: 22px;
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.68);
	color: #fff;
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.las-r3-world__link::after {
	content: "→";
}

.las-r3-world:hover .las-r3-world__media img {
	filter: saturate(1.04) contrast(1.02);
	transform: scale(1.045);
}

.las-r3-drop {
	background: var(--r3-paper);
}

.las-r3-story {
	display: block;
	min-height: 640px;
	background:
		linear-gradient(90deg, rgba(18, 61, 53, 0.98) 0%, rgba(18, 61, 53, 0.92) 54%, rgba(18, 61, 53, 0.58) 100%),
		url("../images/atelier-hero-v1.webp") center / cover no-repeat;
	color: #fff;
}

.las-r3-story > .las-r3-shell {
	display: grid;
	min-height: 640px;
	grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
	align-items: center;
}

.las-r3-story__media {
	position: relative;
	min-height: 520px;
	overflow: hidden;
}

.las-r3-story__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.las-r3-story__copy {
	display: flex;
	grid-column: 1;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(44px, 7vw, 100px) 0;
}

body.las-r3 .las-r3-story__copy :where(h2, h3) {
	margin: 0;
	color: #fff !important;
	font-size: clamp(2.2rem, 4.6vw, 4.8rem);
}

.las-r3-story__copy p:not(.las-r3-eyebrow) {
	max-width: 520px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.73);
}

.las-r3-story__copy .las-r3-text-link {
	margin-top: 32px;
	color: #fff;
}

.las-r3-commission {
	padding: clamp(50px, 8vw, 100px);
	border-top: 1px solid var(--r3-line);
	border-bottom: 1px solid var(--r3-line);
	background: var(--r3-paper-strong);
}

.las-r3-commission > .las-r3-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 24px 38px;
}

.las-r3-commission > .las-r3-shell > .las-r3-eyebrow,
.las-r3-commission > .las-r3-shell > h2,
.las-r3-commission > .las-r3-shell > p {
	grid-column: 1;
}

.las-r3-commission__actions,
.las-r3-commission > .las-r3-shell > .las-r3-button {
	grid-column: 2;
	grid-row: 1 / span 3;
	align-self: end;
}

.las-r3-commission__actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.las-r3-commission h2 {
	max-width: 920px;
	margin: 0;
	font-size: clamp(2.3rem, 5.5vw, 5.8rem);
}

.las-r3-commission p {
	max-width: 680px;
	margin: 24px 0 0;
	color: var(--r3-muted);
}

.las-r3-commission .las-r3-button.is-secondary,
body.las-r3 .las-r3-commission a.las-r3-button.is-secondary {
	border-color: var(--r3-line);
	color: var(--r3-ink);
}

.las-r3-commission .las-r3-button.is-secondary:hover,
body.las-r3 .las-r3-commission a.las-r3-button.is-secondary:hover {
	border-color: var(--r3-pine);
	background: var(--r3-pine);
	color: #fff;
}

/* Standard content pages */
body.las-r3 .las-r3-page {
	width: 100%;
	overflow: clip;
}

body.las-r3.page #main:has(.las-r3-page) > article,
body.las-r3.page #main:has(.las-r3-page) .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.las-r3-page-hero {
	padding: clamp(82px, 12vw, 165px) var(--r3-gutter) clamp(64px, 9vw, 120px);
	border-bottom: 1px solid var(--r3-line);
	background:
		radial-gradient(circle at 85% 18%, rgba(185, 87, 56, 0.1), transparent 26%),
		var(--r3-paper);
}

.las-r3-page-hero__inner {
	width: min(100%, var(--r3-shell));
	margin-inline: auto;
}

.las-r3-page-hero .las-r3-prose {
	display: block;
}

.las-r3-page-hero h1 {
	max-width: 980px;
	margin: 0;
	font-size: clamp(3rem, 7.5vw, 7.8rem);
	line-height: 0.98;
}

.las-r3-page-hero p:not(.las-r3-eyebrow) {
	max-width: 720px;
	margin: 28px 0 0;
	color: var(--r3-muted);
	font-size: clamp(1rem, 1.55vw, 1.22rem);
}

.las-r3-prose {
	display: grid;
	grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1.35fr);
	gap: clamp(44px, 8vw, 120px);
}

.las-r3-prose > .las-r3-eyebrow,
.las-r3-prose > :where(h2, h3) {
	grid-column: 1;
}

.las-r3-prose > .las-r3-eyebrow {
	position: sticky;
	top: 126px;
	align-self: start;
}

.las-r3-prose > p:not(.las-r3-eyebrow) {
	grid-column: 2;
	margin: 0;
	color: var(--r3-muted);
}

.las-r3-prose > p:not(.las-r3-eyebrow) + p {
	margin-top: -28px;
}

.las-r3-prose h2 {
	margin: 0;
	font-size: clamp(2.1rem, 4.5vw, 4.8rem);
}

.las-r3-prose__body {
	max-width: 760px;
}

.las-r3-prose__body > p:first-child {
	margin-top: 0;
	color: var(--r3-ink);
	font-family: var(--r3-serif);
	font-size: clamp(1.35rem, 2.2vw, 2rem);
	line-height: 1.45;
}

.las-r3-process {
	counter-reset: r3-process;
	border-top: 1px solid var(--r3-line);
}

.las-r3-process__item {
	display: grid;
	grid-template-columns: 80px minmax(220px, 0.7fr) minmax(0, 1.3fr);
	gap: clamp(18px, 4vw, 58px);
	align-items: baseline;
	padding: clamp(28px, 4vw, 52px) 0;
	border-bottom: 1px solid var(--r3-line);
}

.las-r3-process__index {
	grid-column: 1;
	color: var(--r3-paprika);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.las-r3-process__item h3 {
	grid-column: 2;
	margin: 0;
	font-size: clamp(1.5rem, 2.6vw, 2.6rem);
}

.las-r3-process__item p {
	margin: 0;
	color: var(--r3-muted);
}

.las-r3-process__item > p:empty {
	display: none !important;
}

.las-r3-process__item > p:not(:empty) {
	grid-column: 3;
}

.las-r3-contact-layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
	gap: clamp(42px, 8vw, 120px);
	align-items: start;
}

.las-r3-contact-aside,
.las-r3-contact-layout__brief {
	position: sticky;
	top: 126px;
}

.las-r3-contact-aside h2,
.las-r3-contact-layout__brief h2 {
	margin: 0 0 24px;
	font-size: clamp(2rem, 4vw, 3.8rem);
}

.las-r3-contact-aside ul,
.las-r3-contact-layout__brief ul {
	margin: 32px 0 0;
	padding: 0;
	border-top: 1px solid var(--r3-line);
	list-style: none;
}

.las-r3-contact-aside li,
.las-r3-contact-layout__brief li {
	padding: 14px 0;
	border-bottom: 1px solid var(--r3-line);
	color: var(--r3-muted);
}

.las-r3-form,
.las-r3-contact-layout__form {
	padding: clamp(30px, 5vw, 62px);
	background: var(--r3-paper-strong);
}

.las-r3-contact-layout__form h2 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.8rem);
}

.las-r3-contact-layout__form > p:not(.las-r3-eyebrow) {
	color: var(--r3-muted);
}

.las-r3-contact-layout__direct {
	margin-top: 36px;
}

.las-r3-contact-layout__email {
	color: var(--r3-ink);
	font-family: var(--r3-serif);
	font-size: clamp(1rem, 2vw, 1.35rem);
}

/* WooCommerce archive and catalog */
body.las-r3.woocommerce :where(.woocommerce-info, .woocommerce-message, .woocommerce-error) {
	border: 1px solid var(--r3-line) !important;
	border-radius: var(--r3-radius-sm) !important;
	background: var(--r3-paper-strong) !important;
	box-shadow: none !important;
	color: var(--r3-ink) !important;
}

body.las-r3.las-psf-enabled,
body.las-r3.las-psf-theme-bg {
	background: var(--r3-bone) !important;
	background-image: none !important;
}

body.las-r3 [data-prefix="woo_categories"] .hero-section[data-type="type-2"] {
	width: min(calc(100% - (2 * var(--r3-gutter))), var(--r3-shell)) !important;
	min-height: clamp(260px, 28vw, 390px) !important;
	margin: clamp(18px, 2vw, 30px) auto 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background-color: var(--r3-pine) !important;
	overflow: hidden;
}

body.las-r3 [data-prefix="woo_categories"] .hero-section[data-type="type-2"]::before {
	background: linear-gradient(90deg, rgba(18, 35, 31, 0.88) 0%, rgba(18, 35, 31, 0.58) 48%, rgba(18, 35, 31, 0.16) 100%) !important;
}

body.las-r3 [data-prefix="woo_categories"] .hero-section[data-type="type-2"]::after {
	opacity: 0.02 !important;
}

body.las-r3 [data-prefix="woo_categories"] .hero-section .entry-header {
	width: min(680px, calc(100% - 48px)) !important;
	max-width: 680px !important;
	margin: 0 auto 0 0 !important;
	padding: clamp(30px, 5vw, 72px) !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

body.las-r3 [data-prefix="woo_categories"] .hero-section .page-title {
	margin: 8px 0 0 !important;
	color: #fff !important;
	font-size: clamp(2.5rem, 5vw, 5.4rem) !important;
	line-height: 1 !important;
	text-shadow: none !important;
}

body.las-r3 [data-prefix="woo_categories"] .hero-section .page-description {
	max-width: 540px;
	margin-top: 18px !important;
	color: rgba(255, 255, 255, 0.76) !important;
	font-size: 0.96rem !important;
	text-shadow: none !important;
}

body.las-r3 .las-hero-badge,
body.las-r3 .las-hero-breadcrumb {
	color: rgba(255, 255, 255, 0.72) !important;
	font-size: 0.68rem !important;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.las-r3 .las-hero-stitch-line {
	display: none !important;
}

body.las-r3 :where(.woo-listing-top, .las-psf-toolbar) {
	border: 0 !important;
	border-bottom: 1px solid var(--r3-line) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

body.las-r3 .las-psf-toolbar {
	min-height: 58px;
	padding: 8px 0 !important;
}

body.las-r3 .las-psf-toolbar :where(select, input, button) {
	min-height: 42px;
	border: 1px solid var(--r3-line) !important;
	border-radius: 999px !important;
	background: var(--r3-paper) !important;
	box-shadow: none !important;
	color: var(--r3-ink) !important;
}

body.las-r3 .las-psf-card {
	padding: 4px 0 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

body.las-r3 .las-psf-headline {
	padding-bottom: 18px;
	border-bottom: 1px solid var(--r3-line);
	font-family: var(--r3-serif);
	font-size: 1.35rem;
}

body.las-r3 .las-psf-section {
	border-bottom: 1px solid var(--r3-line) !important;
}

body.las-r3 .las-psf-apply {
	border-radius: 999px !important;
	background: var(--r3-pine) !important;
	box-shadow: none !important;
}

body.las-r3 ul.products {
	gap: clamp(30px, 3.2vw, 52px) clamp(14px, 2vw, 28px) !important;
}

body.las-r3 ul.products li.product {
	position: relative;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	transform: none !important;
}

body.las-r3 ul.products li.product:hover {
	box-shadow: none !important;
	transform: none !important;
}

body.las-r3 ul.products li.product :where(figure, .ct-media-container, .woocommerce-loop-product__link > img) {
	overflow: hidden;
	border: 0 !important;
	border-radius: var(--r3-radius-sm) !important;
	background: #e9e3da !important;
	box-shadow: none !important;
}

body.las-r3 ul.products li.product :where(figure, .ct-media-container) {
	aspect-ratio: 4 / 5 !important;
}

body.las-r3 ul.products li.product :where(figure, .ct-media-container) img,
body.las-r3 ul.products li.product > a > img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	transition: transform 520ms cubic-bezier(0.2, 0.65, 0.2, 1), filter 250ms ease;
}

body.las-r3 ul.products li.product:hover :where(figure, .ct-media-container) img,
body.las-r3 ul.products li.product:hover > a > img {
	filter: saturate(1.03) contrast(1.02);
	transform: scale(1.035);
}

body.las-r3 ul.products li.product .woocommerce-loop-product__title {
	display: -webkit-box !important;
	min-height: 2.9em !important;
	margin: 16px 0 7px !important;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(--r3-ink) !important;
	font-family: var(--r3-sans) !important;
	font-size: clamp(0.84rem, 1vw, 0.96rem) !important;
	font-weight: 650 !important;
	letter-spacing: -0.015em !important;
	line-height: 1.45 !important;
	text-transform: none !important;
}

body.las-r3 ul.products li.product .price {
	display: block;
	min-height: 0 !important;
	margin: 0 0 12px !important;
	color: var(--r3-ink) !important;
	font-family: var(--r3-sans);
	font-size: 0.9rem !important;
	font-weight: 750 !important;
}

body.las-r3 ul.products li.product :where(.product-categories, .product-category, .product_meta, .entry-meta) {
	display: none !important;
}

body.las-r3 ul.products li.product :where(.button, .added_to_cart) {
	display: inline-flex !important;
	width: auto !important;
	min-height: 42px !important;
	align-items: center;
	justify-content: center;
	margin-top: 2px !important;
	padding: 10px 17px !important;
	border: 1px solid var(--r3-line) !important;
	border-radius: 999px !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--r3-ink) !important;
	font-size: 0.68rem !important;
	font-weight: 750 !important;
	letter-spacing: 0.055em !important;
	line-height: 1.2 !important;
	text-transform: uppercase;
	transform: none !important;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease !important;
}

body.las-r3 ul.products li.product :where(.button, .added_to_cart):hover {
	border-color: var(--r3-pine) !important;
	background: var(--r3-pine) !important;
	color: #fff !important;
}

body.las-r3 .las-product-badge,
body.las-r3 ul.products li.product .onsale {
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--r3-paper-strong) !important;
	box-shadow: 0 6px 18px rgba(31, 26, 22, 0.12) !important;
	color: var(--r3-ink) !important;
	font-size: 0.64rem !important;
	font-weight: 750;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

body.las-r3 .woocommerce-pagination ul.page-numbers {
	gap: 5px;
	border: 0 !important;
	background: transparent !important;
}

body.las-r3 .woocommerce-pagination .page-numbers li,
body.las-r3 .woocommerce-pagination .page-numbers a,
body.las-r3 .woocommerce-pagination .page-numbers span {
	border: 0 !important;
	border-radius: 50% !important;
	box-shadow: none !important;
}

body.las-r3 .woocommerce-pagination .page-numbers :where(.current, a:hover) {
	background: var(--r3-pine) !important;
	color: #fff !important;
}

/* Single product: native, product-first composition; no archive filters */
body.las-r3.single-product aside#sidebar,
body.las-r3.single-product .las-psf-inline-sidebar,
body.las-r3.single-product .las-psf-card,
body.las-r3.single-product .las-psf-mobile-trigger,
body.las-r3.single-product .las-psf-drawer,
body.las-r3.single-product .las-psf-backdrop {
	display: none !important;
}

body.las-r3.single-product #main,
body.las-r3.single-product .content-area,
body.las-r3.single-product .site-main,
body.las-r3.single-product div.product {
	width: 100% !important;
	max-width: none !important;
}

body.las-r3.single-product .las-psf-inline-layout--product {
	display: block !important;
	width: min(calc(100% - (2 * var(--r3-gutter))), var(--r3-shell)) !important;
	margin-inline: auto !important;
	background: transparent !important;
}

body.las-r3.single-product .las-psf-inline-main {
	display: block !important;
}

body.las-r3.single-product .product-entry-wrapper {
	display: grid !important;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr) !important;
	gap: clamp(42px, 6vw, 92px) !important;
	width: min(calc(100% - (2 * var(--r3-gutter))), var(--r3-shell)) !important;
	max-width: var(--r3-shell) !important;
	align-items: start;
	margin: clamp(46px, 7vw, 100px) auto clamp(70px, 9vw, 130px) !important;
}

body.las-r3.single-product #main > .ct-container-full {
	padding-top: 32px !important;
}

body.las-r3.single-product .woocommerce-product-gallery,
body.las-r3.single-product .entry-summary {
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

body.las-r3.single-product .woocommerce-product-gallery__wrapper {
	overflow: hidden;
	border-radius: var(--r3-radius-sm);
	background: #e9e3da;
}

body.las-r3.single-product .woocommerce-product-gallery__image img {
	width: 100%;
	background: #e9e3da;
}

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

body.las-r3.single-product .flex-control-thumbs li {
	width: auto !important;
	margin: 0 !important;
}

body.las-r3.single-product .flex-control-thumbs img {
	aspect-ratio: 1;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	background: #e9e3da !important;
	object-fit: cover;
}

body.las-r3.single-product .flex-control-thumbs img.flex-active {
	border-color: var(--r3-paprika) !important;
}

body.las-r3.single-product .entry-summary {
	position: sticky;
	top: 118px;
	align-self: start;
}

body.las-r3.single-product .entry-summary .entry-title {
	margin: 0 0 18px !important;
	font-size: clamp(2.15rem, 4vw, 4.2rem) !important;
	line-height: 1.04 !important;
}

body.las-r3.single-product .entry-summary .price {
	margin: 0 0 30px !important;
	color: var(--r3-ink) !important;
	font-size: 1.16rem !important;
	font-weight: 750 !important;
}

body.las-r3.single-product .woocommerce-product-details__short-description {
	padding: 26px 0;
	border-top: 1px solid var(--r3-line);
	border-bottom: 1px solid var(--r3-line);
	color: var(--r3-muted);
}

body.las-r3.single-product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: stretch;
	margin: 30px 0 !important;
}

body.las-r3.single-product .las-r3-customization {
	flex: 0 0 100%;
	margin: 0 0 18px;
	padding: 22px;
	border: 1px solid var(--r3-line);
	border-radius: var(--r3-radius-sm);
	background: color-mix(in srgb, var(--r3-paper-strong) 82%, transparent);
}

body.las-r3.single-product .las-r3-customization legend {
	padding: 0 8px;
	font-family: var(--r3-serif);
	font-size: 1.25rem;
	font-weight: 700;
}

body.las-r3.single-product .las-r3-customization__intro {
	margin: 0 0 18px;
	color: var(--r3-muted);
	font-size: 0.82rem;
}

body.las-r3.single-product .las-r3-customization__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

body.las-r3.single-product .las-r3-customization .form-row {
	display: grid;
	gap: 7px;
	width: 100%;
	margin: 0 0 12px;
}

body.las-r3.single-product .las-r3-customization label {
	font-size: 0.75rem;
	font-weight: 750;
	letter-spacing: 0.04em;
}

body.las-r3.single-product .las-r3-customization textarea {
	min-height: 108px;
}

body.las-r3.single-product .las-r3-customization__required {
	margin: 0;
	color: var(--r3-muted);
	font-size: 0.68rem;
}

body.las-r3.single-product form.cart .quantity {
	min-height: 52px;
	border: 1px solid var(--r3-line) !important;
	border-radius: 999px !important;
	background: var(--r3-paper) !important;
}

body.las-r3.single-product form.cart .single_add_to_cart_button {
	min-height: 52px !important;
	padding-inline: 28px !important;
	border-radius: 999px !important;
	background: var(--r3-pine) !important;
	box-shadow: none !important;
	font-size: 0.74rem !important;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

body.las-r3.single-product form.cart .single_add_to_cart_button:hover {
	background: var(--r3-pine-light) !important;
}

.las-r3-product-note {
	margin: 24px 0 0;
	padding: 20px 0;
	border-top: 1px solid var(--r3-line);
	border-bottom: 1px solid var(--r3-line);
	color: var(--r3-muted);
	font-size: 0.82rem;
}

.las-r3-product-note p {
	margin: 0 0 7px;
}

.las-r3-product-note p:last-child {
	margin-bottom: 0;
}

body.las-r3.single-product .product_meta {
	margin-top: 26px;
	color: var(--r3-muted);
	font-size: 0.72rem;
	line-height: 1.7;
}

body.las-r3.single-product :where(.woocommerce-tabs, .related.products, .up-sells.products) {
	width: min(calc(100% - (2 * var(--r3-gutter))), var(--r3-shell)) !important;
	max-width: var(--r3-shell) !important;
	margin: 0 auto var(--r3-space) !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

body.las-r3.single-product .woocommerce-tabs .tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 5px clamp(18px, 4vw, 48px);
	margin: 0 0 44px !important;
	padding: 0 0 15px !important;
	border-bottom: 1px solid var(--r3-line) !important;
}

body.las-r3.single-product .woocommerce-tabs .tabs li {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.las-r3.single-product .woocommerce-tabs .tabs a {
	display: inline-block;
	padding: 8px 0 !important;
	border: 0 !important;
	border-bottom: 2px solid transparent !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--r3-muted) !important;
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.las-r3.single-product .woocommerce-tabs .active a {
	border-bottom-color: var(--r3-paprika) !important;
	color: var(--r3-ink) !important;
}

body.las-r3.single-product .woocommerce-Tabs-panel {
	max-width: 820px;
	color: var(--r3-muted);
}

body.las-r3.single-product .woocommerce-Tabs-panel h2,
body.las-r3.single-product .related.products > h2,
body.las-r3.single-product .up-sells.products > h2 {
	margin: 0 0 34px;
	font-size: clamp(2rem, 4vw, 4rem);
}

/* Forms, account, cart and checkout */
body.las-r3 :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea) {
	min-height: 50px;
	border: 1px solid var(--r3-line) !important;
	border-radius: var(--r3-radius-sm) !important;
	background: var(--r3-paper-strong) !important;
	box-shadow: none !important;
	color: var(--r3-ink) !important;
	font-family: var(--r3-sans);
}

body.las-r3 textarea {
	min-height: 150px;
	padding: 14px;
}

body.las-r3 :where(input, select, textarea)::placeholder {
	color: #928a81;
}

body.las-r3 :where(.woocommerce-cart-form, .cart_totals, .woocommerce-checkout-review-order, .woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-account .woocommerce-MyAccount-content) {
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.las-r3:where(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) #main {
	padding-block: clamp(48px, 8vw, 110px);
}

body.las-r3:where(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .entry-title {
	font-size: clamp(2.5rem, 6vw, 6rem) !important;
}

body.las-r3:where(.woocommerce-cart, .woocommerce-checkout) article > .hero-section {
	display: block !important;
	width: min(calc(100% - (2 * var(--r3-gutter))), var(--r3-shell)) !important;
	margin: 0 auto clamp(34px, 6vw, 70px) !important;
	padding: 0 !important;
}

body.las-r3:where(.woocommerce-cart, .woocommerce-checkout) article > .hero-section .entry-header {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 0 24px !important;
	border-bottom: 1px solid var(--r3-line);
}

body.las-r3:where(.woocommerce-cart, .woocommerce-checkout) article > .hero-section .page-title {
	display: block !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	color: var(--r3-ink) !important;
}

body.las-r3 .woocommerce-privacy-policy-text a,
body.las-r3 .woocommerce-terms-and-conditions-checkbox-text a {
	font-weight: 750;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

body.las-r3 .checkout-button,
body.las-r3 #place_order,
body.las-r3 .woocommerce-form-login__submit,
body.las-r3 .woocommerce-form-register__submit {
	min-height: 52px !important;
	border-radius: 999px !important;
	background: var(--r3-pine) !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 0.76rem !important;
	font-weight: 750 !important;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

body.las-r3 .checkout-button:hover,
body.las-r3 #place_order:hover {
	background: var(--r3-pine-light) !important;
}

/* Footer */
.las-r3-footer {
	position: relative;
	z-index: 2;
	padding: clamp(70px, 9vw, 124px) var(--r3-gutter) 30px;
	background: #17211e;
	color: rgba(255, 255, 255, 0.72);
}

.las-r3-footer__inner {
	width: min(100%, var(--r3-shell));
	margin-inline: auto;
}

.las-r3-footer__grid {
	display: grid;
	grid-template-columns: minmax(300px, 1.45fr) repeat(2, minmax(150px, 0.65fr)) minmax(240px, 1fr);
	gap: clamp(34px, 6vw, 86px);
}

body.las-r3 .las-r3-footer :where(h2, h3, h4) {
	margin: 0 0 20px;
	color: #fff !important;
}

.las-r3-footer__brand :where(h2, h3) {
	max-width: 470px;
	font-size: clamp(2rem, 3.3vw, 3.5rem);
}

.las-r3-footer__eyebrow {
	margin: 0 0 18px;
	color: #df9478;
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

body.las-r3 .las-r3-footer__brand p {
	max-width: 480px;
	color: rgba(255, 255, 255, 0.72) !important;
}

body.las-r3 .las-r3-footer__cta p {
	color: rgba(255, 255, 255, 0.72) !important;
}

.las-r3-footer h4 {
	font-family: var(--r3-sans);
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.las-r3-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.las-r3-footer li {
	margin: 0 0 10px;
}

.las-r3-footer a {
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
}

.las-r3-footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.las-r3-footer__cta > a {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	margin-top: 16px;
	padding: 11px 20px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 999px;
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.las-r3-footer__cta > a:hover {
	border-color: #fff;
	background: #fff;
	color: var(--r3-ink);
	text-decoration: none;
}

.las-r3-footer .las-r3-button {
	margin-top: 20px;
	color: #fff;
}

.las-r3-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: clamp(54px, 8vw, 96px);
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	font-size: 0.68rem;
	letter-spacing: 0.03em;
}

/* Motion */
.las-r3 [data-reveal] {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 620ms ease, transform 620ms cubic-bezier(0.2, 0.65, 0.2, 1);
}

.las-r3 [data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

.las-r3-ready .las-r3-hero__copy > * {
	opacity: 0;
	animation: las-r3-rise 760ms cubic-bezier(0.2, 0.72, 0.22, 1) forwards;
}

.las-r3-ready .las-r3-hero__copy > :nth-child(2) {
	animation-delay: 90ms;
}

.las-r3-ready .las-r3-hero__copy > :nth-child(3) {
	animation-delay: 170ms;
}

.las-r3-ready .las-r3-hero__copy > :nth-child(4) {
	animation-delay: 250ms;
}

@keyframes las-r3-rise {
	from {
		opacity: 0;
		transform: translateY(24px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1100px) {
	body.las-r3 #header .menu > li > a {
		padding-inline: 9px;
		font-size: 0.64rem !important;
	}

	.las-r3-worlds {
		grid-template-columns: 1fr 1fr;
	}

	.las-r3-world:first-child {
		grid-column: 1 / -1;
	}

	.las-r3-story {
		grid-template-columns: 1fr 1fr;
	}

	.las-r3-footer__grid {
		grid-template-columns: 1.3fr 0.7fr 0.7fr;
	}

	.las-r3-footer__grid > :last-child {
		grid-column: 1 / -1;
		max-width: 620px;
	}
}

@media (max-width: 1024px) {
	body.las-r3 .las-psf-enabled aside#sidebar,
	body.las-r3 aside#sidebar,
	body.las-r3 .las-psf-inline-sidebar {
		display: none !important;
	}

	body.las-r3.post-type-archive-product aside#sidebar.ct-hidden-sm,
	body.las-r3.post-type-archive-product aside#sidebar.ct-hidden-md,
	body.las-r3.tax-product_cat aside#sidebar.ct-hidden-sm,
	body.las-r3.tax-product_cat aside#sidebar.ct-hidden-md {
		display: none !important;
	}

	body.las-r3 .las-psf-inline-layout {
		display: block !important;
	}

	body.las-r3 .las-psf-mobile-trigger {
		display: inline-flex !important;
	}

	body.las-r3 .las-psf-drawer {
		position: fixed !important;
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		z-index: 100001 !important;
		display: block !important;
		width: min(92vw, 420px) !important;
		height: 100dvh !important;
		padding: 22px !important;
		background: var(--r3-paper-strong) !important;
		box-shadow: -20px 0 70px rgba(31, 26, 22, 0.24) !important;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translateX(calc(100% + 32px)) !important;
		transition: transform 240ms ease, opacity 160ms ease, visibility 0s linear 240ms;
	}

	body.las-r3 .las-psf-drawer.is-open {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateX(0) !important;
		transition-delay: 0s;
	}

	body.las-r3 .las-psf-backdrop.is-open {
		position: fixed !important;
		inset: 0 !important;
		z-index: 100000 !important;
		display: block !important;
		background: rgba(18, 61, 53, 0.46) !important;
	}

	body.las-r3.single-product .product-entry-wrapper {
		grid-template-columns: 1fr !important;
	}

	body.las-r3.single-product .entry-summary {
		position: static;
	}
}

@media (max-width: 782px) {
	body.las-r3.single-product .las-r3-customization__grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	body.las-r3.admin-bar #header {
		top: 46px;
	}

	.las-r3-section-head,
	.las-r3-commission,
	.las-r3-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.las-r3-section-head {
		display: flex;
	}

	.las-r3-commission {
		padding: 54px var(--r3-gutter);
	}

	.las-r3-commission > .las-r3-shell {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.las-r3-commission__actions,
	.las-r3-commission > .las-r3-shell > .las-r3-button {
		align-self: flex-start;
	}

	.las-r3-proof__inner {
		grid-template-columns: 1fr;
		padding-block: 18px;
	}

	.las-r3-proof__item,
	.las-r3-proof__item:first-child,
	.las-r3-proof__item:last-child {
		padding: 22px 0;
		border-right: 0;
		border-bottom: 1px solid var(--r3-line);
	}

	.las-r3-proof__item:last-child {
		border-bottom: 0;
	}

	.las-r3-worlds,
	.las-r3-prose,
	.las-r3-contact-layout {
		grid-template-columns: 1fr;
	}

	.las-r3-story > .las-r3-shell {
		grid-template-columns: 1fr;
	}

	.las-r3-world:first-child {
		grid-column: auto;
	}

	.las-r3-world,
	.las-r3-world:nth-child(n + 2) {
		min-height: min(124vw, 580px);
	}

	.las-r3-story__media {
		min-height: min(116vw, 560px);
	}

	.las-r3-prose > :first-child,
	.las-r3-contact-aside,
	.las-r3-contact-layout__brief {
		position: static;
	}

	.las-r3-prose > .las-r3-eyebrow,
	.las-r3-prose > :where(h2, h3),
	.las-r3-prose > p:not(.las-r3-eyebrow) {
		grid-column: 1;
	}

	.las-r3-prose > p:not(.las-r3-eyebrow) + p {
		margin-top: 0;
	}

	.las-r3-process__item {
		grid-template-columns: 54px 1fr;
	}

	.las-r3-process__item p,
	.las-r3-process__item > p:not(:empty) {
		grid-column: 2;
	}

	.las-r3-footer__grid {
		grid-template-columns: 1fr 1fr;
	}

	.las-r3-footer__brand,
	.las-r3-footer__grid > :last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 600px) {
	body.las-r3 {
		--r3-gutter: 18px;
		--r3-space: 76px;
	}

	.las-r3-topbar__inner {
		width: calc(100% - 28px);
		min-height: 38px;
		font-size: 0.58rem;
		letter-spacing: 0.035em;
	}

	.las-r3-topbar__inner > :first-child {
		max-width: 68%;
	}

	body.las-r3 #header [data-row="middle"] > .ct-container {
		width: calc(100% - 28px) !important;
		min-height: 68px !important;
	}

	body.las-r3 #header .site-branding {
		min-width: 0;
		gap: 9px;
	}

	body.las-r3 #header .site-logo-container,
	body.las-r3 #header .site-logo-container img {
		width: 38px !important;
		height: 38px !important;
		flex-basis: 38px;
	}

	body.las-r3 #header .site-title,
	body.las-r3 #header .site-title a {
		font-size: 0.92rem !important;
		white-space: nowrap;
	}

	body.las-r3 #header [data-column="end"] [data-items] {
		gap: 3px !important;
	}

	body.las-r3 #header :where(.ct-header-search, [data-id="account"]) {
		display: none !important;
	}

	.las-r3-hero,
	.las-r3-hero__inner {
		min-height: calc(100svh - 106px);
	}

	.las-r3-hero {
		align-items: end;
		background-image:
			linear-gradient(90deg, rgba(16, 24, 22, 0.88) 0%, rgba(16, 24, 22, 0.62) 72%, rgba(16, 24, 22, 0.35) 100%),
			linear-gradient(0deg, rgba(16, 24, 22, 0.58) 0%, transparent 56%),
			url("../images/atelier-hero-v1.webp");
		background-position: center, center, 60% center;
	}

	.las-r3-hero__inner {
		padding-block: 76px 30px;
	}

	.las-r3-hero :where(h1, h2, h3) {
		font-size: clamp(2.65rem, 13vw, 4.45rem);
	}

	.las-r3-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.las-r3-hero__actions .las-r3-button {
		width: 100%;
	}

	.las-r3-hero__proof {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px 16px;
		margin-top: 34px;
		padding-top: 16px;
	}

	.las-r3-hero__proof li {
		font-size: 0.58rem;
	}

	.las-r3-page-hero {
		padding-top: 76px;
	}

	.las-r3-page-hero h1 {
		font-size: clamp(2.7rem, 14vw, 4.5rem);
	}

	body.las-r3 [data-prefix="woo_categories"] .hero-section[data-type="type-2"] {
		width: calc(100% - 36px) !important;
		min-height: 210px !important;
		margin-top: 14px !important;
	}

	body.las-r3 [data-prefix="woo_categories"] .hero-section .entry-header {
		width: 100% !important;
		padding: 24px !important;
	}

	body.las-r3 [data-prefix="woo_categories"] .hero-section .page-title {
		font-size: clamp(2rem, 11vw, 3.3rem) !important;
	}

	body.las-r3 [data-prefix="woo_categories"] .hero-section .page-description {
		display: none !important;
	}

	body.las-r3 .las-psf-toolbar {
		display: grid !important;
		grid-template-columns: auto 1fr !important;
		gap: 8px !important;
	}

	body.las-r3 .las-psf-toolbar .las-psf-search {
		grid-column: 1 / -1;
	}

	body.las-r3 ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 34px 12px !important;
	}

	body.las-r3 ul.products li.product .woocommerce-loop-product__title {
		min-height: 3.15em !important;
		font-size: 0.78rem !important;
	}

	body.las-r3 ul.products li.product :where(.button, .added_to_cart) {
		width: 100% !important;
		min-height: 40px !important;
		padding-inline: 10px !important;
		font-size: 0.58rem !important;
	}

	body.las-r3.single-product .product-entry-wrapper {
		width: calc(100% - 36px) !important;
		margin-top: 28px !important;
		gap: 30px !important;
	}

	body.las-r3.single-product .entry-summary .entry-title {
		font-size: clamp(2rem, 10vw, 3rem) !important;
	}

	body.las-r3.single-product :where(.woocommerce-tabs, .related.products, .up-sells.products) {
		width: calc(100% - 36px) !important;
	}

	body.las-r3.single-product .woocommerce-tabs .tabs {
		gap: 4px 18px;
		overflow-x: auto;
		flex-wrap: nowrap;
	}

	body.las-r3.single-product .woocommerce-tabs .tabs li {
		flex: 0 0 auto;
	}

	.las-r3-form,
	.las-r3-contact-layout__form {
		padding: 24px 18px;
	}

	.las-r3-footer {
		padding-inline: 22px;
	}

	.las-r3-footer__grid {
		grid-template-columns: 1fr;
	}

	.las-r3-footer__brand,
	.las-r3-footer__grid > :last-child {
		grid-column: auto;
	}

	.las-r3-footer__bottom {
		display: flex;
	}

	body.las-r3 :where(.gt_switcher_wrapper, .gt_float_switcher, [class*="gt_float_switcher"]) {
		right: 10px !important;
		bottom: 10px !important;
		transform: scale(0.84);
		transform-origin: right bottom;
	}
}

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

	.las-r3 [data-reveal] {
		opacity: 1 !important;
		transform: none !important;
	}
}

/* Restrained navigation and editorial type scale. */
body.las-r3 {
	--r3-shell: 1200px;
	--r3-gutter: clamp(20px, 3vw, 40px);
	--r3-space: clamp(56px, 7vw, 96px);
}

body.las-r3 #header [data-row="middle"] > .ct-container {
	width: min(calc(100% - 40px), 1240px) !important;
	min-height: 68px !important;
}

body.las-r3 #header .site-branding {
	display: flex !important;
	min-width: 210px !important;
	align-items: center !important;
	justify-content: flex-start !important;
	flex-direction: row !important;
	gap: 10px !important;
}

body.las-r3 #header .site-logo-container,
body.las-r3 #header .site-logo-container img {
	width: 36px !important;
	height: 36px !important;
}

body.las-r3 #header .site-logo-container {
	flex: 0 0 36px !important;
}

body.las-r3 #header .site-title,
body.las-r3 #header .site-title a {
	font-size: clamp(1rem, 1.2vw, 1.2rem) !important;
	letter-spacing: -0.025em !important;
}

body.las-r3 #header .menu {
	gap: 2px !important;
}

body.las-r3 #header .menu > li,
body.las-r3 #header .menu > li > a,
body.las-r3 #header .menu > li > a:hover,
body.las-r3 #header .menu > li.current-menu-item > a,
body.las-r3 #header .menu > li.current_page_item > a {
	min-width: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
}

body.las-r3 #header .menu > li > a {
	min-height: 68px !important;
	padding: 8px 12px !important;
	font-size: 0.72rem !important;
	letter-spacing: 0.065em !important;
}

body.las-r3 #header .menu > li > a:hover,
body.las-r3 #header .menu > li.current-menu-item > a,
body.las-r3 #header .menu > li.current_page_item > a {
	color: var(--r3-paprika-dark) !important;
}

body.las-r3 #header .menu > li > a::after {
	right: 12px !important;
	bottom: 11px !important;
	left: 12px !important;
	height: 2px !important;
}

body.las-r3 #header :where(.ct-header-search, .ct-header-trigger, [data-id="account"] > a) {
	width: 36px !important;
	height: 36px !important;
	border-radius: 9px !important;
	background: transparent !important;
}

body.las-r3 .las-r3-hero :where(h1, h2, h3) {
	font-size: clamp(2.75rem, 4.8vw, 4.5rem) !important;
	line-height: 1.02 !important;
}

body.las-r3 .las-r3-page-hero {
	padding: clamp(56px, 7vw, 88px) var(--r3-gutter) clamp(44px, 5vw, 64px) !important;
}

body.las-r3 .las-r3-page-hero h1 {
	max-width: 900px;
	font-size: clamp(2.5rem, 4vw, 4rem) !important;
	line-height: 1.04 !important;
}

body.las-r3 .las-r3-section-head h2,
body.las-r3 .las-r3-prose > :where(h2, h3),
body.las-r3 .las-r3-contact-layout h2 {
	font-size: clamp(1.75rem, 2.6vw, 2.75rem) !important;
	line-height: 1.1 !important;
}

body.las-r3 .las-r3-world__copy :where(h2, h3),
body.las-r3 .las-r3-process__item h3 {
	font-size: clamp(1.25rem, 1.8vw, 1.85rem) !important;
	line-height: 1.12 !important;
}

body.las-r3 .las-r3-story__copy :where(h2, h3),
body.las-r3 .las-r3-commission h2 {
	font-size: clamp(2rem, 3.2vw, 3.25rem) !important;
	line-height: 1.08 !important;
}

body.las-r3 [data-prefix="woo_categories"] .hero-section .page-title {
	font-size: clamp(2.25rem, 3.5vw, 3.75rem) !important;
}

body.las-r3.single-product .entry-summary .entry-title {
	font-size: clamp(2rem, 3vw, 3.25rem) !important;
	line-height: 1.06 !important;
}

body.las-r3.single-product .woocommerce-Tabs-panel h2,
body.las-r3.single-product .related.products > h2,
body.las-r3.single-product .up-sells.products > h2 {
	font-size: clamp(1.75rem, 2.6vw, 2.75rem) !important;
}

body.las-r3.single-product .product-entry-wrapper {
	margin-top: clamp(32px, 3vw, 48px) !important;
}

body.las-r3:where(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .entry-title,
body.las-r3:where(.woocommerce-cart, .woocommerce-checkout) article > .hero-section .page-title {
	font-size: clamp(2.25rem, 3.5vw, 3.5rem) !important;
}

body.las-r3 .las-r3-footer__brand :where(h2, h3) {
	font-size: clamp(1.8rem, 2.4vw, 2.4rem) !important;
	line-height: 1.1 !important;
}

body.las-r3 .las-r3-page--new-arrivals .las-r3-page-hero {
	padding-block: clamp(48px, 5vw, 64px) clamp(36px, 3.5vw, 48px) !important;
}

body.las-r3 .las-r3-page--new-arrivals .las-r3-drop {
	padding-top: clamp(40px, 4vw, 56px);
}

body.las-r3 .las-r3-page--new-arrivals .las-r3-section-head {
	margin-bottom: clamp(28px, 3vw, 40px);
}

body.las-r3 #offcanvas .ct-toggle-close :where(svg, path) {
	fill: var(--r3-ink) !important;
	opacity: 1 !important;
}

body.las-r3 #offcanvas .mobile-menu :where(.current-menu-item, .current_page_item, .current-menu-ancestor) > a {
	color: var(--r3-paprika-dark) !important;
}

@media (max-width: 782px) {
	body.las-r3 #header [data-row="middle"] > .ct-container {
		display: grid !important;
		width: calc(100% - 28px) !important;
		min-height: 64px !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		align-items: center !important;
		flex-direction: row !important;
	}

	body.las-r3 #header [data-row="middle"] > .ct-container > [data-column] {
		width: auto !important;
		min-width: 0 !important;
		height: 64px !important;
	}

	body.las-r3 #header [data-row="middle"] > .ct-container > [data-column="start"] {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.las-r3 #header [data-row="middle"] > .ct-container > [data-column="end"] {
		grid-template-columns: auto !important;
	}

	body.las-r3 #header .site-branding {
		min-width: 0 !important;
		gap: 8px !important;
	}

	body.las-r3 #header .site-logo-container,
	body.las-r3 #header .site-logo-container img {
		width: 32px !important;
		height: 32px !important;
	}

	body.las-r3 #header .site-logo-container {
		flex-basis: 32px !important;
	}

	body.las-r3 #header .site-title,
	body.las-r3 #header .site-title a {
		font-size: 0.98rem !important;
	}

	body.las-r3 #offcanvas .mobile-menu a {
		min-height: 54px !important;
		font-size: clamp(1.2rem, 5.8vw, 1.5rem) !important;
	}

	body.las-r3 .las-r3-hero :where(h1, h2, h3) {
		font-size: clamp(2.25rem, 9.2vw, 2.8rem) !important;
	}

	body.las-r3 .las-r3-page-hero {
		padding-block: 52px 44px !important;
	}

	body.las-r3 .las-r3-page-hero h1 {
		font-size: clamp(2.2rem, 9.5vw, 2.8rem) !important;
	}

	body.las-r3 .las-r3-page--new-arrivals .las-r3-page-hero {
		padding-block: 44px 36px !important;
	}

	body.las-r3 .las-r3-page--new-arrivals .las-r3-page-hero p:not(.las-r3-eyebrow) {
		margin-top: 18px;
	}

	body.las-r3 .las-r3-page--new-arrivals .las-r3-drop {
		padding-top: 32px;
	}

	body.las-r3 .las-r3-page--new-arrivals .las-r3-section-head {
		gap: 16px !important;
		margin-bottom: 24px;
	}

	body.las-r3 .las-r3-page--new-arrivals .las-r3-section-head h2 {
		font-size: clamp(1.7rem, 7.2vw, 2rem) !important;
	}

	body.las-r3 .las-r3-section-head h2,
	body.las-r3 .las-r3-prose > :where(h2, h3),
	body.las-r3 .las-r3-contact-layout h2,
	body.las-r3 .las-r3-story__copy :where(h2, h3),
	body.las-r3 .las-r3-commission h2 {
		font-size: clamp(1.75rem, 8vw, 2.25rem) !important;
	}

	body.las-r3 [data-prefix="woo_categories"] .hero-section .page-title,
	body.las-r3:where(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .entry-title,
	body.las-r3:where(.woocommerce-cart, .woocommerce-checkout) article > .hero-section .page-title {
		font-size: clamp(2rem, 9vw, 2.65rem) !important;
	}

	body.las-r3.single-product .entry-summary .entry-title {
		font-size: clamp(1.9rem, 8.5vw, 2.5rem) !important;
	}

	body.las-r3.single-product #main > .ct-container-full {
		padding-top: 24px !important;
	}

	body.las-r3.single-product .product-entry-wrapper {
		margin-top: 20px !important;
	}

	body.las-r3 .woo-listing-top {
		display: flex !important;
		min-height: 58px !important;
		align-items: center !important;
		justify-content: flex-end !important;
		padding-block: 8px !important;
	}

	body.las-r3 .woo-listing-top .woocommerce-ordering {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		flex: 1 1 100% !important;
	}

	body.las-r3 .woo-listing-top .woocommerce-ordering select {
		width: 100% !important;
		min-width: 0 !important;
		padding: 0 40px 0 14px !important;
		text-overflow: ellipsis;
	}

	body.las-r3 .las-psf-toolbar {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.las-r3 .las-psf-toolbar .las-psf-toolbar-search {
		grid-column: 1 / -1 !important;
	}

	body.las-r3 .las-psf-toolbar-order .woocommerce-ordering {
		display: block !important;
		position: relative !important;
	}

	body.las-r3 .las-psf-toolbar-order .ct-sort-icon {
		top: 50% !important;
		right: 14px !important;
		left: auto !important;
		transform: translateY(-50%) !important;
		pointer-events: none;
	}

	body.las-r3 :where(.gt_switcher_wrapper, .gt_float_switcher, [class*="gt_float_switcher"]) {
		display: none !important;
	}
}
