/*
 * Oregon Hot Springs Guide
 *
 * This is deliberately scoped to the established guide page. It borrows the
 * existing Central Oregon region-guide language—large Georgia display type,
 * evergreen/cream/clay/gold palette, photo-led hero, and deliberate mobile
 * rhythm—without changing Divi or any other page on the site.
 */

body.tol-hs-page .entry-header,
body.tol-hs-page .entry-title,
body.tol-hs-page .wp-block-post-title,
body.tol-hs-page .post-meta,
body.tol-hs-page .et_post_meta_wrapper > h1 {
	display: none !important;
}

html:has(.tol-hot-springs),
body.tol-hs-page {
	overflow-x: clip;
}

body.tol-hs-page #main-content .container {
	width: 100% !important;
	max-width: none !important;
	padding-top: 0 !important;
}

body.tol-hs-page #left-area {
	float: none !important;
	width: 100% !important;
	padding-right: 0 !important;
}

body.tol-hs-page #sidebar,
body.tol-hs-page #main-content .container::before {
	display: none !important;
}

body.tol-hs-page .entry-content > .tol-hot-springs,
body.tol-hs-page .wp-block-post-content > .tol-hot-springs {
	width: 100vw;
	max-width: none;
	margin-right: calc(50% - 50vw) !important;
	margin-left: calc(50% - 50vw) !important;
}

.tol-hot-springs {
	--hs-ink: #172d31;
	--hs-pine: #24443e;
	--hs-pine-deep: #16362f;
	--hs-clay: #9a442c;
	--hs-clay-dark: #7c3523;
	--hs-cream: #fbfaf6;
	--hs-sand: #f1ece1;
	--hs-gold: #e2a14a;
	--hs-gold-light: #f2c97a;
	--hs-mist: #e9e2d6;
	--hs-line: #d8d5cc;
	background: var(--hs-cream);
	color: var(--hs-ink);
	font-family: Georgia, "Times New Roman", serif;
	overflow: hidden;
}

.tol-hot-springs *,
.tol-hot-springs *::before,
.tol-hot-springs *::after {
	box-sizing: border-box;
}

.tol-hot-springs :where(h1, h2, h3, p, figure, dl) {
	margin-top: 0;
}

.tol-hot-springs :where(a, summary, .tol-hs__table-wrap):focus-visible {
	outline: 3px solid #fff;
	outline-offset: 4px;
	box-shadow: 0 0 0 6px var(--hs-pine-deep);
}

.tol-hot-springs [id] {
	scroll-margin-top: 92px;
}

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

.tol-hs__shell {
	width: min(1170px, calc(100% - 44px));
	margin-right: auto;
	margin-left: auto;
}

.tol-hs__hero {
	position: relative;
	display: grid;
	min-height: 710px;
	align-items: end;
	isolation: isolate;
	overflow: hidden;
	background: var(--hs-pine-deep);
	color: #fff;
}

.tol-hs__hero-media,
.tol-hs__hero-media img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.tol-hs__hero-media {
	z-index: 0;
}

.tol-hs__hero-media img {
	object-fit: cover;
	object-position: center 51%;
}

.tol-hs__hero::after {
	position: absolute;
	z-index: 1;
	inset: 0;
	content: "";
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(10, 29, 28, .92), rgba(10, 29, 28, .56) 48%, rgba(10, 29, 28, .16)),
		linear-gradient(0deg, rgba(10, 29, 28, .74), transparent 58%);
}

.tol-hs__hero-copy {
	position: relative;
	z-index: 2;
	max-width: min(1170px, calc(100% - 44px));
	padding-top: 48px;
	padding-bottom: 106px;
}

.tol-hs__crumbs {
	display: flex;
	gap: 9px;
	align-items: center;
	margin-bottom: 80px;
	color: #f4e7cf;
	font: 700 12px/1 Arial, sans-serif;
}

.tol-hs__crumbs a {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .55);
	text-decoration: none;
}

.tol-hs__crumbs b {
	color: #f4e7cf;
}

