@font-face {
	font-family: "Moon Time";
	src: url("assets/fonts/MoonTime-Regular.ttf") format("truetype");
	font-display: swap;
}

:root {
	--lux-ink: #2d231d;
	--lux-muted: #74675e;
	--lux-gold: #b58245;
	--lux-gold-dark: #8e602e;
	--lux-cream: #fbf7f1;
	--lux-ivory: #fffdf9;
	--lux-blush: #f0dfcf;
	--lux-line: rgba(158, 111, 62, .22);
	--lux-shadow: 0 22px 60px rgba(85, 57, 38, .1);
	--lux-radius: 22px;
}

* { box-sizing: border-box; }

html,
body {
	margin: 0;
	max-width: 100%;
	overflow-x: hidden;
}

html { scroll-behavior: smooth; }

body {
	min-height: 100vh;
	background: #fbf7f1;
	color: var(--lux-ink);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 14px;
}

body.menu-open { overflow: hidden; }

button,
input { font: inherit; }

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

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

img { max-width: 100%; }

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

.lux-shell {
	width: min(1420px, calc(100% - 64px));
	margin-inline: auto;
}

.lux-topbar {
	position: relative;
	z-index: 1010;
	background: #171411;
	color: #fffaf5;
	font-size: 10px;
	letter-spacing: .035em;
	text-transform: uppercase;
}

