:root {
	--bg: #080808;
	--bg-soft: #111111;
	--text: #f6f1df;
	--text-muted: #decfa5;
	--accent: #d4af37;
	--accent-soft: #9f7a1f;
	--card: rgba(212, 175, 55, 0.07);
	--border: rgba(212, 175, 55, 0.28);
	--font-heading: 'Playfair Display', Georgia, serif;
	--font-body: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: var(--font-body);
	font-size: 16.5px;
	color: var(--text);
	background:
		radial-gradient(70% 45% at 10% 10%, rgba(212, 175, 55, 0.14), transparent 70%),
		radial-gradient(60% 40% at 80% 0%, rgba(159, 122, 31, 0.14), transparent 70%),
		var(--bg);
	min-height: 100vh;
	line-height: 1.7;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	overflow-x: clip;
}

html {
	overflow-x: clip;
}

body.loading {
	overflow: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

a:focus-visible,
button:focus-visible,
[role='button']:focus-visible {
	outline: 3px solid var(--accent);
	outline-offset: 3px;
	border-radius: 6px;
}

.skip-link {
	position: absolute;
	left: 1rem;
	top: -3rem;
	padding: 0.6rem 0.9rem;
	background: var(--accent);
	color: #1b1507;
	font-weight: 700;
	border-radius: 0.5rem;
	z-index: 120;
	transition: top 0.2s ease;
}

.skip-link:focus {
	top: 1rem;
}

.container {
	width: min(1120px, 92vw);
	margin: 0 auto;
}

.topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.9rem;
	padding: 1.2rem 0;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	font-size: 0.92rem;
}

.brand img {
	width: 34px;
	height: auto;
}

.nav-links {
	display: flex;
	flex: 1;
	min-width: 0;
	align-items: center;
	justify-content: center;
	gap: 1.2rem;
	color: var(--text-muted);
	font-size: 0.92rem;
}

.nav-links a {
	white-space: nowrap;
}

.nav-links a:hover {
	color: var(--accent);
}

.nav-links a.active {
	color: var(--accent);
	font-weight: 700;
}

.breadcrumbs {
	padding-top: 0.9rem;
	margin-bottom: -0.4rem;
}

.breadcrumbs ol {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	color: var(--text-muted);
	font-size: 0.9rem;
}

.breadcrumbs li {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.breadcrumbs li:not(:last-child)::after {
	content: '/';
	color: rgba(222, 207, 165, 0.7);
}

.breadcrumbs a:hover {
	color: var(--accent);
}

.breadcrumbs [aria-current='page'] {
	color: var(--text);
	font-weight: 600;
}

.hero {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	align-items: center;
	gap: 2rem;
	padding: 3rem 0 2.5rem;
}

.eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.28em;
	font-size: 0.78rem;
	color: var(--text-muted);
	margin-bottom: 0.8rem;
}

h1 {
	font-family: var(--font-heading);
	font-size: clamp(2rem, 5vw, 4rem);
	line-height: 1.08;
	letter-spacing: 0.01em;
	text-wrap: balance;
	margin-bottom: 1rem;
}

h2 {
	font-family: var(--font-heading);
	font-size: clamp(1.28rem, 2.2vw, 1.72rem);
	line-height: 1.2;
	letter-spacing: 0.01em;
	text-wrap: balance;
}

p {
	font-size: clamp(0.98rem, 1.15vw, 1.08rem);
	line-height: 1.75;
	color: var(--text-muted);
}

.lead {
	color: var(--text-muted);
	max-width: 52ch;
	font-size: 1.05rem;
}

.cta-group {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin: 1.6rem 0 0.7rem;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.78rem 1.1rem;
	border-radius: 999px;
	font-weight: 600;
	font-size: 0.92rem;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
	transform: translateY(-2px);
}

.btn-primary {
	background: linear-gradient(135deg, var(--accent), var(--accent-soft));
	box-shadow: 0 10px 30px rgba(212, 175, 55, 0.25);
	color: #1b1507;
}

.btn-ghost {
	border: 1px solid var(--border);
	background: rgba(255, 255, 255, 0.02);
}

.micro {
	color: var(--text-muted);
	font-size: 0.84rem;
}

.hero-visual {
	position: relative;
	height: 460px;
	display: grid;
	place-items: center;
}