.tol-hs__eyebrow {
	margin-bottom: 14px;
	color: var(--hs-clay);
	font: 800 11px/1.2 Arial, sans-serif;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.tol-hs__hero .tol-hs__eyebrow {
	color: #f5c566;
}

.tol-hot-springs h1,
.tol-hot-springs h2,
.tol-hot-springs h3 {
	color: var(--hs-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 600;
}

.tol-hot-springs h1 {
	max-width: 820px;
	margin-bottom: 20px;
	color: #fff !important;
	font-size: clamp(4rem, 8vw, 7.25rem);
	letter-spacing: -.066em;
	line-height: .88;
}

.tol-hs__deck {
	max-width: 690px;
	margin-bottom: 31px;
	color: #fff;
	font: 19px/1.55 Arial, sans-serif;
	text-shadow: 0 2px 16px rgba(0, 0, 0, .38);
}

.tol-hs__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
	font: 700 14px/1 Arial, sans-serif;
}

.tol-hs__actions > a:not(.tol-hs__button) {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	padding: 10px 2px;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .58);
	text-decoration: none;
}

.tol-hs__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 47px;
	padding: 15px 20px;
	color: var(--hs-ink) !important;
	background: var(--hs-gold);
	border: 0;
	font: 800 13px/1.1 Arial, sans-serif;
	text-decoration: none !important;
	transition: background .18s ease, transform .18s ease;
}

.tol-hs__button:hover {
	background: #f1bd62;
	transform: translateY(-2px);
}

.tol-hs__button--small {
	min-height: 44px;
	padding: 11px 14px;
	font-size: 11px;
}

.tol-hs__button--light {
	color: #fff !important;
	background: rgba(255, 255, 255, .16);
	border: 1px solid rgba(255, 255, 255, .55);
}

.tol-hs__button--light:hover {
	background: rgba(255, 255, 255, .27);
}

.tol-hs__hero-credit {
	position: absolute;
	z-index: 2;
	right: max(22px, calc(50% - 585px));
	bottom: 15px;
	margin: 0;
	color: rgba(255, 255, 255, .82);
	font: 11px/1.4 Arial, sans-serif;
}

.tol-hs__jump {
	position: relative;
	z-index: 2;
	background: #fff;
	border-bottom: 1px solid #ddd9d0;
	font: 700 12px/1 Arial, sans-serif;
}

.tol-hs__jump .tol-hs__shell {
	display: flex;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	-webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 28px), transparent 100%);
	mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 28px), transparent 100%);
}

.tol-hs__jump a {
	padding: 20px 25px 18px 0;
	color: var(--hs-pine);
	white-space: nowrap;
	text-decoration: none;
}

.tol-hs__jump a:hover {
	color: var(--hs-clay);
}

.tol-hs__status {
	padding: 35px 0 38px;
	color: #fff;
	background:
		linear-gradient(115deg, rgba(90, 29, 22, .92), rgba(151, 63, 35, .88)),
		url("https://thatoregonlife.com/wp-content/uploads/2016/11/15068358_1357592467585883_362831944554082388_o.jpg") center / cover;
}

.tol-hs__status-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(250px, .6fr);
	gap: 45px;
	align-items: end;
}

.tol-hs__status .tol-hs__eyebrow {
	margin-bottom: 10px;
	color: #f9d28d;
}

.tol-hs__status h2 {
	margin-bottom: 14px;
	color: #fff;
	font-size: clamp(2.2rem, 4.3vw, 4rem);
	letter-spacing: -.06em;
	line-height: .96;
}

.tol-hs__status p:not(.tol-hs__eyebrow) {
	max-width: 790px;
	margin-bottom: 0;
	color: #fff5eb;
	font: 16px/1.65 Arial, sans-serif;
}

.tol-hs__status-actions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	padding-bottom: 3px;
	font: 700 13px/1.3 Arial, sans-serif;
}

.tol-hs__status-actions > a:not(.tol-hs__button) {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	padding: 10px 0;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .65);
	text-decoration: none;
}

.tol-hs__intro {
	display: grid;
	grid-template-columns: .7fr 1.3fr;
	gap: 75px;
	padding-top: 108px;
	padding-bottom: 98px;
}

.tol-hs__intro h2,
.tol-hs__heading h2,
.tol-hs__shortlists h2,
.tol-hs__methodology h2,
.tol-hs__next h2 {
	margin-bottom: 19px;
	font-size: clamp(2.65rem, 5vw, 4.65rem);
	letter-spacing: -.062em;
	line-height: .96;
}

