:root {
    --ink: #24211c;
    --muted: #716b61;
    --cream: #f7f3e8;
    --paper: #fffdf8;
    --coral: #ed7058;
    --plum: #4a2947;
    --mint: #bfe1cf;
    --line: rgba(36, 33, 28, .13);
    --shadow: 0 20px 60px rgba(63, 47, 33, .12);
    font-family: "Segoe UI", Arial, sans-serif;
}

/* Policy and contact pages */
.policy-hero,
.policy-layout,
.contact-hero,
.contact-layout {
	width: min(calc(100% - 40px), 1240px);
	margin-inline: auto;
}

.policy-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: 390px;
	margin-top: clamp(28px, 5vw, 58px);
	padding: clamp(34px, 6vw, 72px);
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(230px, .52fr);
	align-items: center;
	gap: clamp(24px, 5vw, 70px);
	color: #fff;
	border-radius: 30px;
	background: radial-gradient(circle at 78% 18%, rgba(237, 112, 88, .82), transparent 34%), linear-gradient(135deg, var(--plum), #6f3d64);
	box-shadow: var(--shadow);
}

.policy-hero::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	content: "";
	background: linear-gradient(110deg, rgba(255, 255, 255, .07), transparent 42%);
}

.policy-hero-copy {
	position: relative;
	z-index: 2;
}

.policy-hero .eyebrow,
.contact-hero .eyebrow {
	color: #ffe2a9;
}

.policy-hero-title {
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 18px 0 16px;
}

.policy-hero-title h1 {
	margin: 0;
	font-size: clamp(3rem, 6vw, 5.7rem);
	line-height: .94;
	letter-spacing: -.065em;
}

.policy-hero-icon {
	width: 62px;
	height: 62px;
	flex: 0 0 62px;
	display: grid;
	place-items: center;
	color: var(--plum);
	border-radius: 19px;
	background: #ffe2a9;
	box-shadow: 0 12px 30px rgba(12, 9, 12, .2);
	font-size: 1.4rem;
}

.policy-hero-copy > p {
	max-width: 650px;
	margin: 0;
	color: rgba(255, 255, 255, .82);
	font-size: clamp(.96rem, 1.6vw, 1.12rem);
	line-height: 1.7;
}

.policy-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	margin-top: 27px;
	color: rgba(255, 255, 255, .72);
	font-size: .74rem;
	font-weight: 700;
}

.policy-meta span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.policy-hero-art {
	position: relative;
	min-height: 235px;
	display: grid;
	place-items: center;
}

.policy-hero-art > span {
	position: relative;
	z-index: 2;
	width: 142px;
	height: 142px;
	display: grid;
	place-items: center;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .34);
	border-radius: 44px;
	background: rgba(255, 255, 255, .13);
	box-shadow: inset 0 1px rgba(255, 255, 255, .3), 0 24px 50px rgba(20, 10, 20, .24);
	backdrop-filter: blur(10px);
	transform: rotate(-8deg);
	font-size: 3.2rem;
}

.policy-hero-art > i {
	position: absolute;
	width: 205px;
	height: 205px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 50%;
}

.policy-hero-art > i:last-child {
	width: 275px;
	height: 275px;
	border-color: rgba(255, 255, 255, .09);
}

.policy-layout {
	display: grid;
	grid-template-columns: 285px minmax(0, 1fr);
	align-items: start;
	gap: clamp(20px, 4vw, 48px);
	padding: clamp(38px, 6vw, 75px) 0 clamp(78px, 9vw, 120px);
}

.policy-directory {
	position: sticky;
	top: 105px;
	padding: 23px;
	border: 1px solid var(--line);
	border-radius: 22px;
	background: var(--paper);
	box-shadow: 0 14px 38px rgba(63, 47, 33, .07);
}

.policy-directory h2 {
	margin: 7px 0 19px;
	font-size: 1.45rem;
}

.policy-directory nav {
	display: grid;
	gap: 7px;
}

.policy-directory nav a {
	min-width: 0;
	min-height: 66px;
	padding: 11px 12px;
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	color: var(--muted);
	border: 1px solid transparent;
	border-radius: 14px;
	transition: color .18s, background .18s, transform .18s;
}

.policy-directory nav a:hover {
	color: var(--ink);
	background: var(--cream);
	transform: translateX(2px);
}

.policy-directory nav a.active {
	color: #fff;
	background: var(--plum);
	box-shadow: 0 9px 24px rgba(34, 23, 34, .15);
}

.policy-directory nav a > i:first-child {
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	border-radius: 10px;
	background: rgba(237, 112, 88, .12);
	font-size: .82rem;
}

.policy-directory nav a.active > i:first-child {
	color: var(--plum);
	background: #ffe2a9;
}

.policy-directory nav a > i:last-child {
	font-size: .65rem;
}

.policy-directory nav span {
	min-width: 0;
	display: grid;
	gap: 3px;
	font-size: .82rem;
	font-weight: 800;
}

.policy-directory nav small {
	overflow: hidden;
	color: inherit;
	opacity: .72;
	font-size: .65rem;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.policy-copy {
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 26px;
	background: var(--paper);
	box-shadow: 0 18px 50px rgba(63, 47, 33, .075);
}

.policy-copy > header {
	padding: clamp(27px, 5vw, 52px);
	border-bottom: 1px solid var(--line);
	background: linear-gradient(135deg, var(--paper), var(--cream));
}

.policy-copy > header > span {
	color: var(--coral);
	font-size: .69rem;
	font-weight: 850;
	letter-spacing: .14em;
}

.policy-copy > header h2 {
	max-width: 700px;
	margin: 9px 0 12px;
	font-size: clamp(2rem, 4vw, 3.5rem);
	line-height: 1.05;
	letter-spacing: -.04em;
}

.policy-copy > header p {
	max-width: 680px;
	margin: 0;
	color: var(--muted);
	line-height: 1.7;
}

.policy-section {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: clamp(16px, 3vw, 30px);
	padding: clamp(24px, 4vw, 39px) clamp(24px, 5vw, 52px);
	border-bottom: 1px solid var(--line);
	scroll-margin-top: 110px;
}

.policy-section > span {
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	color: var(--coral);
	border: 1px solid var(--line);
	border-radius: 15px;
	background: var(--cream);
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .08em;
}

.policy-section h3 {
	margin: 1px 0 9px;
	font-size: clamp(1.25rem, 2.2vw, 1.62rem);
}

.policy-section p {
	margin: 0;
	color: var(--muted);
	font-size: .94rem;
	line-height: 1.78;
}

.policy-support {
	margin: clamp(22px, 4vw, 38px);
	padding: 20px;
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	border: 1px solid var(--line);
	border-radius: 18px;
	background: var(--cream);
}

.policy-support > span {
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	color: #fff;
	border-radius: 14px;
	background: var(--coral);
}

.policy-support strong,
.policy-support p {
	display: block;
}

.policy-support p {
	margin: 4px 0 0;
	color: var(--muted);
	font-size: .78rem;
	line-height: 1.5;
}

.contact-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: 490px;
	margin-top: clamp(28px, 5vw, 58px);
	padding: clamp(38px, 7vw, 82px);
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(310px, .75fr);
	align-items: center;
	gap: clamp(28px, 6vw, 90px);
	color: #fff;
	border-radius: 32px;
	background: radial-gradient(circle at 82% 15%, rgba(255, 205, 128, .38), transparent 30%), linear-gradient(135deg, var(--plum), #7a3c61 67%, var(--coral));
	box-shadow: var(--shadow);
}

.contact-hero::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	content: "";
	background: linear-gradient(115deg, rgba(255, 255, 255, .09), transparent 48%);
}

.contact-hero-copy {
	position: relative;
	z-index: 2;
}

.contact-hero h1 {
	max-width: 720px;
	margin: 17px 0 18px;
	font-size: clamp(3rem, 6vw, 5.5rem);
	line-height: .95;
	letter-spacing: -.07em;
}

.contact-hero-copy > p {
	max-width: 620px;
	margin: 0;
	color: rgba(255, 255, 255, .82);
	font-size: clamp(.96rem, 1.6vw, 1.1rem);
	line-height: 1.72;
}

.contact-hero-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 13px 20px;
	margin-top: 29px;
}

.contact-hero-actions .button {
	color: var(--plum);
	background: #ffe2a9;
}

.contact-hero-actions > span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, .76);
	font-size: .76rem;
	font-weight: 700;
}

.contact-visual {
	position: relative;
	min-height: 305px;
}

.contact-cup {
	position: absolute;
	right: 12%;
	bottom: 6%;
	width: 172px;
	height: 172px;
	display: grid;
	place-items: center;
	color: var(--plum);
	border-radius: 48% 48% 46% 46%;
	background: #ffe2a9;
	box-shadow: 0 28px 60px rgba(20, 10, 20, .28);
	transform: rotate(6deg);
	font-size: 4.4rem;
}

.contact-cup::after {
	position: absolute;
	right: -43px;
	top: 42px;
	width: 62px;
	height: 68px;
	content: "";
	border: 15px solid #ffe2a9;
	border-left: 0;
	border-radius: 0 40px 40px 0;
}

.contact-bubble {
	position: absolute;
	z-index: 2;
	padding: 11px 15px;
	color: var(--plum);
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(20, 10, 20, .18);
	font-size: .7rem;
	font-weight: 900;
	letter-spacing: .08em;
}

.contact-bubble::after {
	position: absolute;
	left: 18px;
	bottom: -6px;
	width: 13px;
	height: 13px;
	content: "";
	background: inherit;
	clip-path: polygon(0 0, 100% 0, 0 100%);
}

.contact-bubble-one {
	top: 8%;
	left: 2%;
	transform: rotate(-7deg);
}

.contact-bubble-two {
	top: 3%;
	right: 1%;
	color: #fff;
	background: var(--coral);
	transform: rotate(8deg);
}

.contact-bubble-three {
	top: 39%;
	left: 0;
	color: var(--plum);
	background: var(--mint);
	transform: rotate(4deg);
}

.contact-layout {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr);
	align-items: start;
	gap: clamp(28px, 6vw, 78px);
	padding: clamp(48px, 8vw, 95px) 0 clamp(80px, 10vw, 130px);
}

.contact-details > header h2 {
	max-width: 520px;
	margin: 10px 0 14px;
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1.07;
	letter-spacing: -.045em;
}

.contact-details > header p {
	max-width: 520px;
	margin: 0;
	color: var(--muted);
	line-height: 1.7;
}

.contact-methods {
	display: grid;
	gap: 10px;
	margin-top: 30px;
}

.contact-methods > a,
.contact-methods > article {
	min-width: 0;
	min-height: 98px;
	padding: 17px;
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	border: 1px solid var(--line);
	border-radius: 18px;
	background: var(--paper);
	box-shadow: 0 10px 28px rgba(63, 47, 33, .05);
}

.contact-methods > a {
	transition: border-color .18s, transform .18s, box-shadow .18s;
}

.contact-methods > a:hover {
	border-color: var(--coral);
	box-shadow: 0 14px 34px rgba(63, 47, 33, .09);
	transform: translateY(-2px);
}

.contact-methods > :is(a, article) > i:first-child {
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	color: var(--coral);
	border-radius: 14px;
	background: var(--cream);
}

.contact-methods > a > i:last-child {
	color: var(--muted);
	font-size: .68rem;
}

.contact-methods span {
	min-width: 0;
	display: grid;
	gap: 3px;
}

.contact-methods small {
	color: var(--coral);
	font-size: .62rem;
	font-weight: 900;
	letter-spacing: .13em;
}

.contact-methods strong {
	overflow-wrap: anywhere;
	font-size: .94rem;
}

.contact-methods em {
	overflow-wrap: anywhere;
	color: var(--muted);
	font-size: .72rem;
	font-style: normal;
	line-height: 1.45;
}

.contact-response-note {
	margin-top: 13px;
	padding: 16px;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	border: 1px dashed var(--line);
	border-radius: 16px;
	background: rgba(255, 255, 255, .28);
}

.contact-response-note > span {
	width: 36px;
	height: 36px;
	flex: 0 0 36px;
	display: grid;
	place-items: center;
	color: #fff;
	border-radius: 11px;
	background: var(--coral);
}

.contact-response-note p {
	margin: 4px 0 0;
	color: var(--muted);
	font-size: .75rem;
	line-height: 1.5;
}

.contact-form-card {
	position: relative;
	overflow: hidden;
	padding: clamp(25px, 5vw, 46px);
	display: grid;
	gap: 15px;
	color: #fff;
	border-radius: 27px;
	background: var(--plum);
	box-shadow: var(--shadow);
}

.contact-form-card::before {
	position: absolute;
	right: -100px;
	top: -100px;
	width: 250px;
	height: 250px;
	content: "";
	border: 38px solid rgba(255, 255, 255, .035);
	border-radius: 50%;
}

.contact-form-card > * {
	position: relative;
	z-index: 1;
}

.contact-form-card > .eyebrow {
	color: #ffe2a9;
}

.contact-form-card h2 {
	margin: -3px 0 0;
	font-size: clamp(2rem, 4vw, 3.1rem);
	letter-spacing: -.04em;
}

.contact-form-card > p {
	margin: -5px 0 5px;
	color: rgba(255, 255, 255, .68);
	font-size: .84rem;
	line-height: 1.6;
}

.contact-form-card label {
	display: grid;
	gap: 7px;
	color: rgba(255, 255, 255, .84);
	font-size: .76rem;
	font-weight: 750;
}

.contact-form-card label > span {
	opacity: .6;
	font-weight: 500;
}

.contact-form-card .form-split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.contact-form-card :is(.form-control, .form-select) {
	width: 100%;
	min-height: 48px;
	padding: 11px 13px;
	color: var(--ink);
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 12px;
	background: var(--paper);
	box-shadow: none;
	outline: none;
}

.contact-form-card textarea.form-control {
	min-height: 132px;
	resize: vertical;
}

.contact-form-card :is(.form-control, .form-select):focus {
	border-color: #ffe2a9;
	box-shadow: 0 0 0 3px rgba(255, 226, 169, .2);
}

.contact-form-card .button {
	margin-top: 4px;
	color: var(--plum);
	background: #ffe2a9;
}

.contact-form-card .form-message {
	padding: 12px 14px;
	display: flex;
	align-items: flex-start;
	gap: 9px;
	border-radius: 12px;
	font-size: .78rem;
	line-height: 1.45;
}

.contact-form-card .form-message.success {
	color: #dff8e9;
	background: rgba(50, 151, 95, .24);
}

.contact-form-card .form-message.error {
	color: #ffe1dc;
	background: rgba(213, 70, 57, .25);
}

