:root {
	--spa-navy: #15142F;
	--spa-navy-deep: #1C1B45;
	--spa-navy-soft: #2A2958;
	--spa-glow-navy: #34336B;
	--spa-bone: #F7F3EA;
	--spa-bone-2: #F2ECDD;
	--spa-cream: #FCF8EF;
	--spa-gold: #F5C67F;
	--spa-gold-deep: #C9A876;
	--spa-ink: #2B2A4A;
	--spa-text: #46446A;
	--spa-dim: #8E89A8;
	--spa-line: rgba(201, 168, 118, .24);
	--spa-wrap: 1220px;
	--spa-gut: clamp(22px, 4.9vw, 60px);
	--spa-display: "Marcellus", Georgia, serif;
	--spa-body: "Outfit", "Helvetica Neue", Arial, sans-serif;
}

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

html {
	scroll-behavior: smooth;
}

body.antimatter-theme {
	margin: 0;
	background: var(--spa-bone);
	color: var(--spa-text);
	font-family: var(--spa-body);
	font-size: 18px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

body.antimatter-theme a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: .18em;
}

body.antimatter-theme img {
	display: block;
	max-width: 100%;
	height: auto;
}

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

.screen-reader-text:focus {
	z-index: 100000;
	top: 12px;
	left: 12px;
	display: block;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	background: var(--spa-cream);
	color: var(--spa-navy);
}

.spa-main {
	background: linear-gradient(180deg, var(--spa-bone), var(--spa-bone-2));
	min-height: 45vh;
}

.spa-wrap {
	width: min(var(--spa-wrap), 100%);
	margin: 0 auto;
	padding-right: var(--spa-gut);
	padding-left: var(--spa-gut);
}

.spa-article-wrap {
	max-width: 860px;
}

.spa-hero {
	position: relative;
	overflow: hidden;
	padding: 92px 0 84px;
	background:
		radial-gradient(760px 460px at 78% 0%, rgba(245, 198, 127, .08), transparent 60%),
		linear-gradient(150deg, var(--spa-navy-deep) 0%, var(--spa-navy) 62%, #14132B 100%);
	color: #F6F1E7;
}

.spa-single-hero {
	display: flex;
	align-items: center;
	min-height: clamp(520px, 72vh, 760px);
}

.spa-single-hero .spa-wrap {
	position: relative;
	z-index: 1;
}

.spa-single-hero--image {
	background:
		linear-gradient(90deg, rgba(12, 11, 31, .94) 0%, rgba(12, 11, 31, .86) 38%, rgba(12, 11, 31, .58) 70%, rgba(12, 11, 31, .44) 100%),
		linear-gradient(180deg, rgba(12, 11, 31, .34), rgba(12, 11, 31, .82)),
		var(--spa-hero-image) center center / cover no-repeat;
}

.spa-single-hero--image::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(680px 420px at 30% 42%, rgba(245, 198, 127, .12), transparent 62%),
		rgba(12, 11, 31, .16);
	pointer-events: none;
}

.spa-hero h1 {
	max-width: 980px;
	margin: 14px 0 0;
	color: #F6F1E7;
	font-family: var(--spa-display);
	font-size: 76px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
}

.spa-hero p {
	max-width: 680px;
	margin: 18px 0 0;
	color: rgba(247, 243, 234, .82);
	font-size: 20px;
	line-height: 1.7;
}

.spa-eyebrow {
	display: inline-flex;
	align-items: center;
	color: var(--spa-gold);
	font-family: var(--spa-body);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .2em;
	line-height: 1.3;
	text-transform: uppercase;
}

.spa-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	margin-top: 18px;
	color: rgba(247, 243, 234, .62);
	font-size: 13px;
	letter-spacing: .06em;
}

.spa-meta span::before {
	content: "/";
	margin-right: 16px;
	color: rgba(201, 168, 118, .46);
}

.spa-section {
	padding: 82px 0 104px;
}

.spa-booking-page-main,
.spa-booking-page-section {
	background: var(--spa-cream);
}

.spa-booking-page-section {
	padding: clamp(34px, 5vw, 62px) 0 0;
}

.spa-booking-page-wrap {
	max-width: none;
}

.spa-booking-entry-content {
	background: var(--spa-cream);
}

.spa-entry-content {
	color: var(--spa-text);
	font-size: 18px;
	line-height: 1.85;
}

.spa-entry-content > *:first-child {
	margin-top: 0;
}

.spa-entry-content > *:last-child {
	margin-bottom: 0;
}

.spa-entry-content h2,
.spa-entry-content h3,
.spa-entry-content h4,
.spa-entry-content h5,
.spa-entry-content h6 {
	margin: 42px 0 12px;
	color: var(--spa-ink);
	font-family: var(--spa-display);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.18;
}

.spa-entry-content h2 {
	padding-bottom: 12px;
	border-bottom: 1px solid var(--spa-line);
	font-size: 31px;
}

.spa-entry-content h3 {
	font-size: 26px;
}

.spa-entry-content p,
.spa-entry-content ul,
.spa-entry-content ol {
	margin: 0 0 18px;
}

.spa-entry-content ul,
.spa-entry-content ol {
	padding-left: 1.2em;
}

.spa-entry-content li {
	margin: 8px 0;
}

.spa-entry-content a {
	color: var(--spa-gold-deep);
	font-weight: 500;
}