.bottle {
	width: min(320px, 78%);
	height: auto;
	transform: rotate(-7deg);
	filter: drop-shadow(0 35px 55px rgba(212, 175, 55, 0.23));
	z-index: 3;
}

.orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(10px);
	z-index: 1;
}

.orb-lg {
	width: 260px;
	height: 260px;
	background: radial-gradient(circle at 30% 30%, rgba(212, 175, 55, 0.55), transparent 70%);
	right: 5%;
	top: 8%;
}

.orb-sm {
	width: 180px;
	height: 180px;
	background: radial-gradient(circle at 40% 40%, rgba(159, 122, 31, 0.62), transparent 70%);
	left: 4%;
	bottom: 10%;
}

.story {
	padding: 0.5rem 0 1.6rem;
}

.story p {
	color: var(--text-muted);
	max-width: 80ch;
	font-size: 1.03rem;
}

.highlights {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	padding-bottom: 3rem;
}

.card {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: 16px;
	padding: 1.15rem;
	backdrop-filter: blur(7px);
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
	border-color: rgba(212, 175, 55, 0.55);
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}

.card h2 {
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
}

.card p {
	font-size: 0.98rem;
}

.card-link {
	display: inline-block;
	margin-top: 0.8rem;
	font-size: 0.88rem;
	color: var(--accent);
}

.footer {
	border-top: 1px solid var(--border);
	color: var(--text-muted);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.1rem 0 1.8rem;
	font-size: 0.9rem;
}

.footer-links {
	display: inline-flex;
	gap: 1rem;
}

.reveal {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.in {
	opacity: 1;
	transform: translateY(0);
}

.page-loader {
	position: fixed;
	inset: 0;
	background: #080808;
	display: grid;
	place-content: center;
	gap: 0.85rem;
	text-align: center;
	z-index: 90;
	transition: opacity 0.45s ease, visibility 0.45s ease;
}

.page-loader p {
	font-size: 0.8rem;
	letter-spacing: 0.22em;
	color: var(--text-muted);
}

.loader-ring {
	width: 46px;
	height: 46px;
	border-radius: 999px;
	border: 2px solid rgba(212, 175, 55, 0.24);
	border-top-color: var(--accent);
	animation: spin 1s linear infinite;
	justify-self: center;
}

.page-loader.hidden {
	opacity: 0;
	visibility: hidden;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.page-hero {
	padding: 2.3rem 0 1rem;
}

.page-hero h1 {
	margin-bottom: 0.7rem;
}

.page-hero p {
	max-width: 75ch;
	color: var(--text-muted);
}

.content-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 1rem;
	padding: 1.1rem 0 2.2rem;
}

.section-block {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: 16px;
	padding: 1.2rem;
	margin-bottom: 1rem;
	backdrop-filter: blur(7px);
}

.section-block h2,
.section-block h3 {
	font-family: var(--font-heading);
	margin-bottom: 0.55rem;
}

.section-block p,
.section-block li {
	color: var(--text-muted);
}

.section-block ul {
	padding-left: 1.1rem;
	display: grid;
	gap: 0.3rem;
}

.badge {
	display: inline-flex;
	padding: 0.28rem 0.62rem;
	border: 1px solid var(--border);
	border-radius: 999px;
	font-size: 0.78rem;
	margin-bottom: 0.8rem;
	color: var(--accent);
}

.side-image {
	width: min(340px, 100%);
	height: auto;
	justify-self: center;
	align-self: start;
	filter: drop-shadow(0 28px 52px rgba(212, 175, 55, 0.25));
}

.tilt-card {
	transform-style: preserve-3d;
}

.journal-gallery {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem;
	padding-bottom: 2.2rem;
}

.journal-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
	border: 1px solid var(--border);
	background: var(--bg-soft);
}

.shop-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	padding-bottom: 2.2rem;
}

.shop-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.65rem;
}

.shop-image {
	width: min(220px, 100%);
	height: auto;
	align-self: center;
	object-fit: contain;
	filter: drop-shadow(0 20px 30px rgba(212, 175, 55, 0.22));
}

.price-line {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
}

.old-price {
	color: var(--text-muted);
	text-decoration: line-through;
	font-size: 0.92rem;
}

