/* An.Terra Homepage — Cosmic Edition 2.2.0 */
:root {
	--ant-black: #020207;
	--ant-black-soft: #090b18;
	--ant-panel: #101329;
	--ant-panel-2: #171735;
	--ant-white: #f8f7fb;
	--ant-muted: #bec3d4;
	--ant-gold: #c99d55;
	--ant-gold-light: #efcf8d;
	--ant-blue: #20cfff;
	--ant-blue-deep: #0879ff;
	--ant-violet: #a76dff;
	--ant-purple: #713cff;
	--ant-amber: #ff9a32;
	--ant-line: rgba(255, 255, 255, .11);
	--ant-shell: 1240px;
	--ant-serif: Georgia, "Times New Roman", serif;
	--ant-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
	scroll-behavior: smooth;
}

body.anterra-site-home {
	background: var(--ant-black) !important;
	color: var(--ant-white);
}

body.anterra-site-home #masthead,
body.anterra-site-home header.site-header,
body.anterra-site-home #colophon,
body.anterra-site-home footer.site-footer,
body.anterra-site-home .entry-header,
body.anterra-site-home .ast-single-entry-banner,
body.anterra-site-home .post-navigation,
body.anterra-site-home .comments-area {
	display: none !important;
}

body.anterra-site-home .site-content,
body.anterra-site-home .site-content > .ast-container,
body.anterra-site-home .content-area,
body.anterra-site-home #primary,
body.anterra-site-home #main,
body.anterra-site-home article,
body.anterra-site-home .entry-content,
body.anterra-site-home .wp-site-blocks,
body.anterra-site-home main.wp-block-group {
	background: transparent !important;
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

body.anterra-site-home article {
	border: 0 !important;
	box-shadow: none !important;
}

body.anterra-site-home .entry-content > .ant-home,
body.anterra-site-home .entry-content[data-ast-blocks-layout] > .ant-home {
	margin: 0 !important;
	max-width: none !important;
}

.ant-home,
.ant-home *,
.ant-home *::before,
.ant-home *::after {
	box-sizing: border-box;
}

.ant-home {
	background:
		radial-gradient(circle at 10% 24%, rgba(32, 207, 255, .12), transparent 25%),
		radial-gradient(circle at 86% 48%, rgba(130, 70, 255, .16), transparent 27%),
		radial-gradient(circle at 52% 78%, rgba(33, 95, 255, .1), transparent 30%),
		var(--ant-black);
	color: var(--ant-white);
	font-family: var(--ant-sans);
	font-size: 16px;
	line-height: 1.65;
	overflow: clip;
	position: relative;
	isolation: isolate;
}

.ant-home::selection {
	background: var(--ant-violet);
	color: #fff;
}

.ant-home a {
	color: inherit;
	text-decoration: none !important;
}

.ant-home img {
	display: block;
	height: auto;
	max-width: 100%;
}

.ant-home button {
	font: inherit;
}

.ant-home h1,
.ant-home h2,
.ant-home h3,
.ant-home p {
	margin: 0;
}

.ant-home h1,
.ant-home h2,
.ant-home h3 {
	color: inherit;
	font-family: var(--ant-serif);
	font-weight: 400;
}

.ant-home h1 em,
.ant-home h2 em {
	background: linear-gradient(95deg, var(--ant-blue) 0%, #77a8ff 38%, var(--ant-violet) 78%, var(--ant-gold-light) 120%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-style: italic;
}

.ant-shell {
	margin-inline: auto;
	max-width: var(--ant-shell);
	padding-inline: 32px;
	position: relative;
	width: 100%;
}

.ant-section {
	padding-block: 122px;
	position: relative;
}

.ant-screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.ant-skip-link {
	background: #fff;
	color: #000 !important;
	left: 16px;
	padding: 10px 15px;
	position: fixed;
	top: -100px;
	z-index: 10000;
}

.ant-skip-link:focus {
	top: 16px;
}

.ant-home a:focus-visible,
.ant-home button:focus-visible {
	outline: 2px solid var(--ant-blue);
	outline-offset: 4px;
}

/* Navigation */
.ant-site-nav {
	background: linear-gradient(90deg, rgba(2, 4, 15, .9), rgba(13, 7, 31, .86), rgba(2, 7, 18, .9));
	border-bottom: 1px solid rgba(105, 183, 255, .15);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	position: sticky;
	top: 0;
	z-index: 999;
}

.ant-nav-inner {
	align-items: center;
	display: flex;
	height: 88px;
	justify-content: space-between;
}

.ant-nav-logo {
	display: block;
	width: 180px;
}

.ant-nav-logo img {
	background: #000;
	height: auto;
	width: 100%;
}

.ant-primary-menu {
	align-items: center;
	display: flex;
	gap: 34px;
}

.ant-primary-menu > a {
	color: #d5d6df !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .15em;
	position: relative;
	text-transform: uppercase;
	transition: color .2s ease;
}

.ant-primary-menu > a:not(.ant-nav-cta)::after {
	background: linear-gradient(90deg, var(--ant-blue), var(--ant-violet));
	bottom: -8px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .25s ease;
	width: 100%;
}

.ant-primary-menu > a:hover {
	color: #fff !important;
}

.ant-primary-menu > a:hover::after {
	transform: scaleX(1);
}

.ant-primary-menu .ant-nav-cta {
	border: 1px solid rgba(189, 146, 255, .55);
	border-radius: 999px;
	box-shadow: 0 0 24px rgba(113, 60, 255, .08);
	color: #efe8ff !important;
	padding: 12px 19px;
	transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.ant-primary-menu .ant-nav-cta:hover {
	background: rgba(113, 60, 255, .14);
	border-color: var(--ant-violet);
	box-shadow: 0 0 28px rgba(113, 60, 255, .2);
}

.ant-menu-button {
	appearance: none;
	background: none;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: none;
	height: 42px;
	padding: 8px;
	width: 42px;
}

.ant-menu-button i {
	background: currentColor;
	display: block;
	height: 1px;
	margin: 6px 0;
	transition: transform .25s ease, opacity .25s ease;
	width: 25px;
}

/* Hero */
.ant-hero {
	align-items: stretch;
	background-color: var(--ant-black);
	background-image:
		linear-gradient(90deg, rgba(2, 2, 7, .99) 0%, rgba(2, 2, 7, .92) 31%, rgba(2, 2, 7, .57) 56%, rgba(2, 2, 7, .12) 100%),
		linear-gradient(180deg, transparent 62%, var(--ant-black) 100%),
		var(--ant-hero-image);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	min-height: min(910px, calc(100vh - 30px));
	overflow: hidden;
	position: relative;
}

.ant-hero::before {
	background:
		repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(255, 255, 255, .035) 25%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.ant-hero::after {
	background: radial-gradient(circle at 72% 67%, rgba(112, 61, 255, .11), transparent 32%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.ant-hero-glow {
	border: 1px solid rgba(83, 206, 255, .13);
	border-radius: 50%;
	pointer-events: none;
	position: absolute;
}

.ant-hero-glow-one {
	box-shadow: 0 0 130px rgba(95, 54, 218, .14), inset 0 0 100px rgba(31, 207, 255, .035);
	height: 610px;
	left: -375px;
	top: 110px;
	width: 610px;
}

.ant-hero-glow-two {
	height: 420px;
	left: -280px;
	top: 205px;
	width: 420px;
}

.ant-hero-inner {
	align-items: center;
	display: flex;
	min-height: 780px;
	z-index: 2;
}

.ant-hero-copy {
	max-width: 700px;
	padding: 95px 0 150px;
}

.ant-eyebrow,
.ant-kicker {
	color: var(--ant-gold-light);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .24em;
	text-transform: uppercase;
}

.ant-eyebrow {
	align-items: center;
	display: flex;
	gap: 12px;
}

.ant-eyebrow span {
	background: linear-gradient(90deg, var(--ant-blue), var(--ant-violet));
	height: 1px;
	width: 44px;
}

.ant-hero-logo {
	background: #000;
	margin-top: 36px;
	width: min(390px, 75vw);
}

.ant-hero h1 {
	font-size: clamp(54px, 6.1vw, 88px);
	letter-spacing: -.045em;
	line-height: .98;
	margin-top: 32px;
}

.ant-hero-lede {
	color: rgba(235, 237, 246, .76);
	font-size: 17px;
	line-height: 1.8;
	margin-top: 28px !important;
	max-width: 570px;
}

.ant-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 38px;
}

.ant-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 999px;
	display: inline-flex;
	font-size: 10px;
	font-weight: 850;
	gap: 24px;
	justify-content: center;
	letter-spacing: .15em;
	min-height: 56px;
	padding: 14px 25px;
	text-transform: uppercase;
	transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.ant-button:hover {
	transform: translateY(-2px);
}

.ant-button-primary {
	background: linear-gradient(105deg, #096ed9 0%, #6840e8 55%, #8d59f4 100%);
	box-shadow: 0 12px 34px rgba(74, 55, 220, .26), 0 0 32px rgba(32, 207, 255, .11);
	color: #fff !important;
}

.ant-button-primary:hover {
	box-shadow: 0 16px 42px rgba(74, 55, 220, .38), 0 0 42px rgba(32, 207, 255, .18);
}

.ant-button-primary span {
	font-size: 17px;
	font-weight: 400;
}

.ant-button-ghost {
	border-color: rgba(255, 255, 255, .28);
	color: #fff !important;
}

.ant-button-ghost:hover {
	background: rgba(255, 255, 255, .055);
	border-color: rgba(255, 255, 255, .55);
}

.ant-hero-proof {
	backdrop-filter: blur(16px);
	background: rgba(5, 5, 12, .64);
	border: 1px solid rgba(255, 255, 255, .11);
	border-bottom: 0;
	bottom: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	left: 50%;
	max-width: 820px;
	position: absolute;
	transform: translateX(-50%);
	width: calc(100% - 48px);
	z-index: 3;
}

.ant-hero-proof div {
	align-items: center;
	display: flex;
	gap: 15px;
	justify-content: center;
	min-height: 88px;
	padding: 18px 22px;
}

.ant-hero-proof div + div {
	border-left: 1px solid var(--ant-line);
}

.ant-hero-proof b {
	color: var(--ant-blue);
	font-family: var(--ant-serif);
	font-size: 21px;
	font-weight: 400;
}

.ant-hero-proof span {
	color: #c3c6d0;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
}

/* Intro */
.ant-intro {
	background:
		radial-gradient(circle at 8% 82%, rgba(24, 183, 255, .18), transparent 30%),
		radial-gradient(circle at 84% 20%, rgba(152, 79, 255, .25), transparent 33%),
		linear-gradient(125deg, #040711 0%, #0a1030 46%, #180b2d 100%);
	overflow: hidden;
}

.ant-intro::before {
	background: linear-gradient(112deg, transparent 20%, rgba(31, 204, 255, .13) 44%, rgba(161, 86, 255, .17) 56%, transparent 78%);
	content: "";
	filter: blur(34px);
	inset: 14% -10%;
	pointer-events: none;
	position: absolute;
	transform: rotate(-5deg);
}

.ant-intro-grid {
	display: grid;
	gap: 100px;
	grid-template-columns: .55fr 1.45fr;
}

.ant-intro h2,
.ant-heading h2,
.ant-crystal-copy h2,
.ant-story-copy h2,
.ant-launch h2 {
	font-size: clamp(43px, 5vw, 67px);
	letter-spacing: -.04em;
	line-height: 1.02;
}

.ant-intro-grid > div > p {
	color: var(--ant-muted);
	font-size: 16px;
	line-height: 1.9;
	margin-top: 28px !important;
	max-width: 690px;
}

/* Headings */
.ant-heading {
	align-items: end;
	display: flex;
	gap: 60px;
	justify-content: space-between;
	margin-bottom: 62px;
}

.ant-heading .ant-kicker,
.ant-crystal-copy .ant-kicker,
.ant-story-copy .ant-kicker,
.ant-launch .ant-kicker {
	margin-bottom: 22px;
}

.ant-heading > p {
	color: var(--ant-muted);
	font-size: 13px;
	line-height: 1.7;
	max-width: 360px;
}

/* Products */
.ant-range {
	background:
		radial-gradient(circle at 6% 18%, rgba(22, 172, 255, .2), transparent 28%),
		radial-gradient(circle at 92% 26%, rgba(139, 70, 255, .23), transparent 31%),
		radial-gradient(circle at 52% 94%, rgba(43, 87, 255, .15), transparent 30%),
		linear-gradient(155deg, #07101f 0%, #0d1028 47%, #160b29 100%);
	border-block: 1px solid rgba(92, 186, 255, .16);
}

.ant-range::before {
	background-image: radial-gradient(rgba(126, 218, 255, .65) .7px, transparent .8px);
	background-size: 15px 15px;
	content: "";
	inset: 0;
	mask-image: radial-gradient(ellipse at 50% 42%, #000 0%, transparent 72%);
	opacity: .22;
	pointer-events: none;
	position: absolute;
}

.ant-products {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ant-product-card {
	background: linear-gradient(155deg, rgba(25, 31, 61, .98), rgba(13, 10, 35, .99));
	border: 1px solid rgba(114, 185, 255, .2);
	min-width: 0;
	overflow: hidden;
	position: relative;
	transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.ant-product-card:hover {
	border-color: rgba(156, 112, 255, .72);
	box-shadow: 0 26px 70px rgba(0, 0, 0, .34), 0 0 54px rgba(92, 62, 235, .19);
	transform: translateY(-6px);
}

.ant-product-mag { box-shadow: inset 0 1px 0 rgba(74, 213, 255, .16), 0 18px 60px rgba(26, 105, 255, .08); }
.ant-product-multi { border-color: rgba(229, 150, 255, .3); box-shadow: inset 0 1px 0 rgba(255, 197, 106, .18), 0 18px 60px rgba(169, 62, 255, .12); }
.ant-product-kyro { border-color: rgba(255, 155, 65, .24); box-shadow: inset 0 1px 0 rgba(255, 184, 91, .14), 0 18px 60px rgba(255, 119, 31, .07); }
.ant-product-salt { border-color: rgba(113, 202, 255, .25); box-shadow: inset 0 1px 0 rgba(101, 218, 255, .15), 0 18px 60px rgba(39, 153, 255, .08); }

.ant-product-media {
	aspect-ratio: 4 / 5;
	background: #020207;
	overflow: hidden;
	position: relative;
}

.ant-photo-media::after,
.ant-mag-media::after,
.ant-multi-media::after {
	background: linear-gradient(180deg, transparent 62%, rgba(3, 3, 9, .96));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.ant-photo-media img {
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	transition: transform .55s ease;
	width: 100%;
}

.ant-product-card:hover .ant-photo-media img {
	transform: scale(1.035);
}

.ant-status {
	background: rgba(3, 3, 9, .72);
	border: 1px solid rgba(255, 255, 255, .23);
	border-radius: 999px;
	color: #fff;
	font-size: 8px;
	font-weight: 850;
	left: 18px;
	letter-spacing: .15em;
	padding: 8px 11px;
	position: absolute;
	text-transform: uppercase;
	top: 18px;
	z-index: 4;
}

.ant-product-mag .ant-status {
	border-color: rgba(104, 205, 255, .46);
	color: #a7ecff;
}

.ant-product-multi .ant-status {
	border-color: rgba(255, 194, 105, .62);
	color: #ffe0a6;
}

.ant-product-kyro .ant-status {
	border-color: rgba(255, 157, 62, .5);
	color: #ffd19a;
}

.ant-product-salt .ant-status {
	border-color: rgba(83, 178, 255, .52);
	color: #b0e7ff;
}

.ant-mag-media {
	align-items: flex-end;
	background:
		radial-gradient(circle at 50% 62%, rgba(122, 63, 255, .42), transparent 32%),
		linear-gradient(150deg, #02040d 0%, #06112a 52%, #12072b 100%);
	display: flex;
	justify-content: center;
	padding-bottom: 9%;
}

.ant-mag-media::before {
	background:
		linear-gradient(135deg, transparent 42%, rgba(32, 207, 255, .18) 42.5%, transparent 43%),
		linear-gradient(45deg, transparent 62%, rgba(167, 109, 255, .15) 62.5%, transparent 63%);
	content: "";
	inset: 0;
	position: absolute;
}

.ant-multi-media {
	align-items: flex-end;
	background:
		radial-gradient(circle at 50% 42%, rgba(255, 166, 65, .28), transparent 26%),
		radial-gradient(circle at 24% 58%, rgba(26, 205, 255, .32), transparent 30%),
		radial-gradient(circle at 78% 55%, rgba(210, 65, 255, .34), transparent 31%),
		linear-gradient(145deg, #06132a 0%, #11113b 44%, #2a0d35 76%, #2a140b 100%);
	display: flex;
	justify-content: center;
	padding-bottom: 7%;
}

.ant-multi-media::before {
	background-image: radial-gradient(rgba(255, 231, 166, .78) .75px, transparent .85px);
	background-size: 12px 12px;
	content: "";
	inset: 0;
	mask-image: radial-gradient(circle at center, #000, transparent 70%);
	opacity: .32;
	pointer-events: none;
	position: absolute;
}

.ant-multi-orbit {
	border: 1px solid rgba(255, 190, 92, .38);
	border-radius: 50%;
	box-shadow: 0 0 48px rgba(95, 208, 255, .18), inset 0 0 50px rgba(191, 74, 255, .12);
	height: 64%;
	position: absolute;
	top: 16%;
	transform: rotate(-12deg);
	width: 76%;
	z-index: 1;
}

.ant-multi-bottle {
	display: block;
	filter: drop-shadow(0 28px 28px rgba(0, 0, 0, .58)) drop-shadow(-10px 0 24px rgba(28, 199, 255, .18)) drop-shadow(10px 0 24px rgba(205, 69, 255, .2));
	height: 88%;
	object-fit: contain;
	position: relative;
	transition: transform .55s ease;
	width: auto;
	z-index: 2;
}

.ant-product-card:hover .ant-multi-bottle {
	transform: scale(1.025);
}

.ant-mag-bottle {
	display: block;
	filter: drop-shadow(0 28px 27px rgba(0, 0, 0, .62)) drop-shadow(0 0 28px rgba(103, 62, 255, .18));
	height: auto;
	max-height: 88%;
	object-fit: contain;
	position: relative;
	width: 46%;
	z-index: 2;
}

.ant-mag-cap {
	background: repeating-linear-gradient(90deg, #ad7d37 0, #d6ad68 3px, #936426 6px);
	border: 1px solid #e6c47e;
	border-radius: 10px 10px 5px 5px;
	box-shadow: inset 0 6px 8px rgba(255,255,255,.22), 0 4px 7px rgba(0,0,0,.45);
	height: 40px;
	margin: 0 auto -4px;
	position: relative;
	width: 83%;
	z-index: 2;
}

.ant-mag-body {
	align-items: center;
	background: linear-gradient(90deg, #06070a 0%, #202329 45%, #090a0d 100%);
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 23% 23% 13% 13% / 12% 12% 8% 8%;
	box-shadow: inset 16px 0 24px rgba(0,0,0,.78), inset -13px 0 22px rgba(0,0,0,.75), inset 0 1px 1px rgba(255,255,255,.18);
	display: flex;
	flex-direction: column;
	height: 290px;
	justify-content: center;
	overflow: hidden;
	padding: 50px 15px 32px;
	position: relative;
	text-align: center;
}

.ant-mag-body::before {
	background: radial-gradient(circle, rgba(38, 183, 255, .25), transparent 55%);
	content: "";
	height: 150px;
	position: absolute;
	right: -70px;
	top: 50px;
	width: 150px;
}

.ant-mag-body img {
	background: #000;
	margin-bottom: 20px;
	position: relative;
	width: 86%;
}

.ant-mag-body strong {
	color: var(--ant-gold-light);
	font-family: var(--ant-serif);
	font-size: clamp(13px, 1.25vw, 18px);
	font-weight: 400;
	letter-spacing: .08em;
	position: relative;
}

.ant-mag-body b {
	color: #bfcae0;
	font-size: 6px;
	letter-spacing: .15em;
	margin-top: 6px;
	position: relative;
	text-transform: uppercase;
}

.ant-mag-body small {
	border-top: 1px solid rgba(205, 164, 95, .55);
	color: #aeb3c0;
	font-size: 6px;
	letter-spacing: .12em;
	margin-top: 15px;
	padding-top: 12px;
	position: relative;
}

.ant-mag-crystals {
	bottom: 0;
	height: 38%;
	inset-inline: 0;
	position: absolute;
	z-index: 1;
}

.ant-mag-crystals i {
	background: linear-gradient(145deg, rgba(116, 225, 255, .9), rgba(39, 88, 255, .45) 47%, rgba(127, 52, 255, .88));
	box-shadow: 0 0 24px rgba(57, 182, 255, .42);
	clip-path: polygon(50% 0, 100% 28%, 82% 100%, 17% 100%, 0 28%);
	position: absolute;
}

.ant-mag-crystals i:nth-child(1) { bottom: 4%; height: 84%; left: 7%; transform: rotate(-14deg); width: 12%; }
.ant-mag-crystals i:nth-child(2) { bottom: -4%; height: 56%; left: 21%; transform: rotate(9deg); width: 10%; }
.ant-mag-crystals i:nth-child(3) { bottom: 0; height: 74%; right: 9%; transform: rotate(15deg); width: 13%; }
.ant-mag-crystals i:nth-child(4) { bottom: -5%; height: 48%; right: 24%; transform: rotate(-8deg); width: 9%; }

.ant-product-copy {
	min-height: 326px;
	padding: 30px 28px 34px;
}

.ant-product-number {
	color: var(--ant-blue);
	font-size: 8px;
	font-weight: 850;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.ant-product-kyro .ant-product-number {
	color: var(--ant-amber);
}

.ant-product-multi .ant-product-number {
	color: #ffc66d;
}

.ant-product-multi .ant-product-icon svg {
	color: #d98cff;
}

.ant-product-salt .ant-product-number {
	color: #72d6ff;
}

.ant-product-copy h3 {
	font-size: 31px;
	letter-spacing: -.025em;
	line-height: 1.05;
	margin-top: 13px;
}

.ant-product-copy > p:not(.ant-product-number) {
	color: var(--ant-muted);
	font-size: 13px;
	line-height: 1.78;
	margin-top: 18px;
}

.ant-product-copy ul {
	border-top: 1px solid var(--ant-line);
	display: flex;
	flex-wrap: wrap;
	gap: 9px 16px;
	list-style: none;
	margin: 24px 0 0;
	padding: 19px 0 0;
}

.ant-product-copy li {
	align-items: center;
	color: #c7c9d2;
	display: flex;
	font-size: 9px;
	font-weight: 700;
	gap: 7px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ant-product-copy li svg,
.ant-product-icon svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.4;
}

.ant-product-copy li svg {
	color: var(--ant-blue);
	height: 15px;
	width: 15px;
}

.ant-product-icon {
	align-items: center;
	border-top: 1px solid var(--ant-line);
	color: #c8cad4;
	display: flex;
	font-size: 9px;
	font-weight: 750;
	gap: 10px;
	letter-spacing: .09em;
	margin-top: 24px;
	padding-top: 19px;
	text-transform: uppercase;
}

.ant-product-icon svg {
	color: var(--ant-gold-light);
	height: 22px;
	width: 22px;
}

.ant-product-salt .ant-product-icon svg {
	color: var(--ant-blue);
}

/* Crystal story */
.ant-crystal-story {
	background:
		radial-gradient(circle at 86% 32%, rgba(148, 75, 255, .26), transparent 32%),
		radial-gradient(circle at 70% 90%, rgba(29, 179, 255, .14), transparent 34%),
		linear-gradient(125deg, #040717 0%, #101338 54%, #220d36 100%);
	padding-block: 0;
}

.ant-crystal-grid {
	align-items: stretch;
	display: grid;
	grid-template-columns: 1.25fr .75fr;
	max-width: 1440px;
	padding-inline: 0;
}

.ant-crystal-art {
	background-image:
		linear-gradient(90deg, rgba(3,3,9,.02), rgba(7,10,28,.02) 66%, #111337 100%),
		var(--ant-hero-image);
	background-position: 66% center;
	background-size: cover;
	min-height: 710px;
	position: relative;
}

.ant-crystal-art::after {
	background: linear-gradient(0deg, #0b1030, transparent 24%);
	content: "";
	inset: 0;
	position: absolute;
}

.ant-crystal-copy {
	align-self: center;
	padding: 90px 46px 90px 72px;
}

.ant-crystal-copy > p:not(.ant-kicker) {
	color: var(--ant-muted);
	font-size: 15px;
	line-height: 1.86;
	margin-top: 28px;
	max-width: 450px;
}

.ant-spectrum {
	display: flex;
	gap: 10px;
	margin-top: 38px;
}

.ant-spectrum i {
	border-radius: 999px;
	box-shadow: 0 0 18px currentColor;
	display: block;
	height: 8px;
	width: 46px;
}

.ant-spectrum i:nth-child(1) { background: var(--ant-blue); color: rgba(32, 207, 255, .45); }
.ant-spectrum i:nth-child(2) { background: #376fff; color: rgba(55, 111, 255, .45); }
.ant-spectrum i:nth-child(3) { background: var(--ant-violet); color: rgba(167, 109, 255, .45); }
.ant-spectrum i:nth-child(4) { background: var(--ant-gold); color: rgba(201, 157, 85, .35); }

/* Standard */
.ant-standard {
	background:
		radial-gradient(circle at 10% 22%, rgba(25, 178, 255, .19), transparent 29%),
		radial-gradient(circle at 87% 68%, rgba(142, 67, 255, .22), transparent 34%),
		linear-gradient(145deg, #071323 0%, #111535 48%, #1a0d31 100%);
	border-block: 1px solid rgba(108, 193, 255, .16);
}

.ant-pillars {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 62px;
}

.ant-pillars article {
	background: linear-gradient(145deg, rgba(37, 72, 115, .22), rgba(15, 18, 43, .82));
	border: 1px solid rgba(100, 190, 255, .2);
	min-height: 390px;
	padding: 38px 34px;
	position: relative;
	transition: background .3s ease, border-color .3s ease;
}

.ant-pillars article:nth-child(2) {
	background: linear-gradient(145deg, rgba(91, 53, 151, .26), rgba(21, 17, 49, .84));
	border-color: rgba(176, 113, 255, .22);
}

.ant-pillars article:nth-child(3) {
	background: linear-gradient(145deg, rgba(97, 65, 42, .24), rgba(29, 18, 43, .84));
	border-color: rgba(237, 185, 105, .2);
}

.ant-pillars article:hover {
	background: linear-gradient(145deg, rgba(78, 114, 181, .26), rgba(65, 32, 122, .3));
	border-color: rgba(143, 205, 255, .5);
}

.ant-pillars article > span {
	color: rgba(173, 217, 255, .14);
	font-family: var(--ant-serif);
	font-size: 92px;
	line-height: 1;
	position: absolute;
	right: 24px;
	top: 20px;
}

.ant-pillars article > i {
	align-items: center;
	border: 1px solid rgba(101, 195, 255, .26);
	border-radius: 50%;
	color: var(--ant-blue);
	display: flex;
	height: 62px;
	justify-content: center;
	position: relative;
	width: 62px;
}

.ant-pillars article:nth-child(2) > i { border-color: rgba(167,109,255,.3); color: var(--ant-violet); }
.ant-pillars article:nth-child(3) > i { border-color: rgba(201,157,85,.3); color: var(--ant-gold-light); }

.ant-pillars svg {
	fill: none;
	height: 27px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.2;
	width: 27px;
}

.ant-pillars h3 {
	font-size: 29px;
	margin-top: 78px;
}

.ant-pillars p {
	color: var(--ant-muted);
	font-size: 13px;
	line-height: 1.8;
	margin-top: 16px;
	max-width: 315px;
}

/* Story */
.ant-story {
	background:
		radial-gradient(circle at 18% 48%, rgba(34, 185, 255, .24), transparent 31%),
		radial-gradient(circle at 84% 30%, rgba(155, 77, 255, .24), transparent 34%),
		radial-gradient(circle at 72% 88%, rgba(230, 157, 81, .1), transparent 24%),
		linear-gradient(130deg, #06111e, #101238 52%, #210d35);
}

.ant-story-grid {
	align-items: center;
	display: grid;
	gap: 100px;
	grid-template-columns: .9fr 1.1fr;
}

.ant-story-mark {
	align-items: center;
	aspect-ratio: 1 / 1;
	background:
		radial-gradient(circle, rgba(91, 54, 211, .4), transparent 56%),
		repeating-radial-gradient(circle, transparent 0 62px, rgba(64, 202, 255, .16) 63px, transparent 64px 102px);
	border: 1px solid rgba(108, 204, 255, .21);
	box-shadow: 0 0 90px rgba(79, 67, 226, .18), inset 0 0 70px rgba(31, 190, 255, .06);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	position: relative;
}

.ant-story-mark::before,
.ant-story-mark::after {
	border: 1px solid rgba(167, 109, 255, .15);
	border-radius: 50%;
	content: "";
	position: absolute;
}

.ant-story-mark::before { inset: 9%; }
.ant-story-mark::after { inset: 20%; border-color: rgba(32, 207, 255, .13); }

.ant-story-mark img {
	background: #000;
	position: relative;
	width: 68%;
	z-index: 2;
}

.ant-story-copy > p:not(.ant-kicker) {
	color: var(--ant-muted);
	font-size: 15px;
	line-height: 1.9;
	margin-top: 28px;
	max-width: 590px;
}

.ant-text-link {
	align-items: center;
	border-bottom: 1px solid rgba(167, 109, 255, .6);
	color: #fff !important;
	display: inline-flex;
	font-size: 10px;
	font-weight: 850;
	gap: 22px;
	letter-spacing: .14em;
	margin-top: 35px;
	padding-bottom: 8px;
	text-transform: uppercase;
	transition: border-color .2s ease, color .2s ease;
}

.ant-text-link:hover {
	border-color: var(--ant-blue);
	color: var(--ant-blue) !important;
}

/* Launch */
.ant-launch {
	background:
		linear-gradient(rgba(6, 5, 20, .52), rgba(10, 5, 26, .72)),
		var(--ant-hero-image);
	background-position: center 65%;
	background-size: cover;
	border-top: 1px solid rgba(255, 255, 255, .08);
	text-align: center;
}

.ant-launch::before {
	background:
		radial-gradient(circle at 38% 48%, rgba(25, 205, 255, .22), transparent 34%),
		radial-gradient(circle at 64% 42%, rgba(151, 75, 255, .32), transparent 38%),
		linear-gradient(90deg, rgba(6, 17, 42, .28), rgba(32, 10, 55, .24));
	content: "";
	inset: 0;
	position: absolute;
}

.ant-launch-inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	z-index: 2;
}

.ant-launch-icon {
	align-items: center;
	border: 1px solid rgba(234, 206, 146, .32);
	border-radius: 50%;
	color: var(--ant-gold-light);
	display: flex;
	height: 72px;
	justify-content: center;
	margin-bottom: 32px;
	width: 72px;
}

.ant-launch-icon svg {
	fill: none;
	height: 33px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.1;
	width: 33px;
}

.ant-launch-inner > p:not(.ant-kicker) {
	color: #b9bdc9;
	font-size: 15px;
	margin-top: 25px;
}

.ant-launch .ant-button {
	margin-top: 34px;
}

/* Footer */
.ant-footer {
	background:
		radial-gradient(circle at 12% 0%, rgba(26, 177, 255, .15), transparent 30%),
		radial-gradient(circle at 88% 15%, rgba(143, 72, 255, .17), transparent 32%),
		linear-gradient(125deg, #030713, #0b0d25 52%, #14091f);
	border-top: 1px solid rgba(103, 192, 255, .16);
	padding: 68px 0 28px;
}

.ant-footer-main {
	align-items: center;
	display: flex;
	gap: 60px;
	justify-content: space-between;
}

.ant-footer-main > div:first-child img {
	background: #000;
	width: 230px;
}

.ant-footer-main > div:first-child p {
	color: #989daf;
	font-family: var(--ant-serif);
	font-size: 12px;
	letter-spacing: .06em;
	margin-top: 8px;
}

.ant-footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.ant-footer-links a {
	color: #aeb1bd !important;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
	transition: color .2s ease;
}

.ant-footer-links a:hover {
	color: var(--ant-blue) !important;
}

.ant-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, .075);
	color: #858a9d;
	display: flex;
	font-size: 9px;
	justify-content: space-between;
	letter-spacing: .12em;
	margin-top: 46px;
	padding-top: 25px;
	text-transform: uppercase;
}

/* Reveal enhancement */
.ant-home.ant-js .ant-reveal {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1);
}

.ant-home.ant-js .ant-reveal.ant-visible {
	opacity: 1;
	transform: translateY(0);
}

.ant-home.ant-js .ant-products .ant-reveal:nth-child(2),
.ant-home.ant-js .ant-pillars .ant-reveal:nth-child(2) { transition-delay: .08s; }
.ant-home.ant-js .ant-products .ant-reveal:nth-child(3),
.ant-home.ant-js .ant-pillars .ant-reveal:nth-child(3) { transition-delay: .16s; }

/* Tablet */
@media (max-width: 1050px) {
	.ant-section { padding-block: 102px; }
	.ant-primary-menu { gap: 24px; }
	.ant-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ant-crystal-grid { grid-template-columns: 1fr 1fr; }
	.ant-crystal-copy { padding-inline: 42px 30px; }
	.ant-crystal-art { min-height: 650px; }
	.ant-story-grid { gap: 60px; }
}

/* Mobile navigation and stacked layout */
@media (max-width: 820px) {
	.ant-shell { padding-inline: 22px; }
	.ant-section { padding-block: 84px; }
	.ant-nav-inner { height: 76px; }
	.ant-nav-logo { width: 145px; }
	.ant-menu-button { display: block; }
	.ant-primary-menu {
		align-items: stretch;
		background: rgba(3, 3, 9, .98);
		border-bottom: 1px solid var(--ant-line);
		display: flex;
		flex-direction: column;
		gap: 0;
		inset: 76px 0 auto;
		opacity: 0;
		padding: 10px 22px 24px;
		pointer-events: none;
		position: absolute;
		transform: translateY(-12px);
		transition: opacity .22s ease, transform .22s ease;
	}
	.ant-primary-menu > a { border-bottom: 1px solid rgba(255,255,255,.07); padding: 17px 4px; }
	.ant-primary-menu > a:not(.ant-nav-cta)::after { display: none; }
	.ant-primary-menu .ant-nav-cta { border: 0; border-bottom: 1px solid rgba(255,255,255,.07); border-radius: 0; box-shadow: none; }
	.ant-site-nav.ant-menu-open .ant-primary-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
	.ant-site-nav.ant-menu-open .ant-menu-button i:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
	.ant-site-nav.ant-menu-open .ant-menu-button i:nth-of-type(2) { opacity: 0; }
	.ant-site-nav.ant-menu-open .ant-menu-button i:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }

	.ant-hero {
		background-image:
			linear-gradient(180deg, rgba(2,2,7,.7) 0%, rgba(2,2,7,.84) 55%, var(--ant-black) 100%),
			var(--ant-hero-image);
		background-position: 63% center;
		min-height: auto;
	}
	.ant-hero::before { display: none; }
	.ant-hero-inner { align-items: flex-start; min-height: 770px; }
	.ant-hero-copy { max-width: 610px; padding: 92px 0 172px; }
	.ant-hero h1 { font-size: clamp(50px, 12vw, 72px); }
	.ant-hero-logo { width: min(330px, 82vw); }
	.ant-hero-proof { width: calc(100% - 28px); }
	.ant-hero-proof div { gap: 8px; min-height: 80px; padding: 12px 9px; }
	.ant-hero-proof b { font-size: 17px; }
	.ant-hero-proof span { font-size: 7px; letter-spacing: .09em; }

	.ant-intro-grid { gap: 28px; grid-template-columns: 1fr; }
	.ant-heading { align-items: flex-start; flex-direction: column; gap: 24px; }
	.ant-intro h2,
	.ant-heading h2,
	.ant-crystal-copy h2,
	.ant-story-copy h2,
	.ant-launch h2 { font-size: clamp(40px, 9vw, 58px); }

	.ant-crystal-grid { grid-template-columns: 1fr; }
	.ant-crystal-art { background-position: 69% center; min-height: 530px; }
	.ant-crystal-copy { padding: 76px 22px 90px; }
	.ant-crystal-copy > p:not(.ant-kicker) { max-width: 620px; }

	.ant-pillars { grid-template-columns: 1fr; }
	.ant-pillars article { min-height: 330px; }
	.ant-pillars h3 { margin-top: 58px; }

	.ant-story-grid { gap: 58px; grid-template-columns: 1fr; }
	.ant-story-mark { margin-inline: auto; max-width: 510px; width: 100%; }

	.ant-footer-main { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
	.ant-shell { padding-inline: 18px; }
	.ant-section { padding-block: 72px; }
	.ant-hero-inner { min-height: 720px; }
	.ant-hero-copy { padding-top: 72px; }
	.ant-hero h1 { font-size: clamp(45px, 13.8vw, 64px); }
	.ant-hero-lede { font-size: 15px; }
	.ant-actions { align-items: stretch; flex-direction: column; }
	.ant-button { width: 100%; }
	.ant-hero-proof { grid-template-columns: repeat(3, minmax(0,1fr)); }
	.ant-hero-proof div { align-items: flex-start; flex-direction: column; justify-content: center; }
	.ant-products { grid-template-columns: 1fr; }
	.ant-product-mag { display: block; grid-column: auto; }
	.ant-product-mag .ant-product-copy { display: block; min-height: auto; }
	.ant-product-mag .ant-product-media,
	.ant-product-media { aspect-ratio: 4 / 5; }
	.ant-mag-bottle { width: 46%; }
	.ant-product-copy { min-height: auto; padding: 27px 23px 30px; }
	.ant-crystal-art { min-height: 440px; }
	.ant-spectrum i { width: 38px; }
	.ant-pillars article { padding: 32px 27px; }
	.ant-footer { padding-top: 54px; }
	.ant-footer-links { gap: 22px; }
	.ant-footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (max-width: 390px) {
	.ant-nav-logo { width: 132px; }
	.ant-hero-copy { padding-top: 58px; }
	.ant-hero h1 { font-size: 44px; }
	.ant-hero-proof span { font-size: 6px; }
	.ant-mag-body { height: 250px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.ant-home *,
	.ant-home *::before,
	.ant-home *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
	.ant-home.ant-js .ant-reveal { opacity: 1; transform: none; }
}


/* Locked product-range artwork — 2.2.0 */
.ant-range-locked {
	background: #020207;
	padding: 0;
}
.ant-range-locked-inner {
	margin: 0 auto;
	max-width: 1240px;
	width: 100%;
}
.ant-range-locked img {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 100%;
}
@media (max-width: 760px) {
	.ant-range-locked-inner {
		overflow: visible;
		max-width: 100%;
	}
	.ant-range-locked img {
		max-width: 100%;
		min-width: 0;
		transform: none;
		width: 100%;
	}
}

/* Four clickable product cards — 2.3.0 */
.ant-product-range{background:#020207;padding:42px 0 74px}
.ant-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.ant-product-card{background:#080812;border:1px solid rgba(172,121,255,.24);border-radius:18px;box-shadow:0 18px 50px rgba(0,0,0,.35);display:block;overflow:hidden;text-decoration:none;transition:transform .2s ease,border-color .2s ease}
.ant-product-card:hover,.ant-product-card:focus{border-color:rgba(214,177,255,.72);transform:translateY(-4px)}
.ant-product-card img{display:block;height:auto;width:100%}
.ant-product-card span{align-items:center;color:#f2e7ff;display:flex;font-size:13px;font-weight:800;justify-content:space-between;letter-spacing:.08em;padding:14px 18px;text-transform:uppercase}
.ant-product-detail{background:#020207;min-height:100vh;padding:110px 0 80px}
.ant-product-detail-inner{max-width:1050px}
.ant-product-back{color:#cdb4ff;display:inline-block;margin-bottom:24px;text-decoration:none}
.ant-product-detail-grid{align-items:center;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:48px}
.ant-product-detail-grid>img{border:1px solid rgba(172,121,255,.24);border-radius:20px;box-shadow:0 24px 70px rgba(0,0,0,.45);height:auto;width:100%}
.ant-product-detail h1{color:#fff;font-family:Georgia,serif;font-size:clamp(42px,6vw,72px);line-height:1.02;margin:12px 0 22px}
.ant-product-detail p{color:#b8bed0;font-size:18px;line-height:1.75}
.ant-coming-soon{border:1px solid rgba(208,165,255,.35);border-radius:999px;color:#e0c6ff;display:inline-block;font-size:12px;font-weight:800;letter-spacing:.14em;margin:10px 0 24px;padding:9px 14px;text-transform:uppercase}
@media(max-width:760px){.ant-product-range{padding:24px 0 48px}.ant-product-grid{grid-template-columns:1fr;gap:14px}.ant-product-card span{font-size:11px}.ant-product-detail{padding:70px 0 50px}.ant-product-detail-grid{grid-template-columns:1fr;gap:28px}.ant-product-detail h1{font-size:42px}.ant-product-detail p{font-size:16px}}