.tol-hs__intro > div:last-child > p:not(.tol-hs__note) {
	max-width: 700px;
	color: #52625e;
	font: 17px/1.68 Arial, sans-serif;
}

.tol-hs__note {
	margin-top: 29px;
	margin-bottom: 0;
	padding: 18px 20px;
	color: var(--hs-pine-deep);
	background: #eef4ef;
	border-left: 4px solid var(--hs-gold);
	font: 700 14px/1.58 Arial, sans-serif;
}

.tol-hs__section {
	padding: 102px 0;
}

.tol-hs__fit-section {
	background: var(--hs-sand);
}

.tol-hs__heading {
	max-width: 780px;
	margin-bottom: 42px;
}

.tol-hs__heading--wide {
	max-width: 840px;
}

.tol-hs__heading > p:not(.tol-hs__eyebrow) {
	max-width: 730px;
	margin-bottom: 0;
	color: #52625e;
	font: 16px/1.65 Arial, sans-serif;
}

.tol-hs__fit-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.tol-hs__fit {
	position: relative;
	display: flex;
	min-height: 370px;
	flex-direction: column;
	justify-content: flex-end;
	padding: 29px;
	overflow: hidden;
	color: #fff !important;
	background: var(--hs-pine);
	isolation: isolate;
	text-decoration: none !important;
	transition: transform .2s ease;
}

.tol-hs__fit:hover {
	transform: translateY(-4px);
}