.theme-coastal .policy-hero,
.theme-coastal .contact-hero {
	background: radial-gradient(circle at 80% 15%, rgba(142, 213, 202, .6), transparent 33%), linear-gradient(135deg, #07364d, #0b5367 62%, #137b72);
}

.theme-coastal :is(.policy-hero, .contact-hero) .eyebrow,
.theme-coastal .contact-form-card > .eyebrow {
	color: #a9fff1;
}

.theme-coastal :is(.policy-hero-icon, .contact-cup, .contact-hero-actions .button, .contact-form-card .button) {
	color: #07364d;
	background: #b5eee5;
}

.theme-coastal .contact-cup::after {
	border-color: #b5eee5;
}

.theme-coastal .contact-cup::after {
	border-left: 0;
}

.theme-night-market .policy-hero,
.theme-night-market .contact-hero {
	background: radial-gradient(circle at 80% 15%, rgba(229, 189, 96, .35), transparent 33%), linear-gradient(135deg, #101923, #213443 65%, #69402c);
}

.theme-night-market :is(.policy-hero, .contact-hero) .eyebrow,
.theme-night-market .contact-form-card > .eyebrow {
	color: #ffe08a;
}

.theme-night-market :is(.policy-hero-icon, .contact-cup, .contact-hero-actions .button, .contact-form-card .button) {
	color: #101923;
	background: #ffe08a;
}

.theme-night-market .contact-cup::after {
	border-color: #ffe08a;
	border-left: 0;
}

.theme-night-market .contact-form-card {
	background: #101923;
}

@media (max-width: 900px) {
	.policy-hero,
	.contact-hero {
		grid-template-columns: minmax(0, 1fr) 210px;
	}

	.policy-hero-art {
		min-height: 200px;
	}

	.policy-hero-art > span {
		width: 118px;
		height: 118px;
		border-radius: 36px;
		font-size: 2.5rem;
	}

	.policy-layout,
	.contact-layout {
		grid-template-columns: 1fr;
	}

	.policy-directory {
		position: static;
		overflow: hidden;
	}

	.policy-directory h2 {
		margin-bottom: 14px;
	}

	.policy-directory nav {
		overflow-x: auto;
		display: flex;
		padding-bottom: 4px;
		scrollbar-width: thin;
	}

	.policy-directory nav a {
		min-width: 208px;
	}

	.contact-layout {
		gap: 42px;
	}
}

@media (max-width: 620px) {
	.policy-hero,
	.policy-layout,
	.contact-hero,
	.contact-layout {
		width: min(calc(100% - 24px), 1240px);
	}

	.policy-hero,
	.contact-hero {
		min-height: 0;
		margin-top: 18px;
		padding: 31px 22px;
		grid-template-columns: 1fr;
		border-radius: 22px;
	}

	.policy-hero-title {
		align-items: flex-start;
		gap: 13px;
	}

	.policy-hero-title h1,
	.contact-hero h1 {
		font-size: clamp(2.55rem, 13vw, 3.6rem);
	}

	.policy-hero-icon {
		width: 48px;
		height: 48px;
		flex-basis: 48px;
		border-radius: 14px;
		font-size: 1rem;
	}

	.policy-hero-art {
		display: none;
	}

	.policy-meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		margin-top: 22px;
	}

	.policy-layout {
		gap: 13px;
		padding: 22px 0 75px;
	}

	.policy-directory {
		padding: 17px;
		border-radius: 18px;
	}

	.policy-directory > .eyebrow,
	.policy-directory > h2 {
		display: none;
	}

	.policy-directory nav a {
		min-width: 190px;
		min-height: 59px;
		padding: 8px 10px;
	}

	.policy-copy {
		border-radius: 20px;
	}

	.policy-copy > header {
		padding: 26px 21px;
	}

	.policy-copy > header h2 {
		font-size: clamp(1.9rem, 9vw, 2.6rem);
	}

	.policy-section {
		grid-template-columns: 39px minmax(0, 1fr);
		gap: 13px;
		padding: 24px 20px;
	}

	.policy-section > span {
		width: 38px;
		height: 38px;
		border-radius: 11px;
		font-size: .62rem;
	}

	.policy-section p {
		font-size: .88rem;
	}

	.policy-support {
		margin: 17px;
		padding: 17px;
		grid-template-columns: 42px minmax(0, 1fr);
	}

	.policy-support > span {
		width: 42px;
		height: 42px;
	}

	.policy-support .button {
		grid-column: 1 / -1;
		width: 100%;
	}

	.contact-visual {
		min-height: 220px;
		margin-top: 5px;
	}

	.contact-cup {
		right: 13%;
		width: 126px;
		height: 126px;
		border-radius: 38%;
		font-size: 3.2rem;
	}

	.contact-cup::after {
		right: -33px;
		top: 31px;
		width: 47px;
		height: 52px;
		border-width: 11px;
	}

	.contact-bubble-one {
		left: 8%;
	}

	.contact-bubble-three {
		left: 3%;
	}

	.contact-layout {
		gap: 32px;
		padding: 43px 0 78px;
	}

	.contact-methods > a,
	.contact-methods > article {
		grid-template-columns: 43px minmax(0, 1fr) auto;
		padding: 14px;
		border-radius: 15px;
	}

	.contact-methods > :is(a, article) > i:first-child {
		width: 43px;
		height: 43px;
	}

	.contact-form-card {
		padding: 25px 18px;
		border-radius: 21px;
	}

	.contact-form-card .form-split {
		grid-template-columns: 1fr;
	}
}

* { box-sizing: border-box; }
html { background: var(--cream); scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input[type=checkbox] { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
.store-shell { min-height: 100vh; }
.announcement { min-height: 34px; padding: 8px 20px; display: flex; justify-content: center; gap: 28px; color: #fff7ee; background: var(--plum); font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }
.store-header { position: sticky; top: 0; z-index: 30; min-height: 76px; padding: 14px clamp(18px, 4vw, 60px); display: flex; align-items: center; gap: clamp(18px, 3vw, 48px); background: rgba(247,243,232,.93); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.wordmark { display: inline-flex; align-items: center; gap: 9px; font-family: "Segoe UI", Arial, sans-serif; letter-spacing: .14em; font-size: 1.05rem; }
.wordmark strong { max-width: 230px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wordmark small { align-self: flex-end; margin: 0 0 1px -5px; font-size: .48rem; letter-spacing: .18em; }
.wordmark-dot { width: 14px; height: 14px; display: inline-block; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--coral); }
.wordmark-icon { width: 28px; height: 28px; flex: 0 0 28px; display: grid; overflow: hidden; place-items: center; border-radius: 9px; background: #efe5d4; }
.wordmark-icon img { width: 100%; height: 100%; display: block; object-fit: cover; }
.desktop-nav { display: flex; align-items: center; gap: 25px; margin-right: auto; font-size: .9rem; font-weight: 600; }
.desktop-nav > a, .nav-mega-trigger > a { padding: 13px 0; }
.desktop-nav a.active { color: var(--coral); }
.nav-mega-trigger { position: relative; display: flex; align-items: center; }
.nav-mega-trigger::after { position: absolute; top: 100%; left: -26px; width: calc(100% + 52px); height: 14px; content: ""; }
.nav-mega-trigger:hover .mega-menu, .nav-mega-trigger:focus-within .mega-menu { opacity: 1; pointer-events: auto; transform: translateY(0); visibility: visible; }
.mega-menu { position: absolute; left: -24px; top: calc(100% + 8px); display: grid; grid-template-columns: 1fr 1fr; gap: 28px; width: min(500px, calc(100vw - 40px)); padding: 28px; opacity: 0; pointer-events: none; visibility: hidden; transform: translateY(6px); transition: opacity .16s ease, transform .16s ease, visibility .16s ease; background: var(--paper); box-shadow: var(--shadow); border: 1px solid var(--line); border-radius: 18px; }
.mega-menu > div { display: grid; align-content: start; gap: 10px; }
.mega-menu span, .footer-grid > div > strong, .footer-news > div > span, .admin-eyebrow { color: var(--coral); font-size: .68rem; font-weight: 800; letter-spacing: .13em; }
.mega-menu a:not(.mega-feature) { color: var(--muted); font-size: .88rem; }
.mega-menu a:hover { color: var(--coral); }
.mega-feature { display: grid; align-content: end; min-height: 160px; padding: 20px; color: #fff; border-radius: 14px; background: linear-gradient(145deg, rgba(74,41,71,.15), rgba(74,41,71,.93)), url('/assets/images/promo-mystery-box.webp') center/cover; }
.mega-feature small { color: #f9d6b7; font-size: .64rem; letter-spacing: .1em; }
.mega-feature strong { margin: 6px 0; font-family: "Segoe UI", Arial, sans-serif; font-size: 1.25rem; }
.mega-feature span { color: #fff; font-size: .78rem; }
.header-actions { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.icon-touch { width: 46px; height: 46px; display: inline-grid; place-items: center; color: var(--ink); background: transparent; border: 0; border-radius: 50%; }
.icon-touch:hover { background: rgba(237,112,88,.12); color: var(--coral); }
.mobile-only { display: none; }
main { min-height: 52vh; }
.mobile-menu, .search-overlay { visibility: hidden; opacity: 0; pointer-events: none; }
.mobile-menu { position: fixed; inset: 110px 0 auto; z-index: 40; padding: 24px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); transform: translateY(-12px); transition: opacity .2s, transform .2s, visibility .2s; }
.mobile-menu.is-open, .search-overlay.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
.mobile-menu nav { display: grid; gap: 5px; margin: 12px 0 22px; }
.mobile-menu nav a { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 9px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.nav-badge { padding: 4px 8px; color: #fff; border-radius: 999px; background: var(--coral); font-size: .6rem; }
.drawer-heading { display: flex; align-items: center; justify-content: space-between; color: var(--coral); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.mobile-menu-note { display: flex; align-items: center; gap: 12px; padding-top: 13px; color: var(--muted); font-size: .8rem; }
.mobile-menu-note i { color: var(--coral); font-size: 1.2rem; }
.mobile-menu-note span { display: grid; gap: 3px; }
.mobile-menu-note small { font-size: .72rem; }
.search-overlay { position: fixed; inset: 110px 0 0; z-index: 35; background: rgba(36,33,28,.35); transition: opacity .2s, visibility .2s; }
.search-panel { width: min(720px, 100%); margin: 0 auto; padding: 30px clamp(20px, 6vw, 70px) 35px; background: var(--paper); box-shadow: var(--shadow); }
.search-panel form { display: flex; align-items: center; gap: 12px; margin-top: 18px; border-bottom: 2px solid var(--ink); }
.search-panel form input { min-width: 0; flex: 1; padding: 14px 0; border: 0; outline: 0; background: transparent; }
.search-panel form button { padding: 10px 0 10px 15px; color: var(--coral); background: transparent; border: 0; font-weight: 800; }
.search-suggestions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; color: var(--muted); font-size: .78rem; }
.search-suggestions a { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; }
.search-suggestions span { align-self: center; margin-right: 4px; }
.hero { position: relative; min-height: min(680px, calc(100vh - 110px)); display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: 30px; padding: clamp(56px, 9vw, 120px) clamp(22px, 8vw, 120px); background: #f5ddc2; }
.hero:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,243,232,.96) 0%, rgba(247,243,232,.77) 38%, rgba(247,243,232,0) 72%); }
.hero-copy { position: relative; z-index: 1; max-width: 550px; }
.eyebrow { color: var(--coral); font-size: .72rem; font-weight: 800; letter-spacing: .16em; }
h1, h2, h3 { font-family: "Segoe UI", Arial, sans-serif; line-height: 1.06; }
h1 { margin: 15px 0 18px; font-size: clamp(2.9rem, 7vw, 6.5rem); letter-spacing: -.065em; }
h2 { margin: 8px 0 12px; font-size: clamp(1.8rem, 3vw, 3.2rem); letter-spacing: -.045em; }
.hero-copy p { max-width: 440px; color: var(--muted); font-size: 1.04rem; line-height: 1.7; }
.hero-art { position: relative; min-height: 380px; display: grid; place-items: center; }
.hero-generated-image { width: min(100%, 600px); max-height: 540px; object-fit: cover; border-radius: 25px; box-shadow: var(--shadow); }
.hero-sticker { position: absolute; right: 3%; bottom: 7%; display: grid; place-items: center; width: 96px; height: 96px; color: var(--plum); border-radius: 50%; background: var(--mint); font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-align: center; transform: rotate(12deg); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.button-light { color: var(--ink); background: rgba(255,255,255,.55); border-color: var(--line); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 50px; color: var(--muted); font-size: .75rem; }
.hero-proof strong { display: block; color: var(--ink); font-family: "Segoe UI", Arial, sans-serif; font-size: 1.3rem; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: #fff; background: var(--ink); }
.button-coral { color: #fff; background: var(--coral); }
.button-ghost { background: transparent; border-color: var(--line); }
.button-full { width: 100%; }
.section { padding: clamp(54px, 8vw, 105px) clamp(18px, 6vw, 88px); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.section-head p { max-width: 460px; color: var(--muted); line-height: 1.6; }
.category-grid, .product-grid, .admin-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.category-card { position: relative; min-height: 220px; overflow: hidden; padding: 22px; display: flex; align-items: end; color: #fff; border-radius: 18px; background: var(--plum); }
.category-card:before { content: ""; position: absolute; inset: 0; background: var(--card-image) center/cover; opacity: .8; transition: transform .4s; }
.category-card:hover:before { transform: scale(1.06); }
.category-card:after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 28%, rgba(20,14,20,.8)); }
.category-card > span { position: relative; z-index: 1; font-family: "Segoe UI", Arial, sans-serif; font-size: 1.35rem; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.product-image { aspect-ratio: 1 / 1.06; display: grid; place-items: center; overflow: hidden; background: #eee7da; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.product-card:hover img { transform: scale(1.04); }
.product-info { padding: 16px; }
.product-info h3 { margin: 5px 0 7px; font-size: 1.02rem; }
.product-meta { color: var(--muted); font-size: .78rem; }
.product-price { display: flex; align-items: center; gap: 8px; margin-top: 12px; font-weight: 800; }
.compare-price { color: var(--muted); font-size: .82rem; font-weight: 400; text-decoration: line-through; }
.product-card .button { width: 100%; margin-top: 13px; min-height: 42px; }
.promo-band { display: grid; grid-template-columns: 1fr 1fr; min-height: 400px; overflow: hidden; color: #fff; background: var(--plum); }
.promo-band > div:first-child { padding: clamp(35px, 7vw, 90px); display: grid; align-content: center; }
.promo-band p { max-width: 390px; color: #f5d9d0; line-height: 1.7; }
.promo-band figure { min-height: 350px; margin: 0; background: url('/assets/images/promo-mystery-box.webp') center/cover; }
.store-footer { color: #f7eede; background: var(--plum); }
.footer-news { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 50px clamp(20px, 6vw, 88px); border-bottom: 1px solid rgba(255,255,255,.16); }
.footer-news h2 { margin: 10px 0 5px; color: #fff; }
.footer-news p { margin: 0; color: #d7bdca; }
.footer-news form { display: flex; min-width: min(100%, 330px); border-bottom: 1px solid #f7eede; }
.footer-news input { min-width: 0; flex: 1; padding: 13px 0; color: #fff; background: transparent; border: 0; outline: 0; }
.footer-news input::placeholder { color: #bda9b5; }
.footer-news button { width: 45px; color: #fff; background: transparent; border: 0; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 30px; padding: 48px clamp(20px, 6vw, 88px); }
.footer-grid > div { display: grid; align-content: start; gap: 13px; }
.footer-brand p { max-width: 250px; color: #cbb7c0; line-height: 1.6; }
.footer-grid a { color: #e5d4da; font-size: .88rem; }
.footer-grid a:hover { color: #fff; }
.inverse { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; padding: 18px clamp(20px, 6vw, 88px); color: #bda9b5; border-top: 1px solid rgba(255,255,255,.16); font-size: .72rem; }
.mobile-cart-bar { display: none; }
.shop-page, .content-page { padding: clamp(35px, 6vw, 75px) clamp(18px, 6vw, 88px); }
.shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin: 24px 0; }
.finder-grid { display: grid; grid-template-columns: 230px 1fr; gap: 30px; }
.filter-panel { align-self: start; position: sticky; top: 100px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.filter-panel label { display: grid; gap: 7px; margin: 16px 0; color: var(--muted); font-size: .8rem; }
.filter-panel select, .filter-panel input, .auth-card input, .checkout-card input, .checkout-card textarea, .checkout-card select { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 9px; background: #fff; outline-color: var(--coral); }
.filter-toggle { display: none; }
.detail-layout, .checkout-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: clamp(25px, 6vw, 90px); max-width: 1200px; margin: auto; }
.detail-visual { overflow: hidden; border-radius: 22px; background: #eee7da; }
.detail-visual img { width: 100%; max-height: 700px; object-fit: cover; }
.detail-copy { align-self: center; }
.detail-copy p { color: var(--muted); line-height: 1.75; }
.detail-price { margin: 25px 0; font-family: "Segoe UI", Arial, sans-serif; font-size: 1.8rem; }
.purchase-bar { display: flex; gap: 10px; }
.purchase-bar input { width: 70px; min-height: 46px; padding: 10px; border: 1px solid var(--line); border-radius: 999px; text-align: center; }
.auth-shell { min-height: 58vh; display: grid; place-items: center; padding: 40px 18px; }
.auth-card, .checkout-card, .order-card { width: min(100%, 540px); padding: clamp(24px, 5vw, 45px); border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: var(--shadow); }
.auth-card form, .checkout-card form { display: grid; gap: 14px; }
.auth-card label, .checkout-card label { display: grid; gap: 7px; color: var(--muted); font-size: .8rem; font-weight: 600; }
.auth-options { display: flex; justify-content: space-between; align-items: center; gap: 8px; color: var(--muted); font-size: .8rem; }
.text-button { padding: 0; color: var(--coral); background: transparent; border: 0; }
.form-error { padding: 11px 13px; color: #982f31; border-radius: 9px; background: #fce6df; font-size: .85rem; }
.cart-lines { display: grid; gap: 13px; }
.cart-line { display: grid; grid-template-columns: 76px 1fr auto; gap: 14px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.cart-line img { width: 76px; height: 76px; object-fit: cover; border-radius: 12px; }
.cart-summary { width: min(100%, 420px); margin: 30px 0 0 auto; padding: 22px; border-radius: 17px; background: #efe5d4; }
.summary-row { display: flex; justify-content: space-between; gap: 20px; padding: 8px 0; color: var(--muted); }
.summary-row.total { margin-top: 8px; padding-top: 16px; color: var(--ink); border-top: 1px solid var(--line); font-weight: 800; }
.reconnect-panel { display: none; position: fixed; inset: 0; z-index: 100; place-items: center; background: rgba(36,33,28,.55); }
.reconnect-panel.components-reconnect-show, .reconnect-panel.components-reconnect-failed, .reconnect-panel.components-reconnect-rejected { display: grid; }
.reconnect-card { width: min(90%, 380px); padding: 32px; text-align: center; border-radius: 20px; background: var(--paper); box-shadow: var(--shadow); }
.reconnect-card p { color: var(--muted); }
.reconnect-orbit { width: 48px; height: 48px; margin: 0 auto 18px; border: 4px solid #efd5ca; border-top-color: var(--coral); border-radius: 50%; animation: spin 1s linear infinite; }
.components-reconnect-failed, .components-reconnect-rejected { display: none; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (max-width: 850px) {
    .desktop-nav, .desktop-account, .announcement-wide { display: none; }
    .mobile-only { display: inline-grid; }
    .store-header { gap: 7px; }
    .wordmark { margin-right: auto; }
    .hero { min-height: 590px; grid-template-columns: 1fr; align-items: end; padding-bottom: 58px; }
    .hero:after { background: linear-gradient(0deg, rgba(247,243,232,.97) 3%, rgba(247,243,232,.62) 54%, rgba(247,243,232,.05) 100%); }
    .hero-copy { max-width: 500px; }
    .hero-art { position: absolute; inset: 35px 15px auto; min-height: 260px; opacity: .72; }
    .hero-generated-image { max-height: 330px; }
    .hero-copy { position: relative; z-index: 1; }
    .category-grid, .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .finder-grid { display: block; }
    .filter-panel { display: none; position: fixed; inset: auto 0 0; z-index: 50; max-height: 78vh; overflow: auto; border-radius: 22px 22px 0 0; }
    .filter-panel.is-open { display: block; }
    .filter-toggle { display: inline-flex; }
    .detail-layout, .checkout-layout { grid-template-columns: 1fr; gap: 25px; }
    .detail-copy { padding-bottom: 72px; }
    .purchase-bar { position: fixed; z-index: 25; inset: auto 0 0; padding: 10px 15px calc(10px + env(safe-area-inset-bottom)); background: rgba(255,253,248,.96); box-shadow: 0 -5px 20px rgba(36,33,28,.12); }
    .purchase-bar .button { flex: 1; }
    .mobile-cart-bar { position: fixed; right: 15px; bottom: calc(15px + env(safe-area-inset-bottom)); z-index: 20; display: flex; align-items: center; gap: 15px; padding: 13px 17px; color: #fff; border-radius: 999px; background: var(--plum); box-shadow: var(--shadow); font-size: .8rem; font-weight: 700; }
    .footer-news, .footer-bottom { display: grid; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
    h1 { font-size: 3.25rem; }
    .section-head, .shop-toolbar { align-items: start; flex-direction: column; }
    .category-card { min-height: 170px; padding: 15px; }
    .product-info { padding: 12px; }
    .product-info h3 { font-size: .9rem; }
    .product-info .button { padding-inline: 10px; font-size: .78rem; }
    .promo-band { grid-template-columns: 1fr; }
    .promo-band figure { min-height: 260px; grid-row: 1; }
    .footer-grid { gap: 25px 15px; padding-top: 35px; }
    .footer-bottom { gap: 8px; }
}

/* Contact reply dialog */
.modal-dialog:has(.admin-contact-reply-dialog) {
	width: min(calc(100% - 32px), 760px);
	max-width: 760px;
}

.modal-dialog:has(.admin-contact-reply-dialog) .modal-content {
	overflow: hidden;
	border: 1px solid rgba(36, 33, 28, .12);
	border-radius: 20px;
	box-shadow: 0 24px 70px rgba(32, 26, 20, .24);
}

.modal-dialog:has(.admin-contact-reply-dialog) .modal-header {
	padding: 22px 28px 18px;
	border-bottom: 1px solid rgba(36, 33, 28, .1);
	background: linear-gradient(135deg, #fffdf8, #f7f3e8);
}

.modal-dialog:has(.admin-contact-reply-dialog) .modal-title {
	font-size: 1.35rem;
	font-weight: 750;
	letter-spacing: -.02em;
}

.modal-dialog:has(.admin-contact-reply-dialog) .modal-body {
	padding: 0;
	background: #fffdf8;
}

.admin-contact-reply-dialog {
	display: grid;
	gap: 20px;
	padding: 24px 28px 28px;
	color: var(--ink);
}

.admin-contact-reply-meta,
.admin-contact-reply-original {
	display: grid;
	gap: 6px;
}

.admin-contact-reply-meta {
	grid-template-columns: auto minmax(0, 1fr);
	column-gap: 12px;
	align-items: baseline;
	padding: 14px 16px;
	border: 1px solid rgba(74, 41, 71, .13);
	border-radius: 13px;
	background: rgba(239, 229, 212, .42);
}

.admin-contact-reply-meta > span,
.admin-contact-reply-original > span,
.admin-contact-reply-dialog label > span {
	color: var(--muted);
	font-size: .72rem;
	font-weight: 750;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.admin-contact-reply-meta strong {
	min-width: 0;
	font-size: .98rem;
	overflow-wrap: anywhere;
}

.admin-contact-reply-meta small {
	grid-column: 2;
	color: var(--muted);
	overflow-wrap: anywhere;
}

.admin-contact-reply-original {
	padding: 16px;
	border-left: 3px solid var(--coral);
	border-radius: 0 12px 12px 0;
	background: #f7f3e8;
}

.admin-contact-reply-original p {
	margin: 0;
	white-space: pre-wrap;
	word-break: break-word;
	line-height: 1.6;
}

.admin-contact-reply-dialog form {
	display: grid;
	gap: 10px;
}

.admin-contact-reply-dialog label {
	display: grid;
	gap: 8px;
	margin: 0;
}

.admin-contact-reply-dialog textarea.form-control {
	width: 100%;
	min-height: 180px;
	resize: vertical;
	padding: 13px 15px;
	border: 1px solid rgba(36, 33, 28, .18);
	border-radius: 12px;
	background: #fff;
	line-height: 1.55;
}

.admin-contact-reply-dialog textarea.form-control:focus {
	border-color: var(--plum);
	box-shadow: 0 0 0 3px rgba(74, 41, 71, .12);
}

.admin-contact-reply-dialog .admin-editor-actions {
	justify-content: flex-end;
	margin-top: 4px;
}

@media (max-width: 560px) {
	.modal-dialog:has(.admin-contact-reply-dialog) {
		width: calc(100% - 20px);
	}
	.admin-contact-reply-dialog {
		gap: 16px;
		padding: 18px 16px 20px;
	}
	.modal-dialog:has(.admin-contact-reply-dialog) .modal-header {
		padding: 18px 18px 15px;
	}
	.admin-contact-reply-meta {
		grid-template-columns: 1fr;
	}
	.admin-contact-reply-meta small {
		grid-column: 1;
	}
	.admin-contact-reply-dialog .admin-editor-actions,
	.admin-contact-reply-dialog .admin-editor-actions .admin-button {
		width: 100%;
	}
}

/* Storefront themes */
.store-shell.theme-coastal {
	--ink: #102f3c;
	--muted: #4d6871;
	--cream: #e7f5f3;
	--paper: #fbfffe;
	--coral: #007c83;
	--plum: #0b3954;
	--mint: #8ed5ca;
	--line: rgba(16, 47, 60, .16);
	--shadow: 0 20px 60px rgba(11, 57, 84, .14);
	background: var(--cream);
	color: var(--ink);
}

.theme-coastal .announcement {
	background: #0b3954;
	color: #f5fffd;
}

.theme-coastal .store-header {
	background: rgba(231, 245, 243, .95);
}

.theme-coastal .hero {
	background: #bfe4e0;
}

.theme-coastal .hero::after {
	background: linear-gradient(90deg, rgba(231, 245, 243, .97) 0%, rgba(231, 245, 243, .78) 38%, rgba(231, 245, 243, 0) 72%);
}

.theme-coastal .wordmark-icon,
.theme-coastal .cart-summary,
.theme-coastal .checkout-summary,
.theme-coastal .auth-tabs {
	background: #d3eae7;
}

.theme-coastal .account-heading {
	background: linear-gradient(125deg, #07364d 0%, #0b5367 58%, #137b72 130%);
}

.theme-coastal .account-heading .eyebrow {
	color: #88eadc;
}

.theme-coastal .account-nav,
.theme-coastal .account-panel,
.theme-coastal .filters {
	background: rgba(251, 255, 254, .95);
}

.theme-coastal .page-hero.compact::before {
	background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, .95), rgba(142, 213, 202, .64) 48%, rgba(142, 213, 202, 0) 72%);
}

.store-shell.theme-night-market {
	--ink: #162934;
	--muted: #586b75;
	--cream: #f5efe0;
	--paper: #fffaf0;
	--coral: #ae471f;
	--plum: #101923;
	--mint: #78cfc0;
	--line: rgba(22, 41, 52, .17);
	--shadow: 0 20px 60px rgba(16, 25, 35, .17);
	background: var(--cream);
	color: var(--ink);
}

.theme-night-market .announcement,
.theme-night-market .store-header,
.theme-night-market .store-footer {
	background: #101923;
	color: #fffaf0;
}

.theme-night-market .announcement {
	color: #ffe08a;
}

.theme-night-market .wordmark-icon {
	background: #263745;
}

.theme-night-market .hero {
	background: #e5bd60;
}

.theme-night-market .hero::after {
	background: linear-gradient(90deg, rgba(245, 239, 224, .97) 0%, rgba(245, 239, 224, .78) 38%, rgba(245, 239, 224, 0) 72%);
}

.theme-night-market .cart-summary,
.theme-night-market .checkout-summary,
.theme-night-market .auth-tabs {
	background: #e8ddc5;
}

.theme-night-market .account-heading {
	background: linear-gradient(125deg, #101923 0%, #213443 58%, #765127 130%);
}

.theme-night-market .account-heading .eyebrow {
	color: #ffe08a;
}

.theme-night-market .account-nav,
.theme-night-market .account-panel,
.theme-night-market .filters {
	background: rgba(255, 250, 240, .96);
}

.theme-night-market .account-stat.points {
	background: linear-gradient(145deg, #a9411e, #69402c);
}

.theme-night-market .page-hero.compact::before {
	background: radial-gradient(circle at 35% 35%, rgba(255, 250, 240, .95), rgba(229, 189, 96, .62) 48%, rgba(229, 189, 96, 0) 72%);
}

.theme-coastal :is(a, button, input, select, textarea):focus-visible,
.theme-night-market :is(a, button, input, select, textarea):focus-visible {
	outline: 3px solid var(--coral);
	outline-offset: 3px;
}

@media (min-width: 1051px) {
	.theme-coastal .desktop-nav {
		background: rgba(255, 255, 255, .68);
		border: 1px solid var(--line);
		border-radius: 999px;
		gap: 2px;
		padding: 5px;
	}

	.theme-coastal .desktop-nav > a,
	.theme-coastal .nav-mega-trigger > a {
		border-radius: 999px;
		padding: 10px 14px;
	}

	.theme-coastal .desktop-nav a.active,
	.theme-coastal .desktop-nav > a:hover,
	.theme-coastal .nav-mega-trigger > a:hover {
		background: var(--plum);
		color: #fff;
	}
}

@media (min-width: 851px) {
	.store-shell.theme-night-market {
		padding-left: 252px;
	}

	.theme-night-market .announcement {
		align-items: center;
		display: flex;
		height: 36px;
		left: 0;
		min-height: 36px;
		padding: 6px 12px;
		position: fixed;
		top: 0;
		width: 252px;
		z-index: 45;
	}

	.theme-night-market .announcement-wide {
		display: none;
	}

	.theme-night-market .store-header {
		align-items: stretch;
		border-bottom: 0;
		border-right: 1px solid rgba(255, 255, 255, .12);
		bottom: 0;
		display: flex;
		flex-direction: column;
		gap: 0;
		left: 0;
		min-height: 0;
		padding: 28px 20px;
		position: fixed;
		top: 36px;
		width: 252px;
		z-index: 40;
	}

	.theme-night-market .store-header .wordmark {
		color: #fffaf0;
	}

	.theme-night-market .store-header .wordmark strong {
		max-width: 172px;
	}

	.theme-night-market .desktop-nav {
		align-items: stretch;
		display: flex;
		flex-direction: column;
		gap: 5px;
		margin: 34px 0 0;
	}

	.theme-night-market .desktop-nav > a,
	.theme-night-market .nav-mega-trigger > a {
		border-radius: 11px;
		color: #dbe5e9;
		display: flex;
		justify-content: space-between;
		padding: 12px 14px;
		width: 100%;
	}

	.theme-night-market .desktop-nav a.active,
	.theme-night-market .desktop-nav > a:hover,
	.theme-night-market .nav-mega-trigger > a:hover {
		background: #ae471f;
		color: #fff;
	}

	.theme-night-market .nav-mega-trigger {
		display: block;
		width: 100%;
	}

	.theme-night-market .mega-menu {
		color: var(--ink);
		left: calc(100% + 17px);
		top: -14px;
		width: min(470px, calc(100vw - 300px));
	}

	.theme-night-market .header-actions {
		border-top: 1px solid rgba(255, 255, 255, .12);
		justify-content: space-around;
		margin: auto 0 0;
		padding-top: 18px;
	}

	.theme-night-market .header-actions .icon-touch {
		color: #fffaf0;
	}

	.theme-night-market .header-actions .icon-touch:hover {
		background: rgba(255, 224, 138, .12);
		color: #ffe08a;
	}

	.theme-night-market .search-overlay {
		inset: 0 0 0 252px;
	}
}

@media (max-width: 850px) {
	.theme-coastal .hero::after {
		background: linear-gradient(0deg, rgba(231, 245, 243, .98) 3%, rgba(231, 245, 243, .64) 54%, rgba(231, 245, 243, .06) 100%);
	}

	.theme-coastal .store-header {
		border: 1px solid var(--line);
		border-radius: 18px;
		margin: 10px 12px 0;
		min-height: 66px;
		top: 10px;
	}

	.theme-coastal .mobile-menu {
		border: 1px solid var(--line);
		border-radius: 18px;
		inset: 120px 12px auto;
		max-height: calc(100dvh - 135px);
		overflow-y: auto;
	}

	.theme-coastal .search-overlay {
		inset: 120px 0 0;
	}

	.theme-coastal .results-toolbar {
		background: rgba(231, 245, 243, .95);
	}

	.theme-night-market .store-header {
		background: rgba(16, 25, 35, .97);
	}

	.theme-night-market .store-header .wordmark,
	.theme-night-market .store-header .icon-touch {
		color: #fffaf0;
	}

	.theme-night-market .mobile-menu {
		border: 1px solid rgba(255, 255, 255, .13);
		border-radius: 24px 24px 0 0;
		bottom: 0;
		color: #fffaf0;
		inset: auto 0 0;
		max-height: min(78dvh, 680px);
		overflow-y: auto;
		padding-bottom: calc(24px + env(safe-area-inset-bottom));
		transform: translateY(24px);
	}

	.theme-night-market .mobile-menu nav a {
		border-color: rgba(255, 255, 255, .13);
	}

	.theme-night-market .mobile-menu-note {
		color: #bdc9ce;
	}

	.theme-night-market .mobile-menu .icon-touch,
	.theme-night-market .mobile-menu .drawer-heading {
		color: #ffe08a;
	}

	.theme-night-market .hero::after {
		background: linear-gradient(0deg, rgba(245, 239, 224, .98) 3%, rgba(245, 239, 224, .64) 54%, rgba(245, 239, 224, .06) 100%);
	}

	.theme-night-market .results-toolbar {
		background: rgba(245, 239, 224, .95);
	}
}

.page-heading {
    max-width: 1250px;
    margin: 0 auto;
    padding: clamp(42px, 7vw, 88px) clamp(18px, 6vw, 88px) 30px;
}
.page-heading.simple { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.page-heading.simple h1 { margin-bottom: 0; font-size: clamp(3rem, 6vw, 5.8rem); }
.page-heading.simple > span { padding-bottom: 10px; color: var(--muted); font-size: .82rem; font-weight: 700; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.section-heading > a { color: var(--coral); font-size: .82rem; font-weight: 800; white-space: nowrap; }
.section-heading h2 { margin-bottom: 0; }
.section-heading p { margin: 0; color: var(--muted); }
.cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 400px); gap: clamp(30px, 7vw, 100px); max-width: 1250px; margin: 0 auto; padding: 0 clamp(18px, 6vw, 88px) clamp(70px, 9vw, 120px); }
.cart-lines { align-content: start; }
.cart-line { min-height: 116px; grid-template-columns: 100px minmax(0, 1fr) auto; gap: 20px; padding: 18px 0; }
.cart-line img { width: 100px; height: 100px; border-radius: 16px; }
.cart-line-copy { min-width: 0; display: grid; align-content: center; gap: 6px; }
.cart-line-copy > span { color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cart-line-copy h2 { margin: 0; font-size: clamp(1.15rem, 2vw, 1.55rem); }
.cart-line-copy > strong { font-size: .95rem; }
.remove-link { justify-self: start; margin-top: 3px; font-size: .78rem; }
.cart-line-actions { display: grid; justify-items: end; align-content: center; gap: 17px; }
.cart-line-actions > strong { font-size: 1rem; }
.quantity-stepper { display: inline-flex; align-items: center; min-height: 42px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); }
.quantity-stepper button { width: 42px; height: 42px; color: var(--ink); background: transparent; border: 0; font-size: 1.2rem; }
.quantity-stepper button:disabled { cursor: not-allowed; opacity: .35; }
.quantity-stepper span { min-width: 26px; text-align: center; font-size: .88rem; font-weight: 800; }
.cart-summary { align-self: start; position: sticky; top: 105px; width: auto; margin: 0; padding: clamp(24px, 3vw, 32px); border: 1px solid rgba(74,41,71,.08); border-radius: 22px; background: #efe5d4; box-shadow: 0 14px 40px rgba(63,47,33,.08); }
.cart-summary h2 { margin-top: 13px; font-size: clamp(1.5rem, 2.3vw, 2.2rem); }
.cart-summary dl { margin: 22px 0; }
.cart-summary dl > div { display: flex; justify-content: space-between; gap: 18px; padding: 9px 0; color: var(--muted); font-size: .88rem; }
.cart-summary dl dt, .cart-summary dl dd { margin: 0; }
.cart-summary dl dd { color: var(--ink); font-weight: 700; }
.cart-summary dl .saving dd { color: #b65a4a; }
.cart-summary dl .summary-total { margin-top: 9px; padding-top: 17px; color: var(--ink); border-top: 1px solid var(--line); font-size: 1.08rem; font-weight: 800; }
.cart-summary dl .summary-total dd { font-size: 1.25rem; }
.coupon-row { display: flex; gap: 8px; margin: 20px 0 8px; }
.coupon-row .form-control { min-width: 0; flex: 1; }
.coupon-row > button { min-width: 76px; padding: 0 16px; color: #fff; border: 0; border-radius: 9px; background: var(--plum); font-weight: 700; }
.coupon-applied { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--plum); font-size: .84rem; font-weight: 700; }
.coupon-applied button { padding: 2px 0; color: var(--coral); border: 0; background: transparent; font: inherit; cursor: pointer; }
.shipping-progress { height: 6px; overflow: hidden; margin-top: 21px; border-radius: 999px; background: rgba(74,41,71,.13); }
.shipping-progress span { display: block; height: 100%; border-radius: inherit; background: var(--coral); }
.cart-summary > p { margin: 9px 0 20px; color: var(--muted); font-size: .78rem; }
.cart-summary .free-delivery { color: #33785b; }
.summary-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 18px; color: var(--muted); font-size: .7rem; }
.summary-trust span { display: inline-flex; align-items: center; gap: 5px; }
.summary-trust i { color: var(--coral); }
.empty-state.page-empty { max-width: 1250px; min-height: 380px; margin: 0 auto; padding: 70px 18px 110px; }
.checkout-shell { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 420px); align-items: start; gap: clamp(30px, 6vw, 86px); max-width: 1250px; margin: 0 auto; padding: 0 clamp(18px, 6vw, 88px) clamp(70px, 9vw, 120px); }
.checkout-main { min-width: 0; }
.checkout-step { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; align-items: center; gap: 14px; min-height: 78px; padding: 18px 20px; border: 1px solid rgba(74, 41, 71, .1); border-radius: 17px; background: rgba(255, 253, 248, .78); }
.checkout-step + .checkout-step { margin-top: 12px; }
.checkout-step > span:first-child { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; border-radius: 11px; background: var(--plum); font-size: .76rem; font-weight: 800; }
.checkout-step > div { min-width: 0; display: grid; gap: 5px; }
.checkout-step strong { font-size: .98rem; }
.checkout-step small { color: var(--muted); font-size: .78rem; line-height: 1.45; }
.checkout-step > i { color: #33785b; font-size: 1rem; }
.checkout-step.active { border-color: rgba(237, 112, 88, .55); background: var(--paper); box-shadow: 0 12px 30px rgba(63, 47, 33, .06); }
.checkout-step.active > span:first-child { background: var(--coral); }
.checkout-form { margin-top: 12px; padding: clamp(22px, 3vw, 32px); border: 1px solid var(--line); border-radius: 21px; background: var(--paper); box-shadow: 0 14px 40px rgba(63, 47, 33, .06); }
.checkout-form .checkout-step { margin: 0 0 22px; padding: 0 0 20px; min-height: 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; box-shadow: none; }
.checkout-form .checkout-step > span:first-child { width: 32px; height: 32px; }
.checkout-form label { display: grid; gap: 7px; margin: 0 0 16px; color: var(--muted); font-size: .78rem; font-weight: 700; }
.checkout-form label span { color: var(--muted); font-weight: 500; }
.checkout-form input, .checkout-form select { width: 100%; min-height: 46px; padding: 10px 13px; color: var(--ink); border: 1px solid var(--line); border-radius: 10px; background: #fff; outline-color: var(--coral); }
.checkout-form input:focus, .checkout-form select:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(237, 112, 88, .13); }
.checkout-form .form-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.checkout-form .form-split.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.checkout-form .form-split > label { min-width: 0; }
.payment-step { margin-top: 16px; }

.payment-simulation-shell { min-height: 100vh; display: grid; place-items: center; padding: 32px 18px; background: var(--paper, #f7f3e8); }
.payment-simulation-card { width: min(100%, 460px); padding: 40px 32px; border: 1px solid rgba(74, 41, 71, .14); border-radius: 24px; background: #fffdf8; box-shadow: 0 24px 60px rgba(36, 33, 28, .12); text-align: center; }
.payment-simulation-card h1 { margin: 12px 0 10px; }
.payment-simulation-card p { margin: 0 auto 24px; color: #6d6860; line-height: 1.6; }
.payment-simulation-amount { display: block; margin-bottom: 24px; color: #4a2947; font-size: 32px; }
.payment-simulation-status { padding: 11px 14px; border-radius: 999px; background: #f1e9ef; color: #4a2947; font-size: 13px; }
.checkout-button { min-height: 54px; margin-top: 20px; font-size: .92rem; }
.checkout-button:disabled { cursor: wait; opacity: .62; }
.checkout-main > .fine-print { margin: 13px 0 0; }
.checkout-summary { position: sticky; top: 105px; width: auto; margin: 0; padding: clamp(24px, 3vw, 32px); border: 1px solid rgba(74, 41, 71, .08); border-radius: 22px; background: #efe5d4; box-shadow: 0 14px 40px rgba(63, 47, 33, .08); }
.checkout-summary > .eyebrow { display: block; margin-bottom: 18px; }
.checkout-line { display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 13px 0; border-bottom: 1px solid rgba(36, 33, 28, .1); }
.checkout-line > div { position: relative; width: 58px; height: 58px; }
.checkout-line img { width: 58px; height: 58px; display: block; object-fit: cover; border-radius: 13px; background: #f8f1e6; }
.checkout-line > div > span { position: absolute; top: -7px; right: -7px; min-width: 21px; height: 21px; padding: 2px 5px; display: grid; place-items: center; color: #fff; border: 2px solid #efe5d4; border-radius: 999px; background: var(--plum); font-size: .64rem; font-weight: 800; }
.checkout-line p { min-width: 0; margin: 0; display: grid; gap: 3px; }
.checkout-line p strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .82rem; }
.checkout-line p small { overflow: hidden; color: var(--muted); text-overflow: ellipsis; white-space: nowrap; font-size: .7rem; }
.checkout-line > strong { white-space: nowrap; font-size: .8rem; }
.checkout-summary dl { margin: 20px 0 0; }
.checkout-summary dl > div { display: flex; justify-content: space-between; gap: 18px; padding: 8px 0; color: var(--muted); font-size: .82rem; }
.checkout-summary dl dt, .checkout-summary dl dd { margin: 0; }
.checkout-summary dl dd { color: var(--ink); font-weight: 700; }
.checkout-summary dl .saving dd { color: #b65a4a; }
.checkout-summary dl .summary-total { margin-top: 8px; padding-top: 15px; color: var(--ink); border-top: 1px solid var(--line); font-size: .98rem; font-weight: 800; }
.checkout-summary dl .summary-total dd { font-size: 1.22rem; }
.checkout-summary .tax-note { margin: 18px 0 0; color: var(--muted); font-size: .72rem; line-height: 1.55; }
.skeleton-form, .skeleton-summary { min-height: 330px; border-radius: 22px; background: linear-gradient(90deg, rgba(239, 229, 212, .6) 25%, rgba(255, 253, 248, .9) 50%, rgba(239, 229, 212, .6) 75%); background-size: 200% 100%; animation: skeleton-shimmer 1.5s linear infinite; }
@keyframes skeleton-shimmer { to { background-position: -200% 0; } }
.bundles-hero { max-width: 1250px; margin: 0 auto; padding: clamp(46px, 8vw, 110px) clamp(18px, 6vw, 88px) clamp(42px, 6vw, 78px); }
.bundles-hero h1 { max-width: 1050px; margin: 14px 0 20px; font-size: clamp(3rem, 7vw, 7rem); }
.bundles-hero p { max-width: 620px; margin: 0; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.bundle-editorial { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 1250px; margin: 0 auto; padding: 0 clamp(18px, 6vw, 88px) clamp(40px, 6vw, 82px); }
.bundle-editorial article { min-height: 275px; padding: 25px clamp(20px, 3vw, 38px); display: flex; flex-direction: column; align-items: flex-start; border-top: 1px solid var(--line); border-right: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,253,248,.8), rgba(239,229,212,.65)); }
.bundle-editorial article:first-child { border-left: 1px solid var(--line); border-radius: 18px 0 0 18px; }
.bundle-editorial article:last-child { border-radius: 0 18px 18px 0; }
.bundle-editorial article > span { color: var(--coral); font-family: "Segoe UI", Arial, sans-serif; font-size: 1.25rem; font-weight: 800; }
.bundle-editorial article > i { margin: 16px 0 10px; color: var(--plum); font-size: 1.45rem; }
.bundle-editorial h2 { margin: 0 0 10px; font-size: clamp(1.35rem, 2.5vw, 2rem); }
.bundle-editorial p { margin: 0; color: var(--muted); line-height: 1.6; }
.bundle-editorial a { margin-top: auto; padding-top: 22px; color: var(--coral); font-size: .8rem; font-weight: 800; }
.bundles-hero + .bundle-editorial + .section { padding-top: clamp(45px, 7vw, 90px); }
.auth-wrap { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(370px, .88fr); align-items: center; gap: clamp(35px, 7vw, 105px); max-width: 1350px; min-height: 650px; margin: 0 auto; padding: clamp(54px, 8vw, 110px) clamp(18px, 6vw, 88px) clamp(70px, 9vw, 120px); }
.auth-story { min-width: 0; }
.auth-story h1 { max-width: 800px; margin: 14px 0 22px; font-size: clamp(3.25rem, 6.2vw, 6.2rem); }
.auth-story > p { max-width: 530px; margin: 0; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.auth-benefits { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 25px; color: var(--muted); font-size: .76rem; font-weight: 700; }
.auth-benefits span { display: inline-flex; align-items: center; gap: 6px; }
.auth-benefits i { color: var(--coral); }
.auth-card { align-self: center; width: 100%; max-width: 520px; justify-self: end; padding: clamp(25px, 4vw, 42px); }
.auth-tabs { display: inline-flex; gap: 5px; padding: 4px; margin-bottom: 25px; border-radius: 999px; background: #efe5d4; }
.auth-tabs button { min-height: 38px; padding: 8px 14px; color: var(--muted); border: 0; border-radius: 999px; background: transparent; font-size: .78rem; font-weight: 800; }
.auth-tabs button.active { color: #fff; background: var(--plum); }
.auth-title { margin-bottom: 22px; }
.auth-title h2 { margin: 9px 0 8px; font-size: clamp(1.7rem, 3vw, 2.45rem); }
.auth-title p { margin: 0; color: var(--muted); line-height: 1.55; }
.auth-card > label, .auth-card .form-split > label, .auth-card .code-field > label { display: grid; gap: 7px; margin: 13px 0; color: var(--muted); font-size: .78rem; font-weight: 700; }
.auth-card input { color: var(--ink); background: #fff; }
.auth-card .form-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.code-field { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 10px; }
.code-field .button { min-height: 44px; padding-inline: 15px; }
.button-soft { color: var(--plum); background: #efe5d4; }
.auth-options { margin: 17px 0 20px; }
.check-label { display: inline-flex !important; grid-template-columns: none !important; align-items: center; gap: 7px !important; margin: 0 !important; }
.check-label input { width: 18px; height: 18px; min-height: 18px; accent-color: var(--plum); }
.back-link { padding: 0; color: var(--coral); background: transparent; border: 0; font-size: .78rem; font-weight: 800; }
.fine-print { color: var(--muted); font-size: .7rem; line-height: 1.55; }
.fine-print a { color: var(--coral); font-weight: 700; }
.form-message { display: flex; align-items: flex-start; gap: 8px; margin-top: 17px; padding: 11px 13px; border-radius: 10px; font-size: .78rem; line-height: 1.45; }
.form-message.success { color: #33785b; background: #e2f1e7; }
.form-message.error { color: #982f31; background: #fce6df; }
.form-message i { margin-top: 2px; }

/* Account */
.account-heading,
.account-nav,
.account-dashboard,
.account-panel {
    width: min(calc(100% - 40px), 1240px);
    margin-inline: auto;
}

.account-heading {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 310px;
    margin-top: clamp(32px, 5vw, 70px);
    padding: clamp(38px, 6vw, 72px);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    color: #fffdf8;
    border-radius: 28px;
    background: linear-gradient(125deg, #432440 0%, #5b3155 58%, #2f6554 130%);
    box-shadow: 0 24px 65px rgba(63, 47, 33, .16);
}

.account-heading::before,
.account-heading::after {
    position: absolute;
    z-index: -1;
    content: "";
    border-radius: 50%;
    pointer-events: none;
}

.account-heading::before {
    top: -130px;
    right: -40px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle at 38% 38%, rgba(191, 225, 207, .72), rgba(191, 225, 207, .08) 62%, transparent 64%);
}

.account-heading::after {
    right: 260px;
    bottom: -86px;
    width: 190px;
    height: 190px;
    border: 1px solid rgba(255, 255, 255, .14);
}

.account-heading > div {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.account-heading .eyebrow {
    color: #f6b39f;
}

.account-heading h1 {
    margin: 14px 0 16px;
    font-size: clamp(2.8rem, 6vw, 5.4rem);
    letter-spacing: -.06em;
}

.account-heading p {
    max-width: 590px;
    margin: 0;
    color: rgba(255, 253, 248, .72);
    font-size: 1rem;
    line-height: 1.65;
}

.account-heading > .button {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    color: #fff;
    border-color: rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .09);
    backdrop-filter: blur(12px);
}

.account-heading > .button:hover {
    border-color: rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, .16);
}

.account-nav {
    position: relative;
    z-index: 2;
    overflow-x: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: -24px;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 253, 248, .96);
    box-shadow: 0 14px 35px rgba(63, 47, 33, .11);
    scrollbar-width: none;
}

.account-nav::-webkit-scrollbar {
    display: none;
}

.account-nav a {
    min-height: 44px;
    padding: 10px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--muted);
    border-radius: 12px;
    font-size: .8rem;
    font-weight: 800;
    white-space: nowrap;
    transition: color .18s ease, background .18s ease, transform .18s ease;
}

.account-nav a:hover {
    color: var(--plum);
    background: #f3eadc;
}

.account-nav a.active {
    color: #fff;
    background: var(--plum);
    box-shadow: 0 7px 18px rgba(74, 41, 71, .2);
}

.account-dashboard {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: clamp(32px, 5vw, 55px);
}

.account-stat {
    position: relative;
    overflow: hidden;
    min-height: 205px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid rgba(74, 41, 71, .1);
    border-radius: 22px;
    background: var(--paper);
    box-shadow: 0 12px 38px rgba(63, 47, 33, .07);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.account-stat:hover {
    border-color: rgba(237, 112, 88, .34);
    box-shadow: 0 20px 45px rgba(63, 47, 33, .12);
    transform: translateY(-4px);
}

.account-stat > span {
    color: var(--coral);
    font-size: .66rem;
    font-weight: 850;
    letter-spacing: .14em;
}

.account-stat > i {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    color: var(--plum);
    border-radius: 14px;
    background: #f1e7da;
    font-size: 1rem;
}

.account-stat > strong {
    max-width: calc(100% - 46px);
    margin-top: 44px;
    font-size: clamp(1.3rem, 2vw, 1.75rem);
    line-height: 1.1;
}

.account-stat > small {
    margin-top: auto;
    padding-top: 18px;
    color: var(--muted);
    font-size: .76rem;
    font-weight: 700;
}

.account-stat > small i {
    margin-left: 5px;
    color: var(--coral);
    transition: transform .18s ease;
}

.account-stat:hover > small i {
    transform: translateX(3px);
}

.account-stat.points {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(145deg, #e86c55, #c9576d);
}

.account-stat.points::after {
    position: absolute;
    right: -45px;
    bottom: -70px;
    width: 190px;
    height: 190px;
    content: "";
    border: 35px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
}

.account-stat.points > span,
.account-stat.points > small,
.account-stat.points > small i {
    color: rgba(255, 255, 255, .82);
}

.account-stat.points > strong {
    margin-top: 24px;
    font-size: clamp(3.4rem, 6vw, 5rem);
    letter-spacing: -.07em;
}

.account-panel {
    margin-top: 18px;
    padding: clamp(28px, 4vw, 46px);
    display: grid;
    grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
    gap: clamp(30px, 6vw, 85px);
    border: 1px solid rgba(74, 41, 71, .1);
    border-radius: 24px;
    background: rgba(255, 253, 248, .92);
    box-shadow: 0 13px 42px rgba(63, 47, 33, .065);
}

.account-panel:last-of-type {
    margin-bottom: clamp(70px, 9vw, 120px);
}

.account-panel h2 {
    margin: 9px 0 0;
    font-size: clamp(1.75rem, 3vw, 2.65rem);
}

.account-panel p {
    margin: 10px 0 0;
    color: var(--muted);
    line-height: 1.55;
}

.profile-details {
    margin: 0;
    display: grid;
    align-content: start;
}

.profile-details > div {
    min-width: 0;
    padding: 15px 0;
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 18px;
    border-bottom: 1px solid var(--line);
}

.profile-details > div:first-child {
    padding-top: 3px;
}

.profile-details > div:last-child {
    padding-bottom: 3px;
    border-bottom: 0;
}

.profile-details dt {
    color: var(--muted);
    font-size: .72rem;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.profile-details dd {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
    font-size: .92rem;
    font-weight: 700;
}

.contact-editor {
	display: grid;
	gap: 26px;
}

.contact-block {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 14px;
}

.contact-block > strong {
	grid-column: 1 / -1;
	font-size: 1.05rem;
}

.email-change-block {
	grid-template-columns: 1fr;
	padding-top: 24px;
	border-top: 1px solid var(--line);
}

.verification-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 14px;
}

.password-panel > div:last-child {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
    gap: 15px;
}

.contact-editor label,
.password-panel label {
    display: grid;
    gap: 8px;
    color: var(--muted);
    font-size: .76rem;
    font-weight: 750;
}

.contact-editor .form-control,
.password-panel .form-control {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    color: var(--ink);
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
}

.contact-editor .form-control:focus,
.password-panel .form-control:focus {
    border-color: var(--coral);
    box-shadow: 0 0 0 3px rgba(237, 112, 88, .13);
    outline: 0;
}

.contact-editor .form-control[readonly] {
	color: var(--muted);
	background: #f7f2e9;
}

.contact-editor .button {
	min-height: 48px;
	white-space: nowrap;
}

.contact-editor > .inline-message {
	padding: 11px 13px;
	border-radius: 11px;
	font-size: .8rem;
	font-weight: 700;
}

.contact-editor > .inline-message.success {
	color: #33785b;
	background: #e2f1e7;
}

.contact-editor > .inline-message.error {
	color: #982f31;
	background: #fce6df;
}

.password-panel .button {
    grid-column: 1 / -1;
    justify-self: start;
    min-width: 175px;
    margin-top: 3px;
}

.password-panel .inline-message {
    grid-column: 1 / -1;
    padding: 11px 13px;
    color: var(--plum);
    border-radius: 11px;
    background: #f1e7da;
    font-size: .8rem;
    font-weight: 700;
}

.points-hero,
.points-rules,
.policy-callout {
    width: min(calc(100% - 40px), 1240px);
    margin-inline: auto;
}

.points-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(235px, .72fr) minmax(0, 1.28fr);
    gap: clamp(28px, 5vw, 75px);
    margin-top: clamp(34px, 5vw, 56px);
    padding: clamp(20px, 3.6vw, 42px);
    border: 1px solid rgba(74, 41, 71, .1);
    border-radius: 24px;
    background: #efe5d4;
    box-shadow: 0 16px 45px rgba(63, 47, 33, .08);
}

.points-hero::after {
    position: absolute;
    z-index: -1;
    right: -75px;
    bottom: -125px;
    width: 280px;
    height: 280px;
    content: "";
    border: 1px solid rgba(74, 41, 71, .1);
    border-radius: 50%;
    box-shadow: 0 0 0 28px rgba(74, 41, 71, .025), 0 0 0 56px rgba(74, 41, 71, .025);
}

.points-hero > div:first-child {
    position: relative;
    overflow: hidden;
    min-height: 250px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
    border-radius: 19px;
    background: linear-gradient(145deg, #e86c55, #c9576d);
    box-shadow: 0 16px 30px rgba(201, 87, 109, .2);
}

.points-hero > div:first-child::after {
    position: absolute;
    right: -55px;
    bottom: -85px;
    width: 190px;
    height: 190px;
    content: "";
    border: 31px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
}

.points-hero > div:first-child > span,
.points-hero > div:first-child > small {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, .78);
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .14em;
}

.points-hero > div:first-child > strong {
    position: relative;
    z-index: 1;
    margin: 12px 0 3px;
    font-size: clamp(4rem, 7vw, 6.2rem);
    line-height: .9;
    letter-spacing: -.08em;
}

.points-hero > div:last-child {
    min-width: 0;
    align-self: center;
    padding: 12px 4px 12px 0;
}

.points-hero h2 {
    max-width: 590px;
    margin: 0 0 13px;
    font-size: clamp(2rem, 4vw, 3.5rem);
}

.points-hero p {
    max-width: 590px;
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.points-hero .button {
    margin-top: 25px;
}

.points-rules.section {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: clamp(38px, 5vw, 66px) 0 0;
}

.points-rules article {
    min-height: 220px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid rgba(74, 41, 71, .1);
    border-radius: 19px;
    background: rgba(255, 253, 248, .88);
    box-shadow: 0 11px 30px rgba(63, 47, 33, .055);
}

.points-rules article > span {
    color: var(--coral);
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .12em;
}

.points-rules article > i {
    width: 43px;
    height: 43px;
    margin: 20px 0 17px;
    display: grid;
    place-items: center;
    color: var(--plum);
    border-radius: 13px;
    background: #f1e7da;
    font-size: 1rem;
}

.points-rules article h3 {
    margin: 0 0 8px;
    font-size: 1.35rem;
}

.points-rules article p {
    margin: 0;
    color: var(--muted);
    font-size: .86rem;
    line-height: 1.6;
}

.policy-callout {
    margin-top: 18px;
    margin-bottom: clamp(70px, 9vw, 120px);
    padding: 18px 22px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--muted);
    border: 1px solid rgba(74, 41, 71, .09);
    border-radius: 15px;
    background: rgba(239, 229, 212, .62);
}

.policy-callout > i {
    flex: 0 0 auto;
    margin-top: 3px;
    color: var(--coral);
}

.policy-callout p {
    margin: 0;
    font-size: .82rem;
    line-height: 1.6;
}

.order-history {
	width: min(calc(100% - 40px), 1240px);
	margin: clamp(34px, 5vw, 56px) auto 0;
	display: grid;
	gap: 18px;
}

.order-history-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	padding: 0 4px 8px;
}

.order-history-heading h2 {
	margin: 8px 0 0;
	font-size: clamp(1.9rem, 3vw, 2.8rem);
}

.order-history-heading > span {
	color: var(--muted);
	font-size: .78rem;
	font-weight: 800;
}

.order-history-card {
	overflow: hidden;
	border: 1px solid rgba(74, 41, 71, .1);
	border-radius: 22px;
	background: var(--paper);
	box-shadow: 0 13px 42px rgba(63, 47, 33, .065);
}

.order-history-card > header {
	padding: 24px 26px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-bottom: 1px solid var(--line);
}

.order-history-card > header span,
.order-facts span {
	color: var(--muted);
	font-size: .65rem;
	font-weight: 850;
	letter-spacing: .12em;
}

.order-history-card > header h3 {
	margin: 5px 0 4px;
	font-size: 1.32rem;
}

.order-history-card > header small {
	color: var(--muted);
	font-size: .74rem;
}

.order-status {
	min-height: 35px;
	padding: 8px 12px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--plum);
	border-radius: 999px;
	background: #f1e7da;
	font-size: .72rem;
	white-space: nowrap;
}

.order-status i {
	color: var(--coral);
	font-size: .48rem;
}

.order-status.paid,
.order-status.processing,
.order-status.shipped,
.order-status.delivered {
	color: #286247;
	background: #e2f1e7;
}

.order-status.paid i,
.order-status.processing i,
.order-status.shipped i,
.order-status.delivered i {
	color: #33785b;
}

.order-status.paymentfailed,
.order-status.cancelled,
.order-status.refunded {
	color: #8c3d3e;
	background: #fce6df;
}

.order-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-bottom: 1px solid var(--line);
	background: rgba(239, 229, 212, .32);
}

.order-facts > div {
	min-width: 0;
	padding: 17px 26px;
	display: grid;
	gap: 5px;
	border-right: 1px solid var(--line);
}

.order-facts > div:last-child {
	border-right: 0;
}

.order-facts strong {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .85rem;
}

.order-items {
	padding: 5px 26px;
}

.order-item {
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr) auto auto;
	align-items: center;
	gap: 16px;
	padding: 15px 0;
	border-bottom: 1px solid var(--line);
}

.order-item:last-child {
	border-bottom: 0;
}

.order-item img {
	width: 68px;
	height: 68px;
	object-fit: cover;
	border-radius: 13px;
	background: #f3eadc;
}

.order-item > div {
	min-width: 0;
	display: grid;
	gap: 4px;
}

.order-item > div strong {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .9rem;
}

.order-item > div span,
.order-item > div small,
.order-item-quantity {
	color: var(--muted);
	font-size: .72rem;
}

.order-item > strong {
	font-size: .84rem;
	white-space: nowrap;
}

.order-benefits {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding: 18px 26px;
	border-top: 1px solid var(--line);
	background: #fbf7f0;
}

.order-benefit {
	min-width: 0;
	padding: 14px 16px;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	border: 1px solid rgba(51, 120, 91, .14);
	border-radius: 14px;
	background: #fff;
}

.order-benefit > i {
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	color: #33785b;
	border-radius: 50%;
	background: #e2f1e7;
}

.order-benefit > div {
	min-width: 0;
	display: grid;
	gap: 3px;
}

.order-benefit span,
.order-benefit small {
	color: var(--muted);
	font-size: .65rem;
}

.order-benefit span {
	font-weight: 850;
	letter-spacing: .1em;
}

.order-benefit > div strong {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .82rem;
}

.order-benefit > strong {
	color: #286247;
	font-size: .86rem;
	white-space: nowrap;
}

.order-history-card > footer {
	padding: 18px 26px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	color: var(--muted);
	border-top: 1px solid var(--line);
	background: rgba(239, 229, 212, .38);
	font-size: .76rem;
}

.order-footer-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
}

.order-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.order-action {
	min-height: 36px;
	padding: 8px 13px;
	color: var(--plum);
	border: 1px solid rgba(74, 41, 71, .18);
	border-radius: 999px;
	background: transparent;
	font-size: .7rem;
	font-weight: 800;
}

.order-action.retry {
	color: #fff;
	border-color: var(--plum);
	background: var(--plum);
}

.order-action.tracking {
	color: #286247;
	border-color: rgba(51, 120, 91, .28);
	background: #e2f1e7;
}

.order-action.delete-confirm {
	color: #fff;
	border-color: #a84344;
	background: #a84344;
}

.order-action:disabled {
	cursor: wait;
	opacity: .58;
}

.order-total {
	display: inline-flex;
	align-items: baseline;
	gap: 9px;
	color: var(--ink);
	white-space: nowrap;
}

.order-total span {
	font-size: 1.12rem;
}

.order-history-message {
	margin: 0;
}

.order-pagination {
	margin-top: 8px;
	padding: 14px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	border: 1px solid rgba(74, 41, 71, .1);
	border-radius: 18px;
	background: var(--paper);
	box-shadow: 0 10px 30px rgba(63, 47, 33, .055);
}

.order-pagination button {
	width: 42px;
	height: 42px;
	display: inline-grid;
	place-items: center;
	color: var(--paper);
	border: 0;
	border-radius: 50%;
	background: var(--plum);
}

.order-pagination button:disabled {
	cursor: not-allowed;
	opacity: .32;
}

.order-pagination span {
	min-width: 132px;
	display: grid;
	gap: 2px;
	text-align: center;
}

.order-pagination strong {
	color: var(--ink);
	font-size: .84rem;
}

.order-pagination small {
	color: var(--muted);
	font-size: .7rem;
}

.order-shipment-panel {
	padding: 24px 26px 26px;
	border-top: 1px solid var(--line);
	background: #fbf7f0;
}

.order-shipment-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 16px;
}

.order-shipment-heading h4 {
	margin: 5px 0 0;
	font-size: 1.25rem;
}

.order-shipment-heading > small {
	color: var(--muted);
	font-size: .72rem;
}

.shipment-list {
	display: grid;
	gap: 12px;
}

.shipment-card {
	overflow: hidden;
	border: 1px solid rgba(74, 41, 71, .1);
	border-radius: 17px;
	background: #fffdf8;
}

.shipment-summary {
	padding: 18px;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
}

.shipment-icon {
	width: 45px;
	height: 45px;
	display: grid;
	place-items: center;
	color: #286247;
	border-radius: 14px;
	background: #e2f1e7;
}

.shipment-identity {
	min-width: 0;
}

.shipment-identity > span,
.shipment-meta small {
	color: var(--muted);
	font-size: .62rem;
	font-weight: 850;
	letter-spacing: .11em;
}

.shipment-identity h3 {
	overflow: hidden;
	margin: 4px 0 3px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1rem;
}

.shipment-identity p {
	margin: 0;
	color: var(--muted);
	font-size: .73rem;
}

.shipment-meta {
	display: grid;
	justify-items: end;
	gap: 5px;
	text-align: right;
}

.shipment-meta strong {
	font-size: .78rem;
}

.shipment-timeline {
	margin: 0;
	padding: 4px 18px 18px 77px;
	display: grid;
	list-style: none;
}

.shipment-timeline li {
	position: relative;
	padding: 13px 0 13px 22px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 16px;
	border-top: 1px solid var(--line);
}

.shipment-timeline li > i {
	position: absolute;
	top: 18px;
	left: 0;
	color: var(--coral);
	font-size: .45rem;
}

.shipment-timeline li > div {
	display: grid;
	gap: 4px;
}

.shipment-timeline strong {
	font-size: .78rem;
}

.shipment-timeline span,
.shipment-timeline time {
	color: var(--muted);
	font-size: .68rem;
}

.shipment-timeline time {
	white-space: nowrap;
}

@media (max-width: 850px) {
    .page-heading.simple { align-items: start; flex-direction: column; gap: 8px; }
    .page-heading.simple h1 { font-size: clamp(2.8rem, 12vw, 4.5rem); }
    .checkout-shell { grid-template-columns: 1fr; gap: 30px; }
    .cart-layout { grid-template-columns: 1fr; gap: 30px; }
    .cart-summary { position: static; }
    .bundle-editorial { grid-template-columns: 1fr; }
    .bundle-editorial article, .bundle-editorial article:first-child, .bundle-editorial article:last-child { min-height: 210px; border-right: 1px solid var(--line); border-left: 1px solid var(--line); border-radius: 0; }
    .bundle-editorial article:first-child { border-radius: 18px 18px 0 0; }
    .bundle-editorial article:last-child { border-radius: 0 0 18px 18px; }
    .auth-wrap { grid-template-columns: 1fr; min-height: 0; gap: 30px; padding-top: 48px; }
    .auth-story h1 { max-width: 700px; font-size: clamp(2.9rem, 11vw, 5.2rem); }
    .auth-card { max-width: none; justify-self: stretch; }
    .account-heading { min-height: 280px; align-items: flex-start; flex-direction: column; justify-content: flex-end; }
    .account-heading h1 { font-size: clamp(2.75rem, 10vw, 4.7rem); }
    .account-heading > .button { min-height: 44px; }
    .account-dashboard { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .account-stat.points { grid-column: 1 / -1; min-height: 180px; }
    .account-panel { grid-template-columns: 1fr; gap: 26px; }
    .points-hero { grid-template-columns: 1fr; gap: 20px; }
    .points-hero > div:first-child { min-height: 220px; }
    .points-hero > div:last-child { padding: 4px 0 8px; }
    .points-rules.section { grid-template-columns: 1fr; }
    .points-rules article { min-height: 0; }
	.order-item { grid-template-columns: 62px minmax(0, 1fr) auto auto; }
	.order-item img { width: 62px; height: 62px; }
}
@media (max-width: 520px) {
    .section-heading { align-items: start; flex-direction: column; gap: 10px; }
    .checkout-shell { padding-inline: 14px; }
    .checkout-form { padding: 20px 16px; border-radius: 18px; }
    .checkout-form .form-split, .checkout-form .form-split.three { grid-template-columns: 1fr; gap: 0; }
    .checkout-step { grid-template-columns: 34px minmax(0, 1fr) auto; gap: 10px; padding: 16px; }
    .checkout-line { grid-template-columns: 52px minmax(0, 1fr) auto; gap: 10px; }
    .checkout-line > div, .checkout-line img { width: 52px; height: 52px; }
    .cart-line { grid-template-columns: 72px minmax(0, 1fr); gap: 12px; align-items: start; }
    .cart-line img { width: 72px; height: 72px; border-radius: 12px; }
    .cart-line-actions { grid-column: 2; display: flex; align-items: center; justify-content: space-between; flex-direction: row; width: 100%; gap: 10px; }
    .cart-line-actions .quantity-stepper button { width: 38px; height: 38px; }
    .cart-line-actions .quantity-stepper { min-height: 38px; }
    .cart-line-copy h2 { font-size: 1.08rem; }
    .cart-summary { padding: 22px 18px; }
    .bundle-editorial article { padding: 22px; }
    .auth-wrap { padding-inline: 14px; }
    .auth-story h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
    .auth-card { padding: 22px 18px; border-radius: 18px; }
    .auth-card .form-split, .code-field { grid-template-columns: 1fr; }
    .code-field .button { width: 100%; }
    .auth-options { align-items: flex-start; flex-direction: column; }
    .account-heading,
    .account-nav,
    .account-dashboard,
    .account-panel { width: min(calc(100% - 24px), 1240px); }
    .account-heading { min-height: 0; margin-top: 18px; padding: 32px 22px 48px; display: block; border-radius: 22px; }
    .account-heading h1 { margin-block: 12px 15px; font-size: clamp(2.55rem, 12vw, 3.25rem); }
    .account-heading p { font-size: .9rem; }
    .account-heading > .button { width: 100%; margin-top: 25px; }
    .account-nav { margin-top: -25px; padding: 6px; border-radius: 15px; }
    .account-nav a { min-width: max-content; min-height: 44px; padding-inline: 8px; gap: 6px; font-size: .74rem; }
    .account-dashboard { grid-template-columns: 1fr; gap: 12px; margin-top: 30px; }
    .account-stat,
    .account-stat.points { grid-column: auto; min-height: 170px; padding: 21px; border-radius: 18px; }
    .account-stat > strong { margin-top: 35px; }
    .account-stat.points > strong { margin-top: 18px; }
    .account-panel { margin-top: 12px; padding: 25px 20px; border-radius: 19px; }
    .profile-details > div { grid-template-columns: 82px minmax(0, 1fr); gap: 12px; }
	.contact-block,
	.verification-row,
	.password-panel > div:last-child { grid-template-columns: 1fr; }
	.contact-editor .button,
	.password-panel .button { width: 100%; }
    .points-hero,
    .points-rules,
    .policy-callout { width: min(calc(100% - 24px), 1240px); }
    .points-hero { margin-top: 30px; padding: 12px; border-radius: 20px; }
    .points-hero > div:first-child { min-height: 195px; padding: 25px 22px; border-radius: 15px; }
    .points-hero > div:first-child > strong { font-size: clamp(4rem, 19vw, 5.2rem); }
    .points-hero > div:last-child { padding: 10px 10px 16px; }
    .points-hero h2 { font-size: clamp(1.9rem, 9vw, 2.6rem); }
    .points-hero p { font-size: .88rem; }
    .points-hero .button { width: 100%; margin-top: 21px; }
    .points-rules.section { gap: 10px; padding-top: 30px; }
    .points-rules article { padding: 21px; border-radius: 16px; }
    .policy-callout { margin-top: 12px; margin-bottom: 70px; padding: 16px; }
	.order-history { width: min(calc(100% - 24px), 1240px); margin-top: 30px; gap: 12px; }
	.order-history-heading { align-items: start; }
	.order-history-card { border-radius: 18px; }
	.order-history-card > header { align-items: flex-start; padding: 19px 17px; }
	.order-facts { grid-template-columns: 1fr; }
	.order-facts > div { padding: 12px 17px; border-right: 0; border-bottom: 1px solid var(--line); }
	.order-facts > div:last-child { border-bottom: 0; }
	.order-items { padding-inline: 17px; }
	.order-item { grid-template-columns: 56px minmax(0, 1fr) auto; gap: 11px; }
	.order-item img { width: 56px; height: 56px; }
	.order-item > div strong { white-space: normal; }
	.order-item-quantity { align-self: start; padding-top: 3px; }
	.order-item > strong { grid-column: 2 / -1; justify-self: end; margin-top: -19px; }
	.order-benefits { grid-template-columns: 1fr; padding: 14px 17px; }
	.order-benefit { padding: 12px; }
	.order-history-card > footer { align-items: flex-start; padding: 16px 17px; }
	.order-footer-actions { align-items: flex-end; flex-direction: column-reverse; gap: 12px; }
	.order-actions { justify-content: flex-end; flex-wrap: wrap; }
	.order-shipment-panel { padding: 20px 17px; }
	.order-shipment-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
	.shipment-summary { grid-template-columns: auto minmax(0, 1fr); }
	.shipment-meta { grid-column: 2; justify-items: start; text-align: left; }
	.shipment-timeline { padding: 0 16px 14px 61px; }
	.shipment-timeline li { grid-template-columns: 1fr; gap: 5px; }
}

.gift-card-hero {
    width: min(calc(100% - 40px), 1240px);
    min-height: 530px;
    margin: 34px auto 0;
    padding: clamp(38px, 7vw, 88px);
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr);
    align-items: center;
    gap: clamp(30px, 7vw, 90px);
    overflow: hidden;
    color: #fff;
    border-radius: 30px;
    background: radial-gradient(circle at 72% 20%, rgba(237, 112, 88, .42), transparent 31%), linear-gradient(135deg, #3c203a, #5d3157 58%, #2d1b2c);
}

.gift-card-hero-copy {
    position: relative;
    z-index: 1;
}

.gift-card-hero h1 {
    max-width: 620px;
    margin-block: 14px 20px;
    font-size: clamp(3rem, 6vw, 5.7rem);
}

.gift-card-hero-copy > p {
    max-width: 570px;
    color: rgba(255, 255, 255, .76);
    line-height: 1.72;
}

.gift-card-benefits {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gift-card-benefits span {
    min-height: 38px;
    padding: 9px 13px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    font-size: .75rem;
    font-weight: 700;
}

.gift-card-art {
    min-height: 340px;
    display: grid;
    place-items: center;
    perspective: 900px;
}

.digital-gift-card {
    width: min(100%, 500px);
    aspect-ratio: 1.58;
    padding: clamp(24px, 4vw, 42px);
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr auto;
    color: var(--ink);
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 25px;
    background: radial-gradient(circle at 82% 18%, var(--mint) 0 16%, transparent 16.5%), linear-gradient(145deg, #fffdf8, #f2d7bc);
    box-shadow: 0 32px 70px rgba(15, 7, 14, .38);
    transform: rotate(5deg);
}

.digital-gift-card > span,
.digital-gift-card > small {
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .15em;
}

.digital-gift-card > i {
    color: var(--coral);
    font-size: 1.35rem;
}

.digital-gift-card > strong {
    grid-column: 1 / -1;
    align-self: center;
    font-size: clamp(1.9rem, 4vw, 3.2rem);
    line-height: .96;
    letter-spacing: -.05em;
}

.gift-card-shop {
    width: min(100%, 1240px);
    margin-inline: auto;
}

.gift-card-shop .section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
}

.gift-card-shop .section-heading > p {
    max-width: 400px;
    color: var(--muted);
    line-height: 1.65;
}

.gift-card-options {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.gift-card-option {
    min-height: 170px;
    padding: 24px;
    display: grid;
    align-content: space-between;
    gap: 7px;
    text-align: left;
    color: var(--ink);
    border: 1px solid var(--line);
    border-radius: 20px;
    background: var(--paper);
    transition: border-color .2s, box-shadow .2s, transform .2s;
}

.gift-card-option:hover,
.gift-card-option.selected {
    border-color: var(--coral);
    box-shadow: 0 18px 42px rgba(63, 47, 33, .1);
    transform: translateY(-3px);
}

.gift-card-option.selected {
    background: linear-gradient(145deg, #fffdf8, #fae8dc);
}

.gift-card-option > span {
    color: var(--coral);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.gift-card-option > strong {
    font-size: clamp(2rem, 4vw, 3rem);
}

.gift-card-option > small {
    color: var(--muted);
}

.gift-card-form {
    margin-top: 18px;
    padding: 22px;
    display: grid;
    grid-template-columns: minmax(240px, 1fr) 180px auto;
    align-items: end;
    gap: 14px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255, 253, 248, .82);
}

.gift-card-form label {
    display: grid;
    gap: 8px;
    font-size: .76rem;
    font-weight: 800;
}

.gift-card-form .form-control,
.gift-card-form .form-select {
    min-height: 48px;
}

.gift-card-form .button {
    min-height: 48px;
}

.gift-card-note,
.gift-card-rule {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: var(--muted);
    font-size: .78rem;
    line-height: 1.55;
}

.gift-card-redeem {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
}

.gift-card-redeem > span {
    display: block;
    margin-bottom: 9px;
    font-size: .77rem;
    font-weight: 800;
}

@media (max-width: 850px) {
    .gift-card-hero {
        grid-template-columns: 1fr;
    }
    .gift-card-art {
        min-height: 280px;
    }
    .gift-card-options {
        grid-template-columns: 1fr 1fr;
    }
    .gift-card-form {
        grid-template-columns: 1fr 150px;
    }
    .gift-card-form .button {
        grid-column: 1 / -1;
    }
}

@media (max-width: 520px) {
    .gift-card-hero {
        width: calc(100% - 24px);
        min-height: 0;
        margin-top: 14px;
        padding: 34px 22px;
        gap: 24px;
        border-radius: 22px;
    }
    .gift-card-hero h1 {
        font-size: clamp(2.7rem, 13vw, 4rem);
    }
    .gift-card-benefits {
        gap: 7px;
    }
    .gift-card-benefits span {
        min-height: 34px;
        padding: 7px 10px;
        font-size: .66rem;
    }
    .gift-card-art {
        min-height: 220px;
    }
    .digital-gift-card {
        border-radius: 19px;
        transform: rotate(2deg);
    }
    .gift-card-shop .section-heading {
        display: block;
    }
    .gift-card-options {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .gift-card-option {
        min-height: 130px;
        padding: 19px;
    }
    .gift-card-form {
        padding: 17px;
        grid-template-columns: 1fr;
    }
    .gift-card-form .button {
        grid-column: auto;
    }
}

.cart-line-copy > small { color: var(--muted); overflow-wrap: anywhere; }
.mystery-product + .mystery-product { margin-top: clamp(24px, 4vw, 56px); }
.mystery-price del { color: rgba(255,255,255,.55); font-size: .85rem; }

/* Shop and Drink Finder */
.page-hero.compact {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    max-width: 1320px;
    margin: 0 auto;
    padding: clamp(54px, 7vw, 92px) clamp(20px, 6vw, 82px) clamp(42px, 5vw, 64px);
    border-bottom: 1px solid var(--line);
}
.page-hero.compact::before {
    position: absolute;
    z-index: -1;
    top: -120px;
    right: clamp(-120px, -6vw, -40px);
    width: clamp(280px, 38vw, 510px);
    aspect-ratio: 1;
    content: "";
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, .9), rgba(191, 225, 207, .58) 48%, rgba(191, 225, 207, 0) 72%);
}
.page-hero.compact::after {
    position: absolute;
    z-index: -1;
    right: clamp(48px, 11vw, 160px);
    bottom: 42px;
    width: 76px;
    height: 76px;
    content: "";
    border: 1px solid rgba(74, 41, 71, .16);
    border-radius: 50% 50% 50% 0;
    transform: rotate(-22deg);
}
.page-hero.compact h1 {
    max-width: 920px;
    margin: 14px 0 18px;
    font-size: clamp(3rem, 6.2vw, 5.7rem);
}
.page-hero.compact p {
    max-width: 650px;
    margin: 0;
    color: var(--muted);
    font-size: clamp(.98rem, 1.5vw, 1.1rem);
    line-height: 1.7;
}
.shop-shell {
    display: grid;
    grid-template-columns: minmax(250px, 288px) minmax(0, 1fr);
    gap: clamp(26px, 3.5vw, 48px);
    max-width: 1320px;
    margin: 0 auto;
    padding: clamp(34px, 5vw, 60px) clamp(20px, 6vw, 82px) clamp(72px, 9vw, 120px);
}
.filters {
    display: grid;
    align-content: start;
    gap: 18px;
    padding: 24px;
    border: 1px solid rgba(74, 41, 71, .1);
    border-radius: 22px;
    background: rgba(255, 253, 248, .92);
    box-shadow: 0 18px 50px rgba(63, 47, 33, .08);
}
.desktop-filters {
    position: sticky;
    top: 94px;
    align-self: start;
}
.filter-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
}
.filter-title strong {
    color: var(--plum);
    font-size: .72rem;
    letter-spacing: .13em;
}
.filters > label,
.price-fields label {
    display: grid;
    gap: 7px;
    margin: 0;
    color: var(--muted);
    font-size: .76rem;
    font-weight: 700;
}
.filters .form-control,
.filters .form-select {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    color: var(--ink);
    border: 1px solid var(--line);
    border-radius: 11px;
    background-color: #fff;
    box-shadow: none;
}
.filters .form-control:focus,
.filters .form-select:focus {
    border-color: var(--coral);
    box-shadow: 0 0 0 3px rgba(237, 112, 88, .14);
}
.filter-checks {
    display: grid;
    gap: 8px;
    padding: 3px 0;
}
.filter-checks label {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 11px;
    color: var(--ink);
    border: 1px solid var(--line);
    border-radius: 11px;
    background: #fff;
    font-size: .78rem;
    font-weight: 650;
}
.filter-checks input {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    accent-color: var(--plum);
}
.price-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.filters > .button {
    min-height: 48px;
    margin-top: 2px;
}
.shop-results {
    min-width: 0;
}
.results-toolbar {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
}
.results-toolbar > div {
    display: flex;
    align-items: baseline;
    gap: 9px;
}
.results-toolbar strong {
    font-size: 1.05rem;
}
.results-toolbar span {
    color: var(--muted);
    font-size: .78rem;
}
.mobile-filter-button {
    display: none;
}
.shop-results > .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}
.product-tile {
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(74, 41, 71, .1);
    border-radius: 20px;
    background: var(--paper);
    box-shadow: 0 8px 28px rgba(63, 47, 33, .06);
    transition: transform .25s ease, box-shadow .25s ease;
}
.product-tile:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(63, 47, 33, .13);
}
.product-tile .product-image {
    position: relative;
    aspect-ratio: 1 / 1.08;
    background: linear-gradient(145deg, #f1eadf, #e8decf);
}
.product-tile .product-image img {
    transition: transform .4s ease;
}
.product-tile:hover .product-image img {
    transform: scale(1.035);
}
.product-flag,
.product-origin {
    position: absolute;
    z-index: 2;
    padding: 6px 9px;
    border-radius: 999px;
    font-size: .61rem;
    font-weight: 800;
    letter-spacing: .08em;
}
.product-flag {
    top: 12px;
    left: 12px;
    color: #fff;
    background: var(--coral);
}
.product-origin {
    right: 12px;
    bottom: 12px;
    color: var(--plum);
    background: rgba(255, 253, 248, .88);
    box-shadow: 0 4px 16px rgba(36, 33, 28, .1);
    backdrop-filter: blur(8px);
}
.product-copy {
    min-height: 124px;
    display: flex;
    flex-direction: column;
    padding: 17px 17px 12px;
}
.product-copy > span {
    overflow: hidden;
    color: var(--muted);
    font-size: .68rem;
    font-weight: 650;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-copy h3 {
    margin: 7px 0 12px;
    font-size: clamp(1rem, 1.5vw, 1.18rem);
    letter-spacing: -.025em;
}
.product-copy .product-price {
    margin-top: auto;
}
.product-copy .product-price del {
    color: var(--muted);
    font-size: .76rem;
    font-weight: 500;
}
.quick-add {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 13px 13px;
    padding: 10px 15px;
    color: #fff;
    border: 0;
    border-radius: 999px;
    background: var(--ink);
    font-size: .78rem;
    font-weight: 800;
    transition: background .2s ease, transform .2s ease;
}
.quick-add:hover:not(:disabled) {
    background: var(--plum);
    transform: translateY(-1px);
}
.quick-add:disabled {
    cursor: not-allowed;
    opacity: .5;
}
.filter-drawer {
    position: fixed;
    inset: 0;
    z-index: 60;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease, visibility .22s ease;
}
.filter-drawer.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.drawer-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    border: 0;
    background: rgba(36, 33, 28, .52);
}
.filter-drawer .filters {
    position: absolute;
    inset: auto 0 0;
    max-height: min(86dvh, 760px);
    overflow-y: auto;
    padding: 24px 20px calc(22px + env(safe-area-inset-bottom));
    border-radius: 24px 24px 0 0;
    transform: translateY(24px);
    transition: transform .22s ease;
}
.filter-drawer.is-open .filters {
    transform: translateY(0);
}
.filter-drawer .drawer-heading {
    color: var(--plum);
    font-size: .78rem;
}

@media (max-width: 1050px) {
    .shop-shell { grid-template-columns: 245px minmax(0, 1fr); gap: 26px; }
    .shop-results > .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 850px) {
    html,
    body,
    .mobile-menu,
    .filter-drawer .filters {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    html::-webkit-scrollbar,
    body::-webkit-scrollbar,
    .mobile-menu::-webkit-scrollbar,
    .filter-drawer .filters::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }
    .page-hero.compact { padding-top: 46px; }
    .page-hero.compact h1 { max-width: 680px; font-size: clamp(2.85rem, 11vw, 5.1rem); }
    .page-hero.compact::after { display: none; }
    .shop-shell { display: block; padding-top: 26px; }
    .desktop-filters { display: none; }
    .mobile-filter-button { display: inline-flex; min-height: 44px; }
    .results-toolbar { position: sticky; top: 76px; z-index: 12; margin-inline: -4px; padding: 12px 4px; background: rgba(247, 243, 232, .95); backdrop-filter: blur(12px); }
}

@media (max-width: 520px) {
    .page-hero.compact { padding: 38px 16px 32px; }
    .page-hero.compact h1 { margin-top: 12px; font-size: clamp(2.65rem, 13vw, 3.7rem); }
    .page-hero.compact p { font-size: .92rem; }
    .shop-shell { padding: 20px 12px 86px; }
    .results-toolbar { top: 70px; margin-bottom: 14px; }
    .results-toolbar > div { display: grid; gap: 1px; }
    .shop-results > .product-grid { gap: 10px; }
    .product-tile { border-radius: 15px; }
    .product-tile .product-image { aspect-ratio: 1 / 1.12; }
    .product-flag { top: 8px; left: 8px; }
    .product-origin { right: 8px; bottom: 8px; max-width: calc(100% - 16px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .product-copy { min-height: 116px; padding: 12px 11px 8px; }
    .product-copy h3 { margin: 5px 0 9px; font-size: .92rem; }
    .quick-add { min-height: 44px; margin: 0 8px 8px; padding: 9px 12px; }
    .quick-add i { font-size: .72rem; }
}

/* Deals */
.promo-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    max-width: 1400px;
    min-height: 560px;
    margin: 0 auto;
    padding: clamp(62px, 8vw, 108px) clamp(24px, 7vw, 98px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
    align-items: center;
    gap: 40px;
    background: linear-gradient(130deg, #f6d8c3 0%, #efc1b1 52%, #c7e5d8 100%);
}
.deals-hero::before {
    position: absolute;
    z-index: -1;
    inset: 0 0 0 auto;
    width: 46%;
    content: "";
    background: linear-gradient(90deg, rgba(246, 216, 195, .96) 0%, rgba(246, 216, 195, .12) 42%), url('/assets/images/product-mango-monsoon.webp') center/cover;
}
.deals-hero::after {
    position: absolute;
    z-index: -1;
    left: -90px;
    bottom: -120px;
    width: 310px;
    height: 310px;
    content: "";
    border: 1px solid rgba(74, 41, 71, .12);
    border-radius: 50%;
}
.promo-hero > div:first-child {
    position: relative;
    z-index: 2;
    max-width: 720px;
}
.promo-hero h1 {
    margin: 16px 0 22px;
    font-size: clamp(3.7rem, 7vw, 6.7rem);
}
.promo-hero p {
    max-width: 470px;
    margin: 0;
    color: #5e5148;
    font-size: 1.05rem;
    line-height: 1.7;
}
.promo-hero .button {
    margin-top: 30px;
    color: #fff;
    border-color: var(--ink);
    background: var(--ink);
}
.promo-burst {
    position: relative;
    z-index: 3;
    justify-self: end;
    align-self: end;
    width: clamp(150px, 14vw, 205px);
    aspect-ratio: 1;
    margin: 0 clamp(4px, 2vw, 30px) 4px 0;
    display: grid;
    place-content: center;
    color: #fff;
    border-radius: 50%;
    background: var(--plum);
    box-shadow: 0 18px 45px rgba(74, 41, 71, .28);
    text-align: center;
    transform: rotate(8deg);
}
.promo-burst::after {
    position: absolute;
    inset: 9px;
    content: "";
    border: 1px dashed rgba(255, 255, 255, .45);
    border-radius: inherit;
}
.promo-burst strong,
.promo-burst small {
    font-size: .68rem;
    letter-spacing: .16em;
}
.promo-burst span {
    margin: -3px 0;
    font-size: clamp(2.5rem, 4vw, 4.2rem);
    font-weight: 800;
    letter-spacing: -.08em;
}
.deals-hero + .section {
    max-width: 1320px;
    margin: 0 auto;
}
.deals-hero + .section .section-heading {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line);
}
.section-note {
    color: var(--muted);
    font-size: .78rem;
}
.deals-hero + .section .product-grid {
    gap: 22px;
}

@media (max-width: 850px) {
    .promo-hero {
        min-height: 650px;
        grid-template-columns: 1fr;
        align-items: end;
        padding: 310px 22px 58px;
    }
    .deals-hero::before {
        inset: 0 0 auto;
        width: 100%;
        height: 330px;
        background: linear-gradient(0deg, #f3ccb8 0%, rgba(243, 204, 184, .1) 45%), url('/assets/images/product-mango-monsoon.webp') center 48%/cover;
    }
    .promo-hero h1 { font-size: clamp(3.2rem, 11vw, 5.3rem); }
    .promo-burst {
        position: absolute;
        top: 205px;
        right: 20px;
        width: 140px;
        margin: 0;
    }
    .deals-hero + .section { padding-top: 55px; }
}

@media (max-width: 520px) {
    .promo-hero {
        min-height: 610px;
        padding: 280px 16px 45px;
    }
    .deals-hero::before { height: 292px; }
    .promo-hero h1 { margin: 12px 0 17px; font-size: clamp(3rem, 15vw, 4.25rem); }
    .promo-hero p { font-size: .92rem; }
    .promo-hero .button { width: 100%; margin-top: 22px; }
    .promo-burst { top: 184px; right: 14px; width: 124px; }
    .promo-burst span { font-size: 2.65rem; }
    .deals-hero + .section { padding: 44px 12px 88px; }
    .deals-hero + .section .section-heading { margin-bottom: 18px; }
    .section-note { font-size: .72rem; }
}

/* Home editorial sections */
.marquee-strip {
    overflow: hidden;
    color: #fff8ed;
    background: var(--plum);
    border-block: 1px solid rgba(255, 255, 255, .12);
}

.marquee-strip > div {
    min-height: 54px;
    width: min(100%, 1500px);
    margin-inline: auto;
    padding-inline: clamp(20px, 4vw, 64px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(16px, 2.5vw, 38px);
    white-space: nowrap;
}

.marquee-strip span {
    font-size: clamp(.65rem, .85vw, .76rem);
    font-weight: 800;
    letter-spacing: .13em;
}

.marquee-strip i {
    color: #f5af91;
    font-size: .75rem;
    font-style: normal;
}

.finder-banner {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: min(calc(100% - 40px), 1240px);
    min-height: 430px;
    margin: clamp(20px, 3vw, 40px) auto 0;
    padding: clamp(42px, 6vw, 78px);
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
    align-items: center;
    gap: clamp(35px, 6vw, 90px);
    color: #fffdf8;
    border-radius: 28px;
    background: linear-gradient(125deg, #432440 0%, #5b3155 62%, #3e5f55 125%);
    box-shadow: 0 24px 65px rgba(63, 47, 33, .16);
}

.finder-banner::before {
    position: absolute;
    z-index: -1;
    left: -110px;
    bottom: -160px;
    width: 350px;
    height: 350px;
    content: "";
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 38px rgba(255, 255, 255, .025), 0 0 0 76px rgba(255, 255, 255, .025);
}

.finder-banner > div:first-child {
    position: relative;
    z-index: 1;
    max-width: 650px;
}

.finder-banner .eyebrow {
    color: #f6b39f;
}

.finder-banner h2 {
    margin: 14px 0 18px;
    font-size: clamp(2.8rem, 5.4vw, 5rem);
    letter-spacing: -.06em;
}

.finder-banner p {
    max-width: 520px;
    margin: 0;
    color: rgba(255, 253, 248, .72);
    line-height: 1.7;
}

.finder-banner .button {
    margin-top: 26px;
    color: var(--plum);
    border-color: transparent;
    background: #fffdf8;
}

.finder-banner .button:hover {
    background: #f5eadc;
}

.finder-orbit {
    position: relative;
    justify-self: end;
    width: min(100%, 335px);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    color: var(--plum);
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    background: radial-gradient(circle at 38% 32%, #e4f1e9 0%, #bfe1cf 52%, #8fc4ab 100%);
    box-shadow: 0 22px 45px rgba(21, 13, 21, .22), inset 0 0 0 22px rgba(255, 255, 255, .11);
}

.finder-orbit::before,
.finder-orbit::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
}

.finder-orbit::before {
    inset: -20px;
}

.finder-orbit::after {
    inset: 38px;
}

.finder-orbit > span {
    position: absolute;
    z-index: 2;
    padding: 8px 12px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    background: rgba(74, 41, 71, .9);
    box-shadow: 0 7px 18px rgba(50, 28, 48, .18);
    font-size: .65rem;
    font-weight: 850;
    letter-spacing: .12em;
}

.finder-orbit > span:nth-child(1) {
    top: 8%;
    left: 20%;
    transform: rotate(-7deg);
}

.finder-orbit > span:nth-child(2) {
    top: 39%;
    right: -5%;
    transform: rotate(8deg);
}

.finder-orbit > span:nth-child(3) {
    right: 20%;
    bottom: 8%;
    transform: rotate(-5deg);
}

.finder-orbit > span:nth-child(4) {
    top: 53%;
    left: -7%;
    transform: rotate(7deg);
}

.finder-orbit > strong {
    position: relative;
    z-index: 1;
    font-size: clamp(6rem, 10vw, 9rem);
    line-height: 1;
    letter-spacing: -.08em;
    transform: translateY(-3px);
}

.story-grid.section {
    width: min(calc(100% - 40px), 1240px);
    margin-inline: auto;
    padding: clamp(54px, 7vw, 94px) 0 clamp(72px, 9vw, 120px);
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: 18px;
}

.story-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 510px;
    padding: clamp(28px, 4vw, 48px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    border-radius: 26px;
    box-shadow: 0 16px 48px rgba(63, 47, 33, .1);
    transition: transform .25s ease, box-shadow .25s ease;
}

.story-card:hover {
    box-shadow: 0 24px 58px rgba(63, 47, 33, .16);
    transform: translateY(-5px);
}

.story-card > img {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}

.story-card:hover > img {
    transform: scale(1.035);
}

.story-card > span,
.story-card > h2,
.story-card > p,
.story-card > i {
    position: relative;
    z-index: 1;
}

.story-card > span {
    font-size: .7rem;
    font-weight: 850;
    letter-spacing: .15em;
}

.story-card h2 {
    margin: 13px 0 18px;
    font-size: clamp(2.25rem, 4vw, 4rem);
    letter-spacing: -.055em;
}

.story-card p {
    margin: 0;
    font-size: .9rem;
    font-weight: 750;
}

.story-card > i {
    position: absolute;
    right: clamp(25px, 3vw, 42px);
    bottom: clamp(25px, 3vw, 42px);
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    transition: transform .22s ease;
}

.story-card:hover > i {
    transform: translateX(4px);
}

.story-mystery {
    color: #fff;
}

.story-mystery::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(43, 20, 34, .04) 25%, rgba(43, 20, 34, .9) 100%);
}

.story-mystery > span {
    color: #ffc4ae;
}

.story-mystery > i {
    color: var(--plum);
    background: #fff;
}

.story-bundle {
    color: var(--plum);
    background: linear-gradient(145deg, #cbe7d9 0%, #a7d2bf 100%);
}

.story-bundle::before,
.story-bundle::after {
    position: absolute;
    z-index: -1;
    content: "";
    border-radius: 50%;
}

.story-bundle::before {
    top: -95px;
    right: -110px;
    width: 300px;
    height: 300px;
    border: 55px solid rgba(255, 255, 255, .22);
}

.story-bundle::after {
    top: 90px;
    left: -80px;
    width: 190px;
    height: 190px;
    border: 1px solid rgba(74, 41, 71, .14);
}

.story-bundle > span {
    color: #9e4f49;
}

.story-bundle > i {
    color: #fff;
    background: var(--plum);
}

@media (max-width: 850px) {
    .marquee-strip > div {
        width: max-content;
        min-width: 100%;
        justify-content: flex-start;
    }
    .finder-banner {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 52px;
    }
    .finder-banner > div:first-child {
        max-width: 680px;
    }
    .finder-orbit {
        justify-self: center;
        width: min(78vw, 330px);
    }
    .story-grid.section {
        grid-template-columns: 1fr;
    }
    .story-card {
        min-height: 460px;
    }
}

@media (max-width: 520px) {
    .marquee-strip > div {
        min-height: 48px;
        padding-inline: 16px;
        gap: 14px;
    }
    .marquee-strip span {
        font-size: .62rem;
    }
    .finder-banner {
        width: min(calc(100% - 24px), 1240px);
        margin-top: 12px;
        padding: 35px 22px 42px;
        gap: 44px;
        border-radius: 22px;
    }
    .finder-banner h2 {
        font-size: clamp(2.55rem, 12vw, 3.3rem);
    }
    .finder-banner p {
        font-size: .9rem;
    }
    .finder-banner .button {
        width: 100%;
    }
    .finder-orbit {
        width: min(72vw, 285px);
    }
    .finder-orbit > span {
        padding: 7px 10px;
        font-size: .59rem;
    }
    .story-grid.section {
        width: min(calc(100% - 24px), 1240px);
        padding: 42px 0 82px;
        gap: 12px;
    }
    .story-card {
        min-height: 410px;
        padding: 25px 22px;
        border-radius: 20px;
    }
    .story-card h2 {
        max-width: calc(100% - 42px);
        font-size: clamp(2.15rem, 11vw, 3rem);
    }
    .story-card > i {
        right: 21px;
        bottom: 21px;
        width: 44px;
        height: 44px;
    }
    .story-bundle {
        min-height: 350px;
    }
}

/* Mystery Box */
.mystery-hero {
    position: relative;
    overflow: hidden;
    width: min(calc(100% - 40px), 1240px);
    min-height: 680px;
    margin: clamp(32px, 5vw, 70px) auto 0;
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(430px, .94fr);
    border: 1px solid rgba(74, 41, 71, .1);
    border-radius: 28px;
    background: var(--paper);
    box-shadow: 0 24px 65px rgba(63, 47, 33, .14);
}

.mystery-image {
    position: relative;
    overflow: hidden;
    min-height: 680px;
    background: #f3b6aa;
}

.mystery-image::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 65%, rgba(74, 41, 71, .16));
    pointer-events: none;
}

.mystery-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.mystery-sticker {
    position: absolute;
    z-index: 2;
    top: 30px;
    right: 30px;
    width: 102px;
    height: 102px;
    display: grid;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 50%;
    background: var(--plum);
    box-shadow: 0 14px 34px rgba(74, 41, 71, .28);
    font-size: .68rem;
    font-weight: 850;
    line-height: 1.35;
    letter-spacing: .13em;
    text-align: center;
    transform: rotate(9deg);
}

.mystery-sticker::after {
    position: absolute;
    inset: 8px;
    content: "";
    border: 1px dashed rgba(255, 255, 255, .42);
    border-radius: inherit;
}

.mystery-copy {
    position: relative;
    min-width: 0;
    padding: clamp(38px, 5vw, 70px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

.mystery-copy::before {
    position: absolute;
    top: -95px;
    right: -115px;
    width: 285px;
    height: 285px;
    content: "";
    border: 48px solid rgba(191, 225, 207, .32);
    border-radius: 50%;
    pointer-events: none;
}

.mystery-copy > * {
    position: relative;
    z-index: 1;
}

.mystery-copy h1 {
    margin: 15px 0 20px;
    font-size: clamp(3rem, 5.2vw, 5rem);
    letter-spacing: -.06em;
}

.mystery-copy .lead {
    margin: 0;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.72;
}

.mystery-price {
    margin-top: 28px;
    padding: 19px 21px;
    display: flex;
    align-items: center;
    gap: 18px;
    border: 1px solid rgba(74, 41, 71, .08);
    border-radius: 16px;
    background: #efe5d4;
}

.mystery-price strong {
    flex: 0 0 auto;
    color: var(--plum);
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1;
    letter-spacing: -.05em;
}

.mystery-price span {
    color: var(--muted);
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.45;
}

.mystery-copy ul {
    margin: 24px 0;
    padding: 0;
    display: grid;
    gap: 11px;
    list-style: none;
}

.mystery-copy li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #514b43;
    font-size: .86rem;
    line-height: 1.45;
}

.mystery-copy li i {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    display: grid;
    place-items: center;
    color: #fff;
    border-radius: 50%;
    background: #5c8c78;
    font-size: .62rem;
}

.mystery-copy .button {
    min-height: 52px;
}

.mystery-copy .button:disabled {
    cursor: not-allowed;
    opacity: .58;
}

.mystery-copy > .fine-print {
    margin-top: 13px;
    text-align: center;
}

.mystery-steps.section {
    width: min(calc(100% - 40px), 1240px);
    margin-inline: auto;
    padding: clamp(28px, 4vw, 48px) 0 clamp(72px, 9vw, 120px);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.mystery-steps > div {
    position: relative;
    overflow: hidden;
    min-height: 210px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid rgba(74, 41, 71, .1);
    border-radius: 19px;
    background: rgba(255, 253, 248, .9);
    box-shadow: 0 11px 30px rgba(63, 47, 33, .055);
}

.mystery-steps > div::after {
    position: absolute;
    right: -32px;
    bottom: -48px;
    width: 130px;
    height: 130px;
    content: "";
    border: 22px solid rgba(191, 225, 207, .22);
    border-radius: 50%;
}

.mystery-steps span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: #fff;
    border-radius: 12px;
    background: var(--coral);
    font-size: .72rem;
    font-weight: 850;
}

.mystery-steps h3 {
    margin: auto 0 9px;
    font-size: clamp(1.35rem, 2vw, 1.7rem);
}

.mystery-steps p {
    position: relative;
    z-index: 1;
    max-width: 290px;
    margin: 0;
    color: var(--muted);
    font-size: .84rem;
    line-height: 1.6;
}

@media (max-width: 1000px) {
    .mystery-hero {
        grid-template-columns: minmax(0, 1fr) minmax(390px, .95fr);
    }
    .mystery-copy {
        padding: 38px;
    }
}

@media (max-width: 850px) {
    .mystery-hero {
        grid-template-columns: 1fr;
    }
    .mystery-image {
        min-height: 520px;
        aspect-ratio: 1.12 / 1;
    }
    .mystery-copy {
        padding: clamp(34px, 7vw, 56px);
    }
    .mystery-steps.section {
        grid-template-columns: 1fr;
    }
    .mystery-steps > div {
        min-height: 180px;
    }
}

@media (max-width: 520px) {
    .mystery-hero {
        width: min(calc(100% - 24px), 1240px);
        margin-top: 18px;
        border-radius: 22px;
    }
    .mystery-image {
        min-height: 0;
        aspect-ratio: 1 / .93;
    }
    .mystery-sticker {
        top: 18px;
        right: 18px;
        width: 82px;
        height: 82px;
        font-size: .58rem;
    }
    .mystery-copy {
        padding: 32px 22px 28px;
    }
    .mystery-copy h1 {
        margin-block: 12px 17px;
        font-size: clamp(2.75rem, 13vw, 3.55rem);
    }
    .mystery-copy .lead {
        font-size: .91rem;
    }
    .mystery-price {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
        margin-top: 23px;
        padding: 17px;
    }
    .mystery-copy ul {
        margin-block: 21px;
    }
    .mystery-copy .button {
        min-height: 50px;
    }
    .mystery-steps.section {
        width: min(calc(100% - 24px), 1240px);
        gap: 10px;
        padding: 22px 0 88px;
    }
    .mystery-steps > div {
        min-height: 165px;
        padding: 21px;
        border-radius: 16px;
    }
}

/* Bundles */
.bundles-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: min(calc(100% - 40px), 1240px);
    max-width: none;
    min-height: 470px;
    margin: clamp(32px, 5vw, 70px) auto 0;
    padding: clamp(48px, 7vw, 82px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #fffdf8;
    border-radius: 28px;
    background: linear-gradient(105deg, #432440 0%, #593151 51%, rgba(74, 41, 71, .2) 100%), url('/assets/images/hero-sipverse.webp') right center / 58% 100% no-repeat;
    box-shadow: 0 24px 65px rgba(63, 47, 33, .16);
}

.bundles-hero::before {
    position: absolute;
    z-index: -1;
    left: -110px;
    bottom: -145px;
    width: 340px;
    height: 340px;
    content: "";
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 40px rgba(255, 255, 255, .025), 0 0 0 80px rgba(255, 255, 255, .025);
}

.bundles-hero .eyebrow {
    position: relative;
    z-index: 1;
    color: #f6b39f;
}

.bundles-hero h1 {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 14px 0 19px;
    font-size: clamp(3.2rem, 6vw, 5.8rem);
    letter-spacing: -.065em;
}

.bundles-hero p {
    position: relative;
    z-index: 1;
    max-width: 590px;
    margin: 0;
    color: rgba(255, 253, 248, .74);
    font-size: 1rem;
    line-height: 1.7;
}

.bundle-highlights {
    position: relative;
    z-index: 1;
    margin-top: 29px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.bundle-highlights span {
    min-height: 36px;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 253, 248, .9);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    font-size: .68rem;
    font-weight: 750;
    backdrop-filter: blur(9px);
}

.bundle-highlights i {
    color: #f6b39f;
}

.bundle-editorial {
    width: min(calc(100% - 40px), 1240px);
    max-width: none;
    margin: clamp(18px, 3vw, 32px) auto 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.bundle-editorial article,
.bundle-editorial article:first-child,
.bundle-editorial article:last-child {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 285px;
    padding: 27px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid rgba(74, 41, 71, .1);
    border-radius: 20px;
    background: #fffdf8;
    box-shadow: 0 12px 35px rgba(63, 47, 33, .065);
    transition: transform .22s ease, box-shadow .22s ease;
}

.bundle-editorial article:nth-child(2) {
    background: linear-gradient(145deg, #f3e7d5, #fffaf1);
}

.bundle-editorial article:nth-child(3) {
    background: linear-gradient(145deg, #d6ebdf, #f4f8ed);
}

.bundle-editorial article::after {
    position: absolute;
    z-index: -1;
    right: -45px;
    bottom: -65px;
    width: 165px;
    height: 165px;
    content: "";
    border: 28px solid rgba(191, 225, 207, .2);
    border-radius: 50%;
}

.bundle-editorial article:hover {
    box-shadow: 0 20px 44px rgba(63, 47, 33, .12);
    transform: translateY(-4px);
}

.bundle-editorial article > span {
    color: var(--coral);
    font-size: .74rem;
    letter-spacing: .13em;
}

.bundle-editorial article > i {
    width: 46px;
    height: 46px;
    margin: 18px 0 16px;
    display: grid;
    place-items: center;
    color: var(--plum);
    border-radius: 14px;
    background: #f1e7da;
    font-size: 1.05rem;
}

.bundle-editorial h2 {
    margin: 0 0 9px;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
}

.bundle-editorial p {
    max-width: 300px;
    font-size: .86rem;
    line-height: 1.58;
}

.bundle-editorial a {
    position: relative;
    z-index: 1;
    margin-top: auto;
    padding-top: 22px;
}

.bundles-hero + .bundle-editorial + .section {
    width: min(calc(100% - 40px), 1240px);
    margin-inline: auto;
    padding: clamp(54px, 7vw, 88px) 0 clamp(72px, 9vw, 120px);
}

.bundles-hero + .bundle-editorial + .section .section-heading {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line);
}

.bundles-hero + .bundle-editorial + .section > .empty-state {
    min-height: 300px;
    padding: clamp(34px, 5vw, 58px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid rgba(74, 41, 71, .1);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255, 253, 248, .94), rgba(239, 229, 212, .72));
    box-shadow: 0 13px 38px rgba(63, 47, 33, .06);
}

.bundles-hero + .bundle-editorial + .section > .empty-state > i {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    color: #fff;
    border-radius: 18px;
    background: var(--plum);
    font-size: 1.15rem;
}

.bundles-hero + .bundle-editorial + .section > .empty-state h2 {
    margin: 18px 0 9px;
    font-size: clamp(1.75rem, 3vw, 2.6rem);
}

.bundles-hero + .bundle-editorial + .section > .empty-state p {
    margin: 0;
    color: var(--muted);
}

.bundles-hero + .bundle-editorial + .section > .empty-state .button {
    margin-top: 23px;
}

@media (max-width: 850px) {
    .bundles-hero {
        min-height: 560px;
        padding-top: 230px;
        justify-content: flex-end;
        background: linear-gradient(0deg, #432440 0%, rgba(67, 36, 64, .92) 54%, rgba(67, 36, 64, .08) 100%), url('/assets/images/hero-sipverse.webp') center top / 100% 62% no-repeat;
    }
    .bundle-editorial {
        grid-template-columns: 1fr;
    }
    .bundle-editorial article,
    .bundle-editorial article:first-child,
    .bundle-editorial article:last-child {
        min-height: 230px;
        border-radius: 19px;
    }
}

@media (max-width: 520px) {
    .bundles-hero,
    .bundle-editorial,
    .bundles-hero + .bundle-editorial + .section {
        width: min(calc(100% - 24px), 1240px);
    }
    .bundles-hero {
        min-height: 570px;
        margin-top: 18px;
        padding: 235px 22px 34px;
        border-radius: 22px;
        background-size: 100% 100%, 100% 57%;
        background-repeat: no-repeat;
    }
    .bundles-hero h1 {
        font-size: clamp(2.65rem, 12vw, 3.4rem);
    }
    .bundles-hero p {
        font-size: .9rem;
    }
    .bundle-highlights {
        margin-top: 22px;
        gap: 7px;
    }
    .bundle-highlights span {
        min-height: 34px;
        padding-inline: 10px;
        font-size: .63rem;
    }
    .bundle-editorial {
        gap: 10px;
        margin-top: 12px;
    }
    .bundle-editorial article,
    .bundle-editorial article:first-child,
    .bundle-editorial article:last-child {
        min-height: 220px;
        padding: 22px;
        border-radius: 17px;
    }
    .bundles-hero + .bundle-editorial + .section {
        padding: 44px 0 88px;
    }
    .bundles-hero + .bundle-editorial + .section .section-heading > a {
        white-space: normal;
    }
    .bundles-hero + .bundle-editorial + .section > .empty-state {
        min-height: 280px;
        padding: 30px 20px;
        border-radius: 18px;
    }
}