.new-price {
	color: var(--accent);
	font-weight: 700;
	font-size: 1.08rem;
}

.header-cta {
	display: none;
	white-space: nowrap;
	min-height: 42px;
}

.trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	padding-bottom: 1rem;
}

.trust-pill {
	display: inline-flex;
	align-items: center;
	padding: 0.45rem 0.78rem;
	border-radius: 999px;
	border: 1px solid var(--border);
	background: var(--card);
	font-size: 0.88rem;
	color: var(--text-muted);
}

.checkout-flow {
	margin-bottom: 1rem;
}

.checkout-flow h2 {
	font-size: 1.08rem;
	margin-bottom: 0.55rem;
}

.checkout-flow ol {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	padding: 0;
	margin: 0;
}

.checkout-flow li {
	padding: 0.48rem 0.78rem;
	border: 1px solid var(--border);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.01);
	font-size: 0.9rem;
	color: var(--text-muted);
}

.ugc-strip {
	padding-bottom: 2.2rem;
}

.ugc-strip h2 {
	margin-bottom: 0.8rem;
}

.ugc-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

@media (min-width: 901px) {
	.has-header-cta .topbar {
		position: sticky;
		top: 0;
		z-index: 60;
		background: transparent;
		isolation: isolate;
		padding-top: 0.7rem;
		padding-bottom: 0.7rem;
	}

	.has-header-cta .topbar::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: calc(50% - 50vw);
		width: 100vw;
		background: linear-gradient(to bottom, rgba(8, 8, 8, 0.48), rgba(8, 8, 8, 0.28));
		backdrop-filter: blur(10px) saturate(115%);
		-webkit-backdrop-filter: blur(10px) saturate(115%);
		border-bottom: 1px solid rgba(212, 175, 55, 0.18);
		z-index: -1;
	}

	.has-header-cta .header-cta {
		display: inline-flex;
		flex: 0 0 auto;
	}

	.has-header-cta .brand {
		flex: 0 0 auto;
	}
}

.mobile-sticky-cta {
	position: fixed;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	padding: 0.82rem 1rem;
	border-radius: 999px;
	font-weight: 700;
	text-align: center;
	color: #1b1507;
	background: linear-gradient(135deg, var(--accent), var(--accent-soft));
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35);
	z-index: 70;
	display: none;
	min-height: 44px;
}

@media (max-width: 900px) {
	.container {
		width: min(1120px, 94vw);
	}

	.topbar {
		padding-top: 1rem;
		padding-bottom: 0.8rem;
	}

	.nav-links {
		width: 100%;
		justify-content: flex-end;
		gap: 0.5rem;
		flex-wrap: wrap;
	}

	.nav-links a {
		padding: 0.45rem 0.65rem;
		border: 1px solid var(--border);
		border-radius: 999px;
		line-height: 1.2;
	}

	.content-grid {
		grid-template-columns: 1fr;
	}

	.hero {
		padding-top: 1.4rem;
		padding-bottom: 2rem;
	}

	h1 {
		font-size: clamp(1.75rem, 8vw, 2.35rem);
	}

	p {
		font-size: 1rem;
		line-height: 1.72;
	}

	.cta-group {
		width: 100%;
		gap: 0.65rem;
	}

	.btn {
		width: 100%;
		min-height: 44px;
	}

	.journal-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.shop-grid {
		grid-template-columns: 1fr;
	}

	.ugc-grid {
		grid-template-columns: 1fr;
	}

	.checkout-flow ol {
		flex-direction: column;
	}

	.header-cta {
		display: none;
	}

	.mobile-sticky-cta {
		display: block;
		bottom: calc(0.75rem + env(safe-area-inset-bottom));
	}

	body {
		padding-bottom: 5.8rem;
	}

	.breadcrumbs {
		padding-top: 0.35rem;
	}

	.breadcrumbs ol {
		font-size: 0.85rem;
	}

	.side-image {
		order: -1;
	}
}

@media (max-width: 900px) {
	.topbar {
		gap: 1rem;
		flex-wrap: wrap;
	}

	.hero {
		grid-template-columns: 1fr;
		padding-top: 1.8rem;
	}

	.hero-visual {
		height: 320px;
		order: -1;
	}

	.highlights {
		grid-template-columns: 1fr;
	}

	.footer {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
	}
}