.lux-topbar-inner {
	min-height: 34px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.lux-topbar-group {
	display: flex;
	align-items: center;
	gap: 18px;
	white-space: nowrap;
}

.lux-topbar-group > * + *::before {
	content: "+";
	margin-right: 18px;
	color: #d4ad7c;
}

.lux-topbar a:hover { color: #e7c79f; }

.lux-header {
	position: relative;
	z-index: 1000;
	background: rgba(255, 252, 248, .97);
	box-shadow: 0 8px 30px rgba(78, 53, 36, .04);
	overflow: visible;
}

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

.lux-brand {
	width: 155px;
	height: 74px;
	display: flex;
	align-items: center;
}

.lux-brand img {
	display: block;
	width: 150px;
	height: auto;
	object-fit: contain;
}

.lux-search {
	position: relative;
	height: 50px;
	display: flex;
	align-items: center;
	min-width: 0;
}

.lux-search-icon {
	position: absolute;
	left: 18px;
	top: 50%;
	z-index: 2;
	font-size: 21px;
	line-height: 1;
	transform: translateY(-54%);
	pointer-events: none;
}

.lux-search input {
	width: 100%;
	height: 50px;
	padding: 0 52px 0 48px;
	border: 1px solid #e2d5c7;
	border-radius: 9px;
	outline: none;
	background: #fffaf5;
	color: var(--lux-ink);
	font-size: 12px;
}

.lux-search input:focus {
	border-color: var(--lux-gold);
	box-shadow: 0 0 0 3px rgba(181, 130, 69, .1);
}

.lux-search-submit {
	position: absolute;
	right: 4px;
	top: 4px;
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border: 0;
	border-radius: 7px;
	background: transparent;
	color: var(--lux-ink);
	cursor: pointer;
	font-size: 20px;
}

.lux-search-results {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	z-index: 1200;
	max-height: 360px;
	overflow-y: auto;
	padding: 8px;
	border: 1px solid var(--lux-line);
	border-radius: 14px;
	background: #fffdf9;
	box-shadow: 0 20px 50px rgba(56, 37, 24, .18);
}

.lux-search-results[hidden] { display: none; }

.lux-search-result {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 11px 12px;
	border-radius: 9px;
	font-size: 12px;
}

.lux-search-result:hover,
.lux-search-result:focus-visible { background: #f5eadf; }

.lux-search-result span { display: block; }

.lux-search-result small {
	margin-top: 3px;
	display: block;
	color: var(--lux-muted);
	font-size: 9px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.lux-search-empty {
	margin: 0;
	padding: 13px;
	color: var(--lux-muted);
	font-size: 11px;
	line-height: 1.6;
}

.lux-header-actions {
	display: flex;
	align-items: center;
	gap: 28px;
	white-space: nowrap;
	font-size: 11px;
	font-weight: 700;
}

.lux-header-action {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.lux-header-action:hover { color: var(--lux-gold-dark); }

.lux-header-action .action-icon { font-size: 20px; font-weight: 400; }

.lux-cart-count {
	min-width: 19px;
	height: 19px;
	display: grid;
	place-items: center;
	margin-left: -3px;
	border-radius: 50%;
	background: var(--lux-gold);
	color: white;
	font-size: 9px;
}

.lux-login { position: relative; }
.lux-login summary { list-style: none; cursor: pointer; }
.lux-login summary::-webkit-details-marker { display: none; }

.lux-login-menu {
	position: absolute;
	top: calc(100% + 14px);
	right: 0;
	width: 220px;
	padding: 9px;
	border: 1px solid var(--lux-line);
	border-radius: 12px;
	background: #fffdf9;
	box-shadow: 0 18px 40px rgba(56, 37, 24, .16);
}

.lux-login-menu a {
	display: block;
	padding: 11px 12px;
	border-radius: 8px;
	font-size: 10px;
}

.lux-login-menu a:hover { background: #f5eadf; }

.lux-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 10px;
	border: 1px solid var(--lux-line);
	border-radius: 9px;
	background: #fffaf5;
	cursor: pointer;
}

.lux-menu-toggle span {
	display: block;
	width: 100%;
	height: 1px;
	margin: 5px 0;
	background: var(--lux-ink);
	transition: transform .2s ease, opacity .2s ease;
}

.lux-nav {
	position: relative;
	z-index: 1100;
	min-height: 54px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	border-top: 1px solid #eee3d8;
	overflow: visible;
}

.lux-nav > a,
.lux-nav-trigger {
	position: relative;
	min-height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 18px;
	border: 0;
	background: transparent;
	color: var(--lux-ink);
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.lux-nav > a::after,
.lux-nav-dropdown.active > .lux-nav-trigger::after {
	content: "";
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0;
	height: 2px;
	background: transparent;
}

.lux-nav > a.active::after,
.lux-nav-dropdown.active > .lux-nav-trigger::after,
.lux-nav > a:hover::after { background: var(--lux-gold); }

.lux-nav-symbol { color: var(--lux-gold); font-size: 18px; font-weight: 400; }

.lux-nav-dropdown { position: relative; display: flex; align-items: stretch; }

.lux-nav-dropdown-menu {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 230px;
	padding: 10px;
	border: 1px solid var(--lux-line);
	border-radius: 0 0 14px 14px;
	background: #fffdf9;
	box-shadow: 0 18px 45px rgba(56, 37, 24, .14);
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, 8px);
	transition: .18s ease;
}

.lux-nav-dropdown:hover .lux-nav-dropdown-menu,
.lux-nav-dropdown:focus-within .lux-nav-dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}

.lux-nav-dropdown-menu a {
	display: block;
	padding: 11px 12px;
	border-radius: 8px;
	font-size: 11px;
}

.lux-nav-dropdown-menu a:hover { background: #f5eadf; color: var(--lux-gold-dark); }

.experience-main {
	position: relative;
	isolation: isolate;
	background:
		radial-gradient(circle at 78% 16%, rgba(231, 198, 163, .23), transparent 25%),
		linear-gradient(135deg, #fffdfa 0%, #f9efe5 48%, #fffaf5 100%);
}

.experience-main::before,
.experience-main::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 38vw;
	height: 38vw;
	border-radius: 50%;
	filter: blur(10px);
	pointer-events: none;
}

.experience-main::before { top: 4%; left: -22%; background: rgba(255, 255, 255, .75); }
.experience-main::after { right: -22%; bottom: 12%; background: rgba(231, 199, 168, .18); }

.experience-hero {
	position: relative;
	min-height: 470px;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
	align-items: center;
	gap: clamp(36px, 7vw, 100px);
	padding-top: clamp(56px, 7vw, 100px);
	padding-bottom: clamp(48px, 7vw, 90px);
}

.hero-kicker,
.section-kicker {
	margin: 0 0 12px;
	color: var(--lux-gold-dark);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .28em;
	text-transform: uppercase;
}

.experience-title,
.section-title,
.card-title {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 500;
}

.experience-title {
	margin: 0;
	font-size: clamp(56px, 6.4vw, 104px);
	line-height: .86;
	letter-spacing: .045em;
	text-transform: uppercase;
}

.experience-title .gold { color: var(--lux-gold); }

.hero-tagline {
	margin: 22px 0 0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(20px, 2.2vw, 31px);
	letter-spacing: .18em;
	text-transform: uppercase;
}

.hero-description {
	max-width: 700px;
	margin: 14px 0 0;
	color: var(--lux-muted);
	font-size: 14px;
	line-height: 1.8;
}

.hero-actions,
.card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 27px;
}

.lux-button {
	min-height: 45px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 24px;
	border: 1px solid var(--lux-gold);
	border-radius: 6px;
	background: linear-gradient(135deg, #c6975d, #9e6b35);
	box-shadow: 0 12px 25px rgba(156, 103, 50, .18);
	color: white;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	transition: transform .2s ease, box-shadow .2s ease;
}

.lux-button:hover { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(156, 103, 50, .23); }

.lux-button.secondary { background: rgba(255, 253, 249, .72); color: var(--lux-ink); box-shadow: none; }

.hero-visual {
	position: relative;
	min-height: 365px;
	display: grid;
	place-items: center;
}

.hero-visual::before {
	content: "";
	position: absolute;
	inset: 0 7%;
	border: 1px solid rgba(181, 130, 69, .42);
	border-radius: 48% 48% 18% 18%;
	background: rgba(255, 253, 249, .46);
}

.hero-visual img {
	position: relative;
	z-index: 1;
	width: min(100%, 570px);
	height: 350px;
	border-radius: 46% 46% 16px 16px;
	object-fit: cover;
	box-shadow: var(--lux-shadow);
}

.hero-visual-badge {
	position: absolute;
	right: 0;
	bottom: 24px;
	z-index: 2;
	width: 112px;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	padding: 15px;
	border: 1px solid rgba(181, 130, 69, .4);
	border-radius: 50%;
	background: rgba(255, 251, 246, .94);
	box-shadow: 0 15px 35px rgba(83, 54, 34, .14);
	color: var(--lux-gold-dark);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 16px;
	line-height: 1.05;
	letter-spacing: .08em;
	text-align: center;
	text-transform: uppercase;
}

.content-section { padding: clamp(55px, 7vw, 90px) 0; }

.section-heading { max-width: 800px; margin: 0 auto 36px; text-align: center; }

.section-title { margin: 0; font-size: clamp(39px, 4vw, 58px); line-height: 1; letter-spacing: .06em; text-transform: uppercase; }

.section-intro { margin: 14px auto 0; color: var(--lux-muted); line-height: 1.75; }

.lux-panel {
	border: 1px solid var(--lux-line);
	border-radius: var(--lux-radius);
	background: rgba(255, 253, 249, .78);
	box-shadow: var(--lux-shadow);
}

.process-panel { padding: clamp(24px, 4vw, 52px); }

.process-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0;
}

.process-step {
	position: relative;
	min-height: 230px;
	padding: 14px 25px;
	text-align: center;
}

.process-step + .process-step { border-left: 1px solid var(--lux-line); }

.step-number {
	position: absolute;
	top: 0;
	left: 14px;
	width: 27px;
	height: 27px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--lux-gold);
	color: white;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 600;
}

.line-icon {
	width: 70px;
	height: 70px;
	display: grid;
	place-items: center;
	margin: 2px auto 22px;
	border: 1px solid rgba(181, 130, 69, .2);
	border-radius: 50%;
	background: #f8ecdf;
	color: var(--lux-gold-dark);
	font-size: 31px;
}

.process-step h3 {
	margin: 0;
	font-size: 11px;
	line-height: 1.45;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.process-step p { margin: 10px 0 0; color: var(--lux-muted); font-size: 11px; line-height: 1.65; }

.benefits-strip {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	margin-top: 18px;
	padding: 18px 12px;
}

.benefit-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 7px 18px;
}

.benefit-item + .benefit-item { border-left: 1px solid var(--lux-line); }
.benefit-item > span { color: var(--lux-gold); font-size: 28px; }
.benefit-item strong { display: block; font-size: 10px; text-transform: uppercase; }
.benefit-item small { display: block; margin-top: 4px; color: var(--lux-muted); font-size: 9px; line-height: 1.4; }

.concierge-lower-grid {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 20px;
}

.request-panel {
	position: relative;
	min-height: 355px;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: clamp(28px, 4vw, 50px);
	background:
		linear-gradient(90deg, rgba(255, 252, 247, .98), rgba(255, 252, 247, .74)),
		url("assets/collections/japan-finds-collection.jpg") right center / cover no-repeat;
}

.request-panel-copy { position: relative; z-index: 1; max-width: 390px; }
.request-panel h2 { margin: 7px 0 8px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 38px; line-height: 1; }
.request-panel p { color: var(--lux-muted); line-height: 1.7; }

.schedule-panel { padding: clamp(24px, 3vw, 38px); }
.schedule-panel h2 { margin: 0 0 22px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 32px; letter-spacing: .06em; text-transform: uppercase; }

.schedule-table { width: 100%; border-collapse: collapse; }
.schedule-table th,
.schedule-table td { padding: 15px 13px; border-bottom: 1px solid var(--lux-line); text-align: left; }
.schedule-table th { background: #f4e8dc; color: var(--lux-gold-dark); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.schedule-table td { font-size: 11px; }
.schedule-table td:first-child { font-weight: 800; }
.schedule-note { margin: 17px 0 0; color: var(--lux-muted); font-size: 10px; line-height: 1.6; }

.faq-list { max-width: 1040px; margin: 0 auto; }

.faq-item {
	border-bottom: 1px solid var(--lux-line);
	background: rgba(255, 253, 249, .64);
}

.faq-item:first-child { border-top: 1px solid var(--lux-line); }

.faq-item summary {
	position: relative;
	padding: 21px 58px 21px 20px;
	list-style: none;
	cursor: pointer;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 21px;
	font-weight: 600;
}

.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 22px; top: 50%; color: var(--lux-gold); font-size: 25px; transform: translateY(-50%); }
.faq-item[open] summary::after { content: "−"; }
.faq-answer { padding: 0 55px 24px 20px; color: var(--lux-muted); font-size: 12px; line-height: 1.75; }
.faq-answer p { margin: 0 0 10px; }
.faq-answer ul,
.faq-answer ol { margin: 8px 0; padding-left: 20px; columns: 2; column-gap: 40px; }
.faq-answer li { margin-bottom: 5px; break-inside: avoid; }
.status-flow { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.status-flow span { padding: 7px 11px; border-radius: 999px; background: #f5e8da; color: var(--lux-ink); font-size: 10px; }
.status-flow i { color: var(--lux-gold); font-style: normal; }

/* KMR Icons */
.icons-hero { grid-template-columns: minmax(330px, .78fr) minmax(0, 1.22fr); }
.icons-hero .hero-visual { order: -1; }
.icons-hero .hero-visual img { height: 480px; object-position: 18% center; }
.icons-hero .experience-title { font-size: clamp(58px, 6vw, 98px); }

.creator-code {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 22px;
	padding: 8px 8px 8px 18px;
	border: 1px solid var(--lux-line);
	border-radius: 8px;
	background: rgba(255, 253, 249, .78);
}

.creator-code span { font-family: "Cormorant Garamond", Georgia, serif; font-size: 19px; letter-spacing: .12em; }
.creator-code button { min-height: 36px; padding: 0 15px; border: 0; border-radius: 5px; background: var(--lux-ink); color: white; cursor: pointer; font-size: 9px; font-weight: 800; text-transform: uppercase; }

.feature-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.feature-card,
.partner-card {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 29px 24px;
	border: 1px solid var(--lux-line);
	border-radius: 18px;
	background: rgba(255, 253, 249, .7);
	box-shadow: 0 13px 35px rgba(84, 55, 35, .06);
	text-align: center;
}

.feature-card { min-height: 310px; }
.feature-card h3,
.partner-card h3 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 23px; line-height: 1.05; text-transform: uppercase; }
.feature-card p,
.partner-card p { margin: 12px 0 22px; color: var(--lux-muted); font-size: 11px; line-height: 1.7; }
.feature-card .lux-button,
.partner-card .lux-button { margin-top: auto; }

.upcoming-panel { padding: clamp(26px, 4vw, 48px); }
.upcoming-title { display: flex; align-items: center; gap: 20px; margin: 0 0 28px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 25px; letter-spacing: .14em; text-align: center; text-transform: uppercase; }
.upcoming-title::before,
.upcoming-title::after { content: ""; height: 1px; flex: 1; background: linear-gradient(90deg, transparent, var(--lux-gold), transparent); }

.upcoming-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.upcoming-card { padding: 15px 14px 18px; border: 1px solid var(--lux-line); border-radius: 16px; text-align: center; }
.upcoming-card strong { display: block; margin-top: 13px; font-family: "Cormorant Garamond", Georgia, serif; letter-spacing: .08em; text-transform: uppercase; }
.upcoming-card small { color: var(--lux-muted); font-size: 9px; }

/* Partners */
.partners-hero { grid-template-columns: minmax(0, 1.1fr) minmax(330px, .9fr); text-align: center; }
.partners-hero .hero-description { margin-inline: auto; }
.partners-hero .hero-actions { justify-content: center; }
.partners-hero .hero-visual img { object-position: center; }
.partners-hero .experience-title { font-size: clamp(58px, 6vw, 98px); }

.partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.partner-card { min-height: 355px; }
.partner-card .line-icon { width: 78px; height: 78px; font-size: 35px; }
.partner-card::after { content: ""; position: absolute; left: 15%; right: 15%; bottom: -45px; height: 90px; border-radius: 50%; background: rgba(210, 174, 134, .16); }

.partner-benefits {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	padding: 19px 12px;
}

.partner-benefit { display: flex; align-items: center; gap: 14px; padding: 8px 22px; }
.partner-benefit + .partner-benefit { border-left: 1px solid var(--lux-line); }
.partner-benefit > span { color: var(--lux-gold); font-size: 34px; }
.partner-benefit strong { display: block; font-size: 10px; text-transform: uppercase; }
.partner-benefit small { display: block; margin-top: 4px; color: var(--lux-muted); font-size: 9px; line-height: 1.45; }

.lux-footer {
	padding: 34px 0;
	border-top: 1px solid var(--lux-line);
	background: #241c17;
	color: #f7eee6;
}

.lux-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.lux-footer img { width: 112px; filter: brightness(0) invert(1); }
.lux-footer nav { display: flex; flex-wrap: wrap; gap: 20px; font-size: 10px; text-transform: uppercase; }
.lux-footer small { color: #cdbbae; font-size: 9px; }

@media (max-width: 1180px) {
	.lux-header-main { grid-template-columns: 160px minmax(220px, 1fr) auto; gap: 22px; }
	.lux-header-actions { gap: 16px; }
	.lux-header-action .action-label { display: none; }
	.process-step { padding-inline: 16px; }
	.benefits-strip { grid-template-columns: repeat(3, 1fr); }
	.benefit-item:nth-child(4) { border-left: 0; }
	.benefit-item:nth-child(n+4) { border-top: 1px solid var(--lux-line); }
	.upcoming-grid { grid-template-columns: repeat(3, 1fr); }
	.partner-benefits { grid-template-columns: repeat(3, 1fr); }
	.partner-benefit:nth-child(4) { border-left: 0; }
	.partner-benefit:nth-child(n+4) { border-top: 1px solid var(--lux-line); }
}

@media (max-width: 900px) {
	.lux-shell { width: min(100% - 32px, 760px); }
	.lux-topbar-group:first-child span:last-child,
	.lux-topbar-group:last-child span { display: none; }
	.lux-header-main {
		min-height: 128px;
		grid-template-columns: 1fr auto auto;
		grid-template-rows: 66px 50px;
		gap: 6px 12px;
	}
	.lux-brand { width: 128px; height: 60px; }
	.lux-brand img { width: 124px; }
	.lux-search { grid-column: 1 / -1; grid-row: 2; }
	.lux-header-actions { justify-self: end; }
	.lux-header-actions .lux-favorites { display: none; }
	.lux-menu-toggle { display: block; }
	.menu-open .lux-menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
	.menu-open .lux-menu-toggle span:nth-child(2) { opacity: 0; }
	.menu-open .lux-menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
	.lux-nav {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 1300;
		width: min(86vw, 380px);
		display: block;
		padding: 82px 24px 30px;
		overflow-y: auto;
		border: 0;
		background: #fffaf5;
		box-shadow: -20px 0 55px rgba(56, 37, 24, .2);
		transform: translateX(105%);
		transition: transform .25s ease;
	}
	.menu-open .lux-nav { transform: translateX(0); }
	.lux-nav > a,
	.lux-nav-trigger { width: 100%; min-height: 48px; justify-content: flex-start; padding: 0 8px; border-bottom: 1px solid var(--lux-line); }
	.lux-nav > a::after,
	.lux-nav-dropdown.active > .lux-nav-trigger::after { display: none; }
	.lux-nav-dropdown { display: block; }
	.lux-nav-dropdown-menu { position: static; width: 100%; padding: 4px 0 12px 24px; border: 0; box-shadow: none; background: transparent; opacity: 1; visibility: visible; transform: none; }
	.lux-nav-dropdown-menu a { padding: 8px; color: var(--lux-muted); }
	.experience-hero,
	.icons-hero,
	.partners-hero { min-height: auto; grid-template-columns: 1fr; gap: 42px; text-align: center; }
	.hero-description { margin-inline: auto; }
	.hero-actions { justify-content: center; }
	.hero-visual { min-height: 330px; }
	.hero-visual img,
	.icons-hero .hero-visual img { height: min(460px, 75vw); }
	.icons-hero .hero-visual { order: 0; }
	.process-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
	.process-step { min-height: 205px; border: 1px solid var(--lux-line) !important; border-radius: 14px; }
	.process-step:last-child { grid-column: 1 / -1; max-width: 50%; width: 100%; justify-self: center; }
	.concierge-lower-grid { grid-template-columns: 1fr; }
	.feature-grid { grid-template-columns: repeat(2, 1fr); }
	.partner-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
	.lux-shell { width: calc(100% - 24px); }
	.lux-topbar { font-size: 8px; }
	.lux-topbar-inner { justify-content: center; }
	.lux-topbar-group:first-child span:last-child,
	.lux-topbar-group:last-child { display: none; }
	.lux-header-main { grid-template-columns: 1fr auto auto; }
	.lux-brand { width: 106px; }
	.lux-brand img { width: 104px; }
	.lux-header-actions { gap: 10px; }
	.lux-login .action-label { display: none; }
	.lux-header-action .action-icon { font-size: 18px; }
	.lux-cart-count { position: absolute; transform: translate(16px, -10px); }
	.lux-search input { font-size: 11px; padding-left: 41px; }
	.lux-search-icon { left: 14px; }
	.experience-title,
	.icons-hero .experience-title,
	.partners-hero .experience-title { max-width: 100%; font-size: clamp(40px, 12vw, 54px); line-height: .94; overflow-wrap: anywhere; }
	.experience-hero { padding-top: 48px; padding-bottom: 48px; }
	.hero-tagline { font-size: 19px; }
	.hero-description { font-size: 12px; }
	.hero-actions { display: grid; grid-template-columns: 1fr; }
	.hero-actions .lux-button { width: 100%; }
	.hero-visual { min-height: 290px; }
	.hero-visual img,
	.icons-hero .hero-visual img { height: 330px; }
	.hero-visual-badge { width: 88px; right: 5px; font-size: 13px; }
	.content-section { padding: 48px 0; }
	.process-panel { padding: 12px; }
	.process-grid { grid-template-columns: 1fr; }
	.process-step,
	.process-step:last-child { max-width: none; min-height: auto; padding: 23px 20px; }
	.step-number { top: 14px; }
	.line-icon { width: 60px; height: 60px; margin-bottom: 15px; font-size: 27px; }
	.benefits-strip { grid-template-columns: 1fr 1fr; padding: 8px; }
	.benefit-item { min-height: 84px; padding: 12px; border: 0 !important; border-bottom: 1px solid var(--lux-line) !important; }
	.benefit-item:nth-child(odd) { border-right: 1px solid var(--lux-line) !important; }
	.request-panel { min-height: 330px; padding: 27px 22px; }
	.schedule-panel { padding: 23px 16px; }
	.schedule-table thead { display: none; }
	.schedule-table,
	.schedule-table tbody,
	.schedule-table tr,
	.schedule-table td { display: block; width: 100%; }
	.schedule-table tr { margin-bottom: 12px; padding: 8px 12px; border: 1px solid var(--lux-line); border-radius: 10px; background: #fffaf5; }
	.schedule-table td { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--lux-line); }
	.schedule-table td:last-child { border-bottom: 0; }
	.schedule-table td::before { content: attr(data-label); color: var(--lux-gold-dark); font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
	.faq-item summary { padding: 18px 50px 18px 15px; font-size: 18px; }
	.faq-answer { padding: 0 18px 20px 15px; }
	.faq-answer ul,
	.faq-answer ol { columns: 1; }
	.status-flow { align-items: stretch; flex-direction: column; }
	.status-flow i { transform: rotate(90deg); text-align: center; }
	.feature-grid,
	.partner-grid { grid-template-columns: 1fr; }
	.feature-card,
	.partner-card { min-height: 285px; }
	.creator-code { width: 100%; flex-direction: column; align-items: stretch; justify-content: center; padding: 12px; }
	.creator-code span { font-size: 15px; letter-spacing: .07em; }
	.creator-code button { width: 100%; }
	.upcoming-panel { padding: 22px 14px; }
	.upcoming-title { gap: 8px; font-size: 18px; }
	.upcoming-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
	.coming-soon-portrait { height: 170px; padding: 14px 12px 0; }
	.partner-benefits { grid-template-columns: 1fr; padding: 8px 15px; }
	.partner-benefit { border: 0 !important; border-bottom: 1px solid var(--lux-line) !important; }
	.partner-benefit:last-child { border-bottom: 0 !important; }
	.lux-footer-inner { flex-direction: column; text-align: center; }
	.lux-footer nav { justify-content: center; }
}

@media (max-width: 360px) {
	.lux-header-main { gap: 6px; }
	.lux-brand { width: 92px; }
	.lux-brand img { width: 90px; }
	.lux-menu-toggle { width: 40px; height: 40px; }
	.lux-header-actions { gap: 6px; }
	.lux-button { width: 100%; }
	.upcoming-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Concierge: text-only hero after product artwork removal. */
.concierge-hero-text-only {
	min-height: clamp(560px, 58vw, 720px);
	grid-template-columns: minmax(0, 720px) !important;
	align-items: center;
	justify-content: start;
	padding-top: clamp(86px, 9vw, 132px);
	padding-bottom: clamp(96px, 10vw, 148px);
}

.concierge-hero-text-only > div,
.concierge-hero-text-only .experience-title {
	max-width: 720px;
}

.concierge-hero-text-only .hero-description {
	max-width: 680px;
}

.concierge-hero-text-only .hero-actions {
	margin-top: 30px;
}

/* KMR Icons: clean Ms. Jessa portrait and premium coming-soon creator cards. */
.icons-hero .kmr-icons-portrait {
	min-height: 500px;
}

.icons-hero .kmr-icons-portrait::before {
	inset: 2% 8%;
	border-radius: 42px;
	background:
		radial-gradient(circle at 50% 18%, rgba(255, 252, 247, .92), transparent 50%),
		linear-gradient(145deg, rgba(247, 238, 229, .92), rgba(235, 219, 203, .7));
	box-shadow: inset 0 0 0 1px rgba(181, 130, 69, .18);
}

.icons-hero .kmr-icons-portrait img,
.icons-hero .hero-visual.kmr-icons-portrait img {
	width: min(100%, 490px);
	height: 500px;
	border-radius: 38px;
	object-fit: cover;
	object-position: center;
	box-shadow: 0 28px 70px rgba(77, 52, 34, .14);
}

.upcoming-panel {
	padding: clamp(30px, 4vw, 54px);
	background:
		linear-gradient(135deg, rgba(255, 253, 249, .96), rgba(246, 236, 225, .9)),
		radial-gradient(circle at 50% 0%, rgba(196, 143, 83, .12), transparent 58%);
	border-color: rgba(181, 130, 69, .18);
	box-shadow: 0 24px 70px rgba(77, 52, 34, .09);
}

.upcoming-card {
	position: relative;
	overflow: hidden;
	padding: 14px 14px 20px;
	border: 1px solid rgba(181, 130, 69, .22);
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(255, 250, 245, .96), rgba(245, 234, 224, .88));
	text-align: center;
	box-shadow: 0 18px 42px rgba(77, 52, 34, .08);
	transition: transform 250ms ease, box-shadow 250ms ease;
}

.coming-soon-portrait {
	height: 220px;
	padding: 18px 18px 0;
	overflow: hidden;
	background: transparent;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.coming-soon-portrait img {
	display: block;
	width: auto;
	height: 94%;
	max-width: 92%;
	object-fit: contain;
	object-position: center bottom;
	background: transparent;
	filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .10));
	transition: transform 250ms ease;
}

.upcoming-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 24px 50px rgba(77, 52, 34, .11);
}

.upcoming-card:hover .coming-soon-portrait img {
	transform: scale(1.03);
}

.upcoming-card strong {
	display: block;
	margin-top: 14px;
	color: var(--lux-ink);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 17px;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.upcoming-card small {
	display: inline-block;
	margin-top: 4px;
	color: var(--lux-gold);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
}

@media (max-width: 900px) {
	.concierge-hero-text-only {
		min-height: auto;
		justify-content: center;
		text-align: left;
	}

	.concierge-hero-text-only .hero-description {
		margin-inline: 0;
	}

	.concierge-hero-text-only .hero-actions {
		justify-content: start;
	}
}

@media (max-width: 560px) {
	.icons-hero .kmr-icons-portrait,
	.icons-hero .hero-visual.kmr-icons-portrait {
		min-height: 340px;
	}

	.icons-hero .kmr-icons-portrait img,
	.icons-hero .hero-visual.kmr-icons-portrait img {
		height: 340px;
		border-radius: 28px;
	}
}

/* Concierge hero final layout: centered block, left-aligned copy, no empty right column. */
.experience-main .concierge-hero-text-only {
	min-height: 72vh !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 100px 40px !important;
	background-image: none;
}

.experience-main .concierge-hero-text-only > div {
	width: 100% !important;
	max-width: 760px !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
}

.experience-main .concierge-hero-text-only .hero-kicker {
	margin-bottom: 24px !important;
}

.experience-main .concierge-hero-text-only .experience-title {
	margin-bottom: 36px !important;
	max-width: 760px !important;
}

.experience-main .concierge-hero-text-only .hero-tagline {
	margin-bottom: 28px !important;
}

.experience-main .concierge-hero-text-only .hero-description {
	max-width: 760px !important;
	margin: 0 0 42px !important;
}

.experience-main .concierge-hero-text-only .hero-actions {
	display: flex !important;
	flex-wrap: wrap;
	gap: 16px !important;
	justify-content: flex-start !important;
	margin-top: 0 !important;
}

@media (max-width: 900px) {
	.experience-main .concierge-hero-text-only > div {
		max-width: 680px !important;
	}
}

@media (max-width: 560px) {
	.experience-main .concierge-hero-text-only {
		min-height: auto !important;
		padding: 72px 24px !important;
	}

	.experience-main .concierge-hero-text-only > div {
		max-width: 100% !important;
		text-align: center !important;
	}

	.experience-main .concierge-hero-text-only .hero-description {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.experience-main .concierge-hero-text-only .hero-actions {
		flex-direction: column !important;
		align-items: stretch !important;
		justify-content: center !important;
		width: 100% !important;
	}

	.experience-main .concierge-hero-text-only .hero-actions .lux-button {
		width: 100% !important;
	}
}