.tol-hs__fit--quiet {
	background:
		radial-gradient(circle at 17% 16%, rgba(222, 190, 120, .37), transparent 37%),
		linear-gradient(135deg, #173f39, #25564b);
}

.tol-hs__fit--family {
	background:
		radial-gradient(circle at 83% 14%, rgba(239, 191, 96, .45), transparent 34%),
		linear-gradient(135deg, #1d5360, #355d48);
}

.tol-hs__fit--desert {
	background:
		radial-gradient(circle at 76% 21%, rgba(242, 193, 110, .51), transparent 31%),
		linear-gradient(135deg, #673d2a, #294b45);
}

.tol-hs__fit::before {
	position: absolute;
	z-index: 1;
	inset: 0;
	content: "";
	background: linear-gradient(0deg, rgba(9, 27, 27, .96), rgba(9, 27, 27, .12) 75%);
}

.tol-hs__fit-media,
.tol-hs__fit-media img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.tol-hs__fit-media {
	z-index: 0;
}

.tol-hs__fit-media img {
	object-fit: cover;
}

.tol-hs__fit > :not(.tol-hs__fit-media) {
	position: relative;
	z-index: 2;
}

.tol-hs__fit > p {
	margin-bottom: 13px;
	color: var(--hs-gold-light);
	font: 800 10px/1.2 Arial, sans-serif;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.tol-hs__fit h3 {
	margin-bottom: 13px;
	color: #fff;
	font-size: 32px;
	letter-spacing: -.055em;
	line-height: .97;
	text-shadow: 0 2px 18px rgba(0, 0, 0, .76);
}

.tol-hs__fit > span:not(.tol-hs__fit-media) {
	margin-bottom: 19px;
	color: #fff;
	font: 15px/1.53 Arial, sans-serif;
	text-shadow: 0 2px 14px rgba(0, 0, 0, .76);
}

.tol-hs__fit strong {
	color: #fff;
	font: 700 12px/1.3 Arial, sans-serif;
}

.tol-hs__fit strong i {
	margin-left: 5px;
	color: var(--hs-gold-light);
	font-style: normal;
}

.tol-hs__compare {
	background: var(--hs-cream);
}

.tol-hs__table-hint {
	display: none;
	margin-bottom: 9px;
	color: #6a756f;
	font: 700 12px/1.3 Arial, sans-serif;
}

.tol-hs__table-wrap {
	position: relative;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	-webkit-overflow-scrolling: touch;
	border: 1px solid var(--hs-line);
	background: #fff;
	box-shadow: 0 15px 35px rgba(23, 45, 49, .06);
	scrollbar-color: var(--hs-pine) #eef0ed;
	scrollbar-width: thin;
	scroll-snap-type: x proximity;
}

.tol-hs__table-wrap::after {
	display: none;
	position: absolute;
	z-index: 4;
	top: 0;
	right: 0;
	bottom: 0;
	width: 34px;
	content: "";
	pointer-events: none;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .96));
}

.tol-hs__table-wrap table {
	width: 100%;
	min-width: 1090px;
	border: 0;
	border-collapse: collapse;
	font-family: Arial, sans-serif;
	scroll-snap-align: start;
}

.tol-hs__table-wrap th,
.tol-hs__table-wrap td {
	padding: 16px 15px;
	border: 0;
	border-bottom: 1px solid #e4e1d9;
	text-align: left;
	vertical-align: top;
}

.tol-hs__table-wrap thead th {
	color: #fff;
	background: var(--hs-pine-deep);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .1em;
	line-height: 1.3;
	text-transform: uppercase;
}

.tol-hs__table-wrap tbody th {
	min-width: 165px;
	color: var(--hs-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.1;
}

.tol-hs__table-wrap tbody th a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	color: var(--hs-ink);
	text-decoration-color: rgba(36, 68, 62, .35);
	text-underline-offset: 4px;
}

.tol-hs__table-wrap tbody td {
	color: #4e5e59;
	font-size: 13px;
	line-height: 1.43;
}

.tol-hs__table-wrap tbody tr:hover {
	background: #fbfaf6;
}

.tol-hs__table-wrap:focus-visible {
	box-shadow: 0 0 0 5px var(--hs-pine-deep), 0 15px 35px rgba(23, 45, 49, .06);
}

@media (min-width: 661px) and (max-width: 1150px) {
	.tol-hs__table-hint {
		display: block;
	}

	.tol-hs__table-wrap thead th:first-child,
	.tol-hs__table-wrap tbody th {
		position: sticky;
		z-index: 3;
		left: 0;
	}

	.tol-hs__table-wrap::after {
		display: block;
	}

	.tol-hs__table-wrap thead th:first-child {
		z-index: 5;
		background: var(--hs-pine-deep);
	}

	.tol-hs__table-wrap tbody th {
		background: #fff;
		box-shadow: 11px 0 16px -17px rgba(23, 45, 49, .85);
	}

	.tol-hs__table-wrap tbody tr:hover th {
		background: #fbfaf6;
	}
}

@media (max-width: 660px) {
	.tol-hs__table-hint {
		display: block;
	}

	.tol-hs__table-wrap {
		overflow: visible;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	.tol-hs__table-wrap::after {
		display: none;
	}

	.tol-hs__table-wrap table,
	.tol-hs__table-wrap tbody {
		display: block;
		width: 100%;
		min-width: 0;
	}

	.tol-hs__table-wrap thead {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.tol-hs__table-wrap tbody {
		display: grid;
		gap: 15px;
	}

	.tol-hs__table-wrap tbody tr {
		display: block;
		overflow: hidden;
		background: #fff;
		border: 1px solid var(--hs-line);
		box-shadow: 0 10px 24px rgba(23, 45, 49, .06);
	}

	.tol-hs__table-wrap tbody th,
	.tol-hs__table-wrap tbody td {
		display: grid;
		min-width: 0;
		border: 0;
	}

	.tol-hs__table-wrap tbody th {
		padding: 17px 18px 14px;
		background: #f3f1e9;
		border-bottom: 1px solid var(--hs-line);
		font-size: 19px;
	}

	.tol-hs__table-wrap tbody td {
		grid-template-columns: minmax(88px, .78fr) minmax(0, 1.22fr);
		gap: 13px;
		padding: 10px 18px;
		font-size: 13px;
		line-height: 1.42;
	}

	.tol-hs__table-wrap tbody td:last-child {
		padding-bottom: 17px;
	}

	.tol-hs__table-wrap tbody td::before {
		content: attr(data-label);
		color: var(--hs-clay-dark);
		font: 800 11px/1.25 Arial, sans-serif;
		letter-spacing: .08em;
		text-transform: uppercase;
	}

	.tol-hs__table-status {
		margin-top: 5px;
		font-size: 10px;
	}

	.tol-hs__clothing-label {
		align-self: start;
		font-size: 10px;
	}
}

.tol-hs__table-status {
	display: table;
	margin-top: 7px;
	padding: 4px 6px;
	color: #fff;
	font: 800 9px/1 Arial, sans-serif;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.tol-hs__table-status--closed {
	background: var(--hs-clay-dark);
}

.tol-hs__clothing-label {
	display: inline-block;
	padding: 5px 7px;
	border: 1px solid currentColor;
	color: var(--hs-pine);
	font: 800 9px/1.2 Arial, sans-serif;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.tol-hs__clothing-label--optional {
	color: #7b4a78;
	background: #faf3fa;
}

.tol-hs__clothing-label--reported {
	color: #8a4f25;
	background: #fff6e7;
}

.tol-hs__clothing-label--posted {
	color: #8d3528;
	background: #fff0ed;
}

.tol-hs__clothing-label--suit {
	color: #1e5162;
	background: #eef8fa;
}

.tol-hs__clothing-label--unknown {
	color: #59635f;
	background: #f1f2ef;
}

.tol-hs__clothing {
	padding: 102px 0;
	background: #fff;
	scroll-margin-top: 86px;
}

.tol-hs__clothing-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid #d8d8d1;
}

.tol-hs__clothing-card {
	min-height: 285px;
	padding: 27px;
	border-right: 1px solid #d8d8d1;
	border-bottom: 1px solid #d8d8d1;
}

.tol-hs__clothing-card:last-child {
	border-right: 0;
}

.tol-hs__clothing-card > p {
	margin-bottom: 14px;
	font: 800 10px/1.2 Arial, sans-serif;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.tol-hs__clothing-card h3 {
	margin-bottom: 14px;
	font-size: 29px;
	letter-spacing: -.055em;
	line-height: .98;
}

.tol-hs__clothing-card > span {
	display: block;
	color: #53645e;
	font: 14px/1.57 Arial, sans-serif;
}

.tol-hs__clothing-card--suit > p {
	color: #1e5162;
}

.tol-hs__clothing-card--optional > p {
	color: #7b4a78;
}

.tol-hs__clothing-card--reported > p {
	color: #8a4f25;
}

.tol-hs__clothing-card--unknown > p {
	color: #59635f;
}

.tol-hs__reality {
	color: #fff;
	background: var(--hs-pine);
}

.tol-hs__reality-grid {
	display: grid;
	grid-template-columns: .83fr 1.17fr;
	gap: 78px;
}

.tol-hs__reality h2 {
	margin-bottom: 0;
	color: #fff;
	font-size: clamp(2.65rem, 5vw, 4.65rem);
	letter-spacing: -.062em;
	line-height: .96;
}

.tol-hs__reality .tol-hs__eyebrow {
	color: var(--hs-gold-light);
}

.tol-hs__reality-list {
	display: grid;
	border-top: 1px solid rgba(255, 255, 255, .34);
}

.tol-hs__reality-list > div {
	display: grid;
	grid-template-columns: .64fr 1.36fr;
	gap: 27px;
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .34);
}

.tol-hs__reality-list strong {
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	letter-spacing: -.04em;
	line-height: 1.04;
}

.tol-hs__reality-list span {
	color: #e4eee9;
	font: 15px/1.55 Arial, sans-serif;
}

.tol-hs__region {
	padding: 112px 0;
	scroll-margin-top: 86px;
}

.tol-hs__region--cascades {
	background: #f9f7f1;
}

.tol-hs__region--desert {
	background: #e9e2d6;
}

.tol-hs__heading--region {
	max-width: 850px;
}

.tol-hs__spring-list {
	display: grid;
	gap: 34px;
}

.tol-hs__spring {
	display: grid;
	grid-template-columns: minmax(0, .76fr) minmax(0, 1.24fr);
	min-height: 550px;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(23, 45, 49, .11);
	box-shadow: 0 18px 42px rgba(23, 45, 49, .075);
	scroll-margin-top: 86px;
}

.tol-hs__spring:nth-child(even) .tol-hs__spring-image {
	order: 2;
}

.tol-hs__spring-image {
	position: relative;
	min-height: 100%;
	margin: 0;
	overflow: hidden;
	background: #31544a;
}

.tol-hs__spring-image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 550px;
	object-fit: cover;
	transition: transform .55s ease;
}

.tol-hs__spring:hover .tol-hs__spring-image img {
	transform: scale(1.03);
}

.tol-hs__spring-image figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 12px 14px;
	color: rgba(255, 255, 255, .92);
	background: rgba(12, 31, 27, .72);
	font: 11px/1.35 Arial, sans-serif;
}

.tol-hs__spring-image--no-photo {
	display: grid;
	min-height: 300px;
	place-items: end start;
	padding: 27px;
	background:
		radial-gradient(circle at 76% 22%, rgba(237, 191, 102, .46), transparent 30%),
		linear-gradient(145deg, #112f2d 0%, #28544a 52%, #7f4c34 140%);
}

.tol-hs__spring-image--no-photo span {
	max-width: 220px;
	color: #fff;
	font-size: 37px;
	font-weight: 600;
	letter-spacing: -.055em;
	line-height: .94;
}

.tol-hs__spring-content {
	display: flex;
	flex-direction: column;
	padding: clamp(27px, 4vw, 48px);
}

.tol-hs__spring-title-row {
	display: flex;
	flex-wrap: wrap;
	gap: 13px 18px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
}

.tol-hs__spring h3 {
	margin-bottom: 0;
	font-size: clamp(2rem, 3.3vw, 3.35rem);
	letter-spacing: -.065em;
	line-height: .93;
}

.tol-hs__spring-deck {
	max-width: 680px;
	margin-bottom: 22px;
	color: #41524d;
	font: 17px/1.55 Arial, sans-serif;
}

.tol-hs__spring-notice {
	display: grid;
	gap: 5px;
	margin: 0 0 20px;
	padding: 13px 15px;
	border-left: 4px solid var(--hs-clay);
	color: #672f23;
	background: #fff0eb;
	font: 13px/1.43 Arial, sans-serif;
}

.tol-hs__spring-notice strong {
	font: 800 10px/1.2 Arial, sans-serif;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.tol-hs__spring-notice--variable {
	color: #694b24;
	background: #fff8e8;
	border-left-color: var(--hs-gold);
}

.tol-hs__spring-notice--rule {
	color: #1d5160;
	background: #edf7f9;
	border-left-color: #5aa4af;
}

.tol-hs__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 25px;
	border-top: 1px solid #dfddd5;
}

.tol-hs__facts > div {
	min-height: 83px;
	padding: 14px 13px 13px 0;
	border-right: 1px solid #dfddd5;
	border-bottom: 1px solid #dfddd5;
}

.tol-hs__facts > div:nth-child(even) {
	padding-right: 0;
	padding-left: 14px;
	border-right: 0;
}

.tol-hs__facts dt,
.tol-hs__mini-label {
	margin-bottom: 7px;
	color: var(--hs-clay);
	font: 800 10px/1.2 Arial, sans-serif;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.tol-hs__facts dd {
	margin: 0;
	color: var(--hs-ink);
	font: 700 13px/1.4 Arial, sans-serif;
}

.tol-hs__truth-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 19px 23px;
	margin-bottom: 26px;
}

.tol-hs__truth-grid p:last-child {
	margin-bottom: 0;
	color: #53645e;
	font: 14px/1.58 Arial, sans-serif;
}

.tol-hs__spring-footer {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 25px;
	align-items: end;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 18px;
	border-top: 1px solid #dfddd5;
}

.tol-hs__spring-footer > div:first-child {
	display: grid;
	gap: 3px;
	color: #68746e;
	font: 11px/1.35 Arial, sans-serif;
}

.tol-hs__spring-footer > div:first-child strong {
	color: var(--hs-pine);
	font-weight: 800;
}

.tol-hs__spring-links {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	align-items: center;
}

.tol-hs__spring-links > a:not(.tol-hs__button) {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	padding: 10px 0;
	color: var(--hs-pine);
	border-bottom: 1px solid rgba(36, 68, 62, .35);
	font: 700 12px/1.3 Arial, sans-serif;
	text-decoration: none;
}

.tol-hs__shortlists {
	padding: 102px 0;
	color: #fff;
	background: linear-gradient(110deg, #12322b, #1e433a);
}

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

.tol-hs__shortlists .tol-hs__eyebrow {
	color: var(--hs-gold-light);
}

.tol-hs__shortlists h2 {
	max-width: 530px;
	color: #fff;
	font-size: clamp(2.35rem, 4.5vw, 4rem);
}

.tol-hs__shortlists section > div {
	display: grid;
	border-top: 1px solid rgba(255, 255, 255, .32);
}

.tol-hs__shortlists article {
	display: grid;
	grid-template-columns: .47fr 1.53fr;
	gap: 20px;
	padding: 17px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .32);
}

.tol-hs__shortlists article strong {
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	letter-spacing: -.04em;
	line-height: 1.06;
}

.tol-hs__shortlists article span {
	color: #e2ece7;
	font: 14px/1.52 Arial, sans-serif;
}

.tol-hs__safety {
	background: #f8f7f2;
}

.tol-hs__safety-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid #d5d8d2;
}

.tol-hs__safety-grid article {
	min-height: 250px;
	padding: 29px;
	border-right: 1px solid #d5d8d2;
	border-bottom: 1px solid #d5d8d2;
}

.tol-hs__safety-grid article:nth-child(even) {
	border-right: 0;
}

.tol-hs__safety-grid h3 {
	margin-bottom: 13px;
	font-size: 30px;
	letter-spacing: -.055em;
	line-height: .98;
}

.tol-hs__safety-grid p {
	max-width: 470px;
	margin-bottom: 0;
	color: #53645e;
	font: 15px/1.58 Arial, sans-serif;
}

.tol-hs__safety-links {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 25px;
	margin-top: 30px;
}

.tol-hs__safety-links a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	padding: 10px 0;
	color: var(--hs-pine);
	border-bottom: 1px solid rgba(36, 68, 62, .35);
	font: 700 13px/1.3 Arial, sans-serif;
	text-decoration: none;
}

.tol-hs__faq {
	background: var(--hs-sand);
}

.tol-hs__faq-list {
	display: grid;
	max-width: 930px;
	border-top: 1px solid #cfcac0;
}

.tol-hs__faq-list details {
	border-bottom: 1px solid #cfcac0;
}

.tol-hs__faq-list summary {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	padding: 21px 0;
	color: var(--hs-ink);
	cursor: pointer;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -.04em;
	line-height: 1.06;
	list-style: none;
}

.tol-hs__faq-list summary::-webkit-details-marker {
	display: none;
}

.tol-hs__faq-list summary span {
	flex: 0 0 auto;
	color: var(--hs-clay);
	font: 400 32px/1 Arial, sans-serif;
	transition: transform .2s ease;
}

.tol-hs__faq-list details[open] summary span {
	transform: rotate(45deg);
}

.tol-hs__faq-list details > p {
	max-width: 790px;
	margin: -1px 0 23px;
	color: #53645e;
	font: 16px/1.68 Arial, sans-serif;
}

.tol-hs__methodology {
	padding: 92px 0;
	background: #fff;
}

.tol-hs__methodology .tol-hs__shell {
	display: grid;
	grid-template-columns: .72fr 1.28fr;
	gap: 75px;
}

.tol-hs__methodology h2 {
	margin-bottom: 0;
	font-size: clamp(2.45rem, 4.6vw, 4.15rem);
}

.tol-hs__methodology > .tol-hs__shell > div:last-child p {
	max-width: 720px;
	color: #53645e;
	font: 16px/1.67 Arial, sans-serif;
}

.tol-hs__methodology > .tol-hs__shell > div:last-child p:last-child {
	margin-bottom: 0;
}

.tol-hs__next {
	padding: 88px 0;
	background: var(--hs-gold);
}

.tol-hs__next h2 {
	max-width: 770px;
}

.tol-hs__next > .tol-hs__shell > div {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 15px;
	margin-top: 38px;
}

.tol-hs__next a {
	display: flex;
	min-height: 90px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 19px;
	color: var(--hs-ink);
	border: 1px solid rgba(31, 54, 49, .38);
	font: 700 15px/1.35 Arial, sans-serif;
	text-decoration: none;
	transition: background .18s ease;
}

.tol-hs__next a:hover {
	background: rgba(255, 255, 255, .25);
}

.tol-hs__next a span {
	font-size: 21px;
}

@media (max-width: 1000px) {
	.tol-hs__fit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tol-hs__spring {
		grid-template-columns: minmax(270px, .7fr) minmax(0, 1.3fr);
	}

	.tol-hs__clothing-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tol-hs__clothing-card:nth-child(2) {
		border-right: 0;
	}

	.tol-hs__clothing-card:nth-child(3) {
		border-right: 1px solid #d8d8d1;
	}
}

@media (max-width: 800px) {
	.tol-hs__hero {
		min-height: 620px;
	}

	.tol-hs__hero-copy {
		padding-bottom: 85px;
	}

	.tol-hs__crumbs {
		margin-bottom: 60px;
	}

	.tol-hs__status-inner,
	.tol-hs__intro,
	.tol-hs__reality-grid,
	.tol-hs__methodology .tol-hs__shell {
		grid-template-columns: 1fr;
		gap: 27px;
	}

	.tol-hs__shortlists-grid {
		grid-template-columns: 1fr;
	}

	.tol-hs__clothing-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tol-hs__fit {
		min-height: 320px;
	}

	.tol-hs__spring {
		grid-template-columns: 1fr;
	}

	.tol-hs__spring:nth-child(even) .tol-hs__spring-image {
		order: 0;
	}

	.tol-hs__spring-image,
	.tol-hs__spring-image img {
		min-height: 345px;
		max-height: 460px;
	}

	.tol-hs__reality-list > div,
	.tol-hs__shortlists article {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.tol-hs__shortlists-grid {
		gap: 53px;
	}

	.tol-hs__next > .tol-hs__shell > div {
		grid-template-columns: 1fr;
	}

	.tol-hs__shortlists {
		background: linear-gradient(110deg, rgba(18, 50, 43, .99), rgba(30, 67, 58, .97));
	}
}

@media (max-width: 640px) {
	.tol-hs__fit-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.tol-hs__shell,
	.tol-hs__hero-copy {
		width: min(100% - 30px, 1170px);
	}

	.tol-hs__hero {
		min-height: min(600px, 100svh);
	}

	.tol-hot-springs h1 {
		font-size: clamp(3rem, 15vw, 4rem);
		line-height: .92;
	}

	.tol-hs__hero-credit {
		right: 15px;
		bottom: 11px;
		max-width: calc(100% - 30px);
		font-size: 10px;
		line-height: 1.35;
	}

	.tol-hs__deck {
		font-size: 17px;
	}

	.tol-hs__actions {
		gap: 15px;
	}

	.tol-hs__status,
	.tol-hs__section,
	.tol-hs__region,
	.tol-hs__clothing,
	.tol-hs__shortlists,
	.tol-hs__methodology {
		padding-top: 72px;
		padding-bottom: 72px;
	}

	.tol-hs__status {
		padding-top: 30px;
		padding-bottom: 34px;
	}

	.tol-hs__intro {
		padding-top: 72px;
		padding-bottom: 70px;
	}

	.tol-hs__heading {
		margin-bottom: 31px;
	}

	.tol-hs__fit {
		min-height: 290px;
		padding: 24px;
	}

	.tol-hs__fit h3 {
		font-size: 29px;
	}

	.tol-hs__spring-image,
	.tol-hs__spring-image img {
		min-height: 280px;
		max-height: 360px;
	}

	.tol-hs__spring-content {
		padding: 26px 21px;
	}

	.tol-hs__spring h3 {
		font-size: 2.4rem;
	}

	.tol-hs__facts,
	.tol-hs__truth-grid,
	.tol-hs__safety-grid,
	.tol-hs__clothing-grid {
		grid-template-columns: 1fr;
	}

	.tol-hs__facts > div,
	.tol-hs__facts > div:nth-child(even),
	.tol-hs__safety-grid article,
	.tol-hs__safety-grid article:nth-child(even),
	.tol-hs__clothing-card,
	.tol-hs__clothing-card:nth-child(2),
	.tol-hs__clothing-card:nth-child(3) {
		padding-right: 0;
		padding-left: 0;
		border-right: 0;
	}

	.tol-hs__facts > div {
		min-height: auto;
	}

	.tol-hs__safety-grid article {
		min-height: 0;
		padding: 24px 0;
	}

	.tol-hs__faq-list summary {
		font-size: 21px;
	}

	.tol-hs__methodology .tol-hs__shell {
		gap: 20px;
	}

	.tol-hs__next {
		padding-top: 68px;
		padding-bottom: 68px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tol-hot-springs *,
	.tol-hot-springs *::before,
	.tol-hot-springs *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