.spa-featured-image {
	margin: 0 0 36px;
	overflow: hidden;
	border: 1px solid var(--spa-line);
	border-radius: 20px;
	background: var(--spa-cream);
}

.spa-featured-image img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.spa-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 34px;
	padding-top: 24px;
	border-top: 1px solid var(--spa-line);
	color: var(--spa-gold-deep);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.spa-blog-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 56px;
	align-items: start;
}

.posts-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
}

.post-card,
.feat-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	min-width: 0;
	border: 1px solid var(--spa-line);
	border-radius: 20px;
	background: var(--spa-cream);
	color: inherit;
	text-decoration: none;
}

.card-img,
.feat-img {
	display: block;
	position: relative;
	flex: 0 0 auto;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
}

.post-card .card-img {
	aspect-ratio: 16 / 10;
}

.feat-card .feat-img {
	aspect-ratio: 16 / 8;
}

.post-card .ph,
.feat-card .ph {
	display: grid;
	place-items: center;
	overflow: hidden;
	width: 100%;
	height: 100%;
	min-height: 0;
	background:
		radial-gradient(420px 260px at 30% 0%, rgba(245, 198, 127, .16), transparent 62%),
		linear-gradient(150deg, var(--spa-navy-soft), var(--spa-navy));
	color: rgba(247, 243, 234, .72);
}

.post-card .card-img .ph,
.feat-card .feat-img .ph {
	position: absolute;
	inset: 0;
	border-radius: 0;
}

.post-card .ph img,
.feat-card .ph img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	max-width: none;
	object-fit: cover;
	object-position: center;
}

.post-card .tag,
.feat-card .tag {
	padding: 0 24px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .18em;
	text-align: center;
	text-transform: uppercase;
}

.card-body,
.feat-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 26px;
}

.card-meta,
.feat-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin-bottom: 14px;
	color: var(--spa-gold-deep);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.post-card h3,
.feat-card h2 {
	margin: 0 0 12px;
	color: var(--spa-ink);
	font-family: var(--spa-display);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.16;
}

.post-card h3 {
	font-size: 27px;
}

.feat-card h2 {
	font-size: 34px;
}

.post-card h3 a {
	color: inherit;
	text-decoration: none;
}

.post-card p,
.feat-card p {
	margin: 0 0 22px;
	color: var(--spa-text);
	font-size: 16px;
	line-height: 1.7;
}

.link {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	margin-top: auto;
	color: var(--spa-gold-deep);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .16em;
	text-decoration: none;
	text-transform: uppercase;
}

.sidebar {
	position: sticky;
	top: 96px;
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.scard {
	border: 1px solid var(--spa-line);
	border-radius: 20px;
	background: var(--spa-cream);
	padding: 26px;
}

.scard-label {
	margin-bottom: 18px;
	color: var(--spa-gold-deep);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.cats,
.recent-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cats li,
.recent-list li {
	padding: 12px 0;
	border-top: 1px solid var(--spa-line);
}

.cats li:first-child,
.recent-list li:first-child {
	border-top: 0;
}

.cats a {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	color: var(--spa-ink);
	text-decoration: none;
}

.cats .n,
.recent-list .cat {
	color: var(--spa-gold-deep);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.recent-list a {
	color: var(--spa-ink);
	font-family: var(--spa-display);
	font-size: 17px;
	line-height: 1.3;
	text-decoration: none;
}

.recent-list .cat {
	display: block;
	margin-top: 6px;
	font-family: var(--spa-body);
}

.spa-pagination {
	margin-top: 42px;
}

.spa-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.spa-pagination a,
.spa-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	border: 1px solid var(--spa-line);
	border-radius: 999px;
	color: var(--spa-ink);
	text-decoration: none;
}

.spa-pagination .current {
	background: var(--spa-navy);
	color: #F6F1E7;
}

.lmw-blog-empty {
	border: 1px solid var(--spa-line);
	border-radius: 20px;
	background: var(--spa-cream);
	padding: 32px;
	color: var(--spa-text);
}

.spa-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: radial-gradient(circle at 30% 20%, rgba(245, 198, 127, .55), transparent 45%), linear-gradient(150deg, #E8D5B8 0%, var(--spa-gold-deep) 100%);
	color: var(--spa-navy);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .18em;
	padding: 16px 32px;
	text-decoration: none;
	text-transform: uppercase;
}

@media (max-width: 980px) {
	.spa-hero {
		padding: 74px 0 70px;
	}

	.spa-single-hero {
		min-height: 620px;
	}

	.spa-hero h1 {
		font-size: 58px;
	}

	.spa-blog-layout {
		grid-template-columns: 1fr;
	}

	.sidebar {
		position: static;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	body.antimatter-theme {
		font-size: 16px;
	}

	.spa-hero h1 {
		font-size: 44px;
	}

	.spa-single-hero {
		min-height: 560px;
	}

	.spa-single-hero--image {
		background:
			linear-gradient(180deg, rgba(12, 11, 31, .88), rgba(12, 11, 31, .74)),
			var(--spa-hero-image) center center / cover no-repeat;
	}

	.spa-hero p {
		font-size: 18px;
	}

	.spa-section {
		padding: 62px 0 82px;
	}

	.posts-grid,
	.sidebar {
		grid-template-columns: 1fr;
	}

	.card-body,
	.feat-body,
	.scard {
		padding: 22px;
	}
}
