/* El Tenor Rum Theme v1.1.36 | 2026-06-16-theme-screenshot-preview */
:root {
	--color-navy: #071326;
	--color-navy-soft: #101c33;
	--color-navy-panel: rgba(8, 19, 38, 0.88);
	--color-gold: #d7b56d;
	--color-gold-soft: #ead7a0;
	--color-orange: #d96805;
	--color-cream: #fff3d7;
	--color-white: #ffffff;
	--color-muted: #aab4c9;
	--font-heading: 'Cormorant Garamond', Georgia, serif;
	--font-body: 'Montserrat', Arial, sans-serif;
	--container: 1600px;
	--shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.has-age-gate,
html.has-age-gate body { overflow: hidden; }

body {
	margin: 0;
	background: var(--color-navy);
	color: var(--color-white);
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.screen-reader-text { position: absolute; left: -9999px; }

.button,
button.button,
.woocommerce a.button {
	align-items: center;
	border: 0;
	border-radius: 9px;
	cursor: pointer;
	display: inline-flex;
	font-family: var(--font-body);
	font-size: 0.85rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.02em;
	min-height: 44px;
	padding: 0.75rem 1.4rem;
	text-transform: uppercase;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(0, 0, 0, 0.25); }
.button--light { background: linear-gradient(135deg, #f3dfb2, #c8a159); color: var(--color-navy); }
.button--gold { background: var(--color-gold); color: var(--color-navy); width: 100%; }
.button--orange { background: linear-gradient(90deg, #c65a00, #f08a05); color: var(--color-white); width: 100%; }

.site-header {
	backdrop-filter: blur(18px);
	background: rgba(9, 18, 35, 0.78);
	border-top: 1px solid rgba(255, 255, 255, 0.85);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 50;
}
.site-header__inner {
	align-items: center;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	margin: 0 auto;
	max-width: var(--container);
	min-height: 86px;
	padding: 0 2rem;
}
.site-branding .custom-logo-link { display: inline-flex; max-width: min(48vw, 700px); }
.site-branding .custom-logo { height: auto; max-height: 82px; max-width: 100%; object-fit: contain; width: var(--el-tenor-logo-width, 260px); }
.site-branding__fallback { align-items: center; display: inline-flex; gap: 0.85rem; }
.site-branding__monogram,
.age-gate__crest,
.lifestyle__crest {
	align-items: center;
	border: 1px solid var(--color-gold);
	border-radius: 50%;
	color: var(--color-gold);
	display: inline-flex;
	font-family: var(--font-heading);
	font-size: 1.2rem;
	font-weight: 700;
	height: 52px;
	justify-content: center;
	width: 52px;
}
.site-branding__text { font-family: var(--font-heading); font-size: 1.75rem; font-weight: 700; }
.site-branding__text em { color: #d85a7a; font-style: normal; }
.primary-navigation__menu,
.site-footer__menu { display: flex; gap: 2rem; list-style: none; margin: 0; padding: 0; }
.primary-navigation__menu a { font-size: 0.85rem; font-weight: 600; }
.primary-navigation__menu a:hover { color: var(--color-gold); }

.section { margin: 0; max-width: none; position: relative; width: 100%; }
.section__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--container);
	width: 100%;
}
.eyebrow {
	color: var(--color-gold);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.42em;
	margin: 0 0 0.65rem;
	text-transform: uppercase;
}
h1, h2, h3 { font-family: var(--font-heading); font-weight: 600; line-height: 0.95; margin: 0; }
h1 { font-size: clamp(3.2rem, 7vw, 6.4rem); }
h2 { color: var(--color-cream); font-size: clamp(2.4rem, 4vw, 4.25rem); }
h3 { color: var(--color-cream); font-size: 1.45rem; }

.age-gate {
	align-items: center;
	background:
		linear-gradient(rgba(4, 10, 22, 0.88), rgba(4, 10, 22, 0.94)),
		var(--el-tenor-age-bg, radial-gradient(circle at 70% 25%, rgba(215, 181, 109, 0.22), transparent 32%)),
		var(--color-navy);
	background-position: center;
	background-size: cover;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 1.5rem;
	position: fixed;
	z-index: 9999;
}
.age-gate.is-hidden { display: none; }
.age-gate__panel {
	background: linear-gradient(160deg, rgba(16, 28, 51, 0.98), rgba(5, 15, 31, 0.98));
	border: 1px solid rgba(215, 181, 109, 0.4);
	box-shadow: var(--shadow);
	max-width: 560px;
	padding: clamp(2rem, 5vw, 4rem);
	text-align: center;
}
.age-gate__crest { height: 78px; margin-bottom: 1.25rem; width: 78px; }
.age-gate__panel h1 { color: var(--color-cream); font-size: clamp(2.4rem, 7vw, 4.5rem); }
.age-gate__panel p { color: var(--color-muted); }
.age-gate__form { display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); margin-top: 1.5rem; }
.age-gate__form label { color: var(--color-gold); font-size: 0.75rem; font-weight: 700; text-align: left; text-transform: uppercase; }
.age-gate__form input {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(215, 181, 109, 0.35);
	border-radius: 8px;
	color: var(--color-white);
	font: 600 1rem var(--font-body);
	margin-top: 0.3rem;
	padding: 0.9rem;
	width: 100%;
}
.age-gate__form button { grid-column: 1 / -1; }
.age-gate__message { color: var(--color-gold-soft) !important; font-weight: 700; min-height: 1.5rem; }

.hero { display: grid; grid-template-columns: minmax(320px, 0.85fr) minmax(420px, 1.5fr); min-height: 760px; padding-top: 86px; }
.hero__copy {
	background: var(--color-navy-soft);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(2rem, 8vw, 8rem) clamp(2rem, 6vw, 7rem);
}
.hero__kicker { color: rgba(215, 181, 109, 0.62); font-style: italic; margin-bottom: 2rem; }
.hero__kicker::before { content: ''; background: currentColor; display: inline-block; height: 1px; margin-right: 0.5rem; vertical-align: middle; width: 2rem; }
.hero h1 { color: var(--color-white); max-width: 440px; }
.hero h1::first-letter { color: var(--color-gold); }
.hero .button { align-self: flex-start; margin: 2.4rem 0; }
.hero__discover { color: var(--color-gold); display: inline-flex; flex-direction: column; font-size: 0.9rem; width: max-content; }
.hero__image {
	/* Replace this placeholder stack with the hero bottle/bar image from the final brand shoot. */
	background:
		linear-gradient(90deg, rgba(5, 13, 27, 0.18), rgba(5, 13, 27, 0.08)),
		var(--el-tenor-hero-bg, radial-gradient(circle at 55% 52%, rgba(202, 82, 14, 0.95) 0 9%, rgba(255, 233, 179, 0.92) 10% 17%, rgba(114, 45, 20, 0.88) 18% 25%, transparent 26%)),
		linear-gradient(135deg, #3c2318, #d28b29 35%, #0b172b 36%, #071326 55%, #c8903c 56%, #201510);
	background-size: cover;
	min-height: 600px;
}

.story {
	/* Replace the gradient with a Malta coastline background image. */
	background: linear-gradient(rgba(7, 19, 38, 0.78), rgba(7, 19, 38, 0.9)), var(--el-tenor-story-bg, linear-gradient(120deg, #06345c, #0a1730 45%, #74654e));
	background-position: center;
	background-size: cover;
	padding: clamp(4rem, 8vw, 8rem) 2rem;
	text-align: center;
}
.section__intro { margin: 0 auto 2rem; max-width: 760px; text-align: center; }
.section__intro p { color: var(--color-muted); }
.story__cards { display: grid; gap: 2rem; grid-template-columns: repeat(3, 1fr); margin: 2rem auto; max-width: 760px; }
.feature-card {
	background: rgba(15, 27, 49, 0.6);
	border: 1px solid rgba(215, 181, 109, 0.22);
	border-radius: 8px;
	padding: 2rem;
	text-align: left;
}
.feature-card span {
	align-items: center;
	background: rgba(202, 96, 0, 0.25);
	border-radius: 50%;
	color: var(--color-gold);
	display: inline-flex;
	height: 46px;
	justify-content: center;
	margin-bottom: 1.2rem;
	width: 46px;
}
.feature-card p { color: var(--color-muted); font-size: 0.88rem; }
.story blockquote { color: var(--color-gold-soft); font: italic 1.55rem var(--font-heading); margin: 3rem auto 0; max-width: 760px; }

.spirit {
	/* Replace with sea/cliff background image. */
	align-items: center;
	background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), var(--el-tenor-spirit-bg, linear-gradient(155deg, #bdc6cf, #123453 45%, #071326));
	background-position: center;
	background-size: cover;
	display: grid;
	grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1.2fr);
	gap: 4rem;
	min-height: 720px;
	padding: clamp(4rem, 8vw, 8rem) clamp(2rem, 8vw, 8rem);
}
.spirit__bottle {
	background: var(--el-tenor-spirit-bottle, radial-gradient(circle at 50% 18%, #3b2318 0 7%, transparent 8%)), linear-gradient(#f7eee6 0 32%, #a33d16 33% 100%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 4px solid rgba(255,255,255,0.8);
	border-radius: 38% 38% 18% 18% / 18% 18% 10% 10%;
	box-shadow: 0 40px 80px rgba(0,0,0,0.35);
	height: 430px;
	justify-self: center;
	max-width: 310px;
	width: 70%;
}
.glass-panel,
.spirit__panel {
	background: var(--color-navy-panel);
	box-shadow: var(--shadow);
	padding: clamp(2rem, 4vw, 4rem);
}
.spirit__panel p, .spirit__panel dd { color: var(--color-muted); }
.tasting-notes { margin: 2rem 0 0; }
.tasting-notes dt { color: var(--color-gold); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.2em; margin-top: 1rem; text-transform: uppercase; }
.tasting-notes dd { margin: 0.15rem 0 0; }
.spirit__meta { bottom: 5rem; color: var(--color-gold); display: flex; font-size: 1.35rem; gap: 12vw; left: 14vw; position: absolute; }
.spirit__shop { bottom: 5rem; position: absolute; right: 8vw; }

.blend { background: #f7f7f7; padding: 1rem; }
.blend__inner {
	/* Replace this with carob, chocolate and botanicals background image. */
	background: linear-gradient(rgba(7, 19, 38, 0.72), rgba(7, 19, 38, 0.72)), var(--el-tenor-blend-bg, radial-gradient(circle at 30% 35%, #6d4b32, transparent 28%)), linear-gradient(135deg, #28313b, #0d1421);
	background-position: center;
	background-size: cover;
	border: 1px solid var(--color-white);
	padding: clamp(4rem, 8vw, 8rem) 2rem 4rem;
	text-align: center;
}
.blend h2 { background: var(--color-navy); border-radius: 8px; display: inline-block; padding: 0.35rem 1rem; text-transform: uppercase; }
.blend p { font-size: clamp(1rem, 2vw, 1.35rem); margin: 4rem auto 3rem; max-width: 980px; }
.blend__icons { display: flex; gap: clamp(1rem, 5vw, 5rem); justify-content: center; }
.blend__icons span { align-items: center; background: var(--color-navy); border-radius: 50%; display: flex; font-size: 2rem; height: 110px; justify-content: center; width: 110px; }
.blend__icons span:nth-child(even) { background: var(--color-gold-soft); color: var(--color-navy); }

.lifestyle {
	/* Replace left background and photo blocks with lifestyle/gallery assets. */
	background: linear-gradient(rgba(7, 19, 38, 0.84), rgba(7, 19, 38, 0.84)), var(--el-tenor-lifestyle-bg, linear-gradient(130deg, #06345c, #4b3420));
	background-position: center;
	background-size: cover;
	padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 3vw, 2rem);
}
.lifestyle__inner {
	display: grid;
	gap: 1.2rem;
	grid-template-columns: minmax(320px, 1fr) minmax(220px, 0.58fr) minmax(220px, 0.58fr);
	min-height: 620px;
}
.lifestyle__copy { align-self: center; max-width: 430px; }
.lifestyle__crest { height: 92px; margin-bottom: 4rem; width: 92px; }
.lifestyle h2 { color: var(--color-gold-soft); font-size: clamp(2rem, 3vw, 3rem); line-height: 1.05; margin-bottom: 3rem; }
.lifestyle p { font-size: 1.05rem; }
.lifestyle__photo { height: 100%; min-height: 620px; }
.lifestyle__photo--one { background: var(--el-tenor-lifestyle-one, linear-gradient(160deg, #1a3158, #d4a15b 42%, #2a160d 43%, #f1d0a0)); }
.lifestyle__photo--two { background: var(--el-tenor-lifestyle-two, linear-gradient(170deg, #e4bd72, #132241 45%, #7b3314 70%, #0b1020)); }
.lifestyle__photo--one,
.lifestyle__photo--two { background-position: center; background-size: cover; }

.shop { background: linear-gradient(rgba(16, 27, 49, 0.94), rgba(16, 27, 49, 0.94)), var(--el-tenor-shop-bg, #101b31); background-position: center; background-size: cover; padding: clamp(4rem, 8vw, 8rem) 2rem 2rem; }
.purchase-card {
	background: linear-gradient(180deg, rgba(15, 24, 43, 0.95), rgba(4, 18, 31, 0.95));
	border: 1px solid rgba(215, 181, 109, 0.24);
	border-radius: 10px;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 0.8fr 0.8fr 1fr;
	margin: 3rem auto 0;
	max-width: 820px;
	padding: clamp(2rem, 5vw, 4rem);
}
.purchase-card__media { background: rgba(214, 102, 0, 0.12); border-radius: 8px; padding: 1rem; }
.purchase-card__image { border-radius: 8px; display: block; width: 100%; }
.purchase-card__details { align-self: end; }
.purchase-card__details p, .purchase-card__note { color: var(--color-muted); font-size: 0.82rem; }
.purchase-card__price, .purchase-card__total { color: var(--color-gold); font-size: 2rem; }
.purchase-card__form { align-self: center; }
.quantity-wrap { margin-bottom: 1.5rem; }
.quantity-wrap label { color: var(--color-gold); display: block; font-size: 0.75rem; font-weight: 700; margin-bottom: 0.5rem; }
.quantity .qty {
	background: transparent;
	border: 1px solid rgba(215, 181, 109, 0.45);
	border-radius: 6px;
	color: var(--color-white);
	font-size: 1.3rem;
	padding: 0.6rem;
	text-align: center;
	width: 92px;
}
.purchase-card__total { border-top: 1px solid rgba(215, 181, 109, 0.28); margin: 1rem 0 1.5rem; padding-top: 1rem; text-align: right; }
.product-missing { margin: 2rem auto 0; max-width: 720px; text-align: center; }

.site-footer { background: linear-gradient(rgba(7, 19, 38, 0.96), rgba(7, 19, 38, 0.96)), var(--el-tenor-footer-bg, #071326); background-position: center; background-size: cover; margin: 0; max-width: none; padding: 5rem 2rem 2rem; width: 100%; }
.site-footer__inner { display: grid; gap: 3rem; grid-template-columns: 1fr 1fr 1fr; margin: 0 auto; max-width: var(--container); }
.site-footer__brand, .site-footer__connect { background: rgba(255,255,255,0.035); padding: 2rem; }
.site-footer h2 { color: var(--color-gold); font-family: var(--font-body); font-size: 0.9rem; letter-spacing: 0.35em; text-transform: uppercase; }
.site-footer__menu { flex-direction: column; gap: 0.4rem; }
.site-footer__socials { display: flex; gap: 0.7rem; margin-bottom: 0.8rem; }
.site-footer__socials a { align-items: center; background: var(--color-gold); border-radius: 50%; color: var(--color-navy); display: flex; height: 28px; justify-content: center; width: 28px; }
.site-footer__pledge { border-bottom: 1px solid rgba(215, 181, 109, 0.25); color: var(--color-gold); font-size: 0.8rem; margin: 4rem auto 1.5rem; max-width: var(--container); padding-bottom: 1rem; text-align: center; }
.site-footer__bottom { color: rgba(215, 181, 109, 0.65); display: flex; font-size: 0.75rem; justify-content: space-between; margin: 0 auto; max-width: var(--container); }
.site-footer__mini-logo { font-family: var(--font-heading); font-size: 1.2rem; }

@media (max-width: 980px) {
	.site-header__inner { flex-wrap: wrap; gap: 1rem; padding: 1rem; }
	.primary-navigation { order: 3; width: 100%; }
	.primary-navigation__menu { justify-content: center; }
	.hero, .spirit, .purchase-card, .site-footer__inner { grid-template-columns: 1fr; }
	.hero { padding-top: 132px; }
	.hero__copy { min-height: 520px; }
	.spirit__meta, .spirit__shop { bottom: auto; left: auto; position: static; right: auto; }
	.spirit__meta { justify-content: center; }
	.lifestyle__photo { min-height: 420px; }
}

@media (max-width: 640px) {
	.site-header__shop { display: none; }
	.primary-navigation__menu { gap: 1rem; }
	.age-gate__form, .story__cards { grid-template-columns: 1fr; }
	.hero { grid-template-columns: 1fr; }
	.hero__image { min-height: 380px; }
	.blend__icons { flex-wrap: wrap; }
	.blend__icons span { height: 82px; width: 82px; }
	.purchase-card { padding: 1.25rem; }
	.site-footer__bottom { align-items: center; flex-direction: column; text-align: center; }
}

.fallback-content {
	background: radial-gradient(circle at top, rgba(215, 181, 109, 0.12), transparent 34%), var(--color-navy);
	min-height: 70vh;
	padding: 150px 2rem 5rem;
}
.fallback-content__inner {
	margin: 0 auto;
	max-width: 900px;
}
.fallback-content__article + .fallback-content__article {
	margin-top: 2rem;
}
.fallback-content__header {
	margin-bottom: 1.5rem;
}
.fallback-content__body,
.fallback-content__body p {
	color: var(--color-muted);
}
.fallback-content__body a,
.fallback-content__pagination a {
	color: var(--color-gold);
}
.fallback-content__pagination {
	margin-top: 2rem;
	text-align: center;
}

/* Admin-only front-end edit shortcuts. These let store admins jump directly from the page to the right Customizer control. */
.el-tenor-edit-shortcut {
	background: #f0c86a;
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
	color: #071326;
	display: inline-flex;
	font: 700 0.72rem var(--font-body);
	letter-spacing: 0.08em;
	margin: 0 0 1rem;
	padding: 0.45rem 0.8rem;
	position: relative;
	text-transform: uppercase;
	z-index: 5;
}
.el-tenor-edit-shortcut:hover {
	background: #fff1bc;
	transform: translateY(-1px);
}

/* Keep the story section image visible: no extra navy content square behind the heading/text. */
.story .section__intro {
	background: transparent !important;
	box-shadow: none !important;
	padding: 0;
}
.story__cards {
	max-width: min(980px, 100%);
}
.story .feature-card {
	background: rgba(10, 20, 38, 0.36);
}

/* Revised age gate: editable crest/logo, soft card, and reference-style date entry. */
.age-gate {
	background:
		linear-gradient(rgba(3, 12, 25, 0.38), rgba(3, 12, 25, 0.58)),
		var(--el-tenor-age-bg, radial-gradient(circle at 50% 20%, #1c3852, #071326));
	background-position: center;
	background-size: cover;
}
.age-gate__shell {
	align-items: center;
	display: flex;
	flex-direction: column;
	max-width: 560px;
	width: min(92vw, 560px);
}
.lifestyle__logo-img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}
.age-gate__panel {
	background: rgba(246, 247, 239, 0.84);
	border: 1px solid rgba(255, 255, 255, 0.54);
	border-radius: 28px;
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
	color: #071326;
	padding: clamp(1.75rem, 5vw, 3.2rem);
	width: 100%;
}
.age-gate__brand-logo {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 auto 1rem;
	min-height: 92px;
}
.age-gate__brand-logo-img {
	max-height: 140px;
	max-width: min(var(--el-tenor-age-card-logo-width, 260px), 86%);
	object-fit: contain;
	width: var(--el-tenor-age-card-logo-width, 260px);
}
.age-gate__brand-text {
	color: #071326;
	font-family: var(--font-heading);
	font-size: clamp(2.6rem, 9vw, 4.6rem);
	font-weight: 700;
	line-height: 0.9;
	text-align: center;
	text-transform: uppercase;
}
.age-gate__brand-text span {
	color: #c13f5a;
	display: block;
	font-family: var(--font-body);
	font-size: 1rem;
	letter-spacing: 0.18em;
	margin-top: 0.4rem;
}
.age-gate__panel h1 {
	color: #071326;
	font-size: clamp(1.4rem, 4vw, 2rem);
	line-height: 1.1;
	margin-bottom: 0.4rem;
}
.age-gate__panel p {
	color: rgba(7, 19, 38, 0.72);
}
.age-gate__form {
	gap: 0.35rem;
	grid-template-columns: repeat(3, 1fr);
	margin: 1.1rem auto 0;
	max-width: 330px;
}
.age-gate__form label span {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
.age-gate__form input {
	background: rgba(255, 255, 255, 0.24);
	border: 2px solid rgba(215, 181, 109, 0.54);
	border-radius: 0;
	color: #071326;
	font-size: 1rem;
	min-height: 58px;
	text-align: center;
}
.age-gate__form input::placeholder {
	color: rgba(7, 19, 38, 0.46);
}
.age-gate__form button {
	background: #06224a;
	border-radius: 0;
	color: #fff7dd;
	font-family: var(--font-heading);
	font-size: 1.35rem;
	letter-spacing: 0.14em;
	margin-top: 0.7rem;
}
.age-gate__terms {
	font-size: 0.78rem;
	line-height: 1.25;
	margin: 0.85rem auto 0;
	max-width: 320px;
}
.age-gate__message {
	color: #7d1e1e !important;
	font-size: 0.9rem;
}

/* Configurable card and blend icons. */
.feature-card > span,
.blend__icons span {
	overflow: hidden;
}
.el-tenor-custom-icon__image {
	height: 72%;
	object-fit: contain;
	width: 72%;
}
.blend__icons .el-tenor-custom-icon__image {
	height: 76%;
	width: 76%;
}

/* Spirit/product visual direction: keep the coastline as one complete background instead of a heavy navy box. */
.spirit__panel {
	background: transparent;
	box-shadow: none;
	padding: clamp(1rem, 3vw, 2rem);
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}
.spirit__panel::before {
	background: rgba(7, 19, 38, 0.26);
	content: '';
	inset: 0;
	position: absolute;
	z-index: -1;
}
.spirit__bottle {
	border-color: rgba(255, 255, 255, 0.86);
	border-radius: 30px;
	min-height: 440px;
}

/* More premium, tighter shop card. */
.purchase-card {
	align-items: center;
	background: linear-gradient(135deg, rgba(7, 19, 38, 0.94), rgba(7, 31, 47, 0.9));
	border-color: rgba(215, 181, 109, 0.38);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
	grid-template-columns: 0.9fr 1fr 1fr;
	max-width: 980px;
	padding: clamp(1.5rem, 4vw, 3rem);
}
.purchase-card__media {
	background: linear-gradient(180deg, rgba(255, 238, 197, 0.12), rgba(198, 90, 0, 0.18));
	border: 1px solid rgba(215, 181, 109, 0.22);
}
.purchase-card__details h3 {
	font-size: clamp(1.8rem, 3vw, 2.6rem);
}
.purchase-card__price,
.purchase-card__total {
	font-family: var(--font-heading);
	font-size: clamp(2rem, 3vw, 2.7rem);
}

/* Shorter footer for the one-page landing. */
.site-footer {
	padding: 2.6rem 2rem 1.25rem;
}
.site-footer__inner {
	gap: 1.4rem;
}
.site-footer__brand,
.site-footer__connect {
	padding: 1.25rem;
}
.site-footer__pledge {
	margin: 1.5rem auto 0.85rem;
}
.spirit__panel {
	position: relative;
	z-index: 1;
}

/* Final visual tuning: every background uses Customizer overlay variables. */
.age-gate {
	background: linear-gradient(var(--el-tenor-age-overlay, rgba(7, 19, 38, 0.45)), var(--el-tenor-age-overlay, rgba(7, 19, 38, 0.45))), var(--el-tenor-age-bg, radial-gradient(circle at 50% 20%, #1c3852, #071326));
	background-position: center;
	background-size: cover;
}
.hero__image {
	background: linear-gradient(var(--el-tenor-hero-overlay, rgba(7, 19, 38, 0.2)), var(--el-tenor-hero-overlay, rgba(7, 19, 38, 0.2))), var(--el-tenor-hero-bg, radial-gradient(circle at 55% 52%, rgba(202, 82, 14, 0.95) 0 9%, rgba(255, 233, 179, 0.92) 10% 17%, rgba(114, 45, 20, 0.88) 18% 25%, transparent 26%)), linear-gradient(135deg, #3c2318, #d28b29 35%, #0b172b 36%, #071326 55%, #c8903c 56%, #201510);
	background-position: center;
	background-size: cover;
}
.story {
	background: linear-gradient(var(--el-tenor-story-overlay, rgba(7, 19, 38, 0.55)), var(--el-tenor-story-overlay, rgba(7, 19, 38, 0.55))), var(--el-tenor-story-bg, linear-gradient(120deg, #06345c, #0a1730 45%, #74654e));
	background-position: center;
	background-size: cover;
}
.spirit {
	background: linear-gradient(var(--el-tenor-spirit-overlay, rgba(255, 255, 255, 0.42)), var(--el-tenor-spirit-overlay, rgba(255, 255, 255, 0.42))), var(--el-tenor-spirit-bg, linear-gradient(155deg, #bdc6cf, #123453 45%, #071326));
	background-position: center;
	background-size: cover;
}
.blend {
	background: var(--color-navy);
	padding: 0;
}
.blend__inner {
	background: linear-gradient(var(--el-tenor-blend-overlay, rgba(7, 19, 38, 0.7)), var(--el-tenor-blend-overlay, rgba(7, 19, 38, 0.7))), var(--el-tenor-blend-bg, radial-gradient(circle at 30% 35%, #6d4b32, transparent 28%)), linear-gradient(135deg, #28313b, #0d1421);
	background-position: center;
	background-size: cover;
	border: 0;
	min-height: 620px;
}
.lifestyle {
	background: linear-gradient(var(--el-tenor-lifestyle-overlay, rgba(7, 19, 38, 0.7)), var(--el-tenor-lifestyle-overlay, rgba(7, 19, 38, 0.7))), var(--el-tenor-lifestyle-bg, linear-gradient(130deg, #06345c, #4b3420));
	background-position: center;
	background-size: cover;
}
.shop {
	background: linear-gradient(var(--el-tenor-shop-overlay, rgba(16, 27, 49, 0.82)), var(--el-tenor-shop-overlay, rgba(16, 27, 49, 0.82))), var(--el-tenor-shop-bg, #101b31);
	background-position: center;
	background-size: cover;
}
.site-footer {
	background: linear-gradient(var(--el-tenor-footer-overlay, rgba(7, 19, 38, 0.9)), var(--el-tenor-footer-overlay, rgba(7, 19, 38, 0.9))), var(--el-tenor-footer-bg, #071326);
	background-position: center;
	background-size: cover;
}

/* Spirit bottle: when an uploaded PNG is set, show only the PNG with no card/background. */
.spirit__bottle--image {
	background: transparent !important;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: flex;
	justify-content: center;
	max-width: 420px;
	min-height: 0;
	width: 100%;
}
.spirit__bottle-img {
	display: block;
	height: auto;
	max-height: 560px;
	object-fit: contain;
	width: min(100%, 390px);
}
.spirit__panel,
.spirit__panel::before {
	background: transparent !important;
	box-shadow: none !important;
}
.spirit__panel::before {
	display: none;
}

/* Product purchase card: clearer title/description and no image background behind a transparent bottle PNG. */
.purchase-card {
	background: rgba(7, 19, 38, 0.58);
	grid-template-columns: 0.9fr 1fr 0.95fr;
}
.purchase-card__media {
	background: transparent;
	border: 0;
	padding: 0;
}
.purchase-card__image {
	object-fit: contain;
}
.purchase-card__details {
	align-self: center;
}
.purchase-card__details h3 {
	margin-bottom: 0.75rem;
}
.purchase-card__description,
.purchase-card__description p {
	color: var(--color-muted);
	font-size: 0.95rem;
	margin: 0 0 1rem;
}

/* Footer logo size is separate from the header logo. */
.site-footer .custom-logo-link {
	max-width: var(--el-tenor-footer-logo-width, 150px);
}
.site-footer .custom-logo {
	max-height: none;
	width: var(--el-tenor-footer-logo-width, 150px) !important;
}
.site-footer__brand .site-branding__fallback {
	transform: scale(0.78);
	transform-origin: left center;
}

/* Latest spirit/blend/mobile refinement. */
.spirit--no-bottle {
	grid-template-columns: 1fr;
}
.spirit--no-bottle .spirit__panel {
	margin-left: auto;
	max-width: 780px;
}
.spirit__bottle--image {
	align-items: center;
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
	min-height: 0 !important;
}
.spirit__bottle-img {
	max-height: 72vh;
	width: min(100%, var(--el-tenor-spirit-bottle-width, 390px));
}
.spirit__panel {
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
	max-width: 820px;
}
.spirit__panel.glass-panel {
	background: none !important;
}
.spirit__panel::before {
	content: none !important;
}
.blend,
.blend.section {
	background: var(--color-navy) !important;
	border: 0 !important;
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}
.blend__inner {
	border: 0 !important;
	margin: 0 !important;
	width: 100% !important;
}

@media (max-width: 1100px) {
	.site-header__inner {
		padding: 0.85rem 1rem;
	}
	.hero,
	.spirit,
	.purchase-card {
		grid-template-columns: 1fr;
	}
	.spirit {
		gap: 2rem;
		padding: 5rem 1.5rem;
		text-align: left;
	}
	.spirit__bottle--image {
		justify-self: center;
	}
	.spirit__panel,
	.spirit--no-bottle .spirit__panel {
		margin: 0 auto;
		max-width: 780px;
	}
	.purchase-card {
		max-width: 720px;
	}
}

@media (max-width: 760px) {
	body {
		font-size: 15px;
	}
	.site-header {
		position: sticky;
	}
	.site-header__inner {
		min-height: auto;
	}
	.site-branding .custom-logo-link {
		max-width: 68vw;
	}
	.primary-navigation__menu {
		flex-wrap: wrap;
		gap: 0.75rem 1rem;
	}
	.hero {
		min-height: auto;
		padding-top: 0;
	}
	.hero__copy {
		min-height: 470px;
		padding: 4rem 1.5rem 3rem;
	}
	.hero__image {
		min-height: 360px;
	}
	.story,
	.spirit,
	.shop {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.story__cards {
		grid-template-columns: 1fr;
	}
	.spirit {
		min-height: auto;
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.spirit__bottle-img {
		max-height: 420px;
		width: min(100%, var(--el-tenor-spirit-bottle-width, 320px));
	}
	.spirit__meta {
		font-size: 1rem;
		gap: 2rem;
		justify-content: center;
	}
	.spirit__shop {
		justify-self: center;
		margin-top: 1rem;
	}
	.blend__inner {
		min-height: auto;
		padding: 4rem 1rem;
	}
	.blend h2 {
		font-size: clamp(2.3rem, 12vw, 4rem);
	}
	.blend p {
		margin: 2rem auto;
	}
	.blend__icons {
		gap: 1rem;
	}
	.blend__icons span {
		height: 78px;
		width: 78px;
	}
	.lifestyle {
		padding: 4rem 1rem;
	}
	.lifestyle__inner {
		grid-template-columns: 1fr;
	}
	.lifestyle__photo {
		min-height: 320px;
	}
	.purchase-card {
		gap: 1.5rem;
		padding: 1.25rem;
		text-align: center;
	}
	.purchase-card__media {
		margin: 0 auto;
		max-width: 260px;
	}
	.purchase-card__total {
		text-align: center;
	}
	.site-footer {
		padding: 2rem 1rem 1rem;
	}
	.site-footer__inner {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.site-footer__brand .site-branding__fallback {
		justify-content: center;
		transform-origin: center;
	}
	.site-footer__socials {
		justify-content: center;
	}
}

@media (max-width: 420px) {
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 2.35rem;
	}
	.age-gate__panel {
		padding: 1.25rem;
	}
	.age-gate__form {
		max-width: 100%;
	}
	.age-gate__form input {
		font-size: 0.9rem;
		padding-left: 0.35rem;
		padding-right: 0.35rem;
	}
}

/* Hard overrides requested: no local boxes behind bottle/text, only whole-section overlays. */
.spirit .spirit__panel,
.spirit .spirit__panel.glass-panel,
.spirit .glass-panel {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	backdrop-filter: none !important;
	border: 0 !important;
	box-shadow: none !important;
	outline: 0 !important;
}
.spirit .spirit__panel::before,
.spirit .spirit__panel::after,
.spirit .glass-panel::before,
.spirit .glass-panel::after {
	content: none !important;
	display: none !important;
}
.spirit--has-bottle {
	align-items: center;
	grid-template-columns: minmax(240px, 0.72fr) minmax(420px, 1.28fr);
}
.spirit--has-bottle .spirit__panel {
	justify-self: start;
}
.spirit--has-bottle .spirit__bottle--image {
	justify-self: center;
	padding: 0;
}
.spirit__bottle--image,
.spirit__bottle--image * {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
}
.spirit__bottle-img {
	filter: drop-shadow(0 26px 30px rgba(0, 0, 0, 0.24));
}
.spirit--no-bottle .spirit__meta {
	display: none;
}

/* Header closer to PDF: premium navy bar, clean logo area, centered nav, gold shop button. */
.site-header {
	background: rgba(13, 23, 43, 0.96) !important;
	border-top: 1px solid rgba(255, 255, 255, 0.76);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}
.site-header__inner {
	max-width: none;
	min-height: 78px;
	padding: 0 4vw;
}
.site-branding {
	align-items: center;
	display: flex;
	min-width: 250px;
}
.site-branding .custom-logo {
	max-height: 58px;
}
.primary-navigation {
	flex: 1;
}
.primary-navigation__menu {
	justify-content: center;
}
.site-header__shop {
	min-width: 98px;
}

/* Tasting blend must be edge-to-edge like the rest of the page: no white frame from any earlier rule. */
html body .blend,
html body .blend.section,
html body main .blend {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	margin: 0 !important;
	outline: 0 !important;
	padding: 0 !important;
	width: 100vw !important;
}
html body .blend__inner {
	border: 0 !important;
	box-shadow: none !important;
	margin: 0 !important;
	max-width: none !important;
	outline: 0 !important;
	width: 100% !important;
}

@media (max-width: 900px) {
	.site-header__inner {
		align-items: center;
		gap: 0.8rem;
		justify-content: center;
		padding: 0.75rem 1rem;
	}
	.site-branding {
		justify-content: center;
		min-width: 0;
		width: 100%;
	}
	.site-branding .custom-logo-link {
		max-width: 78vw;
	}
	.site-branding .custom-logo {
		max-height: 54px;
	}
	.primary-navigation {
		flex: 0 0 100%;
		order: 3;
		overflow-x: auto;
		padding-bottom: 0.15rem;
		width: 100%;
	}
	.primary-navigation__menu {
		flex-wrap: nowrap;
		gap: 1.1rem;
		justify-content: center;
		white-space: nowrap;
	}
	.primary-navigation__menu a {
		font-size: 0.78rem;
	}
	.site-header__shop {
		position: absolute;
		right: 1rem;
		top: 0.9rem;
		min-height: 38px;
		min-width: 72px;
		padding: 0.55rem 0.8rem;
	}
	.hero {
		padding-top: 0;
	}
	.spirit--has-bottle,
	.spirit--no-bottle {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.spirit--has-bottle .spirit__panel,
	.spirit--no-bottle .spirit__panel {
		justify-self: center;
		margin: 0 auto;
	}
	.spirit__panel .eyebrow,
	.tasting-notes dt {
		text-align: center;
	}
}

@media (max-width: 520px) {
	.site-header__inner {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
	.site-header__shop {
		display: none;
	}
	.site-branding .custom-logo,
	.site-branding__text {
		max-height: 48px;
		font-size: 1.45rem;
	}
	.primary-navigation__menu {
		justify-content: flex-start;
		padding: 0 0.25rem 0.25rem;
	}
	.spirit__panel h2 {
		font-size: clamp(2.3rem, 12vw, 3.4rem);
	}
	.spirit__panel p,
	.tasting-notes dd {
		font-size: 0.95rem;
	}
	.spirit__bottle-img {
		width: min(92vw, var(--el-tenor-spirit-bottle-width, 300px));
	}
}

/* v1.0.4 shop/footer/header polish. */
.purchase-card {
	grid-template-columns: minmax(220px, 0.9fr) minmax(260px, 1.05fr) minmax(250px, 0.9fr);
	gap: clamp(1.75rem, 4vw, 3.5rem);
}
.purchase-card__details .purchase-card__price {
	display: none !important;
}
.purchase-card__details h3 {
	font-size: clamp(2rem, 3.2vw, 3rem);
	line-height: 1;
}
.purchase-card__description,
.purchase-card__details > p {
	font-size: 1.02rem;
	line-height: 1.65;
}
.purchase-card__form {
	background: rgba(7, 19, 38, 0.22);
	border-left: 1px solid rgba(215, 181, 109, 0.24);
	padding-left: clamp(1.5rem, 3vw, 3rem);
}
.purchase-card__total {
	font-size: clamp(2.3rem, 4vw, 3.2rem);
	margin-top: 1.4rem;
}
.purchase-card .button--orange {
	border-radius: 10px;
	min-height: 56px;
}

/* Footer should not have boxed backgrounds behind logo or connect. */
.site-footer__brand,
.site-footer__connect {
	background: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
}
.site-footer__contact-form {
	border-top: 1px solid rgba(215, 181, 109, 0.22);
	margin: 2rem auto 0;
	max-width: var(--container);
	padding-top: 1.5rem;
}
.site-footer__contact-form h2 {
	color: var(--color-gold);
	font-family: var(--font-body);
	font-size: 0.9rem;
	letter-spacing: 0.35em;
	margin: 0 0 1rem;
	text-transform: uppercase;
}
.site-footer__form-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr 1fr 1.4fr;
}
.site-footer__contact-form label span {
	color: var(--color-gold);
	display: block;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 0.35rem;
	text-transform: uppercase;
}
.site-footer__contact-form input,
.site-footer__contact-form textarea {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(215, 181, 109, 0.28);
	border-radius: 8px;
	color: var(--color-white);
	font: 500 0.95rem var(--font-body);
	padding: 0.8rem 0.9rem;
	width: 100%;
}
.site-footer__contact-form textarea {
	resize: vertical;
}
.site-footer__contact-form button {
	margin-top: 1rem;
}
.site-footer__form-message {
	color: var(--color-gold-soft);
	font-weight: 700;
}
.site-footer__form-message--error {
	color: #ffb4a8;
}

/* Header closer to provided reference: compact logo bar, centered mobile menu. */
.site-header__inner {
	min-height: 92px;
}
.site-branding__fallback {
	gap: 1rem;
}
.site-branding__monogram {
	height: 62px;
	width: 62px;
}
.site-branding__text {
	font-size: clamp(1.8rem, 2.4vw, 2.45rem);
}
.primary-navigation__menu a {
	letter-spacing: 0.02em;
}

@media (max-width: 900px) {
	.primary-navigation__menu,
	.primary-navigation .primary-navigation__menu {
		justify-content: center !important;
		text-align: center;
	}
	.purchase-card__form {
		border-left: 0;
		border-top: 1px solid rgba(215, 181, 109, 0.24);
		padding-left: 0;
		padding-top: 1.5rem;
	}
	.site-footer__form-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.primary-navigation {
		overflow-x: visible;
	}
	.primary-navigation__menu,
	.primary-navigation .primary-navigation__menu {
		align-items: center;
		justify-content: center !important;
		white-space: normal;
	}
	.site-footer__contact-form {
		text-align: center;
	}
}

/* v1.0.5 popup contact, custom social logos, compact quantity and animated discover arrow. */
.hero__discover {
	align-items: center;
	color: var(--color-gold-soft);
	display: inline-flex;
	flex-direction: column;
	font-weight: 600;
	gap: 0.45rem;
	letter-spacing: 0.04em;
	margin-top: 2rem;
	text-decoration: none;
}
.hero__discover-text {
	font-size: 0.9rem;
}
.hero__discover-arrow {
	background: linear-gradient(180deg, rgba(215, 181, 109, 0), var(--color-gold), rgba(215, 181, 109, 0));
	display: block;
	height: 42px;
	position: relative;
	width: 1px;
	animation: elTenorDiscoverBounce 1.45s ease-in-out infinite;
}
.hero__discover-arrow::after {
	border-bottom: 1px solid var(--color-gold);
	border-right: 1px solid var(--color-gold);
	bottom: 0;
	content: '';
	height: 10px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) rotate(45deg);
	width: 10px;
}
@keyframes elTenorDiscoverBounce {
	0%, 100% { transform: translateY(-3px); opacity: 0.72; }
	50% { transform: translateY(8px); opacity: 1; }
}

.purchase-card__buy-row {
	align-items: flex-end;
	border-top: 1px solid rgba(215, 181, 109, 0.28);
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-top: 0.25rem;
	padding-top: 1rem;
}
.purchase-card__buy-row .quantity-wrap {
	margin: 0;
	min-width: 92px;
}
.purchase-card__buy-row .quantity-wrap label {
	font-size: 0.68rem;
	letter-spacing: 0.14em;
	margin-bottom: 0.3rem;
}
.purchase-card__buy-row .quantity .qty,
.purchase-card__buy-row input.qty {
	font-size: 1rem;
	font-weight: 700;
	min-height: 44px;
	padding: 0.45rem 0.35rem;
	text-align: center;
	width: 68px;
}
.purchase-card__buy-row .purchase-card__total {
	border-top: 0;
	font-size: clamp(1.9rem, 3vw, 2.65rem);
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: right;
}
.purchase-card__form .button--orange {
	margin-top: 1.15rem;
	width: 100%;
}

.site-footer__email {
	display: inline-block;
	margin-top: 0.65rem;
}
.site-footer__contact-toggle {
	background: transparent;
	border: 1px solid rgba(215, 181, 109, 0.55);
	border-radius: 999px;
	color: var(--color-gold-soft);
	cursor: pointer;
	display: inline-flex;
	font: 700 0.74rem var(--font-body);
	letter-spacing: 0.16em;
	margin-top: 0.9rem;
	padding: 0.7rem 1.15rem;
	text-transform: uppercase;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.site-footer__contact-toggle:hover,
.site-footer__contact-toggle:focus-visible {
	background: var(--color-gold);
	color: var(--color-ink);
	transform: translateY(-2px);
}
.site-footer__socials a {
	overflow: hidden;
}
.site-footer__social-icon {
	display: block;
	height: 22px;
	object-fit: contain;
	width: 22px;
}
body.el-tenor-contact-open {
	overflow: hidden;
}
.el-tenor-contact-modal {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity 0.22s ease;
	z-index: 10000;
}
.el-tenor-contact-modal.is-open {
	opacity: 1;
	pointer-events: auto;
}
.el-tenor-contact-modal__backdrop {
	background: rgba(3, 10, 21, 0.82);
	backdrop-filter: blur(10px);
	inset: 0;
	position: absolute;
}
.el-tenor-contact-modal__dialog {
	background: linear-gradient(150deg, rgba(7, 19, 38, 0.97), rgba(2, 15, 29, 0.97));
	border: 1px solid rgba(215, 181, 109, 0.42);
	border-radius: 22px;
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.55);
	color: var(--color-white);
	max-height: calc(100vh - 2rem);
	max-width: 620px;
	overflow-y: auto;
	padding: clamp(1.35rem, 4vw, 2.6rem);
	position: relative;
	width: min(calc(100vw - 2rem), 620px);
}
.el-tenor-contact-modal__dialog h2 {
	color: var(--color-cream);
	font: 700 clamp(2.2rem, 5vw, 3.4rem) / 0.95 var(--font-heading);
	margin: 0 2.5rem 0.55rem 0;
}
.el-tenor-contact-modal__dialog > p {
	color: var(--color-blue-soft);
	margin: 0 0 1.25rem;
}
.el-tenor-contact-modal__close {
	align-items: center;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(215, 181, 109, 0.35);
	border-radius: 50%;
	color: var(--color-gold-soft);
	cursor: pointer;
	display: inline-flex;
	font-size: 1.8rem;
	height: 42px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 1.1rem;
	top: 1.1rem;
	width: 42px;
}
.el-tenor-contact-modal__close:hover,
.el-tenor-contact-modal__close:focus-visible {
	background: var(--color-gold);
	color: var(--color-ink);
}
.el-tenor-contact-modal .site-footer__contact-form {
	border-top: 0;
	margin: 0;
	max-width: none;
	padding-top: 0;
}
.el-tenor-contact-modal .site-footer__form-grid {
	grid-template-columns: 1fr 1fr;
}
.el-tenor-contact-modal .site-footer__message-field {
	grid-column: 1 / -1;
}
.el-tenor-contact-modal .site-footer__contact-form button {
	margin-top: 1rem;
}

@media (max-width: 900px) {
	.purchase-card__buy-row {
		align-items: center;
		justify-content: center;
	}
	.purchase-card__buy-row .purchase-card__total {
		text-align: left;
	}
}

@media (max-width: 620px) {
	.hero__discover {
		margin-top: 1.35rem;
	}
	.hero__discover-arrow {
		height: 34px;
	}
	.purchase-card__buy-row {
		align-items: center;
		flex-wrap: wrap;
		gap: 0.75rem 1rem;
		justify-content: space-between;
	}
	.purchase-card__buy-row .quantity-wrap {
		min-width: auto;
	}
	.purchase-card__buy-row .purchase-card__total {
		font-size: 2rem;
	}
	.el-tenor-contact-modal .site-footer__form-grid {
		grid-template-columns: 1fr;
	}
	.el-tenor-contact-modal .site-footer__message-field {
		grid-column: auto;
	}
}

/* v1.0.6 mobile product/shop responsiveness fixes. */
@media (max-width: 900px) {
	html,
	body {
		overflow-x: hidden;
	}

	.section,
	.shop {
		box-sizing: border-box;
		max-width: 100%;
		overflow-x: hidden;
		width: 100%;
	}

	.shop {
		align-items: center;
		display: flex;
		flex-direction: column;
		padding-left: clamp(1rem, 5vw, 1.5rem) !important;
		padding-right: clamp(1rem, 5vw, 1.5rem) !important;
		text-align: center;
	}

	.shop .section__intro {
		box-sizing: border-box;
		margin-left: auto;
		margin-right: auto;
		max-width: min(100%, 560px);
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		width: 100%;
	}

	.purchase-card,
	html body .purchase-card {
		box-sizing: border-box;
		display: grid;
		grid-template-columns: 1fr !important;
		justify-items: center;
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: min(100%, 520px) !important;
		overflow: hidden;
		padding: clamp(1.25rem, 5vw, 2rem) !important;
		text-align: center;
		width: 100%;
	}

	.purchase-card__media,
	.purchase-card__details,
	.purchase-card__form {
		box-sizing: border-box;
		justify-self: center;
		max-width: 100%;
		text-align: center;
		width: 100%;
	}

	.purchase-card__media {
		max-width: min(320px, 82vw);
	}

	.purchase-card__image {
		height: auto;
		margin-left: auto;
		margin-right: auto;
		max-height: 360px;
		max-width: 100%;
		object-fit: contain;
	}

	.purchase-card__details h3,
	.purchase-card__description,
	.purchase-card__description p,
	.purchase-card__details > p {
		text-align: center;
	}

	.purchase-card__form,
	html body .purchase-card__form {
		background: transparent;
		border-left: 0;
		border-top: 1px solid rgba(215, 181, 109, 0.24);
		padding: 1.35rem 0 0 !important;
	}

	.purchase-card__form .cart {
		align-items: center;
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.purchase-card__buy-row {
		align-items: flex-end;
		box-sizing: border-box;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
		max-width: 300px;
		width: 100%;
	}

	.purchase-card__buy-row .purchase-card__total {
		text-align: left;
	}

	.purchase-card__form .button--orange,
	html body .purchase-card__form .button--orange {
		max-width: 300px;
		width: 100%;
	}

	.purchase-card__note {
		margin-left: auto;
		margin-right: auto;
		max-width: 320px;
		text-align: center;
	}
}

@media (max-width: 560px) {
	.el-tenor-edit-shortcut {
		box-sizing: border-box;
		justify-content: center;
		max-width: calc(100vw - 2rem);
		white-space: normal;
	}

	.shop {
		padding-top: 3.5rem !important;
	}

	.shop .section__intro h2 {
		font-size: clamp(2.1rem, 12vw, 3.1rem);
		line-height: 0.95;
	}

	.shop .section__intro p {
		font-size: 0.95rem;
		line-height: 1.55;
		margin-left: auto;
		margin-right: auto;
		max-width: 28rem;
	}

	.purchase-card,
	html body .purchase-card {
		border-radius: 14px;
		max-width: calc(100vw - 2rem) !important;
		padding: 1.15rem !important;
	}

	.purchase-card__media {
		max-width: min(250px, 74vw);
		padding: 0.75rem;
	}

	.purchase-card__image {
		max-height: 300px;
	}

	.purchase-card__details h3 {
		font-size: clamp(2rem, 10vw, 2.55rem);
	}

	.purchase-card__description,
	.purchase-card__description p,
	.purchase-card__details > p {
		font-size: 0.96rem;
		line-height: 1.6;
	}

	.purchase-card__buy-row {
		gap: 0.8rem;
		max-width: 260px;
	}

	.purchase-card__buy-row .quantity .qty,
	.purchase-card__buy-row input.qty {
		min-height: 40px;
		width: 58px;
	}

	.purchase-card__buy-row .purchase-card__total {
		font-size: clamp(1.7rem, 8vw, 2rem);
	}
}

@media (max-width: 380px) {
	.purchase-card__buy-row {
		align-items: center;
		flex-direction: column;
	}

	.purchase-card__buy-row .purchase-card__total {
		text-align: center;
	}
}

/* v1.0.7 footer spacing and centered mobile hero polish. */
.site-footer {
	padding-top: clamp(3rem, 5vw, 4.25rem);
}
.site-footer__inner {
	align-items: start;
	column-gap: clamp(2.5rem, 8vw, 8rem);
	grid-template-columns: minmax(220px, 1.15fr) minmax(150px, 0.65fr) minmax(280px, 1fr);
}
.site-footer__brand p {
	margin-top: 1.1rem;
	max-width: 280px;
}
.site-footer__nav,
.site-footer__connect {
	padding-top: 0.25rem !important;
}
.site-footer__menu {
	margin-top: 0.45rem;
}
.site-footer__connect {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}
.site-footer__socials {
	margin-bottom: 1.15rem;
}
.site-footer__contact-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
}
.site-footer__contact-row .site-footer__email,
.site-footer__contact-row .site-footer__contact-toggle {
	margin-top: 0;
}
.site-footer__pledge {
	margin-top: clamp(2.25rem, 4vw, 3rem);
}

@media (max-width: 760px) {
	.hero__copy {
		align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 520px;
		padding-left: 1.35rem;
		padding-right: 1.35rem;
		text-align: center;
	}
	.hero__kicker {
		justify-content: center;
		text-align: center;
	}
	.hero__kicker::before {
		width: 36px;
	}
	.hero h1 {
		margin-left: auto;
		margin-right: auto;
		max-width: 9em;
		text-align: center;
	}
	.hero .button,
	.hero__discover {
		align-self: center;
	}
}

@media (max-width: 900px) {
	.site-footer__inner {
		column-gap: 2rem;
		flex-direction: column;
		justify-items: center;
		row-gap: 2.1rem;
		text-align: center;
	}
	.site-footer__brand,
	.site-footer__nav,
	.site-footer__connect {
		align-items: center;
		display: flex;
		flex-direction: column;
		max-width: 420px;
		text-align: center;
		width: 100%;
	}
	.site-footer__brand p {
		margin-left: auto;
		margin-right: auto;
	}
	.site-footer__menu {
		align-items: center;
	}
	.site-footer__contact-row {
		justify-content: center;
	}
}

@media (max-width: 520px) {
	.site-footer {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	.site-footer__inner {
		row-gap: 1.75rem;
	}
	.site-footer__contact-row {
		flex-direction: column;
		gap: 0.85rem;
	}
	.site-footer__contact-toggle {
		justify-content: center;
		min-width: 170px;
	}
	.site-footer__bottom {
		gap: 0.6rem;
	}
}

/* v1.1.3 editable header brand text and footer contact spacing. */
.site-branding__lockup {
	align-items: center;
	display: inline-flex;
	gap: 1rem;
}
.site-branding__text-link {
	color: var(--color-white);
	display: inline-flex;
	text-decoration: none;
}
.site-branding__text-link:hover,
.site-branding__text-link:focus-visible {
	color: var(--color-cream);
}
.site-footer .site-branding__lockup {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.8rem;
}
.site-footer .site-branding__text-link {
	display: none;
}
.site-footer__connect {
	gap: 0;
}
.site-footer__socials {
	margin-bottom: 1.35rem;
}
.site-footer__contact-row {
	align-items: flex-start;
	flex-direction: column;
	gap: 1.05rem;
	margin-top: 0.15rem;
}
.site-footer__contact-row .site-footer__contact-toggle {
	margin-top: 0.15rem;
}

@media (max-width: 900px) {
	.site-branding__lockup {
		justify-content: center;
	}
	.site-footer .site-branding__lockup,
	.site-footer__contact-row {
		align-items: center;
	}
}

@media (max-width: 520px) {
	.site-branding__lockup {
		gap: 0.75rem;
	}
	.site-branding__text-link .site-branding__text {
		font-size: clamp(1.45rem, 8vw, 1.9rem);
	}
	.site-footer__socials {
		margin-bottom: 1.15rem;
	}
	.site-footer__contact-row {
		gap: 1rem;
	}
}

/* v1.1.3 gold typography, tighter header and spirit/story polish. */
:root {
	--color-gold: #d5be94;
	--color-gold-soft: #d5be94;
	--color-cream: #fff4dc;
	--color-muted: #d5be94;
}
.site-header__inner {
	gap: clamp(1rem, 2vw, 1.65rem) !important;
	min-height: 74px;
	padding-left: clamp(1.25rem, 3vw, 3rem);
	padding-right: clamp(1.25rem, 3vw, 3rem);
}
.site-branding {
	min-width: 0 !important;
}
.site-branding__lockup,
.site-branding__fallback {
	gap: 0.55rem !important;
}
.site-branding .custom-logo {
	max-height: 50px !important;
	width: min(var(--el-tenor-logo-width, 220px), 220px) !important;
}
.site-branding__text,
.site-branding__text-link .site-branding__text {
	font-size: clamp(2rem, 2.5vw, 2.7rem);
	font-weight: 400;
	letter-spacing: -0.02em;
}
.site-branding__text em {
	color: #d85a7a;
	font-weight: 400;
}
.primary-navigation__menu a {
	color: var(--color-white);
	font-size: clamp(0.95rem, 1vw, 1.08rem);
	font-weight: 400 !important;
	letter-spacing: 0;
}
.hero__gold-word {
	color: var(--color-gold);
}
.story {
	padding-bottom: max(70px, clamp(4.5rem, 8vw, 8rem));
	padding-top: max(70px, clamp(4.5rem, 8vw, 8rem));
}
.story .section__intro > p,
.story blockquote,
.story .feature-card p {
	color: var(--color-gold) !important;
}
.story .feature-card {
	border-color: rgba(213, 190, 148, 0.62) !important;
	color: var(--color-gold);
}
.story .feature-card h3 {
	color: var(--color-cream);
}
.story .feature-card span {
	background: rgba(213, 190, 148, 0.18);
	color: var(--color-gold);
}
.spirit {
	padding-bottom: max(70px, clamp(4.5rem, 8vw, 8rem)) !important;
	padding-top: max(70px, clamp(4.5rem, 8vw, 8rem)) !important;
}
.spirit__panel {
	color: var(--color-gold);
}
.spirit__panel > p,
.tasting-notes dd {
	color: var(--color-gold) !important;
}
.tasting-notes dt {
	color: var(--color-gold);
	font-size: calc(0.82rem + 3pt);
}
.tasting-notes dd {
	font-size: calc(1rem + 3pt);
}
.spirit__meta {
	color: var(--color-gold);
}
.spirit__panel h2 {
	max-width: 11em;
}

@media (max-width: 900px) {
	.site-header__inner {
		min-height: auto;
	}
	.site-branding .custom-logo {
		max-height: 46px !important;
		width: min(var(--el-tenor-logo-width, 200px), 200px) !important;
	}
	.site-branding__text,
	.site-branding__text-link .site-branding__text {
		font-size: clamp(1.8rem, 6vw, 2.3rem);
	}
	.spirit__panel h2 {
		margin-left: auto;
		margin-right: auto;
	}
}

/* v1.1.3 admin text style controls, shop gold text, readable price and PDF-aligned footer. */
.site-branding__lockup,
.site-branding__fallback {
	gap: var(--el-tenor-header-logo-text-gap, 12px) !important;
}
.hero h1 {
	color: var(--el-tenor-hero-title-color, var(--color-cream));
	font-size: clamp(3rem, 7vw, var(--el-tenor-hero-title-size, 76px));
}
.hero__kicker,
.hero__discover {
	color: var(--el-tenor-hero-text-color, var(--color-gold));
	font-size: var(--el-tenor-hero-text-size, 16px);
}
.story .section__intro h2 {
	color: var(--el-tenor-story-title-color, var(--color-cream));
	font-size: clamp(2.4rem, 5vw, var(--el-tenor-story-title-size, 64px));
}
.story .section__intro > p,
.story blockquote {
	color: var(--el-tenor-story-text-color, var(--color-gold)) !important;
	font-size: var(--el-tenor-story-text-size, 17px);
}
.story .feature-card p,
.story .feature-card {
	color: var(--el-tenor-story-card-text-color, var(--color-gold)) !important;
	font-size: var(--el-tenor-story-card-text-size, 16px);
}
.spirit__panel h2 {
	color: var(--el-tenor-spirit-title-color, var(--color-cream));
	font-size: clamp(2.6rem, 5vw, var(--el-tenor-spirit-title-size, 64px));
}
.spirit__panel > p,
.tasting-notes dd {
	color: var(--el-tenor-spirit-text-color, var(--color-gold)) !important;
	font-size: var(--el-tenor-spirit-text-size, 18px);
}
.blend p {
	color: var(--el-tenor-blend-text-color, var(--color-white));
	font-size: var(--el-tenor-blend-text-size, 22px);
}
.lifestyle p,
.lifestyle h2 {
	color: var(--el-tenor-lifestyle-text-color, var(--color-cream));
	font-size: var(--el-tenor-lifestyle-text-size, 20px);
}
.shop .section__intro h2 {
	color: var(--el-tenor-shop-title-color, var(--color-cream));
	font-size: clamp(2rem, 4vw, var(--el-tenor-shop-title-size, 46px));
}
.shop .section__intro p,
.purchase-card__details,
.purchase-card__description,
.purchase-card__description p,
.purchase-card__specs,
.purchase-card__note,
.quantity-wrap label {
	color: var(--el-tenor-shop-text-color, var(--color-gold)) !important;
	font-size: var(--el-tenor-shop-text-size, 16px);
}
.purchase-card__details h3 {
	color: var(--color-cream);
	font-size: clamp(1.9rem, 2.8vw, 2.65rem);
	line-height: 1.05;
}
.purchase-card__specs {
	font-weight: 500;
	letter-spacing: 0.02em;
	margin: 0.7rem 0 0.2rem;
}
.purchase-card__total,
.purchase-card__total .woocommerce-Price-amount,
.purchase-card__total .woocommerce-Price-currencySymbol {
	font-family: var(--font-body) !important;
	font-weight: 500;
	letter-spacing: 0.01em;
}
.site-footer,
.site-footer a,
.site-footer p,
.site-footer__bottom,
.site-footer__mini-logo {
	color: var(--el-tenor-footer-text-color, var(--color-gold)) !important;
	font-size: var(--el-tenor-footer-text-size, 16px);
}
.site-footer__custom-logo {
	display: block;
	height: auto;
	max-height: none;
	object-fit: contain;
	width: var(--el-tenor-footer-logo-width, 150px);
}
.site-footer__inner {
	align-items: start;
	grid-template-columns: minmax(220px, 1fr) minmax(180px, 0.7fr) minmax(280px, 1fr) !important;
}
.site-footer__brand,
.site-footer__nav {
	align-items: flex-start !important;
	text-align: left !important;
}
.site-footer__connect {
	align-items: flex-end !important;
	margin-left: auto;
	text-align: right !important;
}
.site-footer__menu {
	align-items: flex-start !important;
	text-align: left;
}
.site-footer__socials {
	gap: 0.95rem;
	margin-top: 0.65rem;
}
.site-footer__socials a {
	background: transparent !important;
	border: 1px solid var(--color-gold);
	box-shadow: none;
	height: 34px;
	width: 34px;
}
.site-footer__social-icon {
	border-radius: 0;
	height: 22px;
	object-fit: contain;
	width: 22px;
}
.site-footer__contact-row {
	align-items: flex-end !important;
}
.site-footer__bottom {
	align-items: center;
	line-height: 1.2;
}

@media (max-width: 900px) {
	.site-footer__inner {
		grid-template-columns: 1fr !important;
	}
	.site-footer__brand,
	.site-footer__nav,
	.site-footer__connect,
	.site-footer__menu,
	.site-footer__contact-row {
		align-items: center !important;
		text-align: center !important;
	}
	.site-footer__connect {
		margin-left: 0;
	}
}

/* v1.1.3 ordered admin controls + cleaned shop card layout. */
.purchase-card__details-price {
	color: var(--el-tenor-shop-product-price-color, var(--color-gold));
	font-family: var(--font-body) !important;
	font-size: var(--el-tenor-shop-product-price-size, 32px);
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.1;
	margin-top: 0.45rem;
}
.purchase-card__details-price .woocommerce-Price-amount,
.purchase-card__details-price .woocommerce-Price-currencySymbol {
	font-family: var(--font-body) !important;
	font-weight: 500;
}
.purchase-card__details h3 {
	color: var(--el-tenor-shop-product-title-color, var(--color-cream)) !important;
	font-size: clamp(1.8rem, 3vw, var(--el-tenor-shop-product-title-size, 30px));
}
.purchase-card__specs {
	color: var(--el-tenor-shop-product-specs-color, var(--color-gold)) !important;
	font-size: var(--el-tenor-shop-product-specs-size, 18px) !important;
}
.purchase-card__buy-row .purchase-card__total {
	display: none;
}
.purchase-card__form {
	align-self: center;
}
.purchase-card__form .cart {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}
.purchase-card__buy-row {
	border-top: 1px solid rgba(213, 190, 148, 0.35);
	justify-content: flex-start;
	max-width: 220px;
	width: 100%;
}
.purchase-card__note {
	color: var(--el-tenor-shop-text-color, var(--color-gold)) !important;
}
@media (min-width: 901px) {
	.purchase-card {
		grid-template-columns: minmax(220px, 0.95fr) minmax(280px, 1.05fr) minmax(210px, 0.7fr) !important;
	}
}
@media (max-width: 900px) {
	.purchase-card__details-price {
		text-align: center;
	}
	.purchase-card__form .cart {
		align-items: center;
	}
	.purchase-card__buy-row {
		justify-content: center;
	}
}

/* v1.1.3 lifestyle quote controls, reliable sizes, tighter header gap and shop price placement. */
.site-branding .custom-logo-link {
	flex: 0 0 auto;
	line-height: 0;
	max-width: none !important;
	width: auto !important;
}
.site-branding__lockup,
.site-branding__fallback {
	column-gap: var(--el-tenor-header-logo-text-gap, 12px) !important;
	gap: var(--el-tenor-header-logo-text-gap, 12px) !important;
}
.hero h1 {
	font-size: var(--el-tenor-hero-title-size, 76px) !important;
}
.hero__gold-word {
	color: var(--el-tenor-hero-king-color, var(--color-gold)) !important;
}
.story .section__intro h2 {
	font-size: var(--el-tenor-story-title-size, 64px) !important;
}
.spirit__panel h2 {
	font-size: var(--el-tenor-spirit-title-size, 64px) !important;
}
.shop .section__intro h2 {
	font-size: var(--el-tenor-shop-title-size, 46px) !important;
}
.purchase-card__details h3 {
	font-size: var(--el-tenor-shop-product-title-size, 30px) !important;
}
.lifestyle h2 {
	color: var(--el-tenor-lifestyle-quote-color, var(--color-cream)) !important;
	font-size: var(--el-tenor-lifestyle-quote-size, 42px) !important;
}
.lifestyle p {
	color: var(--el-tenor-lifestyle-text-color, var(--color-cream)) !important;
	font-size: var(--el-tenor-lifestyle-text-size, 20px) !important;
}
.purchase-card__details-price {
	display: none !important;
}
.purchase-card__checkout-price {
	border-bottom: 1px solid rgba(213, 190, 148, 0.35);
	color: var(--el-tenor-shop-product-price-color, var(--color-gold));
	font-family: var(--font-body) !important;
	font-size: var(--el-tenor-shop-product-price-size, 32px);
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.1;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	width: 100%;
}
.purchase-card__checkout-price .woocommerce-Price-amount,
.purchase-card__checkout-price .woocommerce-Price-currencySymbol {
	font-family: var(--font-body) !important;
	font-weight: 500;
}
.purchase-card__buy-row {
	border-top: 0 !important;
	padding-top: 0 !important;
}
@media (max-width: 760px) {
	.hero h1 {
		font-size: clamp(3rem, 13vw, var(--el-tenor-hero-title-size, 76px)) !important;
	}
	.lifestyle h2 {
		font-size: clamp(2rem, 11vw, var(--el-tenor-lifestyle-quote-size, 42px)) !important;
	}
}

/* v1.1.3 hero King-only color fix and wider luxury WooCommerce checkout. */
.hero h1,
.hero h1 *:not(.hero__gold-word) {
	color: var(--el-tenor-hero-title-color, var(--color-white)) !important;
}
.hero h1::first-letter {
	color: var(--el-tenor-hero-title-color, var(--color-white)) !important;
}
.hero__gold-word,
.hero h1 .hero__gold-word {
	color: var(--el-tenor-hero-king-color, var(--color-gold)) !important;
}

body.woocommerce-checkout {
	background: var(--color-navy);
}
body.woocommerce-checkout .fallback-content {
	background: radial-gradient(circle at top left, rgba(213, 190, 148, 0.12), transparent 30%), var(--color-navy);
	padding: 120px clamp(1rem, 4vw, 3rem) 5rem;
}
body.woocommerce-checkout .fallback-content__inner {
	max-width: 1280px;
	width: 100%;
}
body.woocommerce-checkout .fallback-content__article {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}
body.woocommerce-checkout .fallback-content__header h1 {
	color: var(--color-cream);
	font-size: clamp(3.2rem, 7vw, 6.5rem);
	line-height: 0.9;
	margin-bottom: 1.8rem;
}
body.woocommerce-checkout .wp-block-woocommerce-checkout,
body.woocommerce-checkout .wc-block-checkout,
body.woocommerce-checkout form.checkout {
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	width: 100%;
}
body.woocommerce-checkout .wc-block-checkout {
	column-gap: clamp(2rem, 5vw, 4rem);
}
body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-additional-fields {
	max-width: 720px;
}
body.woocommerce-checkout .wc-block-checkout__sidebar,
body.woocommerce-checkout .wc-block-components-sidebar,
body.woocommerce-checkout #order_review {
	background: rgba(7, 19, 38, 0.78);
	border: 1px solid rgba(213, 190, 148, 0.36);
	border-radius: 16px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
	color: var(--color-gold);
	padding: clamp(1.25rem, 2.5vw, 2rem);
	width: min(100%, 390px);
}
body.woocommerce-checkout .wc-block-components-title,
body.woocommerce-checkout .wc-block-components-checkout-step__title,
body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout #order_review_heading {
	color: var(--color-cream);
	font-family: var(--font-heading);
	font-size: clamp(1.55rem, 2vw, 2.1rem);
	font-weight: 600;
}
body.woocommerce-checkout .wc-block-components-checkout-step__description,
body.woocommerce-checkout .wc-block-components-formatted-money-amount,
body.woocommerce-checkout .wc-block-components-totals-item__label,
body.woocommerce-checkout .wc-block-components-totals-item__value,
body.woocommerce-checkout .wc-block-components-product-name,
body.woocommerce-checkout .woocommerce-checkout-review-order-table,
body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td {
	color: var(--color-gold) !important;
}
body.woocommerce-checkout input[type="text"],
body.woocommerce-checkout input[type="email"],
body.woocommerce-checkout input[type="tel"],
body.woocommerce-checkout input[type="number"],
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input,
body.woocommerce-checkout .wc-block-components-country-input input {
	background: #fffaf0 !important;
	border: 1px solid rgba(213, 190, 148, 0.55) !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	color: #071326 !important;
	min-height: 52px;
}
body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-block-components-combobox label,
body.woocommerce-checkout label {
	color: var(--color-gold) !important;
}
body.woocommerce-checkout .wc-block-components-button,
body.woocommerce-checkout #place_order,
body.woocommerce-checkout .button {
	background: linear-gradient(135deg, #f3dfb2, #c8a159) !important;
	border: 0 !important;
	border-radius: 10px !important;
	color: var(--color-navy) !important;
	font-family: var(--font-body) !important;
	font-weight: 700 !important;
	min-height: 54px;
	text-transform: uppercase;
	width: 100%;
}
body.woocommerce-checkout .wc-block-components-notice-banner,
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-message {
	border-radius: 12px;
	font-family: var(--font-body);
}

@media (max-width: 900px) {
	body.woocommerce-checkout .wc-block-checkout,
	body.woocommerce-checkout form.checkout {
		display: block;
	}
	body.woocommerce-checkout .wc-block-checkout__main,
	body.woocommerce-checkout .wc-block-checkout__sidebar,
	body.woocommerce-checkout .wc-block-components-sidebar,
	body.woocommerce-checkout #order_review {
		max-width: none;
		width: 100%;
	}
	body.woocommerce-checkout .wc-block-checkout__sidebar,
	body.woocommerce-checkout .wc-block-components-sidebar,
	body.woocommerce-checkout #order_review {
		margin-top: 2rem;
	}
}

/* v1.1.4: checkout/header fix + editable Tasting Blend title. */
.blend h2 {
	color: var(--el-tenor-blend-title-color, var(--color-cream)) !important;
	font-size: var(--el-tenor-blend-title-size, 58px) !important;
	line-height: 0.95;
}

body.woocommerce-checkout .site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
}

body.admin-bar.woocommerce-checkout .site-header {
	top: 32px;
}

body.woocommerce-checkout .site-header__inner {
	display: flex;
	gap: clamp(1rem, 3vw, 3rem);
	justify-content: space-between;
}

body.woocommerce-checkout .primary-navigation {
	flex: 1 1 auto;
}

body.woocommerce-checkout .site-branding,
body.woocommerce-checkout .site-header__shop {
	flex: 0 0 auto;
}

body.woocommerce-checkout .site-header .button,
body.woocommerce-checkout .site-header__shop {
	min-height: 46px;
	min-width: 116px;
	width: auto !important;
}

body.woocommerce-checkout .fallback-content {
	padding-top: clamp(4.5rem, 7vw, 7rem);
}

body.woocommerce-checkout .fallback-content__inner,
body.woocommerce-checkout .fallback-content__article,
body.woocommerce-checkout .fallback-content__header {
	margin-left: auto;
	margin-right: auto;
}

body.woocommerce-checkout .fallback-content__header {
	max-width: 1180px;
	text-align: center;
}

body.woocommerce-checkout .fallback-content__header h1 {
	margin-left: auto;
	margin-right: auto;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout,
body.woocommerce-checkout .wc-block-checkout,
body.woocommerce-checkout form.checkout {
	justify-content: center;
}

body.woocommerce-checkout form.checkout .button,
body.woocommerce-checkout .woocommerce-checkout .button,
body.woocommerce-checkout #place_order,
body.woocommerce-checkout .wc-block-components-button {
	width: 100%;
}

@media (max-width: 782px) {
	body.admin-bar.woocommerce-checkout .site-header {
		top: 46px;
	}
}

@media (max-width: 760px) {
	.blend h2 {
		font-size: clamp(2rem, 10vw, var(--el-tenor-blend-title-size, 58px)) !important;
	}

	body.woocommerce-checkout .site-header {
		position: relative;
		top: auto;
	}

	body.admin-bar.woocommerce-checkout .site-header {
		top: auto;
	}

	body.woocommerce-checkout .site-header__inner {
		flex-direction: column;
		justify-items: center;
		padding-bottom: 1rem;
		padding-top: 1rem;
		text-align: center;
	}

	body.woocommerce-checkout .main-navigation ul {
		justify-content: center;
	}

	body.woocommerce-checkout .fallback-content {
		padding-top: 3rem;
	}

	body.woocommerce-checkout .fallback-content__header h1 {
		font-size: clamp(3rem, 17vw, 4.8rem);
	}
}

/* v1.1.5: mobile checkout summary cleanup + shop card polish. */
.purchase-card__media {
	align-self: center;
}

.purchase-card__media .purchase-card__specs {
	margin: clamp(0.9rem, 2vw, 1.25rem) auto 0;
	max-width: 320px;
	text-align: center;
}

.purchase-card__form .button--orange,
html body .purchase-card__form .button--orange,
.purchase-card__form .single_add_to_cart_button {
	background: linear-gradient(135deg, #f3dfb2, #c8a159) !important;
	border: 0 !important;
	box-shadow: 0 14px 30px rgba(200, 161, 89, 0.22);
	color: var(--color-navy) !important;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.purchase-card__form .button--orange:hover,
html body .purchase-card__form .button--orange:hover,
.purchase-card__form .single_add_to_cart_button:hover {
	background: linear-gradient(135deg, #ffe8b7, #d5be94) !important;
	transform: translateY(-1px);
}

.purchase-card__note {
	color: var(--el-tenor-shop-checkout-note-color, var(--color-gold)) !important;
	font-size: var(--el-tenor-shop-checkout-note-size, 16px) !important;
	line-height: 1.55;
}

@media (min-width: 901px) {
	.purchase-card__media {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media (max-width: 900px) {
	.purchase-card__media .purchase-card__specs {
		font-size: clamp(1rem, 4.6vw, var(--el-tenor-shop-product-specs-size, 18px)) !important;
	}
}

@media (max-width: 760px) {
	/* Hide only the duplicated collapsed Order Summary that WooCommerce Blocks can render after the Place Order action. */
	body.woocommerce-checkout .wc-block-checkout__actions + .wc-block-components-order-summary,
	body.woocommerce-checkout .wc-block-checkout__actions + .wp-block-woocommerce-checkout-order-summary-block,
	body.woocommerce-checkout .wc-block-components-checkout-place-order-button + .wc-block-components-order-summary,
	body.woocommerce-checkout .wc-block-components-checkout-place-order-button + .wp-block-woocommerce-checkout-order-summary-block {
		display: none !important;
	}

	.purchase-card__media .purchase-card__specs {
		max-width: 100%;
	}
}

@media (max-width: 760px) {
	body.woocommerce-checkout .wc-block-checkout__sidebar,
	body.woocommerce-checkout .wc-block-components-sidebar {
		display: none !important;
	}
}

/* v1.1.6: keep lifestyle media and copy locked inside a 1600px inner wrapper. */
html body .lifestyle.section {
	display: block !important;
	max-width: none !important;
	padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 3vw, 2rem) !important;
	width: 100% !important;
}

html body .lifestyle.section > .section__inner.lifestyle__inner {
	align-items: stretch !important;
	display: grid !important;
	gap: clamp(1rem, 1.4vw, 1.4rem) !important;
	grid-template-columns: minmax(360px, 1fr) minmax(260px, 0.58fr) minmax(260px, 0.58fr) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1600px !important;
	min-height: 620px !important;
	width: 100% !important;
}

html body .lifestyle.section .lifestyle__copy {
	align-self: center !important;
	max-width: 430px !important;
	width: 100% !important;
}

html body .lifestyle.section .lifestyle__photo {
	height: auto !important;
	min-height: 620px !important;
	width: 100% !important;
}

@media (max-width: 760px) {
	html body .lifestyle.section > .section__inner.lifestyle__inner {
		grid-template-columns: 1fr !important;
		min-height: 0 !important;
	}

	html body .lifestyle.section .lifestyle__photo {
		min-height: 320px !important;
	}
}

/* v1.1.7: centered footer columns, added top breathing room, editable footer headings. */
html body .site-footer {
	padding-top: clamp(4.75rem, 7vw, 7rem) !important;
}

html body .site-footer__inner {
	align-items: start !important;
	column-gap: clamp(3rem, 8vw, 8rem) !important;
	display: grid !important;
	grid-template-columns: repeat(3, minmax(220px, 1fr)) !important;
	justify-items: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: min(1600px, calc(100% - 4rem)) !important;
	text-align: center !important;
	width: 100% !important;
}

html body .site-footer__brand,
html body .site-footer__nav,
html body .site-footer__connect {
	align-items: center !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 360px !important;
	padding-top: 0 !important;
	text-align: center !important;
	width: 100% !important;
}

html body .site-footer h2 {
	color: var(--el-tenor-footer-heading-color, var(--color-gold)) !important;
	font-size: var(--el-tenor-footer-heading-size, 14px) !important;
	margin: 0 0 1.15rem !important;
	text-align: center !important;
}

html body .site-footer__menu {
	align-items: center !important;
	margin-top: 0 !important;
	text-align: center !important;
}

html body .site-footer__socials {
	justify-content: center !important;
	margin-bottom: 1.35rem !important;
	margin-top: 0 !important;
}

html body .site-footer__contact-row {
	align-items: center !important;
	flex-direction: column !important;
	justify-content: center !important;
	text-align: center !important;
}

html body .site-footer__pledge {
	margin-top: clamp(3.25rem, 5vw, 4.75rem) !important;
}

@media (max-width: 900px) {
	html body .site-footer__inner {
		grid-template-columns: 1fr !important;
		max-width: min(720px, calc(100% - 2rem)) !important;
		row-gap: 2.5rem !important;
	}
}

/* v1.1.8: editable story quote typography. */
html body .story blockquote {
	color: var(--el-tenor-story-quote-color, var(--color-gold)) !important;
	font-size: var(--el-tenor-story-quote-size, 25px) !important;
}

/* v1.1.9: one shared content width for every front-page section. */
:root {
	--el-tenor-section-width: 1600px;
}

html body .section {
	max-width: none !important;
	width: 100% !important;
}

html body .section > .section__inner,
html body .blend__inner > .section__inner {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: var(--el-tenor-section-width) !important;
	width: min(var(--el-tenor-section-width), calc(100% - 4rem)) !important;
}

html body .hero.section {
	display: block !important;
	padding-top: 86px !important;
}

html body .hero__inner {
	display: grid !important;
	grid-template-columns: minmax(320px, 0.85fr) minmax(420px, 1.5fr) !important;
	min-height: 760px !important;
}

html body .story__inner {
	text-align: center !important;
}

html body .story__inner .section__intro,
html body .story__cards,
html body .story blockquote {
	max-width: min(980px, 100%) !important;
}

html body .spirit.section {
	display: block !important;
	min-height: 0 !important;
	padding: clamp(4rem, 8vw, 8rem) 2rem !important;
}

html body .spirit__inner {
	align-items: center !important;
	display: grid !important;
	gap: 4rem !important;
	grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1.2fr) !important;
	min-height: 720px !important;
	position: relative !important;
}

html body .blend.section,
html body .blend__inner {
	max-width: none !important;
	width: 100% !important;
}

html body .blend__content {
	text-align: center !important;
}

html body .lifestyle.section > .section__inner.lifestyle__inner {
	max-width: var(--el-tenor-section-width) !important;
	width: min(var(--el-tenor-section-width), calc(100% - 4rem)) !important;
}

html body .shop__inner {
	text-align: center !important;
}

html body .shop__inner .purchase-card {
	max-width: min(1180px, 100%) !important;
}

html body .site-footer__inner,
html body .site-footer__pledge,
html body .site-footer__bottom {
	max-width: var(--el-tenor-section-width) !important;
	width: min(var(--el-tenor-section-width), calc(100% - 4rem)) !important;
}

@media (max-width: 1100px) {
	html body .hero__inner,
	html body .spirit__inner {
		grid-template-columns: 1fr !important;
	}

	html body .spirit__meta,
	html body .spirit__shop {
		bottom: auto !important;
		left: auto !important;
		position: static !important;
		right: auto !important;
	}
}

@media (max-width: 760px) {
	html body .section > .section__inner,
	html body .blend__inner > .section__inner,
	html body .lifestyle.section > .section__inner.lifestyle__inner,
	html body .site-footer__inner,
	html body .site-footer__pledge,
	html body .site-footer__bottom {
		width: min(100%, calc(100% - 2rem)) !important;
	}
}

/* v1.1.10: hero left panel reaches the viewport edge, image starts earlier, blend is taller. */
html body .hero.section {
	background: var(--color-navy-soft) !important;
	padding-top: 86px !important;
}

html body .hero.section > .section__inner.hero__inner {
	grid-template-columns: minmax(300px, 0.68fr) minmax(560px, 1.5fr) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: var(--el-tenor-section-width) !important;
	width: min(var(--el-tenor-section-width), 100%) !important;
}

html body .hero__copy {
	padding-left: clamp(2rem, 5vw, 7rem) !important;
	padding-right: clamp(2rem, 4vw, 5rem) !important;
}

html body .hero__image {
	background-position: center left !important;
	min-height: 760px !important;
}

html body .blend__inner {
	min-height: clamp(760px, 58vw, 920px) !important;
	padding-bottom: clamp(6rem, 9vw, 9rem) !important;
	padding-top: clamp(6rem, 9vw, 9rem) !important;
}

html body .blend__content {
	align-items: center !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	min-height: clamp(620px, 46vw, 760px) !important;
}

html body .blend p {
	margin-bottom: clamp(3.5rem, 6vw, 5.5rem) !important;
	margin-top: clamp(3rem, 5vw, 4.5rem) !important;
}

@media (max-width: 1100px) {
	html body .hero.section > .section__inner.hero__inner {
		grid-template-columns: 1fr !important;
		width: 100% !important;
	}

	html body .hero__image {
		min-height: 520px !important;
	}
}

/* v1.1.11: keep spirit specs under the bottle, and center mobile hero image. */
html body .spirit__inner {
	grid-template-areas:
		"bottle panel"
		"meta panel"
		". shop" !important;
	grid-template-rows: auto auto auto !important;
}

html body .spirit__bottle,
html body .spirit__bottle--image {
	grid-area: bottle !important;
	justify-self: center !important;
}

html body .spirit__panel {
	grid-area: panel !important;
}

html body .spirit__meta {
	align-items: center !important;
	bottom: auto !important;
	display: flex !important;
	gap: clamp(2rem, 4vw, 4rem) !important;
	grid-area: meta !important;
	justify-content: center !important;
	justify-self: center !important;
	left: auto !important;
	margin-top: 0.8rem !important;
	position: static !important;
	right: auto !important;
	text-align: center !important;
	width: min(100%, 420px) !important;
}

html body .spirit__shop {
	align-self: start !important;
	bottom: auto !important;
	grid-area: shop !important;
	justify-self: end !important;
	position: static !important;
	right: auto !important;
}

@media (max-width: 1100px) {
	html body .hero__image {
		background-position: center center !important;
	}

	html body .spirit__inner {
		grid-template-areas:
			"bottle"
			"meta"
			"panel"
			"shop" !important;
	}

	html body .spirit__meta {
		flex-wrap: wrap !important;
		margin-bottom: 1.5rem !important;
		margin-top: 0.9rem !important;
		width: 100% !important;
	}

	html body .spirit__shop {
		justify-self: center !important;
		margin-top: 1rem !important;
	}
}

/* v1.1.17 final override: keep these rules last so Customizer media controls stay active. */
html body .lifestyle__crest {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	display: block !important;
	height: auto !important;
	margin-bottom: clamp(2.25rem, 3vw, 3.25rem) !important;
	width: var(--el-tenor-lifestyle-logo-width, 96px) !important;
}

html body .lifestyle__crest::before,
html body .lifestyle__crest::after {
	content: none !important;
	display: none !important;
}

html body .lifestyle__logo-img {
	display: block !important;
	height: auto !important;
	max-height: none !important;
	max-width: none !important;
	object-fit: contain !important;
	width: var(--el-tenor-lifestyle-logo-width, 96px) !important;
}

html body .lifestyle.section > .section__inner.lifestyle__inner {
	grid-template-columns: minmax(420px, 1.08fr) minmax(280px, 0.6fr) minmax(280px, 0.6fr) !important;
}

html body .lifestyle.section .lifestyle__photo {
	aspect-ratio: 0.68 !important;
	background-repeat: no-repeat !important;
	height: auto !important;
	min-height: 0 !important;
	overflow: hidden !important;
	width: 100% !important;
}

html body .lifestyle__photo--one {
	background-position: var(--el-tenor-lifestyle-one-x, 50%) var(--el-tenor-lifestyle-one-y, 50%) !important;
	background-size: auto max(100%, var(--el-tenor-lifestyle-one-size, 100%)) !important;
}

html body .lifestyle__photo--two {
	background-position: var(--el-tenor-lifestyle-two-x, 50%) var(--el-tenor-lifestyle-two-y, 50%) !important;
	background-size: auto max(100%, var(--el-tenor-lifestyle-two-size, 100%)) !important;
}

html body .spirit__bottle,
html body .spirit__bottle--image {
	justify-self: center !important;
	max-width: none !important;
	width: min(100%, var(--el-tenor-spirit-bottle-width, 390px)) !important;
}

html body .spirit__bottle-img {
	display: block !important;
	height: auto !important;
	max-height: none !important;
	width: min(100%, var(--el-tenor-spirit-bottle-width, 390px)) !important;
}

html body .spirit__meta {
	gap: clamp(1rem, 2vw, 2.25rem) !important;
	justify-content: space-between !important;
	justify-self: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: min(100%, var(--el-tenor-spirit-bottle-width, 390px)) !important;
	width: min(100%, var(--el-tenor-spirit-bottle-width, 390px)) !important;
}

@media (max-width: 1100px) {
	html body .lifestyle.section > .section__inner.lifestyle__inner {
		grid-template-columns: 1fr !important;
	}

	html body .lifestyle.section .lifestyle__photo {
		aspect-ratio: 0.82 !important;
		min-height: 0 !important;
	}

	html body .spirit__meta {
		max-width: min(86vw, var(--el-tenor-spirit-bottle-width, 390px)) !important;
		width: min(86vw, var(--el-tenor-spirit-bottle-width, 390px)) !important;
	}
}

/* v1.1.17 final max-width release for the Customizer bottle size control. */
html body .spirit__bottle,
html body .spirit__bottle--image {
	max-width: none !important;
}

/* v1.1.18: editable story quote and adjustable spirit bottle specs. */
html body .story blockquote {
	color: var(--el-tenor-story-quote-color, #d5be94) !important;
	font-size: var(--el-tenor-story-quote-size, 25px) !important;
}

html body .spirit__meta {
	color: var(--el-tenor-spirit-meta-color, #d5be94) !important;
	font-size: var(--el-tenor-spirit-meta-size, 24px) !important;
	transform: translateY(var(--el-tenor-spirit-meta-offset, -16px)) !important;
}

@media (max-width: 1100px) {
	html body .spirit__meta {
		transform: translateY(var(--el-tenor-spirit-meta-offset, -16px)) !important;
	}
}

/* v1.1.19: move the spirit bottle vertically while keeping specs attached. */
html body .spirit__bottle,
html body .spirit__bottle--image {
	transform: translateY(var(--el-tenor-spirit-bottle-y, 0px)) !important;
}

html body .spirit__meta {
	transform: translateY(calc(var(--el-tenor-spirit-bottle-y, 0px) + var(--el-tenor-spirit-meta-offset, -16px))) !important;
}

@media (max-width: 1100px) {
	html body .spirit__bottle,
	html body .spirit__bottle--image {
		transform: translateY(var(--el-tenor-spirit-bottle-mobile-y, 0px)) !important;
	}

	html body .spirit__meta {
		transform: translateY(calc(var(--el-tenor-spirit-bottle-mobile-y, 0px) + var(--el-tenor-spirit-meta-offset, -16px))) !important;
	}
}

/* v1.1.17 final max-width release for the Customizer bottle size control. */
html body .spirit__bottle,
html body .spirit__bottle--image {
	max-width: none !important;
}

/* v1.1.17: logo sizing, fixed lifestyle frames, and bottle specs that follow bottle width. */
html body .lifestyle__crest {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	display: block !important;
	height: auto !important;
	margin-bottom: clamp(2.25rem, 3vw, 3.25rem) !important;
	width: var(--el-tenor-lifestyle-logo-width, 96px) !important;
}

html body .lifestyle__crest::before,
html body .lifestyle__crest::after {
	content: none !important;
	display: none !important;
}

html body .lifestyle__logo-img {
	display: block !important;
	height: auto !important;
	max-height: none !important;
	max-width: none !important;
	object-fit: contain !important;
	width: var(--el-tenor-lifestyle-logo-width, 96px) !important;
}

html body .lifestyle.section > .section__inner.lifestyle__inner {
	grid-template-columns: minmax(420px, 1.08fr) minmax(280px, 0.6fr) minmax(280px, 0.6fr) !important;
}

html body .lifestyle.section .lifestyle__photo {
	aspect-ratio: 0.68 !important;
	background-repeat: no-repeat !important;
	height: auto !important;
	min-height: 0 !important;
	overflow: hidden !important;
	width: 100% !important;
}

html body .lifestyle__photo--one {
	background-position: var(--el-tenor-lifestyle-one-x, 50%) var(--el-tenor-lifestyle-one-y, 50%) !important;
	background-size: auto max(100%, var(--el-tenor-lifestyle-one-size, 100%)) !important;
}

html body .lifestyle__photo--two {
	background-position: var(--el-tenor-lifestyle-two-x, 50%) var(--el-tenor-lifestyle-two-y, 50%) !important;
	background-size: auto max(100%, var(--el-tenor-lifestyle-two-size, 100%)) !important;
}

html body .spirit__bottle,
html body .spirit__bottle--image {
	justify-self: center !important;
	max-width: none !important;
	width: min(100%, var(--el-tenor-spirit-bottle-width, 390px)) !important;
}

html body .spirit__bottle-img {
	display: block !important;
	height: auto !important;
	max-height: none !important;
	width: min(100%, var(--el-tenor-spirit-bottle-width, 390px)) !important;
}

html body .spirit__meta {
	gap: clamp(1rem, 2vw, 2.25rem) !important;
	justify-content: space-between !important;
	justify-self: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: min(100%, var(--el-tenor-spirit-bottle-width, 390px)) !important;
	width: min(100%, var(--el-tenor-spirit-bottle-width, 390px)) !important;
}

@media (max-width: 1100px) {
	html body .lifestyle.section > .section__inner.lifestyle__inner {
		grid-template-columns: 1fr !important;
	}

	html body .lifestyle.section .lifestyle__photo {
		aspect-ratio: 0.82 !important;
		min-height: 0 !important;
	}

	html body .spirit__meta {
		max-width: min(86vw, var(--el-tenor-spirit-bottle-width, 390px)) !important;
		width: min(86vw, var(--el-tenor-spirit-bottle-width, 390px)) !important;
	}
}

/* v1.1.16 final override: Customizer controls must win over earlier polish rules. */
html body .spirit__bottle-img {
	max-height: none !important;
	width: min(100%, var(--el-tenor-spirit-bottle-width, 390px)) !important;
}

html body .blend h2::before {
	content: none !important;
	display: none !important;
}

html body .blend h2 {
	flex-direction: row !important;
	font-size: var(--el-tenor-blend-title-size, 58px) !important;
}

html body .blend__icons span {
	height: var(--el-tenor-blend-icon-size, 132px) !important;
	width: var(--el-tenor-blend-icon-size, 132px) !important;
}

html body .blend__icons .el-tenor-custom-icon__image,
html body .blend__icons img {
	height: auto !important;
	max-height: var(--el-tenor-blend-icon-image-size, 54%) !important;
	max-width: var(--el-tenor-blend-icon-image-size, 54%) !important;
	width: auto !important;
}

html body .lifestyle__photo--one {
	background-size: var(--el-tenor-lifestyle-one-size, 100%) !important;
}

html body .lifestyle__photo--two {
	background-size: var(--el-tenor-lifestyle-two-size, 100%) !important;
}

/* v1.1.15: PDF visual notes cleanup, excluding image/logo replacement requests. */
html body .eyebrow {
	font-size: 13px !important;
	letter-spacing: 0.34em !important;
}

html body .hero .button {
	align-self: flex-start !important;
	min-width: 128px !important;
	text-align: center !important;
}

html body .hero__discover {
	align-items: center !important;
	margin-top: 1.15rem !important;
	min-width: 128px !important;
	text-align: center !important;
	width: 128px !important;
}

html body .story .section__intro {
	margin-bottom: clamp(2.25rem, 4vw, 3.4rem) !important;
	max-width: 1040px !important;
}

html body .story .section__intro h2 {
	line-height: 0.98 !important;
	margin-bottom: 1.55rem !important;
}

html body .story .section__intro > p {
	line-height: 1.72 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 920px !important;
}

html body .story__cards {
	gap: clamp(1.7rem, 3vw, 2.4rem) !important;
	max-width: 1120px !important;
}

html body .story .feature-card {
	padding: clamp(2.1rem, 3vw, 2.7rem) !important;
}

html body .story .feature-card p {
	line-height: 1.62 !important;
}

html body .story blockquote {
	line-height: 1.35 !important;
	margin-top: clamp(2.5rem, 4vw, 3.6rem) !important;
	max-width: 980px !important;
}

html body .spirit__bottle-img {
	max-height: 500px !important;
	width: min(100%, 350px) !important;
}

html body .spirit__inner {
	min-height: 760px !important;
}

html body .spirit__panel h2 {
	line-height: 0.96 !important;
}

html body .blend h2 {
	align-items: center !important;
	display: inline-flex !important;
	flex-direction: column !important;
	font-size: clamp(2rem, 3.4vw, 3.1rem) !important;
	line-height: 0.95 !important;
	padding: 0.38rem 1.15rem 0.52rem !important;
}

html body .blend h2::before {
	color: var(--color-white) !important;
	content: 'OUR' !important;
	font-family: var(--font-body) !important;
	font-size: 0.58em !important;
	font-weight: 600 !important;
	letter-spacing: 0.18em !important;
	line-height: 1 !important;
	margin-bottom: 0.1rem !important;
}

html body .blend__icons span {
	height: clamp(120px, 8vw, 138px) !important;
	width: clamp(120px, 8vw, 138px) !important;
}

html body .blend__icons img,
html body .blend__icons .custom-icon-img {
	max-height: 54% !important;
	max-width: 54% !important;
}

html body .lifestyle.section {
	padding-bottom: clamp(5rem, 8vw, 7.5rem) !important;
	padding-top: clamp(5rem, 8vw, 7.5rem) !important;
}

html body .lifestyle__copy {
	margin-left: clamp(1rem, 3vw, 3rem) !important;
	max-width: 500px !important;
}

html body .lifestyle__photo--one {
	background-size: contain !important;
	background-repeat: no-repeat !important;
}

html body .purchase-card {
	border-radius: 8px !important;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22) !important;
	padding: clamp(2.5rem, 4vw, 4.5rem) !important;
}

html body .purchase-card__image {
	max-height: 520px !important;
	object-fit: contain !important;
	width: min(100%, 360px) !important;
}

html body .purchase-card__media {
	align-items: center !important;
	display: flex !important;
	flex-direction: column !important;
}

html body .purchase-card__specs {
	text-align: center !important;
}

html body .purchase-card__description,
html body .purchase-card__description p {
	line-height: 1.58 !important;
}

@media (max-width: 900px) {
	html body .hero .button,
	html body .hero__discover {
		align-self: center !important;
	}

	html body .lifestyle__copy {
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media (max-width: 520px) {
	html body .hero__image {
		background-position: center center !important;
	}

	html body .spirit__meta {
		font-size: clamp(1.1rem, 5vw, 1.35rem) !important;
		gap: 1.4rem !important;
	}
}

/* v1.1.12: extend hero image to the right edge and left-align shop product copy. */
html body .hero.section {
	overflow: hidden !important;
}

html body .hero__image {
	background-position: center right !important;
	position: relative !important;
}

html body .hero__image::after {
	background: inherit !important;
	background-position: center right !important;
	background-size: cover !important;
	bottom: 0 !important;
	content: '' !important;
	display: block !important;
	left: 100% !important;
	position: absolute !important;
	top: 0 !important;
	width: 50vw !important;
}

html body .purchase-card__details,
html body .purchase-card__details h3,
html body .purchase-card__description,
html body .purchase-card__description p,
html body .purchase-card__details > p {
	text-align: left !important;
}

html body .purchase-card__details {
	justify-self: stretch !important;
}

@media (max-width: 900px) {
	html body .purchase-card__details,
	html body .purchase-card__details h3,
	html body .purchase-card__description,
	html body .purchase-card__description p,
	html body .purchase-card__details > p {
		text-align: left !important;
	}
}

/* v1.1.16: Customizer-driven media sizing and editable blend title. */
html body .spirit__bottle-img {
	width: min(100%, var(--el-tenor-spirit-bottle-width, 350px)) !important;
	max-height: none !important;
}

html body .blend h2::before {
	content: none !important;
	display: none !important;
}

html body .blend h2 {
	flex-direction: row !important;
	font-size: var(--el-tenor-blend-title-size, 58px) !important;
}

html body .blend__icons span {
	height: var(--el-tenor-blend-icon-size, 132px) !important;
	width: var(--el-tenor-blend-icon-size, 132px) !important;
}

html body .blend__icons img,
html body .blend__icons .custom-icon-img {
	max-height: var(--el-tenor-blend-icon-image-size, 54%) !important;
	max-width: var(--el-tenor-blend-icon-image-size, 54%) !important;
}

html body .lifestyle__photo--one {
	background-size: var(--el-tenor-lifestyle-one-size, 100%) !important;
}

html body .lifestyle__photo--two {
	background-size: var(--el-tenor-lifestyle-two-size, 100%) !important;
}

/* v1.1.13: no repeated hero image, full right fill, spirit CTA aligned with content. */
html body .hero.section > .section__inner.hero__inner {
	grid-template-columns: minmax(360px, calc((100vw - var(--el-tenor-section-width)) / 2 + 560px)) minmax(640px, 1fr) !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

html body .hero__copy {
	padding-left: max(2rem, calc((100vw - var(--el-tenor-section-width)) / 2 + 2rem)) !important;
}

html body .hero__image {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

html body .hero__image::after {
	display: none !important;
}

html body .spirit__inner {
	grid-template-areas:
		"bottle panel shop"
		"meta panel shop" !important;
	grid-template-columns: minmax(280px, 0.75fr) minmax(480px, 1.35fr) minmax(120px, 0.24fr) !important;
}

html body .spirit__shop {
	align-self: center !important;
	justify-self: end !important;
	margin-left: 1rem !important;
	margin-top: 0 !important;
}

@media (max-width: 1100px) {
	html body .hero.section > .section__inner.hero__inner {
		grid-template-columns: 1fr !important;
	}

	html body .hero__copy {
		padding-left: clamp(2rem, 5vw, 7rem) !important;
	}

	html body .spirit__inner {
		grid-template-areas:
			"bottle"
			"meta"
			"panel"
			"shop" !important;
		grid-template-columns: 1fr !important;
	}

	html body .spirit__shop {
		justify-self: center !important;
		margin-left: 0 !important;
		margin-top: 1rem !important;
	}
}

/* v1.1.14: balance spirit vertical rhythm and reduce tasting blend height. */
html body .spirit__inner {
	align-items: center !important;
	grid-template-areas:
		"bottle panel ."
		"bottle panel ."
		"meta panel shop" !important;
	grid-template-columns: minmax(300px, 0.72fr) minmax(520px, 1.35fr) minmax(120px, 0.24fr) !important;
	grid-template-rows: 1fr auto auto !important;
	min-height: 700px !important;
}

html body .spirit__bottle,
html body .spirit__bottle--image {
	align-self: center !important;
	transform: translateY(1.8rem) !important;
}

html body .spirit__meta {
	align-self: start !important;
	margin-top: clamp(1.25rem, 2vw, 2rem) !important;
	transform: translateY(1.8rem) !important;
}

html body .spirit__panel {
	align-self: center !important;
}

html body .spirit__shop {
	align-self: center !important;
	justify-self: end !important;
	margin-bottom: 0 !important;
	margin-top: clamp(1.25rem, 2vw, 2rem) !important;
}

html body .blend__inner {
	min-height: clamp(600px, 44vw, 720px) !important;
	padding-bottom: clamp(4rem, 6vw, 6rem) !important;
	padding-top: clamp(4rem, 6vw, 6rem) !important;
}

html body .blend__content {
	min-height: clamp(480px, 34vw, 580px) !important;
}

html body .blend p {
	margin-bottom: clamp(2.5rem, 4vw, 4rem) !important;
	margin-top: clamp(2.25rem, 4vw, 3.5rem) !important;
}

@media (max-width: 1100px) {
	html body .spirit__inner {
		grid-template-areas:
			"bottle"
			"meta"
			"panel"
			"shop" !important;
		grid-template-columns: 1fr !important;
		grid-template-rows: auto !important;
		min-height: 0 !important;
	}

	html body .spirit__bottle,
	html body .spirit__bottle--image,
	html body .spirit__meta {
		transform: none !important;
	}

	html body .spirit__shop {
		justify-self: center !important;
		margin-top: 1rem !important;
	}
}

/* v1.1.17 final override: keep these rules last so Customizer media controls stay active. */
html body .lifestyle__crest {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	display: block !important;
	height: auto !important;
	margin-bottom: clamp(2.25rem, 3vw, 3.25rem) !important;
	width: var(--el-tenor-lifestyle-logo-width, 96px) !important;
}

html body .lifestyle__crest::before,
html body .lifestyle__crest::after {
	content: none !important;
	display: none !important;
}

html body .lifestyle__logo-img {
	display: block !important;
	height: auto !important;
	max-height: none !important;
	max-width: none !important;
	object-fit: contain !important;
	width: var(--el-tenor-lifestyle-logo-width, 96px) !important;
}

html body .lifestyle.section > .section__inner.lifestyle__inner {
	grid-template-columns: minmax(420px, 1.08fr) minmax(280px, 0.6fr) minmax(280px, 0.6fr) !important;
}

html body .lifestyle.section .lifestyle__photo {
	aspect-ratio: 0.68 !important;
	background-repeat: no-repeat !important;
	height: auto !important;
	min-height: 0 !important;
	overflow: hidden !important;
	width: 100% !important;
}

html body .lifestyle__photo--one {
	background-position: var(--el-tenor-lifestyle-one-x, 50%) var(--el-tenor-lifestyle-one-y, 50%) !important;
	background-size: auto max(100%, var(--el-tenor-lifestyle-one-size, 100%)) !important;
}

html body .lifestyle__photo--two {
	background-position: var(--el-tenor-lifestyle-two-x, 50%) var(--el-tenor-lifestyle-two-y, 50%) !important;
	background-size: auto max(100%, var(--el-tenor-lifestyle-two-size, 100%)) !important;
}

html body .spirit__bottle,
html body .spirit__bottle--image {
	justify-self: center !important;
	width: min(100%, var(--el-tenor-spirit-bottle-width, 390px)) !important;
}

html body .spirit__bottle-img {
	display: block !important;
	height: auto !important;
	max-height: none !important;
	width: min(100%, var(--el-tenor-spirit-bottle-width, 390px)) !important;
}

html body .spirit__meta {
	gap: clamp(1rem, 2vw, 2.25rem) !important;
	justify-content: space-between !important;
	justify-self: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: min(100%, var(--el-tenor-spirit-bottle-width, 390px)) !important;
	width: min(100%, var(--el-tenor-spirit-bottle-width, 390px)) !important;
}

@media (max-width: 1100px) {
	html body .lifestyle.section > .section__inner.lifestyle__inner {
		grid-template-columns: 1fr !important;
	}

	html body .lifestyle.section .lifestyle__photo {
		aspect-ratio: 0.82 !important;
		min-height: 0 !important;
	}

	html body .spirit__meta {
		max-width: min(86vw, var(--el-tenor-spirit-bottle-width, 390px)) !important;
		width: min(86vw, var(--el-tenor-spirit-bottle-width, 390px)) !important;
	}
}

/* v1.1.17 final max-width release for the Customizer bottle size control. */
html body .spirit__bottle,
html body .spirit__bottle--image {
	max-width: none !important;
}


/* v1.1.18: editable story quote and adjustable spirit bottle specs. */
html body .story blockquote {
	color: var(--el-tenor-story-quote-color, #d5be94) !important;
	font-size: var(--el-tenor-story-quote-size, 25px) !important;
}

html body .spirit__meta {
	color: var(--el-tenor-spirit-meta-color, #d5be94) !important;
	font-size: var(--el-tenor-spirit-meta-size, 24px) !important;
	transform: translateY(var(--el-tenor-spirit-meta-offset, -16px)) !important;
}

@media (max-width: 1100px) {
	html body .spirit__meta {
		transform: translateY(var(--el-tenor-spirit-meta-offset, -16px)) !important;
	}
}


/* v1.1.19: move the spirit bottle vertically while keeping specs attached. */
html body .spirit__bottle,
html body .spirit__bottle--image {
	transform: translateY(var(--el-tenor-spirit-bottle-y, 0px)) !important;
}

html body .spirit__meta {
	transform: translateY(calc(var(--el-tenor-spirit-bottle-y, 0px) + var(--el-tenor-spirit-meta-offset, -16px))) !important;
}

@media (max-width: 1100px) {
	html body .spirit__bottle,
	html body .spirit__bottle--image {
		transform: translateY(var(--el-tenor-spirit-bottle-mobile-y, 0px)) !important;
	}

	html body .spirit__meta {
		transform: translateY(calc(var(--el-tenor-spirit-bottle-mobile-y, 0px) + var(--el-tenor-spirit-meta-offset, -16px))) !important;
	}
}


/* v1.1.20: stable desktop/mobile XY controls for the spirit bottle. */
html body .spirit__bottle,
html body .spirit__bottle--image {
	transform: translate(var(--el-tenor-spirit-bottle-x, 0px), var(--el-tenor-spirit-bottle-y, 0px)) !important;
}

html body .spirit__meta {
	transform: translate(var(--el-tenor-spirit-bottle-x, 0px), calc(var(--el-tenor-spirit-bottle-y, 0px) + var(--el-tenor-spirit-meta-offset, -16px))) !important;
}

@media (max-width: 1100px) {
	html body .spirit__bottle,
	html body .spirit__bottle--image {
		transform: translate(var(--el-tenor-spirit-bottle-mobile-x, 0px), var(--el-tenor-spirit-bottle-mobile-y, 0px)) !important;
	}

	html body .spirit__meta {
		transform: translate(var(--el-tenor-spirit-bottle-mobile-x, 0px), calc(var(--el-tenor-spirit-bottle-mobile-y, 0px) + var(--el-tenor-spirit-meta-offset, -16px))) !important;
	}
}


/* v1.1.21: separate mobile specs alignment from desktop. */
@media (max-width: 1100px) {
	html body .spirit__meta {
		gap: clamp(2.25rem, 12vw, 4.5rem) !important;
		justify-content: center !important;
		max-width: min(86vw, var(--el-tenor-spirit-bottle-width, 390px)) !important;
		width: auto !important;
		transform: translate(var(--el-tenor-spirit-bottle-mobile-x, 0px), calc(var(--el-tenor-spirit-bottle-mobile-y, 0px) + var(--el-tenor-spirit-meta-mobile-offset, -10px))) !important;
	}
}

/* v1.1.22: center lifestyle gallery frames on mobile. */
@media (max-width: 760px) {
	html body .lifestyle.section > .section__inner.lifestyle__inner {
		justify-items: center !important;
	}

	html body .lifestyle.section .lifestyle__photo {
		display: block !important;
		justify-self: center !important;
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: min(82vw, 360px) !important;
		width: min(82vw, 360px) !important;
	}
}

/* v1.1.23: center the actual lifestyle background images inside the mobile frames. */
@media (max-width: 760px) {
	html body .lifestyle.section .lifestyle__photo,
	html body .lifestyle__photo--one,
	html body .lifestyle__photo--two {
		background-position: center center !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		left: auto !important;
		right: auto !important;
		transform: none !important;
	}

	html body .lifestyle__photo--one,
	html body .lifestyle__photo--two {
		margin-inline: auto !important;
	}
}

/* v1.1.25: hero/story layout controls and softer hero image blend. */
html body .hero.section > .section__inner.hero__inner {
	grid-template-columns: minmax(360px, 0.78fr) minmax(520px, 1.48fr) !important;
	overflow: hidden !important;
	position: relative !important;
}

html body .hero__copy {
	align-items: flex-start !important;
	isolation: isolate !important;
	position: relative !important;
	z-index: 2 !important;
}

html body .hero__copy::after {
	background: linear-gradient(90deg, var(--color-navy-soft) 0%, rgba(7, 19, 38, 0.86) 34%, rgba(7, 19, 38, 0.42) 68%, rgba(7, 19, 38, 0) 100%) !important;
	content: "" !important;
	inset: 0 -150px 0 auto !important;
	pointer-events: none !important;
	position: absolute !important;
	width: 240px !important;
	z-index: -1 !important;
}

html body .hero h1,
html body .hero__kicker {
	width: min(440px, 100%) !important;
}

html body .hero .button,
html body .hero__discover {
	margin-left: calc(min(440px, 100%) / 2) !important;
	transform: translateX(-50%) !important;
}

html body .hero__discover {
	align-items: center !important;
	text-align: center !important;
}

html body .story .section__intro .eyebrow {
	margin-bottom: var(--el-tenor-story-eyebrow-gap, 18px) !important;
}

@media (max-width: 1100px) {
	html body .hero.section > .section__inner.hero__inner {
		grid-template-columns: 1fr !important;
	}

	html body .hero__copy::after {
		content: none !important;
	}

	html body .hero .button,
	html body .hero__discover {
		margin-left: 0 !important;
		transform: none !important;
	}
}

/* v1.1.26: remove hero seam, center desktop nav, and open spirit spacing. */
@media (min-width: 901px) {
	html body .site-header__inner {
		position: relative !important;
	}

	html body .primary-navigation {
		left: 50% !important;
		position: absolute !important;
		top: 50% !important;
		transform: translate(-50%, -50%) !important;
	}
}

html body .hero.section > .section__inner.hero__inner {
	grid-template-columns: minmax(360px, 0.72fr) minmax(620px, 1.55fr) !important;
	overflow: hidden !important;
}

html body .hero__copy {
	overflow: visible !important;
}

html body .hero__copy::after {
	content: none !important;
}

html body .hero__image {
	box-shadow: inset var(--el-tenor-hero-fade-width, 360px) 0 calc(var(--el-tenor-hero-fade-width, 360px) * 0.32) calc(var(--el-tenor-hero-fade-width, 360px) * -0.42) rgba(7, 19, 38, var(--el-tenor-hero-fade-strength, 0.58)) !important;
	margin-left: calc(var(--el-tenor-hero-image-overlap, 220px) * -1) !important;
	min-width: calc(100% + var(--el-tenor-hero-image-overlap, 220px)) !important;
	position: relative !important;
}

html body .hero__image::before {
	background: linear-gradient(90deg, rgba(7, 19, 38, 1) 0%, rgba(7, 19, 38, var(--el-tenor-hero-fade-strength, 0.58)) 18%, rgba(7, 19, 38, calc(var(--el-tenor-hero-fade-strength, 0.58) * 0.42)) 42%, rgba(7, 19, 38, 0) var(--el-tenor-hero-fade-end, 72%)) !important;
	bottom: 0 !important;
	content: "" !important;
	left: 0 !important;
	pointer-events: none !important;
	position: absolute !important;
	top: 0 !important;
	width: var(--el-tenor-hero-fade-width, 360px) !important;
	z-index: 1 !important;
}

html body .story .section__intro .eyebrow {
	margin-bottom: var(--el-tenor-story-eyebrow-gap, 36px) !important;
}

@media (min-width: 1101px) {
	html body .spirit__panel {
		margin-left: clamp(2rem, 4vw, 4.5rem) !important;
	}
}

@media (max-width: 1100px) {
	html body .hero__image {
		margin-left: 0 !important;
		min-width: 100% !important;
	}

	html body .hero__image::before {
		content: none !important;
	}

	html body .spirit__panel {
		margin-left: 0 !important;
	}
}

/* v1.1.29: make the hero photo the full background so there is no dark panel edge. */
html body .hero.section {
	background:
		linear-gradient(
			90deg,
			rgba(7, 19, 38, 1) 0%,
			rgba(7, 19, 38, 0.98) 28%,
			rgba(7, 19, 38, var(--el-tenor-hero-fade-strength, 0.58)) 48%,
			rgba(7, 19, 38, calc(var(--el-tenor-hero-fade-strength, 0.58) * 0.28)) var(--el-tenor-hero-fade-end, 72%),
			rgba(7, 19, 38, 0) 100%
		),
		var(--el-tenor-hero-bg, linear-gradient(135deg, #3c2318, #d28b29 35%, #0b172b 36%, #071326 55%, #c8903c 56%, #201510)) !important;
	background-position: center right !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

html body .hero.section > .section__inner.hero__inner {
	background: transparent !important;
	grid-template-columns: minmax(360px, 0.78fr) minmax(520px, 1.48fr) !important;
}

html body .hero__copy {
	background: transparent !important;
}

html body .hero__image {
	background: transparent !important;
	box-shadow: none !important;
	margin-left: 0 !important;
	min-width: 100% !important;
}

html body .hero__image::before,
html body .hero__image::after {
	content: none !important;
	display: none !important;
}

@media (max-width: 1100px) {
	html body .hero.section {
		background:
			linear-gradient(rgba(7, 19, 38, 0.82), rgba(7, 19, 38, 0.82)),
			var(--el-tenor-hero-bg, linear-gradient(135deg, #3c2318, #d28b29 35%, #0b172b 36%, #071326 55%, #c8903c 56%, #201510)) !important;
		background-position: center center !important;
	}
}

/* v1.1.30: restore split hero, but blend the dark panel into the photo. */
html body .hero.section {
	background: var(--color-navy-soft) !important;
	overflow: hidden !important;
}

html body .hero.section > .section__inner.hero__inner {
	background: transparent !important;
	grid-template-columns: minmax(360px, 0.78fr) minmax(520px, 1.48fr) !important;
	overflow: visible !important;
	position: relative !important;
}

html body .hero__copy {
	background: var(--color-navy-soft) !important;
	overflow: visible !important;
	position: relative !important;
	z-index: 3 !important;
}

html body .hero__copy::before {
	background: linear-gradient(
		90deg,
		var(--color-navy-soft) 0%,
		rgba(7, 19, 38, 0.96) 34%,
		rgba(7, 19, 38, calc(var(--el-tenor-hero-fade-strength, 0.58) * 0.78)) 62%,
		rgba(7, 19, 38, 0) 100%
	) !important;
	bottom: 0 !important;
	content: "" !important;
	pointer-events: none !important;
	position: absolute !important;
	right: calc(var(--el-tenor-hero-fade-width, 360px) * -1) !important;
	top: 0 !important;
	width: var(--el-tenor-hero-fade-width, 360px) !important;
	z-index: -1 !important;
}

html body .hero__copy::after {
	content: none !important;
	display: none !important;
}

html body .hero__image {
	background:
		linear-gradient(
			90deg,
			rgba(7, 19, 38, var(--el-tenor-hero-fade-strength, 0.58)) 0%,
			rgba(7, 19, 38, calc(var(--el-tenor-hero-fade-strength, 0.58) * 0.36)) 30%,
			rgba(7, 19, 38, 0) var(--el-tenor-hero-fade-end, 72%)
		),
		var(--el-tenor-hero-bg, linear-gradient(135deg, #3c2318, #d28b29 35%, #0b172b 36%, #071326 55%, #c8903c 56%, #201510)) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	box-shadow: none !important;
	margin-left: calc(var(--el-tenor-hero-image-overlap, 220px) * -1) !important;
	min-width: calc(100% + var(--el-tenor-hero-image-overlap, 220px)) !important;
	position: relative !important;
	z-index: 1 !important;
}

html body .hero__image::before,
html body .hero__image::after {
	content: none !important;
	display: none !important;
}

@media (max-width: 1100px) {
	html body .hero.section {
		background: var(--color-navy-soft) !important;
	}

	html body .hero.section > .section__inner.hero__inner {
		grid-template-columns: 1fr !important;
	}

	html body .hero__copy::before {
		content: none !important;
		display: none !important;
	}

	html body .hero__image {
		margin-left: 0 !important;
		min-width: 100% !important;
	}
}

/* v1.1.31: restore original header flow and add footer color/glow controls. */
@media (min-width: 901px) {
	html body .site-header__inner {
		display: flex !important;
		justify-content: space-between !important;
		position: static !important;
	}

	html body .site-branding,
	html body .site-header__shop {
		flex: 0 0 auto !important;
	}

	html body .primary-navigation {
		display: flex !important;
		flex: 1 1 auto !important;
		justify-content: center !important;
		left: auto !important;
		position: static !important;
		top: auto !important;
		transform: none !important;
	}
}

html body .site-footer {
	background:
		linear-gradient(var(--el-tenor-footer-overlay, rgba(7, 19, 38, 0.9)), var(--el-tenor-footer-overlay, rgba(7, 19, 38, 0.9))),
		var(--el-tenor-footer-bg, var(--el-tenor-footer-base-color, #071326)) !important;
}

html body .site-footer__custom-logo,
html body .site-footer .custom-logo,
html body .site-footer .site-branding__lockup {
	filter: drop-shadow(0 0 calc(var(--el-tenor-footer-logo-glow, 0) * 0.28px) rgba(213, 190, 148, 0.82)) !important;
}

/* v1.1.32: remove hero fade and add shop bottle specs position control. */
html body .hero__copy::before,
html body .hero__copy::after,
html body .hero__image::before,
html body .hero__image::after {
	content: none !important;
	display: none !important;
}

html body .hero__image {
	background: var(--el-tenor-hero-bg, linear-gradient(135deg, #3c2318, #d28b29 35%, #0b172b 36%, #071326 55%, #c8903c 56%, #201510)) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	box-shadow: none !important;
	margin-left: 0 !important;
	min-width: 100% !important;
}

html body .purchase-card__media .purchase-card__specs,
html body .purchase-card__specs {
	transform: translateY(var(--el-tenor-shop-specs-offset, -18px)) !important;
}

/* v1.1.33: optional gold rectangle around the lifestyle section. */
html body .lifestyle.section {
	position: relative !important;
}

html body .lifestyle.section::after {
	border: var(--el-tenor-lifestyle-border-width, 1px) solid var(--color-gold) !important;
	content: "" !important;
	inset: var(--el-tenor-lifestyle-border-inset, 26px) !important;
	pointer-events: none !important;
	position: absolute !important;
	z-index: 4 !important;
}

/* v1.1.34: hard reset hero fade so the photo has no gradient overlay when fade is disabled. */
html body .hero.section {
	background: var(--color-navy-soft) !important;
	overflow: hidden !important;
}

html body .hero.section > .section__inner.hero__inner {
	background: transparent !important;
	grid-template-columns: minmax(360px, 0.78fr) minmax(520px, 1.48fr) !important;
	overflow: hidden !important;
}

html body .hero__copy {
	background: var(--color-navy-soft) !important;
	box-shadow: none !important;
	filter: none !important;
	overflow: visible !important;
	position: relative !important;
	z-index: 2 !important;
}

html body .hero__copy::before,
html body .hero__copy::after,
html body .hero__image::before,
html body .hero__image::after {
	background: none !important;
	box-shadow: none !important;
	content: none !important;
	display: none !important;
	filter: none !important;
	opacity: 0 !important;
}

html body .hero__image {
	background: var(--el-tenor-hero-bg, linear-gradient(135deg, #3c2318, #d28b29 35%, #0b172b 36%, #071326 55%, #c8903c 56%, #201510)) !important;
	background-blend-mode: normal !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	box-shadow: none !important;
	filter: none !important;
	margin-left: 0 !important;
	min-width: 100% !important;
	opacity: 1 !important;
	position: relative !important;
	z-index: 1 !important;
}

@media (max-width: 1100px) {
	html body .hero.section {
		background: var(--color-navy-soft) !important;
	}

	html body .hero.section > .section__inner.hero__inner {
		grid-template-columns: 1fr !important;
	}
}

/* v1.1.35: center hero kicker with the title and allow the whole hero text stack to move right. */
html body .hero__copy {
	padding-left: calc(clamp(2rem, 5vw, 7rem) + var(--el-tenor-hero-content-shift, 34px)) !important;
	padding-right: clamp(2rem, 4vw, 5rem) !important;
}

html body .hero__kicker {
	text-align: center !important;
	width: min(440px, 100%) !important;
}

html body .hero__kicker::before {
	content: none !important;
	display: none !important;
}

@media (max-width: 1100px) {
	html body .hero__copy {
		padding-left: clamp(1.5rem, 7vw, 3rem) !important;
		padding-right: clamp(1.5rem, 7vw, 3rem) !important;
	}

	html body .hero__kicker {
		text-align: left !important;
	}
}
