:root {
	--ink: #080b09;
	--ink-raised: #101612;
	--ink-soft: #172019;
	--pine: #1b2a20;
	--moss: #60705d;
	--paper: #f2f2ea;
	--paper-deep: #e5e6dc;
	--paper-muted: #c8cbc0;
	--acid: #c2d946;
	--acid-bright: #d7f05a;
	--acid-ink: #1a2100;
	--line-dark: rgba(255, 255, 255, 0.12);
	--line-light: rgba(8, 11, 9, 0.14);
	--white: #fff;
	--font-display: "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
	--font-text: "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
	--shell: 1200px;
	--radius-small: 0.75rem;
	--radius-medium: 1.5rem;
	--radius-large: 2.5rem;
	--shadow-route: 0 0 8px rgba(194, 217, 70, 0.75), 0 0 28px rgba(194, 217, 70, 0.25);
}

/* Continuous mountain journey — homepage refinement */
.concept-home .home-main {
	position: relative;
	isolation: isolate;
	background:
		linear-gradient(180deg, rgba(1, 5, 4, 0.12) 0%, rgba(1, 5, 4, 0.3) 21%, rgba(1, 5, 4, 0.22) 44%, rgba(1, 5, 4, 0.36) 69%, rgba(1, 5, 4, 0.18) 88%, rgba(1, 5, 4, 0.44) 100%),
		linear-gradient(90deg, rgba(1, 5, 4, 0.32), rgba(1, 5, 4, 0.03) 48%, rgba(1, 5, 4, 0.22)),
		url("/beacen-journey-terrain-v2.jpg") center top / 100% auto no-repeat,
		url("/beacen-journey-terrain-v2.jpg") center 33% / 100% auto no-repeat,
		url("/beacen-journey-terrain-v2.jpg") center 66% / 100% auto no-repeat,
		url("/beacen-journey-terrain-v2.jpg") center bottom / 100% auto no-repeat,
		#020605;
}

.concept-home .home-main::before {
	position: absolute;
	z-index: 0;
	inset: 0;
	background:
		repeating-radial-gradient(ellipse at 51% 22%, transparent 0 115px, rgba(185, 211, 197, 0.025) 116px 117px),
		linear-gradient(180deg, transparent 0 7%, rgba(0, 4, 3, 0.08) 12% 20%, transparent 27% 38%, rgba(0, 4, 3, 0.14) 46% 57%, transparent 66% 77%, rgba(0, 4, 3, 0.12) 85% 94%, transparent);
	content: "";
	pointer-events: none;
}

.home-journey-route {
	position: absolute;
	z-index: 1;
	inset: 0;
	display: grid;
	width: 100%;
	height: 100%;
	grid-template-rows: repeat(6, minmax(0, 1fr));
	mix-blend-mode: screen;
	pointer-events: none;
}

.home-journey-route svg {
	width: 100%;
	height: 100%;
	max-width: none;
	overflow: visible;
	opacity: var(--segment-opacity, 0);
}

.home-journey-route path {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 1;
	stroke-dashoffset: var(--segment-offset, 1);
	animation: none !important;
}

.home-journey-route:not(.is-started) path {
	opacity: 0 !important;
}

.home-journey-route-glow {
	filter: blur(6px);
	opacity: 0.6;
	stroke: var(--acid);
	stroke-width: 18;
	vector-effect: non-scaling-stroke;
}

.home-journey-route .home-hero-route-line {
	opacity: 0.96;
	stroke: #dfff25;
	stroke-width: 5.5;
	vector-effect: non-scaling-stroke;
}

.concept-home .home-main > section {
	position: relative;
	z-index: 2;
}

.concept-home .home-hero,
.concept-home .home-stage-choose,
.concept-home .home-stage-prepare,
.concept-home .home-stage-navigate,
.concept-home .home-principles,
.concept-home .home-final {
	background: transparent;
}

.concept-home .home-hero::before {
	display: none;
}

.concept-home .home-hero::after {
	z-index: -1;
	inset: 0;
	height: auto;
	background:
		radial-gradient(circle at 75% 48%, rgba(194, 217, 70, 0.08), transparent 25rem),
		linear-gradient(180deg, rgba(1, 5, 4, 0.03), rgba(1, 5, 4, 0.16));
}

.concept-home .home-stage-choose {
	padding-top: clamp(8rem, 12vw, 12rem);
	background: linear-gradient(180deg, rgba(1, 5, 4, 0.26), rgba(1, 5, 4, 0.72) 50%, rgba(1, 5, 4, 0.3));
}

.home-library-live {
	position: relative;
	margin-right: max(-2rem, calc((100vw - min(100vw - 4rem, 1480px)) / -2));
}

.home-library-ribbon {
	position: relative;
	overflow: hidden;
border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.home-library-ribbon::after {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	width: clamp(3rem, 8vw, 8rem);
	background: linear-gradient(90deg, transparent, rgba(1, 5, 4, 0.92));
	content: "";
	pointer-events: none;
}

.concept-home .home-library-lines {
	display: flex;
	gap: 0;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-snap-type: inline proximity;
	scrollbar-color: rgba(194, 217, 70, 0.5) rgba(255, 255, 255, 0.06);
	scrollbar-width: thin;
}

.concept-home .home-library-lines::-webkit-scrollbar {
	height: 3px;
}

.concept-home .home-library-lines::-webkit-scrollbar-thumb {
	background: rgba(194, 217, 70, 0.55);
}

.concept-home .home-route-card,
.concept-home .home-library-loading {
	position: relative;
	display: block;
	width: clamp(17rem, 22vw, 21rem);
	min-width: clamp(17rem, 22vw, 21rem);
	scroll-snap-align: start;
	border-left: 1px solid rgba(255, 255, 255, 0.17);
	color: #fff;
	text-decoration: none;
}

.concept-home .home-route-card:first-child {
	border-left: 0;
}

.home-route-card-visual {
	position: relative;
	height: 10.5rem;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(0, 5, 3, 0.08), rgba(0, 5, 3, 0.68)),
		url("/route-hero-topographic-v1.png") center / cover no-repeat;
}

.home-route-card-visual svg {
	display: block;
	width: 100%;
	height: 100%;
	transition: transform 500ms cubic-bezier(0.22, 0.78, 0.25, 1);
}

.home-route-card:hover .home-route-card-visual svg,
.home-route-card:focus-visible .home-route-card-visual svg {
	transform: scale(1.045);
}

.home-route-card-halo,
.home-route-card-line {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.home-route-card-halo {
	filter: blur(4px);
	opacity: 0.48;
	stroke: var(--acid);
	stroke-width: 9;
}

.home-route-card-line {
	stroke: #dfff25;
	stroke-width: 3;
}

.home-route-card-start {
	fill: var(--acid);
	stroke: #07100c;
	stroke-width: 2;
}

.home-route-card-finish {
	fill: #07100c;
	stroke: var(--acid);
	stroke-width: 2.5;
}

.home-route-card-copy {
	padding: 1.15rem 1.2rem 1.2rem;
	background: rgba(1, 5, 4, 0.54);
}

.home-route-card-copy > p:first-child {
	min-height: 1em;
	margin: 0;
	color: rgba(255, 255, 255, 0.44);
	font-size: 0.61rem;
	font-weight: 650;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.home-route-card-copy h3 {
	min-height: 2.1em;
	margin: 0.55rem 0 0;
	font-family: var(--font-display);
	font-size: 1.3rem;
	font-weight: 560;
	letter-spacing: -0.035em;
	line-height: 1.04;
}

.home-route-card-metrics {
	margin: 0.65rem 0 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.7rem;
}

.home-route-card-profile {
	height: 3.1rem;
	margin-top: 0.9rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.home-route-card-profile svg {
	display: block;
	width: 100%;
	height: 100%;
}

.home-route-card-profile-area {
	fill: rgba(194, 217, 70, 0.08);
}

.home-route-card-profile-line {
	fill: none;
	stroke: var(--acid);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.home-route-card-profile.is-unavailable {
	opacity: 0.25;
}

.home-library-loading {
	display: grid;
	height: 18rem;
	place-items: center;
	color: rgba(255, 255, 255, 0.5);
}

.home-library-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding: 1.35rem 2rem 0 0;
}

.home-library-foot p {
	margin: 0;
	color: rgba(255, 255, 255, 0.38);
	font-size: 0.72rem;
}

.home-library-foot a {
	color: var(--acid);
	font-size: 0.78rem;
	font-weight: 700;
	text-decoration: none;
}

.concept-home .home-stage-prepare {
	padding-bottom: clamp(7rem, 11vw, 11rem);
	background: linear-gradient(180deg, rgba(1, 5, 4, 0.3), rgba(1, 5, 4, 0.68) 52%, rgba(1, 5, 4, 0.26));
}

.concept-home .home-prepare-layout {
	min-height: 47rem;
}

.concept-home .home-prepare-phone {
	top: 0;
	right: 12%;
	width: 18rem;
	opacity: 0.92;
}

.concept-home .home-stage-navigate {
	background: linear-gradient(180deg, rgba(1, 5, 4, 0.24), rgba(1, 5, 4, 0.64) 62%, rgba(1, 5, 4, 0.3));
}

.concept-home .home-principles {
	padding: clamp(10rem, 15vw, 16rem) 0;
	background: linear-gradient(180deg, rgba(1, 5, 4, 0.3), rgba(1, 5, 4, 0.66) 50%, rgba(1, 5, 4, 0.22));
}

.home-field-notes {
	position: relative;
}

.home-field-notes h2 {
	max-width: 76rem;
}

.home-field-intro {
	max-width: 33rem;
	margin: 3rem 0 0 auto;
	color: rgba(255, 255, 255, 0.58);
	font-size: clamp(1.05rem, 1.45vw, 1.28rem);
	line-height: 1.7;
}

.home-field-coda {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
	align-items: end;
	gap: 5rem;
	margin-top: clamp(9rem, 15vw, 16rem);
}

.home-field-coda > p {
	margin: 0;
	font-family: var(--font-display);
	font-size: clamp(5rem, 10vw, 10rem);
	font-weight: 560;
	letter-spacing: -0.07em;
	line-height: 0.82;
}

.home-field-coda em {
	color: var(--acid);
	font-style: normal;
}

.home-field-coda span {
	max-width: 28rem;
	padding-bottom: 0.5rem;
	color: rgba(255, 255, 255, 0.56);
	font-size: 0.96rem;
	line-height: 1.7;
}

.concept-home .home-final {
	background: linear-gradient(180deg, rgba(1, 5, 4, 0.22), rgba(1, 5, 4, 0.8));
}

@media (max-width: 820px) {
	.concept-home .home-main {
		background:
			linear-gradient(180deg, rgba(1, 5, 4, 0.12) 0%, rgba(1, 5, 4, 0.3) 21%, rgba(1, 5, 4, 0.22) 44%, rgba(1, 5, 4, 0.36) 69%, rgba(1, 5, 4, 0.18) 88%, rgba(1, 5, 4, 0.44) 100%),
			linear-gradient(90deg, rgba(1, 5, 4, 0.32), rgba(1, 5, 4, 0.03) 48%, rgba(1, 5, 4, 0.22)),
			url("/beacen-mobile-terrain-v1.jpg") 52% -5rem / 100% auto no-repeat,
			url("/beacen-mobile-terrain-v1.jpg") 52% 20% / 100% auto no-repeat,
			url("/beacen-mobile-terrain-v1.jpg") 52% 40% / 100% auto no-repeat,
			url("/beacen-mobile-terrain-v1.jpg") 52% 60% / 100% auto no-repeat,
			url("/beacen-mobile-terrain-v1.jpg") 52% 80% / 100% auto no-repeat,
			url("/beacen-mobile-terrain-v1.jpg") 52% bottom / 100% auto no-repeat,
			#020605;
	}

	.home-journey-route {
		width: 170%;
		margin-left: -35%;
		opacity: 0.72;
	}

	.home-library-live {
		margin-right: -1.25rem;
	}

	.concept-home .home-route-card,
	.concept-home .home-library-loading {
		width: min(76vw, 19rem);
		min-width: min(76vw, 19rem);
	}

	.home-library-foot {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.7rem;
		padding-right: 1.25rem;
	}

	.home-field-intro {
		margin-left: 0;
	}

	.home-field-coda {
		grid-template-columns: 1fr;
		gap: 3rem;
	}
}

@media (max-width: 560px) {
	.concept-home .home-stage-choose {
		padding-top: 7rem;
	}

	.home-route-card-visual {
		height: 9rem;
	}

	.home-route-card-copy h3 {
		font-size: 1.18rem;
	}

	.concept-home .home-prepare-layout {
		min-height: 44rem;
	}

	.home-field-coda {
		margin-top: 8rem;
	}

	.home-field-coda > p {
		font-size: clamp(4.2rem, 21vw, 6.4rem);
	}
}

/* Cinematic product proof — homepage and prerelease destination. */

.concept-home,
.get-page {
	background: #020605;
	color: #fff;
}

.concept-home .concept-header,
.get-page .concept-header {
	position: absolute;
	z-index: 50;
	width: 100%;
	border-bottom-color: rgba(255, 255, 255, 0.1);
	background: linear-gradient(180deg, rgba(1, 5, 4, 0.82), rgba(1, 5, 4, 0));
}

.home-main {
	overflow: clip;
}

.home-label {
	margin: 0;
	color: var(--acid);
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.home-hero {
	position: relative;
	min-height: max(52rem, 100svh);
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(1, 5, 4, 0.63) 0%, rgba(1, 5, 4, 0.08) 52%, rgba(1, 5, 4, 0.3) 100%),
		linear-gradient(180deg, rgba(1, 5, 4, 0.02) 54%, #020605 100%);
	isolation: isolate;
}

.home-hero::before {
	position: absolute;
	z-index: -2;
	inset: 0;
	background: url("/beacen-terrain-v2.jpg") center / cover no-repeat;
	content: "";
	filter: brightness(1.55) saturate(0.9);
}

.home-hero::after {
	position: absolute;
	z-index: -1;
	inset: 0;
	background:
		radial-gradient(circle at 73% 52%, rgba(194, 217, 70, 0.1), transparent 25rem),
		repeating-radial-gradient(ellipse at 54% 50%, transparent 0 74px, rgba(157, 191, 172, 0.045) 75px 76px);
	content: "";
	pointer-events: none;
}

.home-hero-inner {
	display: grid;
	min-height: max(52rem, 100svh);
	grid-template-columns: minmax(31rem, 0.95fr) minmax(28rem, 1.05fr);
	align-items: center;
	gap: 4rem;
	padding-top: 6rem;
}

.home-hero-copy {
	position: relative;
	z-index: 4;
	padding-left: clamp(0rem, 3vw, 3.5rem);
}

.home-hero-copy h1,
.home-stage-heading h2,
.home-principles h2,
.home-final h2,
.get-story h2,
.get-close h2 {
	margin: 1.25rem 0 0;
	font-family: var(--font-display);
	font-weight: 560;
	letter-spacing: -0.06em;
	line-height: 0.93;
}

.home-hero-copy h1 {
	font-size: clamp(4.7rem, 7vw, 7.8rem);
}

.home-hero-copy h1 em,
.home-stage-heading h2 em,
.home-principles h2 em,
.home-final h2 em,
.get-story h2 em,
.get-close h2 em {
	color: var(--acid);
	font-style: normal;
}

.home-hero-copy > p:not(.home-label, .conversion-note) {
	max-width: 35rem;
	margin: 2rem 0 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: clamp(1.05rem, 1.45vw, 1.28rem);
	line-height: 1.62;
}

.home-hero-copy .journey-actions {
	margin-top: 2.2rem;
}

.home-hero-copy .conversion-note {
	margin-top: 1.1rem;
	color: rgba(255, 255, 255, 0.45);
	font-size: 0.76rem;
	letter-spacing: 0.03em;
}

.home-hero-route {
	position: absolute;
	z-index: 1;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.home-hero-route path {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 1;
	stroke-dashoffset: 0;
}

.home-hero-route-glow {
	filter: blur(8px);
	opacity: 0.42;
	stroke: var(--acid);
	stroke-width: 13;
}

.home-hero-route-line {
	stroke: #dfff25;
	stroke-width: 2.8;
}

.home-device-stage,
.home-navigation-devices {
	position: relative;
	min-height: 43rem;
}

.home-phone,
.home-prepare-phone {
	position: absolute;
	width: 18rem;
	aspect-ratio: 0.49;
	padding: 0.55rem;
	border: 1px solid #626b68;
	border-radius: 3.8rem;
	background: linear-gradient(112deg, #7b817e 0%, #282d2b 7%, #090b0b 18%, #030504 74%, #555b58 95%, #171a19 100%);
	box-shadow: 0 3rem 7rem rgba(0, 0, 0, 0.74), inset 0 0 0 3px #050706;
}

.home-device-stage .home-phone {
	top: 1rem;
	right: 0;
	transform: rotate(2deg);
}

.home-phone-screen,
.home-prepare-phone > div {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 2px solid #050706;
	border-radius: 3.25rem;
	background: #000;
}

.home-phone-screen img,
.home-prepare-phone img,
.home-watch-screen img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.home-phone > i,
.home-prepare-phone > i {
	position: absolute;
	top: 1.05rem;
	left: 50%;
	width: 7rem;
	height: 1.65rem;
	border-radius: 999px;
	background: radial-gradient(circle at 84% 50%, #172321 0 3px, #050606 4px), #000;
	transform: translateX(-50%);
}

.home-phone-button {
	position: absolute;
	width: 0.16rem;
	border-radius: 999px;
	background: #4f5653;
}

.home-phone-action {
	top: 7rem;
	left: -0.17rem;
	height: 2.2rem;
}

.home-phone-volume {
	top: 10.2rem;
	left: -0.17rem;
	height: 4.6rem;
}

.home-phone-power {
	top: 10rem;
	right: -0.17rem;
	height: 4rem;
}

.home-watch {
	position: absolute;
	z-index: 3;
	width: 10rem;
	height: 23rem;
}

.home-device-stage .home-watch {
	top: 17rem;
	right: 15.75rem;
	left: auto;
	transform: rotate(-4deg) scale(0.92);
	transform-origin: center;
}

.home-milanese-loop,
.get-milanese-loop {
	position: absolute;
	top: 0;
	left: 50%;
	width: 4.8rem;
	height: 100%;
	transform: translateX(-50%);
}

.home-milanese-loop::before,
.home-milanese-loop::after,
.get-milanese-loop::before,
.get-milanese-loop::after {
	position: absolute;
	right: 0;
	left: 0;
	border: 1px solid rgba(214, 222, 218, 0.22);
	background:
		repeating-linear-gradient(48deg, rgba(239, 243, 241, 0.24) 0 0.55px, transparent 0.55px 1.75px),
		repeating-linear-gradient(-48deg, rgba(239, 243, 241, 0.16) 0 0.55px, transparent 0.55px 1.75px),
		linear-gradient(90deg, #111412, #59605c 24%, #242925 50%, #6b726e 74%, #111412);
	box-shadow: inset 0 0 0.6rem rgba(0, 0, 0, 0.58), 0 1rem 2rem rgba(0, 0, 0, 0.22);
	content: "";
	opacity: 0.9;
}

.home-milanese-loop::before,
.get-milanese-loop::before {
	top: 0;
	height: 6.35rem;
	border-radius: 1.3rem 1.3rem 0.45rem 0.45rem;
	clip-path: polygon(13% 0, 87% 0, 100% 100%, 0 100%);
}

.home-milanese-loop::after,
.get-milanese-loop::after {
	bottom: 0;
	height: 7.1rem;
	border-radius: 0.45rem 0.45rem 2rem 2rem;
	clip-path: polygon(0 0, 100% 0, 88% 100%, 12% 100%);
	transform: perspective(12rem) rotateX(-4deg);
	transform-origin: top;
}

.home-watch-case {
	position: absolute;
	top: 5.3rem;
	left: 0;
	width: 100%;
	aspect-ratio: 0.86;
	padding: 0.34rem;
	border: 1px solid #727875;
	border-radius: 2.55rem;
	background: linear-gradient(135deg, #777d7a, #080a09 13%, #020403 78%, #656b68);
	box-shadow: 0 2.4rem 5rem rgba(0, 0, 0, 0.72), inset 0 0 0 2px #020403;
}

.home-watch-screen {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 2px solid #030403;
	border-radius: 2.15rem;
	background: #000;
}

.home-watch-crown {
	position: absolute;
	top: 2.8rem;
	right: -0.5rem;
	width: 0.5rem;
	height: 1.45rem;
	border: 1px solid #69706c;
	border-radius: 0 0.4rem 0.4rem 0;
	background: repeating-linear-gradient(0deg, #777e7a 0 1px, #222724 1px 3px);
}

.home-stage {
	position: relative;
	padding: clamp(7rem, 11vw, 11rem) 0;
}

.home-stage-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(20rem, 0.75fr);
	align-items: end;
	gap: 4rem;
	margin-bottom: clamp(4rem, 7vw, 7rem);
}

.home-stage-heading .home-label {
	grid-column: 1 / -1;
	margin-bottom: -2.5rem;
}

.home-stage-heading h2,
.home-principles h2,
.get-story h2,
.get-close h2 {
	font-size: clamp(4rem, 7.3vw, 7.5rem);
}

.home-stage-heading > p:last-child {
	max-width: 32rem;
	margin: 0 0 0.45rem;
	color: rgba(255, 255, 255, 0.57);
	font-size: 1.06rem;
	line-height: 1.7;
}

.home-stage-choose {
	background: #020605;
}

.home-library-live {
	position: relative;
}

.home-library-visual {
	display: grid;
	min-height: 42rem;
	grid-template-columns: minmax(0, 1.9fr) minmax(23rem, 0.8fr);
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: inherit;
	text-decoration: none;
}

.home-library-mountain {
	position: relative;
	min-height: 42rem;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(0, 4, 3, 0.08), rgba(0, 4, 3, 0.48)),
		linear-gradient(180deg, rgba(0, 4, 3, 0.05) 55%, rgba(0, 4, 3, 0.68)),
		url("/route-hero-topographic-v1.png") center / cover no-repeat;
}

.home-library-mountain svg {
	position: absolute;
	inset: 2.5rem;
	width: calc(100% - 5rem);
	height: calc(100% - 5rem);
	overflow: visible;
}

.home-library-route-halo,
.home-library-route-line {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.home-library-route-halo {
	filter: blur(7px);
	opacity: 0.55;
	stroke: var(--acid);
	stroke-width: 15;
}

.home-library-route-line {
	stroke: #dfff25;
	stroke-width: 5;
}

.home-library-route-start {
	fill: var(--acid);
	stroke: #07100c;
	stroke-width: 4;
}

.home-library-route-finish {
	fill: #07100c;
	stroke: var(--acid);
	stroke-width: 5;
}

.home-library-compass {
	position: absolute;
	bottom: 2rem;
	left: 2rem;
	display: grid;
	width: 3.7rem;
	height: 3.7rem;
	border: 1px solid rgba(255, 255, 255, 0.46);
	border-radius: 50%;
	place-items: start center;
	padding-top: 0.45rem;
}

.home-library-compass b {
	font-size: 0.68rem;
	letter-spacing: 0.08em;
}

.home-library-compass i {
	position: absolute;
	top: 1.45rem;
	width: 1.05rem;
	height: 1.45rem;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(225deg) skew(-8deg, -8deg);
}

.home-library-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(2.6rem, 4vw, 5rem);
	background: linear-gradient(120deg, rgba(1, 5, 4, 0.94), #020605 35%);
}

.home-library-copy > p {
	margin: 0;
	color: var(--acid);
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.home-library-copy h3 {
	margin: 1.5rem 0 0;
	font-family: var(--font-display);
	font-size: clamp(3rem, 4.8vw, 5rem);
	font-weight: 560;
	letter-spacing: -0.055em;
	line-height: 0.96;
}

.home-library-copy dl {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 3.2rem 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.17);
	border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.home-library-copy dl div {
	padding: 1.1rem 0;
}

.home-library-copy dt {
	color: rgba(255, 255, 255, 0.42);
	font-size: 0.6rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.home-library-copy dd {
	margin: 0.4rem 0 0;
	font-size: 1rem;
}

.home-library-copy > span {
	display: flex;
	justify-content: space-between;
	margin-top: 3rem;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.88rem;
}

.home-library-visual:hover .home-library-copy > span,
.home-library-visual:focus-visible .home-library-copy > span {
	color: var(--acid);
}

.home-library-lines {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
}

.home-library-lines a {
	position: relative;
	display: grid;
	min-height: 7.6rem;
	align-content: center;
	gap: 0.35rem;
	padding: 1.3rem 1.5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	color: #fff;
	text-decoration: none;
}

.home-library-lines a + a {
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.home-library-lines strong {
	font-size: 0.92rem;
}

.home-library-lines a > span {
	color: rgba(255, 255, 255, 0.48);
	font-size: 0.72rem;
}

.home-library-lines b {
	position: absolute;
	top: 1.3rem;
	right: 1.3rem;
	color: var(--acid);
}

.home-library-lines .home-library-all {
	min-width: 14rem;
	color: var(--acid);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.home-stage-prepare {
	padding-bottom: 7rem;
	background:
		radial-gradient(circle at 78% 30%, rgba(194, 217, 70, 0.07), transparent 25rem),
		linear-gradient(180deg, #020605, #050907 70%, #020605);
}

.home-prepare-layout {
	position: relative;
	min-height: 54rem;
}

.home-prepare-layout .home-stage-heading {
	position: relative;
	z-index: 2;
	width: 100%;
	padding-top: 5rem;
}

.home-prepare-phone {
	top: 0;
	right: 10%;
	width: 20rem;
	transform: rotate(4deg);
	opacity: 0.86;
}

.home-prepare-layout .home-stage-heading > p:last-child {
	grid-column: 1;
	max-width: 29rem;
}

.home-elevation-proof {
	position: relative;
	z-index: 3;
	margin-top: -17rem;
	padding-top: 2.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.19);
}

.home-elevation-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 2rem;
}

.home-elevation-heading h3 {
	margin: 0.7rem 0 0;
	font-family: var(--font-display);
	font-size: clamp(3.4rem, 5.2vw, 5.5rem);
	font-weight: 560;
	letter-spacing: -0.055em;
}

.home-elevation-heading dl {
	display: flex;
	margin: 0 0 1rem;
}

.home-elevation-heading dl div {
	display: flex;
	align-items: baseline;
	gap: 0.8rem;
	padding: 0 1.7rem;
	border-left: 1px solid rgba(255, 255, 255, 0.23);
}

.home-elevation-heading dt {
	color: rgba(255, 255, 255, 0.45);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.home-elevation-heading dd {
	margin: 0;
	font-size: 1.35rem;
}

.home-elevation-proof svg {
	display: block;
	width: 100%;
	height: clamp(15rem, 24vw, 22rem);
	margin-top: 2rem;
	overflow: visible;
}

.home-elevation-grid {
	fill: none;
	stroke: rgba(255, 255, 255, 0.11);
	stroke-width: 1;
}

.home-elevation-area {
	fill: rgba(194, 217, 70, 0.12);
}

.home-elevation-line {
	fill: none;
	filter: drop-shadow(0 0 8px rgba(194, 217, 70, 0.28));
	stroke: var(--acid);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 4;
}

.home-elevation-proof > p {
	margin: 0.8rem 0 0;
	color: rgba(255, 255, 255, 0.45);
	font-size: 0.76rem;
	text-align: center;
}

.home-stage-navigate {
	min-height: 74rem;
	padding-top: 11rem;
	background:
		linear-gradient(90deg, rgba(1, 5, 4, 0.86), rgba(1, 5, 4, 0.24) 55%, rgba(1, 5, 4, 0.62)),
		linear-gradient(180deg, #020605 0%, transparent 22%, transparent 68%, #020605 100%),
		url("/beacen-journey-terrain-v2.jpg") 50% 50% / cover no-repeat;
}

.home-navigate-layout {
	display: grid;
	min-height: 48rem;
	grid-template-columns: minmax(30rem, 0.9fr) minmax(29rem, 1.1fr);
	align-items: center;
	gap: 4rem;
}

.home-navigate-layout .home-stage-heading {
	display: block;
	margin: 0;
}

.home-navigate-layout .home-stage-heading .home-label {
	margin: 0;
}

.home-navigate-layout .home-stage-heading > p:not(.home-label, .home-workout-note) {
	max-width: 35rem;
	margin: 2rem 0 0;
}

.home-workout-note {
	max-width: 29rem;
	margin: 2.2rem 0 0;
	padding-top: 1.2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.17);
	color: rgba(255, 255, 255, 0.48);
	font-size: 0.82rem;
	line-height: 1.55;
}

.home-navigation-phone {
	top: 0;
	right: 5%;
	transform: rotate(2deg);
}

.home-navigation-watch {
	top: 14rem;
	left: 15%;
	transform: rotate(-4deg);
}

.home-recovery {
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(22rem, 0.65fr);
	align-items: center;
	gap: 4rem;
	padding-top: 3rem;
}

.home-recovery-line svg {
	display: block;
	width: 100%;
	height: 15rem;
	overflow: visible;
}

.home-recovery-route-glow,
.home-recovery-route,
.home-recovery-offroute {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.home-recovery-route-glow {
	filter: blur(6px);
	opacity: 0.42;
	stroke: var(--acid);
	stroke-width: 12;
}

.home-recovery-route {
	stroke: var(--acid);
	stroke-width: 3;
}

.home-recovery-offroute {
	stroke: #43dce5;
	stroke-dasharray: 7 10;
	stroke-width: 3;
}

.home-recovery-line circle {
	fill: #43dce5;
	filter: drop-shadow(0 0 8px #43dce5);
}

.home-recovery h3 {
	margin: 1rem 0 0;
	font-family: var(--font-display);
	font-size: clamp(2.4rem, 3.5vw, 4rem);
	font-weight: 560;
	letter-spacing: -0.05em;
	line-height: 1;
}

.home-recovery > div:last-child > p:last-child {
	margin: 1.3rem 0 0;
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.9rem;
	line-height: 1.65;
}

.home-principles {
	padding: clamp(8rem, 13vw, 13rem) 0;
	background: #020605;
}

.home-principles h2 {
	max-width: 72rem;
}

.home-principle-lines {
	margin-top: 6rem;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.home-principle-lines p {
	display: grid;
	grid-template-columns: minmax(15rem, 0.7fr) minmax(20rem, 1.3fr);
	gap: 4rem;
	margin: 0;
	padding: 2.2rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.home-principle-lines strong {
	font-family: var(--font-display);
	font-size: clamp(1.7rem, 2.4vw, 2.5rem);
	font-weight: 560;
	letter-spacing: -0.04em;
}

.home-principle-lines span {
	max-width: 39rem;
	color: rgba(255, 255, 255, 0.52);
	font-size: 0.98rem;
	line-height: 1.65;
}

.home-final {
	position: relative;
	display: grid;
	min-height: 48rem;
	place-items: center;
	overflow: hidden;
	background:
		linear-gradient(180deg, #020605, rgba(1, 5, 4, 0.36) 30%, rgba(1, 5, 4, 0.76)),
		url("/beacen-journey-terrain-v2.jpg") 50% 100% / cover no-repeat;
	text-align: center;
}

.home-final p {
	margin: 0;
	font-family: var(--font-display);
	font-size: clamp(2.2rem, 3.4vw, 3.8rem);
	font-weight: 560;
	letter-spacing: -0.045em;
}

.home-final h2 {
	font-size: clamp(4rem, 7.2vw, 7.5rem);
}

.home-final > div > span {
	display: block;
	margin-top: 2rem;
	color: rgba(255, 255, 255, 0.58);
	line-height: 1.6;
}

.home-final .journey-actions {
	justify-content: center;
	margin-top: 2.2rem;
}

.home-final small {
	display: block;
	margin-top: 1.4rem;
	color: rgba(255, 255, 255, 0.4);
	font-size: 0.68rem;
	letter-spacing: 0.08em;
}

/* The Get page uses the same equipment-grade language without feature cards. */

.get-hero-editorial,
.get-hero-editorial .get-hero-inner {
	min-height: max(54rem, 100svh);
}

.get-page .get-hero-editorial {
	background:
		linear-gradient(90deg, rgba(1, 6, 5, 0.65), rgba(1, 6, 5, 0.06) 61%, rgba(1, 6, 5, 0.3)),
		linear-gradient(180deg, transparent 58%, #020605);
}

.get-page .get-hero-editorial::before {
	position: absolute;
	z-index: 0;
	inset: 0;
	background: url("/beacen-terrain-v2.jpg") center / cover no-repeat;
	content: "";
	filter: brightness(1.55) saturate(0.9);
}

.get-route-thread {
	position: absolute;
	z-index: 1;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.get-route-thread path {
	fill: none;
	filter: drop-shadow(0 0 9px rgba(194, 217, 70, 0.42));
	stroke: var(--acid);
	stroke-linecap: round;
	stroke-width: 2.5;
}

.get-hero-editorial .get-hero-inner {
	position: relative;
	z-index: 2;
}

.get-copy .home-label {
	color: var(--acid);
}

.get-release-state {
	display: flex;
	max-width: 33rem;
	align-items: center;
	gap: 0.7rem;
	margin: 1.8rem 0 0;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.48);
	font-size: 0.78rem;
	line-height: 1.45;
}

.get-release-state span {
	width: 0.5rem;
	height: 0.5rem;
	flex: 0 0 auto;
	border-radius: 50%;
	background: var(--acid);
	box-shadow: 0 0 18px rgba(194, 217, 70, 0.7);
}

.get-release-state strong {
	color: rgba(255, 255, 255, 0.82);
}

.get-page .get-watch > i.get-milanese-loop {
	top: 0;
	left: 50%;
	width: 4.8rem;
	height: 100%;
	transform: translateX(-50%);
}

.get-page .get-watch {
	top: 14rem;
	right: 46%;
	width: 10rem;
	height: 23rem;
}

.get-page .get-watch > div {
	top: 5.3rem;
	padding: 0.34rem;
	border-radius: 2.55rem;
}

.get-page .get-watch img {
	border-radius: 2.15rem;
}

.get-story {
	padding: clamp(8rem, 13vw, 13rem) 0;
	background:
		radial-gradient(circle at 82% 18%, rgba(194, 217, 70, 0.06), transparent 25rem),
		#020605;
}

.get-story header {
	max-width: 75rem;
}

.get-story-flow {
	position: relative;
	margin: 8rem 0 0 26%;
}

.get-story-flow::before {
	position: absolute;
	top: -3rem;
	bottom: -3rem;
	left: 0;
	width: 1px;
	background: linear-gradient(var(--acid), rgba(194, 217, 70, 0.05));
	box-shadow: 0 0 12px rgba(194, 217, 70, 0.28);
	content: "";
}

.get-story-flow article {
	max-width: 52rem;
	padding: 0 0 6rem clamp(3rem, 7vw, 8rem);
}

.get-story-flow article:last-child {
	padding-bottom: 0;
}

.get-story-flow h3 {
	max-width: 46rem;
	margin: 1rem 0 0;
	font-family: var(--font-display);
	font-size: clamp(2.8rem, 5vw, 5.5rem);
	font-weight: 560;
	letter-spacing: -0.055em;
	line-height: 0.98;
}

.get-story-flow article > p:last-child {
	max-width: 35rem;
	margin: 1.5rem 0 0;
	color: rgba(255, 255, 255, 0.54);
	font-size: 1rem;
	line-height: 1.7;
}

.get-close {
	position: relative;
	display: grid;
	min-height: 48rem;
	place-items: center;
	overflow: hidden;
	background:
		linear-gradient(180deg, #020605, rgba(1, 5, 4, 0.4) 26%, rgba(1, 5, 4, 0.77)),
		url("/beacen-journey-terrain-v2.jpg") 50% 100% / cover no-repeat;
	text-align: center;
}

.get-close > div > p:not(.home-label) {
	max-width: 38rem;
	margin: 2rem auto 0;
	color: rgba(255, 255, 255, 0.58);
	line-height: 1.65;
}

.get-close .get-actions {
	justify-content: center;
}

@media (max-width: 1100px) {
	.home-hero-inner,
	.home-navigate-layout {
		grid-template-columns: minmax(26rem, 1fr) minmax(23rem, 0.78fr);
	}

	.home-device-stage,
	.home-navigation-devices {
		transform: scale(0.84);
	}

	.home-library-visual {
		grid-template-columns: minmax(0, 1.45fr) minmax(21rem, 0.8fr);
	}

	.home-library-lines {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.home-library-lines .home-library-all {
		grid-column: 1 / -1;
		border-left: 0;
	}
}

@media (max-width: 820px) {
	.home-hero,
	.home-hero-inner {
		min-height: 68rem;
	}

	.home-hero-inner {
		grid-template-columns: 1fr;
		align-content: start;
		gap: 1rem;
		padding-top: 9rem;
	}

	.home-hero-copy {
		padding-left: 0;
	}

	.home-hero-copy h1 {
		font-size: clamp(3.6rem, 13vw, 5.8rem);
	}

	.home-device-stage {
		min-height: 35rem;
		transform: scale(0.78);
		transform-origin: top center;
	}

	.home-device-stage .home-phone {
		right: 4%;
	}

	.home-device-stage .home-watch {
		right: calc(4% + 15rem);
		left: auto;
	}

	.home-stage-heading {
		display: block;
	}

	.home-stage-heading .home-label {
		margin: 0;
	}

	.home-stage-heading h2,
	.home-principles h2,
	.get-story h2,
	.get-close h2 {
		font-size: clamp(3.3rem, 11.5vw, 5.4rem);
	}

	.home-stage-heading > p:last-child {
		margin-top: 2rem;
	}

	.home-library-visual {
		grid-template-columns: 1fr;
	}

	.home-library-mountain {
		min-height: 30rem;
	}

	.home-library-copy {
		min-height: 25rem;
	}

	.home-library-lines {
		grid-template-columns: 1fr;
	}

	.home-library-lines a + a,
	.home-library-lines .home-library-all {
		border-left: 0;
	}

	.home-library-lines a {
		min-height: 6rem;
	}

	.home-prepare-layout {
		min-height: 60rem;
	}

	.home-prepare-phone {
		top: 20rem;
		right: 50%;
		width: 16rem;
		transform: translateX(50%) rotate(3deg);
	}

	.home-elevation-proof {
		margin-top: -8rem;
	}

	.home-elevation-heading {
		align-items: start;
		flex-direction: column;
	}

	.home-elevation-heading dl {
		margin: 0;
	}

	.home-elevation-heading dl div:first-child {
		padding-left: 0;
		border-left: 0;
	}

	.home-stage-navigate {
		min-height: auto;
	}

	.home-navigate-layout {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.home-navigation-devices {
		min-height: 37rem;
		transform: scale(0.8);
		transform-origin: top center;
	}

	.home-recovery {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.home-recovery-line {
		order: 2;
	}

	.home-principle-lines p {
		grid-template-columns: 1fr;
		gap: 0.8rem;
	}

	.get-story-flow {
		margin-left: 0;
	}
}

@media (max-width: 560px) {
	.home-label {
		font-size: 0.64rem;
	}

	.home-hero,
	.home-hero-inner {
		min-height: 62rem;
	}

	.home-hero-inner {
		padding-top: 8rem;
	}

	.home-hero-copy > p:not(.home-label, .conversion-note) {
		max-width: 20rem;
		font-size: 0.96rem;
	}

	.home-device-stage {
		margin-inline: -2rem;
		transform: scale(0.64);
	}

	.home-stage {
		padding-block: 6rem;
	}

	.home-library-mountain {
		min-height: 23rem;
	}

	.home-library-mountain svg {
		inset: 1rem;
		width: calc(100% - 2rem);
		height: calc(100% - 2rem);
	}

	.home-library-copy {
		min-height: 22rem;
		padding: 2.1rem 1.5rem;
	}

	.home-library-copy h3 {
		font-size: clamp(2.5rem, 13vw, 3.8rem);
	}

	.home-library-copy dl {
		margin-top: 2.2rem;
	}

	.home-library-compass {
		bottom: 1rem;
		left: 1rem;
	}

	.home-prepare-layout {
		min-height: 52rem;
	}

	.home-prepare-phone {
		top: 20rem;
		width: 13.5rem;
	}

	.home-elevation-proof {
		margin-top: -3rem;
	}

	.home-elevation-heading dl div {
		padding-inline: 1rem;
	}

	.home-elevation-heading dd {
		font-size: 1rem;
	}

	.home-elevation-proof svg {
		height: 13rem;
	}

	.home-navigation-devices {
		margin-inline: -2rem;
		min-height: 32rem;
		transform: scale(0.64);
	}

	.home-recovery-line svg {
		height: 10rem;
	}

	.home-principles {
		padding-block: 7rem;
	}

	.home-principle-lines {
		margin-top: 4rem;
	}

	.home-final,
	.get-close {
		min-height: 42rem;
	}

	.home-final .journey-actions,
	.get-close .get-actions {
		align-items: center;
	}

	.get-story-flow article {
		padding: 0 0 5rem 2rem;
	}

	.get-story-flow h3 {
		font-size: clamp(2.5rem, 11vw, 3.7rem);
	}
}

@media (prefers-reduced-motion: no-preference) {
	.home-hero-route path,
	.get-route-thread path {
		animation: cinematic-route-reveal 2.2s cubic-bezier(0.22, 1, 0.36, 1) both;
	}

	.home-library-route-line,
	.home-library-route-halo {
		animation: library-route-arrival 900ms ease-out both;
	}
}

@keyframes cinematic-route-reveal {
	from { stroke-dashoffset: 1; }
	to { stroke-dashoffset: 0; }
}

@keyframes library-route-arrival {
	from { opacity: 0; }
	to { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
	.home-hero-route path,
	.get-route-thread path,
	.home-library-route-line,
	.home-library-route-halo {
		animation: none !important;
	}
}

/* Public route pages
   Library and accountless shares use one restrained route-page grammar. */

.public-route-main {
	min-height: calc(100svh - 10rem);
	padding: clamp(7rem, 10vw, 8.5rem) 0 clamp(4.5rem, 8vw, 7rem);
}

.public-route-context {
	display: flex;
	align-items: center;
	min-height: 2.75rem;
	margin-bottom: 1.25rem;
}

.public-route-context .kicker {
	margin: 0;
	color: var(--acid);
	font-size: 0.72rem;
	font-weight: 720;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.public-route-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.62fr) minmax(19rem, 0.78fr);
	align-items: start;
	gap: clamp(1.25rem, 2.5vw, 2rem);
}

.public-route-visuals {
	display: grid;
	min-width: 0;
	gap: clamp(1.25rem, 2.5vw, 1.75rem);
}

.public-route-preview-frame {
	position: relative;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 1.7rem;
	background: #06100d;
	box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.32);
	isolation: isolate;
}

.public-route-preview-frame::after {
	position: absolute;
	inset: 0;
	pointer-events: none;
	border-radius: inherit;
	box-shadow: inset 0 0 0 1px rgba(194, 217, 70, 0.035);
	content: "";
}

.public-route-preview-frame figcaption {
	position: absolute;
	right: 1rem;
	bottom: 0.85rem;
	padding: 0.35rem 0.6rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(2, 7, 6, 0.76);
	color: rgba(255, 255, 255, 0.54);
	font-size: 0.66rem;
	letter-spacing: 0.04em;
	backdrop-filter: blur(8px);
}

.public-route-preview {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 45 / 28;
}

.route-preview-grid {
	fill: none;
	stroke: rgba(194, 217, 70, 0.045);
	stroke-width: 1;
}

.route-preview-contour {
	fill: none;
	stroke: rgba(255, 255, 255, 0.07);
	stroke-width: 1.3;
	stroke-linecap: round;
}

.route-preview-halo {
	fill: none;
	stroke: rgba(194, 217, 70, 0.28);
	stroke-width: 14;
	stroke-linecap: round;
	stroke-linejoin: round;
	filter: blur(5px);
}

.route-preview-line {
	fill: none;
	stroke: #c2d946;
	stroke-width: 5;
	stroke-linecap: round;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
}

.route-preview-marker-start {
	fill: #c2d946;
	stroke: #07100d;
	stroke-width: 3;
}

.route-preview-marker-finish,
.route-preview-marker-combined circle {
	fill: #07100d;
	stroke: #c2d946;
	stroke-width: 4;
}

.route-preview-marker-combined path {
	fill: #c2d946;
}

.route-preview-empty {
	fill: rgba(194, 217, 70, 0.44);
}

.public-route-panel {
	position: sticky;
	top: 1.5rem;
	min-width: 0;
	padding: clamp(1.5rem, 3vw, 2.35rem);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 1.7rem;
	background: rgba(4, 12, 9, 0.86);
	box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(18px);
}

.public-route-label {
	margin: 0 0 1.4rem;
	color: var(--acid);
	font-size: 0.74rem;
	font-weight: 720;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.public-route-panel h1 {
	max-width: 14ch;
	margin: 0;
	font-family: var(--font-display);
	font-size: clamp(2.65rem, 4.5vw, 4.7rem);
	font-weight: 560;
	letter-spacing: -0.065em;
	line-height: 0.94;
	overflow-wrap: anywhere;
}

.public-route-panel .route-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(5.5rem, 1fr));
	margin-block: 2rem;
}

.public-route-panel .route-stats > div {
	padding-inline: 0.85rem;
}

.public-route-panel .route-stats > div:first-child {
	padding-left: 0;
}

.public-route-panel-shared .shared-route-benefits {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.8rem;
	margin-top: 1.5rem;
	padding: 1.35rem 0 0;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 0;
	background: transparent;
	backdrop-filter: none;
}

.public-route-panel-shared .route-note {
	margin-bottom: 0;
}

@media (max-width: 940px) {
	.public-route-grid {
		grid-template-columns: 1fr;
	}

	.public-route-panel {
		position: static;
		grid-row: 1;
	}

	.public-route-visuals {
		grid-row: 2;
	}
}

@media (max-width: 560px) {
	.public-route-main {
		padding: 6.5rem 0 4rem;
	}

	.public-route-grid {
		gap: 1rem;
	}

	.public-route-panel,
	.public-route-preview-frame,
	.public-route-visuals .library-elevation-card {
		border-radius: 1.2rem;
	}

	.public-route-panel {
		padding: 1.35rem;
	}

	.public-route-panel h1 {
		font-size: clamp(2.5rem, 13vw, 3.8rem);
	}

	.public-route-panel .route-stats {
		grid-template-columns: repeat(auto-fit, minmax(4.75rem, 1fr));
	}

	.public-route-panel .route-stats > div {
		padding-inline: 0.55rem;
	}

	.public-route-preview-frame figcaption {
		display: none;
	}
}

/* Unified secondary public experience */

body.public-secondary {
	background: #020706;
	color: #fff;
}

.public-secondary .secondary-header {
	position: absolute;
}

.public-secondary .secondary-header nav a[aria-current="page"] {
	color: #d9ff1e;
}

.public-secondary .secondary-header nav a[aria-current="page"]::after {
	display: none;
}

.public-secondary .document-hero,
.public-secondary .guide-hero,
.public-secondary .error-hero {
	min-height: 34rem;
	padding: 11rem 0 6.5rem;
	background:
		linear-gradient(90deg, rgba(1, 6, 5, 0.9), rgba(1, 6, 5, 0.5) 62%, rgba(1, 6, 5, 0.7)),
		linear-gradient(180deg, transparent 58%, #020706),
		url("/beacen-terrain-v2.jpg") center 40% / cover no-repeat;
	color: #fff;
}

.public-secondary .document-hero::after,
.public-secondary .guide-hero::after,
.public-secondary .error-hero::after {
	right: -5%;
	bottom: -45%;
	width: 48rem;
	height: 48rem;
	border-color: rgba(217, 255, 30, 0.08);
	border-radius: 50%;
	box-shadow: 0 0 0 7rem rgba(217, 255, 30, 0.015), 0 0 0 14rem rgba(217, 255, 30, 0.01);
}

.public-secondary .document-hero h1,
.public-secondary .guide-hero h1,
.public-secondary .error-hero h1 {
	max-width: 13ch;
	font-size: clamp(3.6rem, 7vw, 7rem);
	font-weight: 560;
	letter-spacing: -0.06em;
	line-height: 0.96;
}

.public-secondary .document-intro,
.public-secondary .guide-hero-copy {
	color: rgba(255, 255, 255, 0.68);
}

.public-secondary .document-layout,
.public-secondary .guide-layout {
	background: #050908;
}

.public-secondary .document-body p,
.public-secondary .document-body li,
.public-secondary .guide-section > p:not(.section-label),
.public-secondary .guide-steps p,
.public-secondary .guide-topic-grid p,
.public-secondary .faq-details p,
.public-secondary .preflight-notes p {
	color: rgba(255, 255, 255, 0.62);
}

.public-secondary .document-body > section,
.public-secondary .guide-section + .guide-section,
.public-secondary .guide-steps li,
.public-secondary .support-checks li {
	border-color: rgba(255, 255, 255, 0.12);
}

.public-secondary .document-body a,
.public-secondary .guide-content a {
	color: #d9ff1e;
}

.public-secondary .trust-principles {
	border-color: rgba(255, 255, 255, 0.13);
	background: rgba(7, 15, 12, 0.72);
}

.public-secondary .trust-principles div {
	border-color: rgba(255, 255, 255, 0.13);
}

.public-secondary .trust-principles span,
.public-secondary .updated,
.public-secondary .guide-contents-title,
.public-secondary .section-label {
	color: rgba(217, 255, 30, 0.72);
}

.public-secondary .support-paths {
	gap: 0;
	border-color: rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.12);
}

.public-secondary .support-path {
	background: #07100d;
	color: #fff;
}

.public-secondary .support-path:hover {
	background: #0b1813;
}

.public-secondary .support-path span {
	color: #c2e600;
}

.public-secondary .support-path p {
	color: rgba(255, 255, 255, 0.58);
}

.public-secondary .contact-card,
.public-secondary .document-body > .contact-card,
.public-secondary .guide-content > .contact-card {
	border: 1px solid rgba(255, 255, 255, 0.11);
	background:
		linear-gradient(90deg, rgba(1, 6, 5, 0.86), rgba(1, 6, 5, 0.56)),
		url("/beacen-terrain-v2.jpg") center 55% / cover no-repeat;
}

.public-secondary .guide-contents {
	border-color: rgba(255, 255, 255, 0.14);
}

.public-secondary .guide-contents a {
	border-color: rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.52);
}

.public-secondary .guide-contents a:hover {
	color: #d9ff1e;
}

.public-secondary .guide-callout,
.public-secondary .guide-topic-grid article,
.public-secondary .faq-details details {
	border-color: rgba(255, 255, 255, 0.12);
	background: rgba(7, 15, 12, 0.68);
	color: #fff;
}

.public-secondary .faq-details summary {
	color: #fff;
}

.public-secondary .settings-path li {
	border-color: rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.035);
}

.public-secondary .shared-route-main {
	min-height: 100svh;
	padding: 8.5rem 0 7rem;
	background:
		radial-gradient(circle at 34% 28%, rgba(28, 67, 48, 0.28), transparent 36rem),
		linear-gradient(180deg, #020706, #050b09 60%, #020706);
}

.public-secondary .shared-route-heading {
	margin-bottom: 1.3rem;
}

.public-secondary .shared-route-heading .kicker {
	margin: 0;
	color: #c2e600;
	font-size: 0.72rem;
	font-weight: 680;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.public-secondary .shared-route-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(22rem, 0.72fr);
	gap: clamp(2rem, 4vw, 4rem);
	align-items: start;
}

.public-secondary .shared-route-visuals,
.public-secondary .shared-route-details {
	display: grid;
	gap: 1.6rem;
}

.public-secondary .shared-route-figure {
	padding: clamp(0.75rem, 1.6vw, 1.25rem);
	border-color: rgba(255, 255, 255, 0.12);
	border-radius: 2rem;
	background:
		radial-gradient(circle at 50% 48%, rgba(34, 82, 56, 0.42), transparent 52%),
		#06100d;
	box-shadow: 0 2.5rem 7rem rgba(0, 0, 0, 0.42);
}

.public-secondary .shared-route-figure::before {
	display: none;
}

.public-secondary .shared-route-figure figcaption {
	padding-right: 0.5rem;
}

.public-secondary .shared-route-copy,
.public-secondary .shared-route-benefits,
.public-secondary .route-elevation-preview {
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 1.75rem;
	background: rgba(4, 11, 9, 0.76);
	backdrop-filter: blur(18px);
}

.public-secondary .shared-route-copy {
	padding: clamp(1.8rem, 4vw, 2.6rem);
}

.public-secondary .shared-via {
	margin: 0 0 1.2rem;
	color: rgba(255, 255, 255, 0.64);
	font-size: 0.82rem;
}

.public-secondary .shared-via::before {
	margin-right: 0.6rem;
	color: #d9ff1e;
	content: "⌁";
}

.public-secondary .shared-route-copy h1 {
	max-width: 14ch;
	margin: 0 0 2rem;
	font-size: clamp(2.6rem, 4.3vw, 4.6rem);
	font-weight: 560;
	line-height: 0.98;
	overflow-wrap: anywhere;
}

.public-secondary .route-stats {
	display: flex;
	margin-bottom: 2rem;
	border-color: rgba(255, 255, 255, 0.13);
}

.public-secondary .route-stats > div {
	min-width: 0;
	flex: 1;
	padding: 1.1rem 1rem;
	text-align: center;
}

.public-secondary .route-stats > div:first-child {
	padding-left: 0;
}

.public-secondary .route-stats > div + div {
	padding-left: 1rem;
	border-color: rgba(255, 255, 255, 0.13);
}

.public-secondary .route-stats dd {
	margin: 0 0 0.3rem;
	font-size: 1.3rem;
}

.public-secondary .route-stats dt {
	margin: 0;
}

.public-secondary .route-open-action {
	width: 100%;
	display: flex;
	min-height: 3.7rem;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	border-radius: 1rem;
	background: #d9ff1e;
	color: #071006;
	font: inherit;
	font-weight: 720;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 0 2rem rgba(194, 230, 0, 0.16);
}

.public-secondary .route-open-action:hover {
	background: #edff8c;
}

.public-secondary .route-open-action:focus-visible,
.route-handoff-secondary:focus-visible,
.route-handoff-close:focus-visible,
.route-handoff-url:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

.route-handoff[hidden],
.route-handoff-dialog[hidden] {
	display: none;
}

.route-handoff [data-route-handoff-apple],
.route-handoff [data-route-handoff-desktop] {
	display: none;
}

.route-handoff[data-handoff-state="apple-mobile"] [data-route-handoff-apple],
.route-handoff[data-handoff-state="desktop"] [data-route-handoff-desktop] {
	display: flex;
}

.route-handoff-dialog {
	width: min(92vw, 34rem);
	max-height: min(90vh, 48rem);
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 1.5rem;
	background: #07100d;
	color: #fff;
	box-shadow: 0 2rem 7rem rgba(0, 0, 0, 0.72);
}

.route-handoff-dialog::backdrop {
	background: rgba(0, 4, 3, 0.78);
	backdrop-filter: blur(4px);
}

.route-handoff-modal {
	position: relative;
	display: grid;
	gap: 1rem;
	padding: clamp(1.5rem, 4vw, 2.25rem);
	overflow: auto;
}

.route-handoff-modal .kicker,
.route-handoff-modal h2,
.route-handoff-modal p {
	margin: 0;
}

.route-handoff-modal .kicker {
	color: #c2d946;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.route-handoff-modal h2 {
	padding-right: 2.5rem;
	font-size: clamp(2rem, 6vw, 3rem);
	line-height: 1;
}

.route-handoff-modal > p:not(.kicker):not(.route-handoff-status):not(.route-handoff-qr-failure):not(.route-handoff-qr-caption) {
	color: rgba(255, 255, 255, 0.68);
}

.route-handoff-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	display: grid;
	width: 2.75rem;
	height: 2.75rem;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	font: inherit;
	font-size: 1.5rem;
	cursor: pointer;
}

.route-handoff-qr {
	box-sizing: border-box;
	width: min(100%, 18.5rem);
	aspect-ratio: 1;
	margin: 0.25rem auto;
	padding: 0.75rem;
	border: 1px solid #c2d946;
	border-radius: 1.2rem;
	background: #fafaf4;
	color: #07100d;
	box-shadow: 0 0 0 0.3rem rgba(194, 217, 70, 0.08), 0 1.25rem 3rem rgba(0, 0, 0, 0.28);
}

.route-handoff-qr svg {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 270px;
	max-height: 270px;
	margin: auto;
}

.route-handoff-qr > p {
	display: grid;
	height: 100%;
	place-items: center;
	text-align: center;
}

.route-handoff-qr-failure {
	color: #fff1b3;
	text-align: center;
}

.route-handoff-modal .route-handoff-qr-caption {
	margin-top: -0.45rem;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.9rem;
	text-align: center;
}

.route-handoff-url {
	display: block;
	padding: 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 0.75rem;
	color: #c2d946;
	font-size: 0.85rem;
	overflow-wrap: anywhere;
	text-align: center;
}

.route-handoff-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem;
}

.route-handoff-secondary {
	min-height: 3.7rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 1rem;
	background: transparent;
	color: #fff;
	font: inherit;
	font-weight: 680;
	cursor: pointer;
}

.route-handoff-status {
	min-height: 1.5rem;
	color: #c2d946;
	font-size: 0.85rem;
	text-align: center;
}

.route-handoff-copy-field {
	position: fixed;
	top: -100vh;
	left: -100vw;
}

@media (max-width: 34rem) {
	.route-handoff-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	.route-handoff-dialog,
	.route-handoff-dialog::backdrop { scroll-behavior: auto; }
}

.public-secondary .route-note {
	max-width: none;
	margin-top: 1.1rem;
	text-align: center;
}

.public-secondary .shared-route-benefits {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem 1.4rem;
	padding: 1.5rem;
}

.public-secondary .shared-route-benefits div {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.8rem;
}

.public-secondary .shared-route-benefits span {
	display: grid;
	width: 2rem;
	height: 2rem;
	flex: 0 0 auto;
	place-items: center;
	border: 1px solid rgba(217, 255, 30, 0.32);
	border-radius: 50%;
	color: #d9ff1e;
	box-shadow: 0 0 1rem rgba(194, 230, 0, 0.1);
}

.public-secondary .route-elevation-preview {
	padding: 1.25rem 1.5rem 1rem;
}

.public-secondary .route-elevation-preview header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.public-secondary .route-elevation-preview h2 {
	margin: 0;
	font-size: 1rem;
}

.public-secondary .route-elevation-preview header span {
	color: rgba(217, 255, 30, 0.7);
	font-size: 0.62rem;
	font-weight: 680;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.public-secondary .route-elevation-preview svg {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 0.4rem;
}

.public-secondary .elevation-baseline {
	fill: none;
	stroke: rgba(255, 255, 255, 0.13);
	stroke-width: 1;
}

.public-secondary .elevation-area {
	fill: url("#elevation-fill");
}

.public-secondary .elevation-line {
	fill: none;
	stroke: #d9ff1e;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.5;
}

@media (max-width: 1050px) {
	.public-secondary .shared-route-grid {
		grid-template-columns: 1fr;
	}

	.public-secondary .shared-route-details {
		grid-row: 1;
	}

	.public-secondary .shared-route-visuals {
		grid-row: 2;
	}
}

@media (max-width: 700px) {
	.public-secondary .document-hero,
	.public-secondary .guide-hero,
	.public-secondary .error-hero {
		min-height: 30rem;
		padding: 8rem 0 4.5rem;
	}

	.public-secondary .document-hero h1,
	.public-secondary .guide-hero h1,
	.public-secondary .error-hero h1 {
		font-size: clamp(3rem, 15vw, 4.6rem);
	}

	.public-secondary .shared-route-main {
		padding: 7rem 0 4rem;
	}

	.public-secondary .shared-route-heading {
		margin-bottom: 1rem;
	}

	.public-secondary .shared-route-copy {
		padding: 1.5rem;
	}

	.public-secondary .shared-route-benefits {
		grid-template-columns: 1fr;
	}

	.public-secondary .route-stats > div {
		padding-inline: 0.7rem;
	}
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--font-text);
	font-size: 1rem;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.public-page {
	min-width: 320px;
}

img,
svg {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.22em;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

:focus-visible {
	outline: 3px solid var(--acid);
	outline-offset: 4px;
}

.skip-link {
	position: fixed;
	z-index: 1000;
	top: 0.75rem;
	left: 0.75rem;
	padding: 0.65rem 0.9rem;
	border-radius: 999px;
	background: var(--acid);
	color: var(--acid-ink);
	font-weight: 750;
	transform: translateY(-160%);
	transition: transform 160ms ease;
}

.skip-link:focus {
	transform: translateY(0);
}

.shell {
	width: min(calc(100% - 2.5rem), var(--shell));
	margin-inline: auto;
}

.site-header {
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	width: 100%;
	color: var(--white);
}

.header-inner {
	display: flex;
	min-height: 5.5rem;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	border-bottom: 1px solid var(--line-dark);
}

.wordmark {
	display: inline-flex;
	align-items: center;
	color: inherit;
	font-family: var(--font-display);
	font-size: 1.35rem;
	font-weight: 750;
	letter-spacing: -0.04em;
	line-height: 1;
	text-decoration: none;
}

.wordmark::before {
	width: 0.68rem;
	height: 0.68rem;
	margin-right: 0.68rem;
	border-radius: 50%;
	background: var(--acid);
	box-shadow: var(--shadow-route);
	content: "";
}

.wordmark span {
	color: var(--acid);
}

.site-header nav,
.footer-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem 1.5rem;
}

.site-header nav a {
	position: relative;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.82rem;
	font-weight: 650;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 160ms ease;
}

.site-header nav a:hover,
.site-header nav a[aria-current="page"] {
	color: var(--white);
}

.site-header nav a[aria-current="page"]::after {
	position: absolute;
	right: 0;
	bottom: -0.7rem;
	left: 0;
	height: 2px;
	background: var(--acid);
	box-shadow: var(--shadow-route);
	content: "";
}

.site-footer {
	background: var(--ink);
	color: rgba(255, 255, 255, 0.62);
}

.footer-inner {
	display: flex;
	min-height: 10rem;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	border-top: 1px solid var(--line-dark);
}

.footer-inner p {
	margin: 0;
	font-size: 0.78rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.footer-links a {
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.82rem;
	text-decoration: none;
}

.footer-links a:hover,
.footer-links a[aria-current="page"] {
	color: var(--white);
}

.kicker,
.eyebrow,
.section-label {
	margin: 0 0 1rem;
	color: var(--moss);
	font-size: 0.72rem;
	font-weight: 760;
	letter-spacing: 0.16em;
	line-height: 1.4;
	text-transform: uppercase;
}

.on-dark .kicker,
.on-dark .eyebrow,
.dark-section .kicker,
.document-hero .kicker,
.guide-hero .kicker,
.shared-route-layout .kicker {
	color: var(--acid);
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

h1,
h2,
h3 {
	font-family: var(--font-display);
	font-weight: 620;
	letter-spacing: -0.045em;
	line-height: 0.98;
}

h1 {
	font-size: clamp(3.5rem, 8vw, 7.8rem);
}

h2 {
	font-size: clamp(2.6rem, 5.2vw, 5.5rem);
}

h3 {
	font-size: clamp(1.35rem, 2vw, 1.85rem);
	line-height: 1.08;
}

.button,
.primary-action,
.guide-action {
	display: inline-flex;
	min-height: 3.25rem;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	padding: 0.8rem 1.2rem;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 0.86rem;
	font-weight: 760;
	line-height: 1;
	text-decoration: none;
	transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover,
.primary-action:hover,
.guide-action:hover {
	transform: translateY(-2px);
}

.button-primary,
.primary-action,
.guide-action {
	background: var(--acid);
	box-shadow: 0 0 34px rgba(194, 217, 70, 0.14);
	color: var(--acid-ink);
}

.button-primary:hover,
.primary-action:hover,
.guide-action:hover {
	background: var(--acid-bright);
}

.button-ghost {
	border-color: rgba(255, 255, 255, 0.24);
	color: var(--white);
}

.button-ghost:hover {
	border-color: rgba(255, 255, 255, 0.52);
	background: rgba(255, 255, 255, 0.08);
}

.text-link {
	font-size: 0.9rem;
	font-weight: 680;
	text-decoration: none;
}

.text-link span {
	display: inline-block;
	margin-left: 0.2rem;
	transition: transform 160ms ease;
}

.text-link:hover span {
	transform: translateX(0.25rem);
}

/* Launch page */

.home-hero {
	position: relative;
	display: grid;
	min-height: 100svh;
	overflow: hidden;
	align-items: end;
	background:
		radial-gradient(circle at 72% 40%, rgba(74, 104, 70, 0.23), transparent 28%),
		linear-gradient(180deg, #111713 0%, #080b09 74%);
	color: var(--white);
	isolation: isolate;
}

.home-hero::after {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	left: 0;
	height: 48%;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.55));
	content: "";
}

.hero-terrain {
	position: absolute;
	z-index: -2;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0.88;
}

.hero-terrain .contour {
	fill: none;
	stroke: rgba(204, 220, 191, 0.12);
	stroke-width: 1;
}

.hero-terrain .mountain-far {
	fill: #182119;
}

.hero-terrain .mountain-near {
	fill: #0d120e;
}

.hero-terrain .hero-route-halo {
	fill: none;
	filter: blur(10px);
	opacity: 0.75;
	stroke: var(--acid);
	stroke-linecap: round;
	stroke-width: 10;
}

.hero-terrain .hero-route {
	fill: none;
	stroke: var(--acid-bright);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3;
	stroke-dasharray: 900;
	stroke-dashoffset: 900;
	animation: draw-route 2.2s 260ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

.hero-terrain .route-beacon {
	fill: var(--acid);
	filter: drop-shadow(0 0 8px rgba(194, 217, 70, 0.9));
	opacity: 0;
	animation: reveal-beacon 500ms 2.25s ease forwards, beacon-pulse 2.6s 2.8s ease-in-out infinite;
}

.home-hero-inner {
	display: grid;
	min-height: 100svh;
	align-items: end;
	padding-top: 8rem;
	padding-bottom: clamp(4rem, 9vh, 7.5rem);
}

.hero-copy {
	max-width: 63rem;
}

.hero-copy h1 {
	max-width: 12ch;
	margin-bottom: 1.5rem;
}

.hero-copy h1 em {
	color: var(--acid);
	font-style: normal;
	text-shadow: 0 0 34px rgba(194, 217, 70, 0.22);
}

.hero-summary {
	max-width: 41rem;
	margin-bottom: 2rem;
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(1.1rem, 1.8vw, 1.35rem);
	line-height: 1.52;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.8rem;
}

.availability {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin: 1.8rem 0 0;
	color: rgba(255, 255, 255, 0.52);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.availability::before {
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: var(--acid);
	box-shadow: var(--shadow-route);
	content: "";
}

.editorial-section {
	padding-block: clamp(6rem, 12vw, 11rem);
}

.editorial-intro {
	display: grid;
	grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
	gap: clamp(3rem, 8vw, 9rem);
	align-items: start;
}

.editorial-intro h2 {
	max-width: 10ch;
	margin: 0;
}

.problem-list {
	border-top: 1px solid var(--line-light);
}

.problem-item {
	display: grid;
	grid-template-columns: 3rem minmax(0, 1fr);
	gap: 1rem;
	padding: 1.6rem 0;
	border-bottom: 1px solid var(--line-light);
}

.problem-item span {
	color: var(--moss);
	font-size: 0.72rem;
	font-weight: 730;
	letter-spacing: 0.1em;
}

.problem-item h3 {
	margin-bottom: 0.45rem;
}

.problem-item p {
	max-width: 35rem;
	margin: 0;
	color: #4e574f;
}

.product-stage {
	position: relative;
	overflow: hidden;
	padding-block: clamp(6rem, 12vw, 10rem);
	background:
		radial-gradient(circle at 30% 38%, rgba(56, 89, 60, 0.22), transparent 30%),
		var(--ink);
	color: var(--white);
}

.product-stage::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: 72px 72px;
	content: "";
	mask-image: linear-gradient(to bottom, transparent, black 25%, black 75%, transparent);
}

.product-stage-inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(20rem, 1.2fr);
	gap: clamp(3rem, 8vw, 8rem);
	align-items: center;
}

.product-stage-copy h2 {
	max-width: 9ch;
	margin-bottom: 1.5rem;
}

.product-stage-copy > p:not(.kicker) {
	max-width: 32rem;
	color: rgba(255, 255, 255, 0.64);
	font-size: 1.08rem;
}

.watch-scene {
	position: relative;
	display: grid;
	min-height: 34rem;
	place-items: center;
}

.watch-scene::before,
.watch-scene::after {
	position: absolute;
	width: 74%;
	height: 38%;
	border: 1px solid rgba(194, 217, 70, 0.16);
	border-radius: 50%;
	content: "";
	transform: rotate(-16deg);
}

.watch-scene::after {
	width: 56%;
	height: 29%;
	border-color: rgba(194, 217, 70, 0.08);
}

.watch-frame {
	position: relative;
	z-index: 2;
	width: min(17rem, 58vw);
	aspect-ratio: 0.82;
	padding: 0.65rem;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 4.2rem;
	background: #050706;
	box-shadow: 0 3rem 7rem rgba(0, 0, 0, 0.6);
	transform: rotate(5deg);
}

.watch-screen {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 3.6rem;
	background:
		radial-gradient(circle at 50% 42%, rgba(55, 76, 57, 0.5), transparent 38%),
		#101611;
}

.watch-screen svg {
	width: 100%;
	height: 100%;
}

.watch-screen .watch-contour {
	fill: none;
	stroke: rgba(255, 255, 255, 0.09);
	stroke-width: 1.2;
}

.watch-screen .watch-route-halo {
	fill: none;
	filter: blur(8px);
	stroke: var(--acid);
	stroke-width: 12;
}

.watch-screen .watch-route {
	fill: none;
	stroke: var(--acid-bright);
	stroke-linecap: round;
	stroke-width: 4;
}

.watch-screen-copy {
	position: absolute;
	right: 1.4rem;
	bottom: 1.35rem;
	left: 1.4rem;
	display: flex;
	align-items: end;
	justify-content: space-between;
}

.watch-screen-copy strong {
	display: block;
	font-size: 1.7rem;
	letter-spacing: -0.05em;
	line-height: 1;
}

.watch-screen-copy small {
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.62rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.experience-section {
	padding-block: clamp(6rem, 11vw, 10rem);
}

.experience-heading {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	margin-bottom: 5rem;
}

.experience-heading h2 {
	max-width: 10ch;
	margin: 0;
}

.experience-heading p:last-child {
	max-width: 31rem;
	align-self: end;
	margin: 0;
	color: #4f584f;
	font-size: 1.08rem;
}

.journey {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--line-light);
	counter-reset: journey;
}

.journey li {
	display: grid;
	grid-template-columns: 5rem minmax(10rem, 0.65fr) minmax(0, 1fr);
	gap: 2rem;
	align-items: baseline;
	padding: 2.1rem 0;
	border-bottom: 1px solid var(--line-light);
	counter-increment: journey;
}

.journey li::before {
	color: var(--moss);
	content: "0" counter(journey);
	font-size: 0.72rem;
	font-weight: 730;
	letter-spacing: 0.12em;
}

.journey h3,
.journey p {
	margin: 0;
}

.journey p {
	max-width: 35rem;
	color: #4f584f;
}

.privacy-promise {
	position: relative;
	overflow: hidden;
	padding-block: clamp(6rem, 12vw, 11rem);
	background: var(--pine);
	color: var(--white);
}

.privacy-promise::after {
	position: absolute;
	right: -10%;
	bottom: -45%;
	width: 50rem;
	height: 50rem;
	border: 1px solid rgba(194, 217, 70, 0.12);
	border-radius: 50%;
	box-shadow: 0 0 0 7rem rgba(194, 217, 70, 0.025), 0 0 0 14rem rgba(194, 217, 70, 0.018);
	content: "";
}

.privacy-promise-inner {
	position: relative;
	z-index: 1;
}

.privacy-promise h2 {
	max-width: 12ch;
	margin-bottom: 3rem;
}

.promise-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	background: var(--line-dark);
	border: 1px solid var(--line-dark);
}

.promise-list article {
	min-height: 14rem;
	padding: 1.7rem;
	background: var(--pine);
}

.promise-list span {
	display: block;
	width: 0.55rem;
	height: 0.55rem;
	margin-bottom: 4.5rem;
	border-radius: 50%;
	background: var(--acid);
	box-shadow: var(--shadow-route);
}

.promise-list h3 {
	margin-bottom: 0.6rem;
}

.promise-list p {
	margin: 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.92rem;
}

.closing-section {
	padding-block: clamp(6rem, 12vw, 10rem);
	background: var(--ink);
	color: var(--white);
	text-align: center;
}

.closing-section h2 {
	max-width: 12ch;
	margin: 0 auto 1.5rem;
}

.closing-section p {
	max-width: 36rem;
	margin: 0 auto 2rem;
	color: rgba(255, 255, 255, 0.62);
}

/* Public documents */

.document-page,
.guide-page,
.error-page {
	background: var(--paper);
}

.document-hero,
.guide-hero,
.error-hero {
	position: relative;
	overflow: hidden;
	padding: 11rem 0 clamp(5rem, 9vw, 8rem);
	background:
		radial-gradient(circle at 78% 52%, rgba(64, 89, 65, 0.34), transparent 28%),
		var(--ink);
	color: var(--white);
}

.document-hero::after,
.guide-hero::after,
.error-hero::after {
	position: absolute;
	right: -8rem;
	bottom: -14rem;
	width: 34rem;
	height: 34rem;
	border: 1px solid rgba(194, 217, 70, 0.14);
	border-radius: 46% 54% 65% 35%;
	box-shadow: 0 0 0 5rem rgba(194, 217, 70, 0.025), 0 0 0 10rem rgba(194, 217, 70, 0.015);
	content: "";
	transform: rotate(26deg);
}

.document-hero-inner,
.guide-hero-inner,
.error-hero-inner {
	position: relative;
	z-index: 1;
}

.document-hero h1,
.guide-hero h1,
.error-hero h1 {
	max-width: 12ch;
	margin-bottom: 1.4rem;
}

.document-intro,
.guide-hero-copy {
	max-width: 43rem;
	margin-bottom: 1.5rem;
	color: rgba(255, 255, 255, 0.67);
	font-size: clamp(1.12rem, 2vw, 1.4rem);
	line-height: 1.5;
}

.updated {
	margin: 0;
	color: rgba(255, 255, 255, 0.42);
	font-size: 0.72rem;
	font-weight: 680;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.document-layout {
	padding-block: clamp(4rem, 8vw, 7rem);
}

.document-body {
	max-width: 52rem;
	margin-left: clamp(0rem, 14vw, 10rem);
}

.document-body > section {
	display: grid;
	grid-template-columns: minmax(10rem, 0.42fr) minmax(0, 1fr);
	gap: 2rem;
	padding: 2.5rem 0;
	border-bottom: 1px solid var(--line-light);
}

.document-body > section h2 {
	margin: 0;
	font-size: clamp(1.35rem, 2.4vw, 2rem);
	line-height: 1.1;
}

.document-body > section > div > p:last-child,
.document-body > section > p:last-child {
	margin-bottom: 0;
}

.document-body p,
.document-body li {
	color: #465047;
}

.document-body a {
	color: #263f16;
	font-weight: 680;
}

.trust-principles {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 0 4rem;
	border: 1px solid var(--line-light);
	border-radius: var(--radius-medium);
	overflow: hidden;
}

.trust-principles div {
	padding: 1.4rem;
	border-right: 1px solid var(--line-light);
}

.trust-principles div:last-child {
	border-right: 0;
}

.trust-principles strong {
	display: block;
	margin-bottom: 0.3rem;
	font-family: var(--font-display);
	font-size: 1.05rem;
	letter-spacing: -0.025em;
}

.trust-principles span {
	color: var(--moss);
	font-size: 0.78rem;
}

.document-body > .contact-card,
.guide-content > .contact-card {
	display: block;
	margin-top: 4rem;
	padding: clamp(2rem, 5vw, 4rem);
	border: 0;
	border-radius: var(--radius-large);
	background: var(--pine);
	color: var(--white);
}

.contact-card .section-label {
	color: var(--acid);
}

.contact-card h2 {
	margin-bottom: 1rem !important;
	color: var(--white);
	font-size: clamp(2rem, 4vw, 3.8rem) !important;
}

.contact-card p {
	max-width: 36rem;
	color: rgba(255, 255, 255, 0.65) !important;
}

.contact-card a {
	color: var(--white);
}

/* Support */

.support-paths {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1px;
	margin-bottom: 5rem;
	background: var(--line-light);
	border: 1px solid var(--line-light);
}

.support-path {
	position: relative;
	min-height: 16rem;
	padding: 1.8rem;
	background: var(--paper);
	text-decoration: none;
	transition: background 180ms ease;
}

.support-path:hover {
	background: var(--paper-deep);
}

.support-path::after {
	position: absolute;
	right: 1.8rem;
	bottom: 1.8rem;
	content: "↗";
	font-size: 1.2rem;
}

.support-path span {
	display: block;
	margin-bottom: 4.5rem;
	color: var(--moss);
	font-size: 0.72rem;
	font-weight: 720;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.support-path h2 {
	margin-bottom: 0.6rem;
	font-size: clamp(1.5rem, 3vw, 2.4rem);
}

.support-path p {
	max-width: 26rem;
	margin: 0;
	color: #535c54;
}

.support-checks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.support-checks li {
	position: relative;
	padding: 1rem 0 1rem 2rem;
	border-bottom: 1px solid var(--line-light);
}

.support-checks li::before {
	position: absolute;
	top: 1.35rem;
	left: 0.2rem;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: var(--acid);
	box-shadow: 0 0 12px rgba(194, 217, 70, 0.4);
	content: "";
}

/* Guide */

.guide-hero-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.7fr);
	gap: 4rem;
	align-items: end;
}

.guide-hero h1 {
	max-width: 9ch;
}

.guide-route-diagram {
	justify-self: end;
	width: min(28rem, 100%);
}

.guide-route-diagram .terrain-line {
	fill: none;
	stroke: rgba(255, 255, 255, 0.1);
	stroke-width: 1;
}

.guide-route-diagram .guide-route-halo {
	fill: none;
	filter: blur(7px);
	stroke: var(--acid);
	stroke-width: 11;
}

.guide-route-diagram .guide-route {
	fill: none;
	stroke: var(--acid-bright);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3;
}

.guide-layout {
	display: grid;
	grid-template-columns: 17rem minmax(0, 1fr);
	gap: clamp(3rem, 8vw, 8rem);
	padding-block: clamp(4rem, 8vw, 7rem);
}

.guide-contents {
	position: sticky;
	top: 2rem;
	display: flex;
	flex-direction: column;
	align-self: start;
	border-top: 1px solid var(--line-light);
}

.guide-contents a {
	padding: 0.85rem 0;
	border-bottom: 1px solid var(--line-light);
	color: #586158;
	font-size: 0.82rem;
	font-weight: 650;
	text-decoration: none;
}

.guide-contents a:hover {
	color: var(--ink);
}

.guide-contents-title {
	margin-bottom: 1rem;
	color: var(--moss);
	font-size: 0.7rem;
	font-weight: 730;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.guide-content {
	min-width: 0;
}

.guide-section {
	padding: 0 0 6rem;
	scroll-margin-top: 2rem;
}

.guide-section + .guide-section {
	padding-top: 6rem;
	border-top: 1px solid var(--line-light);
}

.guide-section > h2 {
	max-width: 11ch;
	margin-bottom: 2rem;
}

.guide-section > p:not(.section-label) {
	max-width: 48rem;
	color: #4c554d;
	font-size: 1.04rem;
}

.guide-steps {
	margin: 3rem 0 0;
	padding: 0;
	list-style: none;
	counter-reset: guide-step;
}

.guide-steps li {
	display: grid;
	grid-template-columns: 3.5rem minmax(0, 1fr);
	padding: 1.5rem 0;
	border-top: 1px solid var(--line-light);
	counter-increment: guide-step;
}

.guide-steps li::before {
	color: var(--moss);
	content: "0" counter(guide-step);
	font-size: 0.72rem;
	font-weight: 730;
	letter-spacing: 0.1em;
}

.guide-steps h3 {
	margin-bottom: 0.5rem;
}

.guide-steps p {
	max-width: 42rem;
	margin: 0;
	color: #515a52;
}

.guide-callout {
	margin-bottom: 6rem;
	padding: clamp(2rem, 5vw, 4rem) !important;
	border: 0 !important;
	border-radius: var(--radius-large);
	background: var(--pine);
	color: var(--white);
}

.guide-callout .section-label {
	color: var(--acid);
}

.guide-callout > p {
	color: rgba(255, 255, 255, 0.65) !important;
}

.settings-path {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin: 2rem 0;
	padding: 0;
	list-style: none;
}

.settings-path li {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.6rem 0.8rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.78rem;
}

.settings-path li:not(:last-child)::after {
	color: var(--acid);
	content: "›";
}

.preflight-notes {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	padding-top: 2rem;
	border-top: 1px solid var(--line-dark);
}

.preflight-notes p {
	margin: 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.9rem;
}

.preflight-notes strong {
	display: block;
	margin-bottom: 0.4rem;
	color: var(--white);
}

.guide-topic-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0;
	margin-top: 3rem;
	border-top: 1px solid var(--line-light);
	border-left: 1px solid var(--line-light);
}

.guide-topic-grid article {
	min-height: 14rem;
	padding: 1.5rem;
	border-right: 1px solid var(--line-light);
	border-bottom: 1px solid var(--line-light);
}

.guide-topic-grid h3 {
	margin-bottom: 0.7rem;
}

.guide-topic-grid p {
	margin: 0;
	color: #515a52;
	font-size: 0.9rem;
}

.faq-details details {
	border-top: 1px solid var(--line-light);
}

.faq-details details:last-child {
	border-bottom: 1px solid var(--line-light);
}

.faq-details summary {
	position: relative;
	padding: 1.25rem 2.5rem 1.25rem 0;
	font-family: var(--font-display);
	font-size: 1.05rem;
	font-weight: 620;
	letter-spacing: -0.02em;
	cursor: pointer;
	list-style: none;
}

.faq-details summary::-webkit-details-marker {
	display: none;
}

.faq-details summary::after {
	position: absolute;
	top: 1.25rem;
	right: 0.25rem;
	color: var(--moss);
	content: "+";
	font-size: 1.4rem;
	font-weight: 400;
}

.faq-details details[open] summary::after {
	content: "−";
}

.faq-details p {
	max-width: 42rem;
	padding: 0 2.5rem 1.4rem 0;
	color: #515a52;
}

/* Shared route */

.shared-route-page {
	overflow-x: hidden;
	background: var(--ink);
	color: var(--white);
}

.shared-route-layout {
	display: grid;
	min-height: calc(100svh - 10rem);
	grid-template-columns: minmax(20rem, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(3rem, 7vw, 7rem);
	align-items: center;
	padding-top: 9rem;
	padding-bottom: 5rem;
}

.shared-route-copy {
	position: relative;
	z-index: 2;
}

.shared-route-copy h1 {
	max-width: 10ch;
	margin-bottom: 2rem;
	font-size: clamp(3.2rem, 6.5vw, 6.8rem);
	overflow-wrap: anywhere;
}

.route-invitation {
	max-width: 35rem;
	margin-bottom: 2rem;
	color: rgba(255, 255, 255, 0.62);
	font-size: 1.08rem;
}

.route-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin: 0 0 2.2rem;
	border-top: 1px solid var(--line-dark);
	border-bottom: 1px solid var(--line-dark);
}

.route-stats > div {
	min-width: 8.5rem;
	padding: 1.1rem 1.4rem 1.1rem 0;
}

.route-stats > div + div {
	padding-left: 1.4rem;
	border-left: 1px solid var(--line-dark);
}

.route-stats dt {
	margin-bottom: 0.2rem;
	color: rgba(255, 255, 255, 0.43);
	font-size: 0.62rem;
	font-weight: 720;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.route-stats dd {
	margin: 0;
	font-family: var(--font-display);
	font-size: 1.25rem;
	font-weight: 620;
	letter-spacing: -0.03em;
}

.route-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1.4rem;
}

.route-note {
	max-width: 31rem;
	margin: 0;
	color: rgba(255, 255, 255, 0.43);
	font-size: 0.78rem;
}

.shared-route-figure {
	position: relative;
	margin: 0;
	padding: clamp(1rem, 3vw, 2rem);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--radius-large);
	background:
		radial-gradient(circle at 50% 52%, rgba(47, 74, 51, 0.45), transparent 45%),
		#0d120e;
	box-shadow: 0 3rem 8rem rgba(0, 0, 0, 0.45);
}

.shared-route-figure::before {
	position: absolute;
	inset: -12%;
	border: 1px solid rgba(194, 217, 70, 0.08);
	border-radius: 50%;
	content: "";
	transform: rotate(-12deg);
	pointer-events: none;
}

.shared-route-preview {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
}

.preview-contour {
	fill: none;
	stroke: rgba(255, 255, 255, 0.07);
	stroke-width: 1;
}

.preview-grid {
	stroke: rgba(255, 255, 255, 0.035);
	stroke-width: 1;
}

.preview-route-halo {
	fill: none;
	filter: url(#route-glow);
	opacity: 0.8;
	stroke: var(--acid);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 11;
}

.preview-route {
	fill: none;
	stroke: var(--acid-bright);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3.5;
}

.preview-start {
	fill: var(--ink);
	stroke: var(--acid-bright);
	stroke-width: 3;
}

.preview-finish {
	fill: var(--acid);
	filter: drop-shadow(0 0 6px rgba(194, 217, 70, 0.9));
	stroke: var(--ink);
	stroke-width: 3;
}

.preview-empty {
	fill: var(--acid);
	filter: drop-shadow(0 0 6px rgba(194, 217, 70, 0.9));
}

.shared-route-figure figcaption {
	margin-top: 0.5rem;
	color: rgba(255, 255, 255, 0.3);
	font-size: 0.65rem;
	letter-spacing: 0.1em;
	text-align: right;
	text-transform: uppercase;
}

.shared-route-page .site-footer {
	background: transparent;
}

.shared-route-page .site-footer .footer-inner {
	min-height: 7rem;
}

.route-code {
	display: inline-flex;
	margin-bottom: 1.25rem;
	padding: 0.4rem 0.65rem;
	border: 1px solid var(--line-dark);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.44);
	font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
	font-size: 0.65rem;
	letter-spacing: 0.05em;
}

/* Errors */

.error-page {
	display: flex;
	min-height: 100svh;
	flex-direction: column;
	background: var(--ink);
	color: var(--white);
}

.error-page main {
	display: grid;
	flex: 1;
	align-items: center;
	padding-block: 10rem 5rem;
}

.error-page .document-header {
	max-width: 48rem;
}

.error-page .document-intro {
	color: rgba(255, 255, 255, 0.62);
}

.kicker-404 {
	color: var(--acid);
}

@keyframes draw-route {
	to { stroke-dashoffset: 0; }
}

@keyframes draw-route-loop {
	0%, 2% {
		opacity: 0;
		stroke-dashoffset: 1700;
	}
	5% {
		opacity: var(--route-opacity);
		stroke-dashoffset: 1700;
	}
	38%, 88% {
		opacity: var(--route-opacity);
		stroke-dashoffset: 0;
	}
	96%, 100% {
		opacity: 0;
		stroke-dashoffset: 0;
	}
}

@keyframes reveal-beacon {
	to { opacity: 1; }
}

@keyframes beacon-pulse {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.4); }
}

@media (max-width: 900px) {
	.editorial-intro,
	.product-stage-inner,
	.experience-heading,
	.guide-hero-inner,
	.shared-route-layout {
		grid-template-columns: 1fr;
	}

	.product-stage-inner {
		gap: 1rem;
	}

	.watch-scene {
		min-height: 29rem;
	}

	.promise-list {
		grid-template-columns: 1fr;
	}

	.promise-list article {
		min-height: auto;
	}

	.promise-list span {
		margin-bottom: 2.5rem;
	}

	.document-body {
		margin-left: 0;
	}

	.guide-route-diagram {
		display: none;
	}

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

	.guide-contents {
		position: static;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.guide-contents-title {
		grid-column: 1 / -1;
	}

	.shared-route-layout {
		padding-top: 10rem;
	}

	.shared-route-figure {
		grid-row: 1;
	}
}

@media (max-width: 680px) {
	.shell {
		width: min(calc(100% - 1.5rem), var(--shell));
	}

	.header-inner {
		min-height: 4.8rem;
		align-items: center;
	}

	.site-header nav {
		gap: 0.75rem;
	}

	.site-header nav a {
		font-size: 0.63rem;
		letter-spacing: 0.06em;
	}

	.site-header nav a[aria-current="page"]::after {
		bottom: -0.55rem;
	}

	.wordmark {
		font-size: 1.12rem;
	}

	.wordmark::before {
		width: 0.52rem;
		height: 0.52rem;
		margin-right: 0.45rem;
	}

	.home-hero-inner {
		padding-bottom: 3rem;
	}

	.hero-copy h1 {
		font-size: clamp(3.25rem, 16vw, 5.25rem);
	}

	.hero-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.hero-actions .button {
		width: 100%;
	}

	.editorial-intro,
	.experience-heading {
		gap: 2rem;
	}

	.problem-item {
		grid-template-columns: 2rem minmax(0, 1fr);
	}

	.journey li {
		grid-template-columns: 2rem minmax(0, 1fr);
		gap: 1rem;
	}

	.journey p {
		grid-column: 2;
	}

	.footer-inner {
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
	}

	.document-hero,
	.guide-hero,
	.error-hero {
		padding-top: 9rem;
	}

	.document-body > section {
		display: block;
		padding: 2rem 0;
	}

	.document-body > section h2 {
		margin-bottom: 1rem;
	}

	.trust-principles,
	.support-paths,
	.guide-topic-grid,
	.preflight-notes {
		grid-template-columns: 1fr;
	}

	.trust-principles div {
		border-right: 0;
		border-bottom: 1px solid var(--line-light);
	}

	.trust-principles div:last-child {
		border-bottom: 0;
	}

	.support-path {
		min-height: 14rem;
	}

	.guide-contents {
		grid-template-columns: 1fr;
	}

	.guide-callout {
		margin-inline: -0.25rem;
	}

	.guide-topic-grid {
		border-left: 0;
	}

	.guide-topic-grid article {
		min-height: auto;
		padding-inline: 0;
		border-right: 0;
	}

	.shared-route-layout {
		display: flex;
		flex-direction: column;
		gap: 2.5rem;
		padding-top: 8.5rem;
	}

	.shared-route-copy h1 {
		font-size: clamp(2.8rem, 14vw, 4.5rem);
	}

	.shared-route-figure {
		order: -1;
		width: 100%;
		border-radius: var(--radius-medium);
	}

	.route-stats > div {
		min-width: auto;
		flex: 1;
	}

	.route-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.route-actions .button,
	.route-actions .primary-action {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

}

/* Reference-led launch page */

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

.concept-home {
	overflow-x: hidden;
	background: #020706;
	color: var(--white);
}

.concept-shell {
	width: min(calc(100% - 4rem), 1480px);
	margin-inline: auto;
}

.concept-header {
	position: absolute;
}

.concept-header .header-inner {
	min-height: 5.6rem;
	border: 0;
}

.concept-wordmark {
	color: #c2d946;
	font-family: var(--font-display);
	font-size: 1.8rem;
	font-weight: 570;
	letter-spacing: -0.045em;
	line-height: 1;
	text-decoration: none;
	text-shadow: 0 0 24px rgba(194, 230, 0, 0.12);
}

.concept-header nav {
	display: flex;
	gap: 2.5rem;
	margin-left: auto;
}

.concept-header nav a {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.95rem;
	font-weight: 450;
	letter-spacing: -0.01em;
	text-transform: none;
}

.concept-header nav a::after {
	display: none;
}

.concept-hero {
	position: relative;
	min-height: 48rem;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(1, 7, 6, 0.68) 0%, rgba(1, 7, 6, 0.1) 55%, rgba(1, 7, 6, 0.28) 100%),
		url("/beacen-terrain-v2.jpg") center 42% / cover no-repeat,
		#020706;
	isolation: isolate;
}

.concept-hero-shade {
	position: absolute;
	z-index: -1;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(1, 6, 5, 0.36), transparent 28%, transparent 72%, #020706 100%),
		radial-gradient(circle at 55% 47%, transparent 0%, rgba(1, 5, 4, 0.25) 65%, rgba(1, 5, 4, 0.62) 100%);
}

.concept-hero-inner {
	position: relative;
	display: grid;
	min-height: 48rem;
	grid-template-columns: minmax(34rem, 1fr) minmax(30rem, 0.95fr);
	align-items: center;
	padding-top: 6rem;
}

.concept-hero-copy {
	position: relative;
	z-index: 4;
	padding-left: clamp(2rem, 5vw, 5rem);
}

.concept-hero-copy h1 {
	margin-bottom: 1.7rem;
	font-size: clamp(4rem, 5.2vw, 5.65rem);
	font-weight: 620;
	letter-spacing: -0.055em;
	line-height: 0.94;
	white-space: nowrap;
}

.concept-hero-copy h1 em {
	color: #c2e600;
	font-style: normal;
	text-shadow: 0 0 34px rgba(194, 230, 0, 0.16);
}

.concept-hero-copy p {
	margin: 0;
	color: rgba(255, 255, 255, 0.69);
	font-size: clamp(1.15rem, 1.75vw, 1.55rem);
	line-height: 1.45;
}

.concept-contours,
.concept-route {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.concept-contours {
	z-index: 0;
}

.concept-contours path {
	fill: none;
	stroke: rgba(91, 166, 134, 0.16);
	stroke-width: 1;
}

.concept-route {
	z-index: 1;
	pointer-events: none;
}

.concept-route-glow,
.concept-route-line,
.steps-route-glow,
.steps-route-line {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.concept-route-glow {
	filter: blur(5px);
	opacity: 0.34;
	stroke: #c2e600;
	stroke-width: 7;
	stroke-dasharray: 1800;
	stroke-dashoffset: 1800;
	animation: draw-route 4.8s 200ms cubic-bezier(0.62, 0, 0.32, 1) forwards;
}

.concept-route-line {
	stroke: #d9ff1e;
	stroke-width: 3.2;
	stroke-dasharray: 1800;
	stroke-dashoffset: 1800;
	animation: draw-route 4.8s 200ms cubic-bezier(0.62, 0, 0.32, 1) forwards;
}

.device-cluster {
	position: relative;
	z-index: 3;
	align-self: center;
	justify-self: end;
	width: min(39rem, 100%);
	height: 36rem;
	margin-top: 2.5rem;
}

.phone-device {
	position: absolute;
	z-index: 2;
	right: 2.5rem;
	bottom: 1rem;
	width: 16.25rem;
	height: 33.5rem;
	padding: 0.46rem;
	border: 1px solid #555c5a;
	border-radius: 3.45rem;
	background:
		linear-gradient(112deg, #777e7b 0%, #252a28 7%, #090b0b 17%, #050606 75%, #4a504e 94%, #171a19 100%);
	box-shadow:
		0 2.6rem 5.5rem rgba(0, 0, 0, 0.72),
		inset 0 0 0 1px rgba(255, 255, 255, 0.14),
		inset 0 0 0 3px #050706;
	transform: rotate(1deg) scale(0.91);
	transform-origin: right bottom;
}

.phone-screen-slot {
	position: absolute;
	inset: 0.53rem;
	overflow: hidden;
	border: 2px solid #060706;
	border-radius: 2.92rem;
	background: #000;
}

.phone-screen-slot img,
.watch-screen-slot img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: fill;
	object-position: center;
}

.phone-island {
	position: absolute;
	z-index: 3;
	top: 0.9rem;
	left: 50%;
	width: 5.7rem;
	height: 1.45rem;
	border: 1px solid #151817;
	border-radius: 999px;
	background:
		radial-gradient(circle at 82% 50%, #172321 0 3px, #050606 4px),
		#000;
	box-shadow: 0 1px 3px rgba(255, 255, 255, 0.06);
	transform: translateX(-50%);
}

.phone-button {
	position: absolute;
	z-index: -1;
	width: 0.2rem;
	border: 1px solid #4d5351;
	background: linear-gradient(180deg, #555c59, #171a19 15% 85%, #626966);
}

.phone-button-action {
	top: 6.1rem;
	left: -0.19rem;
	height: 1.9rem;
	border-radius: 0.16rem 0 0 0.16rem;
}

.phone-button-volume-up {
	top: 9.2rem;
	left: -0.22rem;
	height: 3rem;
	border-radius: 0.16rem 0 0 0.16rem;
}

.phone-button-volume-down {
	top: 12.8rem;
	left: -0.22rem;
	height: 3rem;
	border-radius: 0.16rem 0 0 0.16rem;
}

.phone-button-power {
	top: 9.6rem;
	right: -0.22rem;
	height: 4.3rem;
	border-radius: 0 0.16rem 0.16rem 0;
}

.watch-device {
	position: absolute;
	z-index: 4;
	right: 12.5rem;
	bottom: 6.25rem;
	width: 10.5rem;
	height: 23.5rem;
	filter: drop-shadow(0 2.2rem 2.8rem rgba(0, 0, 0, 0.45));
}

.watch-strap {
	position: absolute;
	left: 50%;
	width: 7.35rem;
	height: 8.6rem;
	border: 1px solid #303a36;
	background:
		repeating-linear-gradient(115deg, rgba(199, 229, 209, 0.045) 0 1px, transparent 1px 4px),
		repeating-linear-gradient(65deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 5px),
		linear-gradient(90deg, #090d0b, #243029 48%, #0a0e0c);
	box-shadow:
		inset 0 0 1.5rem rgba(0, 0, 0, 0.6),
		inset 0 1px rgba(255, 255, 255, 0.08);
	transform: translateX(-50%);
}

.watch-strap::after {
	position: absolute;
	inset: 0 42%;
	background: linear-gradient(180deg, transparent, rgba(194, 230, 0, 0.07), transparent);
	content: "";
}

.watch-strap-top {
	top: 0;
	border-radius: 2.2rem 2.2rem 0.65rem 0.65rem;
	clip-path: polygon(12% 0, 88% 0, 100% 100%, 0 100%);
}

.watch-strap-bottom {
	bottom: 0;
	border-radius: 0.65rem 0.65rem 2.2rem 2.2rem;
	clip-path: polygon(0 0, 100% 0, 88% 100%, 12% 100%);
}

.watch-case {
	position: absolute;
	top: 4.75rem;
	left: 0;
	width: 10.5rem;
	height: 12.35rem;
	padding: 0.42rem;
	border: 1px solid #5b625f;
	border-radius: 2.7rem;
	background:
		linear-gradient(122deg, #69716e 0%, #242927 8%, #060807 25%, #090b0a 72%, #59605d 94%, #151817 100%);
	box-shadow:
		0 2.4rem 5rem rgba(0, 0, 0, 0.75),
		inset 0 0 0 1px rgba(255, 255, 255, 0.15),
		inset 0 0 0 4px #050706;
}

.watch-screen-slot {
	position: absolute;
	inset: 0.43rem;
	overflow: hidden;
	border: 2px solid #030403;
	border-radius: 2.25rem;
	background: #000;
}

.watch-crown {
	position: absolute;
	z-index: -1;
	top: 2.7rem;
	right: -0.49rem;
	width: 0.54rem;
	height: 2.1rem;
	border: 1px solid #656c69;
	border-radius: 0 0.55rem 0.55rem 0;
	background:
		repeating-linear-gradient(180deg, #373d3a 0 2px, #131615 2px 4px);
	box-shadow: inset 2px 0 3px rgba(255, 255, 255, 0.12);
}

.watch-side-button {
	position: absolute;
	z-index: -1;
	top: 5.35rem;
	right: -0.3rem;
	width: 0.32rem;
	height: 1.9rem;
	border: 1px solid #484e4b;
	border-radius: 0 0.28rem 0.28rem 0;
	background: #171b19;
}

.concept-how {
	position: relative;
	overflow: hidden;
	min-height: 23rem;
	padding: 4.5rem 0 4.75rem;
	background: rgba(2, 7, 6, 0.97);
	border-top: 1px solid rgba(255, 255, 255, 0.035);
}

.steps-route {
	position: absolute;
	z-index: 1;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.steps-route-glow {
	--route-opacity: 0.46;
	filter: blur(8px);
	opacity: 0;
	stroke: #c2e600;
	stroke-width: 11;
	stroke-dasharray: 1700;
	stroke-dashoffset: 1700;
	animation: draw-route-loop 8s 1.15s cubic-bezier(0.62, 0, 0.32, 1) infinite;
}

.steps-route-line {
	--route-opacity: 1;
	opacity: 0;
	stroke: #d9ff1e;
	stroke-width: 2.3;
	stroke-dasharray: 1700;
	stroke-dashoffset: 1700;
	animation: draw-route-loop 8s 1.15s cubic-bezier(0.62, 0, 0.32, 1) infinite;
}

.concept-steps {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4.5rem;
	padding-inline: clamp(3rem, 7vw, 7rem);
}

.concept-steps article {
	position: relative;
	padding: 0.6rem 1rem 0.8rem;
	background: linear-gradient(90deg, transparent, #020706 12%, #020706 88%, transparent);
}

.step-title {
	display: flex;
	align-items: baseline;
	gap: 1.2rem;
}

.step-title span {
	color: #c2e600;
	font-family: var(--font-display);
	font-size: 3.45rem;
	font-weight: 500;
	letter-spacing: -0.05em;
}

.step-title h3 {
	margin: 0;
	font-size: 1.95rem;
}

.step-body {
	display: grid;
	grid-template-columns: 5.7rem 1fr;
	gap: 1.35rem;
	align-items: center;
}

.step-body svg {
	width: 5.15rem;
	height: 5.9rem;
	overflow: visible;
}

.step-body svg path,
.step-body svg circle {
	fill: rgba(2, 7, 6, 0.88);
	stroke: #c2e600;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3;
}

.step-body svg text {
	fill: #c2e600;
	font-family: var(--font-display);
	font-size: 1.3rem;
	font-weight: 650;
}

.step-body p {
	max-width: 14rem;
	margin: 0;
	color: rgba(255, 255, 255, 0.66);
	font-size: 1rem;
	line-height: 1.45;
}

.concept-outro {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(1, 6, 5, 0.82) 0%, rgba(1, 6, 5, 0.7) 48%, rgba(1, 6, 5, 0.58) 100%),
		linear-gradient(180deg, rgba(2, 7, 6, 0.82) 0%, transparent 24%, transparent 74%, rgba(1, 5, 4, 0.76) 100%),
		url("/beacen-terrain-v2.jpg") center bottom / auto 135% no-repeat,
		#020706;
}

.concept-outro::after {
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 78% 48%, transparent, rgba(1, 5, 4, 0.24) 58%, rgba(1, 5, 4, 0.48));
	content: "";
	pointer-events: none;
}

.concept-philosophy {
	position: relative;
	z-index: 1;
	padding: clamp(6rem, 10vw, 10rem) 0;
	overflow: hidden;
	background: transparent;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.concept-philosophy::before {
	display: none;
}

.philosophy-layout {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.85fr);
	gap: clamp(5rem, 10vw, 10rem);
	padding-inline: clamp(3rem, 7vw, 7rem);
}

.philosophy-kicker {
	margin: 0 0 1.5rem;
	color: #c2e600;
	font-size: 0.78rem;
	font-weight: 650;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.philosophy-intro h2 {
	max-width: 47rem;
	margin: 0;
	font-size: clamp(2.6rem, 4.2vw, 4.65rem);
	font-weight: 520;
	letter-spacing: -0.05em;
	line-height: 1.02;
}

.philosophy-intro > p:last-child {
	max-width: 39rem;
	margin: 2rem 0 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 1.12rem;
	line-height: 1.7;
}

.philosophy-points {
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.philosophy-points > div {
	padding: 1.6rem 0 1.75rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.philosophy-points dt {
	margin-bottom: 0.55rem;
	color: #fff;
	font-size: 1.12rem;
	font-weight: 620;
}

.philosophy-points dd {
	max-width: 29rem;
	margin: 0;
	color: rgba(255, 255, 255, 0.54);
	font-size: 0.94rem;
	line-height: 1.55;
}

.concept-promise {
	position: relative;
	z-index: 1;
	min-height: 17rem;
	display: grid;
	align-items: center;
	overflow: hidden;
	background: linear-gradient(180deg, transparent, rgba(1, 5, 4, 0.18));
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.concept-promise::after {
	display: none;
}

.concept-promise .concept-shell {
	position: relative;
	z-index: 1;
	padding-inline: clamp(3rem, 7vw, 7rem);
}

.concept-promise h2 {
	margin: 0;
	font-size: clamp(2.2rem, 3.2vw, 3.5rem);
	font-weight: 520;
	line-height: 1.04;
}

.concept-promise h2 em {
	color: #c2e600;
	font-style: normal;
}

.concept-footer {
	background: #010403;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.concept-footer > div {
	display: grid;
	min-height: 5.8rem;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 2rem;
}

.concept-footer .concept-wordmark {
	font-size: 1.35rem;
}

.concept-footer nav {
	display: flex;
	gap: 2rem;
}

.concept-footer nav a,
.concept-footer p {
	color: rgba(255, 255, 255, 0.46);
	font-size: 0.7rem;
	text-decoration: none;
}

.concept-footer p {
	justify-self: end;
	margin: 0;
}

@media (max-width: 1050px) {
	.concept-hero {
		min-height: 66rem;
	}

	.concept-hero-inner {
		min-height: 66rem;
		grid-template-columns: 1fr;
		align-content: start;
		padding-top: 9rem;
	}

	.concept-hero-copy {
		padding-left: 1rem;
	}

	.device-cluster {
		width: min(40rem, 100%);
		height: 35rem;
		margin-top: 0;
	}

	.concept-route {
		top: 8rem;
		height: calc(100% - 8rem);
	}

	.concept-steps {
		gap: 2rem;
		padding-inline: 1rem;
	}

	.philosophy-layout {
		grid-template-columns: 1fr;
		gap: 4rem;
	}
}

@media (max-width: 700px) {
	.concept-shell {
		width: min(calc(100% - 1.5rem), 1480px);
	}

	.concept-header .header-inner {
		min-height: 4.8rem;
	}

	.concept-wordmark {
		font-size: 1.45rem;
	}

	.concept-header nav {
		gap: 1.4rem;
	}

	.concept-header nav a {
		font-size: 0.84rem;
	}

	.concept-hero {
		min-height: 57rem;
		background-position: 56% center;
	}

	.concept-hero-inner {
		min-height: 57rem;
		padding-top: 7rem;
	}

	.concept-hero-copy {
		padding-left: 0;
	}

	.concept-hero-copy h1 {
		font-size: clamp(3.35rem, 15vw, 5rem);
	}

	.concept-hero-copy p {
		font-size: 1.08rem;
	}

	.device-cluster {
		height: 29rem;
		margin-top: 1rem;
		transform: scale(0.8);
		transform-origin: top center;
	}

	.phone-device {
		right: 0;
	}

	.watch-device {
		right: 9rem;
	}

	.concept-route {
		top: 19rem;
		height: 35rem;
		transform: scaleX(1.5);
		transform-origin: center;
	}

	.concept-contours {
		opacity: 0.65;
	}

	.concept-how {
		padding: 3.5rem 0 4rem;
	}

	.steps-route {
		display: none;
	}

	.concept-steps {
		grid-template-columns: 1fr;
		gap: 2.5rem;
		padding-inline: 0.5rem;
	}

	.step-title span {
		font-size: 2.4rem;
	}

	.step-body {
		grid-template-columns: 4rem 1fr;
	}

	.step-body svg {
		width: 3.6rem;
		height: 4.2rem;
	}

	.step-body p {
		max-width: 18rem;
	}

	.concept-philosophy {
		padding: 5.5rem 0;
	}

	.philosophy-layout {
		gap: 3.5rem;
		padding-inline: 0.5rem;
	}

	.philosophy-intro h2 {
		font-size: clamp(2.45rem, 11vw, 3.7rem);
	}

	.philosophy-intro > p:last-child {
		font-size: 1rem;
	}

	.concept-promise {
		min-height: 18rem;
	}

	.concept-promise .concept-shell {
		padding-inline: 0.5rem;
	}

	.concept-footer > div {
		grid-template-columns: 1fr auto;
		padding-block: 1.5rem;
	}

	.concept-footer nav {
		display: none;
	}
}

/* Desktop mountain journey */

@keyframes desktop-route-reveal {
	from { stroke-dashoffset: 1; }
	to { stroke-dashoffset: 0; }
}

.desktop-journey {
	position: relative;
	display: block;
	min-height: 4170px;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(1, 5, 4, 0.08), rgba(1, 5, 4, 0.28) 30%, rgba(1, 5, 4, 0.14) 68%, rgba(1, 5, 4, 0.72)),
		url("/beacen-journey-terrain-v2.jpg") center top / cover no-repeat,
		#020706;
	color: #fff;
	isolation: isolate;
}

.desktop-journey::before {
	position: absolute;
	z-index: 0;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(1, 5, 4, 0.48), transparent 31%, transparent 69%, rgba(1, 5, 4, 0.48)),
		radial-gradient(circle at 50% 8%, transparent 0 20rem, rgba(1, 5, 4, 0.2) 48rem),
		repeating-radial-gradient(ellipse at 50% 16%, transparent 0 74px, rgba(106, 175, 141, 0.055) 75px 76px);
	content: "";
	pointer-events: none;
}

.desktop-journey::after {
	position: absolute;
	z-index: 0;
	inset: 0;
	background: linear-gradient(180deg, rgba(1, 5, 4, 0.18), transparent 12%, transparent 88%, rgba(1, 5, 4, 0.5));
	content: "";
	pointer-events: none;
}

.desktop-journey-route {
	position: absolute;
	z-index: 1;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
	pointer-events: none;
}

.desktop-journey-route {
	z-index: 2;
}

.desktop-journey-route-glow,
.desktop-journey-route-line {
	fill: none;
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
	stroke-linecap: round;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
	animation: desktop-route-reveal 14s 300ms cubic-bezier(0.62, 0, 0.32, 1) forwards;
}

.desktop-journey-route-glow {
	filter: blur(7px);
	opacity: 0.58;
	stroke: #c2e600;
	stroke-width: 10;
}

.desktop-journey-route-line {
	stroke: #d9ff1e;
	stroke-width: 3;
}

.desktop-story {
	position: relative;
	z-index: 3;
	display: grid;
	width: min(calc(100% - 6rem), 1480px);
	grid-template-columns: minmax(0, 1fr) clamp(10rem, 17vw, 17rem) minmax(0, 1fr);
	align-items: center;
	margin-inline: auto;
}

.desktop-story-copy {
	position: relative;
	max-width: 32rem;
	padding: 2rem;
	text-wrap: balance;
}

.desktop-story-copy::before {
	position: absolute;
	z-index: -1;
	inset: -3rem;
	background: radial-gradient(ellipse, rgba(1, 6, 5, 0.82), rgba(1, 6, 5, 0.38) 48%, transparent 72%);
	content: "";
	pointer-events: none;
}

.desktop-story-copy h1,
.desktop-story-copy h2,
.desktop-story-close h2 {
	margin: 0;
	color: #fff;
	font-family: var(--font-display);
	font-weight: 560;
	letter-spacing: -0.058em;
	line-height: 0.96;
}

.desktop-story-copy h1 {
	font-size: clamp(4.4rem, 6.1vw, 7rem);
	white-space: nowrap;
}

.desktop-story-copy h2,
.desktop-story-close h2 {
	font-size: clamp(3.6rem, 5vw, 5.7rem);
}

.desktop-story-copy em,
.desktop-story-close em {
	color: #c2e600;
	font-style: normal;
	text-shadow: 0 0 34px rgba(194, 230, 0, 0.14);
}

.desktop-story-copy > p:last-child {
	max-width: 28rem;
	margin: 1.6rem 0 0;
	color: rgba(255, 255, 255, 0.67);
	font-size: clamp(1.05rem, 1.35vw, 1.25rem);
	line-height: 1.65;
}

.desktop-story-number {
	margin: 0 0 1.1rem;
	color: rgba(217, 255, 30, 0.78);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.desktop-story-hero {
	min-height: 900px;
	grid-template-columns: minmax(31rem, 1fr) minmax(28rem, 0.9fr);
	padding-top: 5.5rem;
	transform: translateY(-3.5rem);
}

.desktop-hero-copy {
	z-index: 5;
	padding-left: clamp(1rem, 4vw, 4rem);
}

.desktop-hero-copy > p:last-child {
	margin-top: 1.8rem;
	font-size: clamp(1.15rem, 1.6vw, 1.45rem);
	line-height: 1.5;
}

.desktop-story-hero .device-cluster {
	align-self: center;
	justify-self: end;
	margin-top: 5rem;
}

.desktop-story-import {
	min-height: 700px;
}

.desktop-story-import .desktop-story-copy,
.desktop-story-follow .desktop-story-copy {
	grid-column: 1;
}

.desktop-story-import .desktop-story-copy {
	justify-self: start;
}

.desktop-gpx-file {
	grid-column: 3;
	justify-self: center;
	width: clamp(11rem, 15vw, 15rem);
	filter: drop-shadow(0 2rem 3rem rgba(0, 0, 0, 0.55));
	transform: rotate(2deg);
}

.desktop-gpx-file svg {
	width: 100%;
	overflow: visible;
}

.desktop-gpx-file path:first-child {
	fill: rgba(5, 10, 8, 0.94);
	stroke: #65706a;
	stroke-linejoin: round;
	stroke-width: 2;
}

.desktop-gpx-file .desktop-gpx-route,
.desktop-gpx-file circle {
	fill: none;
	stroke: #c2e600;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3;
}

.desktop-gpx-file circle {
	fill: #c2e600;
}

.desktop-gpx-file text {
	fill: #c2e600;
	font-family: var(--font-display);
	font-size: 1.5rem;
	font-weight: 750;
}

.desktop-story-workout {
	min-height: 720px;
}

.desktop-story-workout .desktop-story-copy,
.desktop-story-explore .desktop-story-copy {
	grid-column: 3;
	justify-self: end;
}

.desktop-watch-visual {
	position: relative;
	grid-column: 1;
	justify-self: center;
	width: clamp(13rem, 17vw, 17rem);
	height: clamp(26rem, 33vw, 32rem);
	filter: drop-shadow(0 2.4rem 3.5rem rgba(0, 0, 0, 0.55));
	transform: rotate(-2deg);
}

.desktop-watch-strap {
	position: absolute;
	top: 0;
	left: 50%;
	width: 58%;
	height: 100%;
	border: 1px solid #303b36;
	border-radius: 3rem;
	background:
		repeating-linear-gradient(115deg, rgba(199, 229, 209, 0.05) 0 1px, transparent 1px 4px),
		linear-gradient(90deg, #080c0a, #26332b 50%, #080c0a);
	box-shadow: inset 0 0 1.8rem rgba(0, 0, 0, 0.68);
	transform: translateX(-50%);
}

.desktop-watch-frame {
	position: absolute;
	top: 27%;
	left: 0;
	width: 100%;
	aspect-ratio: 0.86;
	padding: 0.46rem;
	border: 1px solid #686f6c;
	border-radius: 3.8rem;
	background: linear-gradient(130deg, #666d69, #050706 13%, #020403 78%, #565d59);
	box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.7), inset 0 0 0 3px #020403;
}

.desktop-watch-screen {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 1px solid #020403;
	border-radius: 3.25rem;
	background: #000;
}

.desktop-watch-screen img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: fill;
	object-position: center;
}

.desktop-story-follow {
	min-height: 700px;
}

.desktop-guidance-visual {
	grid-column: 3;
	display: grid;
	justify-self: center;
	width: min(100%, 24rem);
	height: 34rem;
	place-items: center;
}

.desktop-follow-phone {
	position: relative;
	width: 14.75rem;
	height: 30.4rem;
	padding: 0.44rem;
	border: 1px solid #555c5a;
	border-radius: 3.15rem;
	background: linear-gradient(112deg, #777e7b 0%, #252a28 7%, #090b0b 17%, #050606 75%, #4a504e 94%, #171a19 100%);
	box-shadow:
		0 2.8rem 5.5rem rgba(0, 0, 0, 0.72),
		inset 0 0 0 1px rgba(255, 255, 255, 0.14),
		inset 0 0 0 3px #050706;
	transform: rotate(1.5deg);
}

.desktop-follow-phone-screen {
	position: absolute;
	inset: 0.51rem;
	overflow: hidden;
	border: 2px solid #060706;
	border-radius: 2.68rem;
	background: #000;
}

.desktop-follow-phone-screen img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: fill;
	object-position: center;
}

.desktop-follow-phone-island {
	position: absolute;
	z-index: 3;
	top: 0.85rem;
	left: 50%;
	width: 5.2rem;
	height: 1.35rem;
	border: 1px solid #151817;
	border-radius: 999px;
	background:
		radial-gradient(circle at 82% 50%, #172321 0 3px, #050606 4px),
		#000;
	transform: translateX(-50%);
}

.desktop-offline-marker {
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 1.5rem;
	background: rgba(2, 8, 6, 0.8);
	box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.45);
	backdrop-filter: blur(15px);
}

.desktop-offline-marker > span {
	color: #c2e600;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.desktop-offline-marker strong {
	font-family: var(--font-display);
	font-size: 2.5rem;
	font-weight: 560;
	letter-spacing: -0.05em;
}

.desktop-story-explore {
	min-height: 620px;
}

.desktop-offline-marker {
	display: grid;
	grid-column: 1;
	justify-self: center;
	width: min(22rem, 80%);
	gap: 0.35rem;
	padding: 1.4rem 1.55rem;
}

.desktop-offline-marker small {
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.85rem;
}

.desktop-story-close {
	min-height: 530px;
	grid-template-columns: 1fr;
	align-content: center;
	justify-items: center;
	padding-bottom: 4rem;
	text-align: center;
}

.desktop-story-close p {
	margin: 0;
	font-family: var(--font-display);
	font-size: clamp(2.4rem, 3.7vw, 4rem);
	font-weight: 560;
	letter-spacing: -0.045em;
}

.desktop-story-close h2 {
	margin-top: 0.3rem;
}

.desktop-story-close > span {
	margin-top: 2.2rem;
	color: rgba(255, 255, 255, 0.62);
	font-size: 1rem;
	line-height: 1.5;
}

.desktop-story-close > span strong {
	color: #c2e600;
	font-weight: 600;
}

@media (max-width: 1050px) and (min-width: 701px) {
	.desktop-story {
		width: min(calc(100% - 3rem), 1480px);
		grid-template-columns: minmax(0, 1fr) 9rem minmax(0, 1fr);
	}

	.desktop-story-hero {
		grid-template-columns: minmax(25rem, 1fr) minmax(23rem, 0.85fr);
	}

	.desktop-story-copy {
		padding-inline: 1rem;
	}

	.desktop-story-copy h1 {
		font-size: clamp(3.7rem, 7vw, 5rem);
	}

	.desktop-story-copy h2 {
		font-size: clamp(3rem, 5.8vw, 4.2rem);
	}

	.desktop-story-hero .device-cluster {
		transform: scale(0.82);
		transform-origin: center right;
	}

	.desktop-watch-visual,
	.desktop-gpx-file {
		transform: scale(0.84);
	}
}

@media (max-width: 840px) and (min-width: 701px) {
	.desktop-story {
		width: min(calc(100% - 2rem), 1480px);
		grid-template-columns: minmax(0, 1fr) 4rem minmax(0, 1fr);
	}

	.desktop-story-hero {
		grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.72fr);
	}

	.desktop-story-copy h1 {
		font-size: clamp(3.25rem, 7vw, 3.7rem);
	}

	.desktop-story-copy h2,
	.desktop-story-close h2 {
		font-size: clamp(2.65rem, 6vw, 3.25rem);
	}

	.desktop-story-hero .device-cluster {
		width: 22rem;
		transform: scale(0.68);
		transform-origin: center right;
	}

	.desktop-watch-visual,
	.desktop-gpx-file {
		transform: scale(0.72);
	}
}

.mobile-journey {
	display: none;
}

@keyframes mobile-route-reveal {
	from { stroke-dashoffset: 1; }
	to { stroke-dashoffset: 0; }
}

@media (max-width: 700px) {
	.desktop-journey {
		display: none;
	}

	.mobile-journey {
		position: relative;
		display: block;
		min-height: 2920px;
		overflow: hidden;
		background: #020706;
		color: #fff;
		isolation: isolate;
	}

	.mobile-journey::before {
		position: absolute;
		z-index: -2;
		inset: 0;
		background:
			linear-gradient(180deg, rgba(1, 5, 4, 0.08), rgba(1, 5, 4, 0.27) 30%, rgba(1, 5, 4, 0.12) 66%, rgba(1, 5, 4, 0.7)),
			url("/beacen-journey-terrain-v2.jpg") 50% 0 / auto 100% no-repeat;
		content: "";
		opacity: 0.98;
	}

	.mobile-journey::after {
		position: absolute;
		z-index: -1;
		inset: 0;
		background:
			radial-gradient(circle at 50% 8%, transparent 0 10rem, rgba(1, 5, 4, 0.25) 30rem),
			linear-gradient(90deg, rgba(1, 5, 4, 0.3), transparent 44%, rgba(1, 5, 4, 0.23)),
			repeating-radial-gradient(ellipse at 50% 16%, transparent 0 45px, rgba(106, 175, 141, 0.055) 46px 47px);
		content: "";
		pointer-events: none;
	}

	.mobile-journey-route {
		position: absolute;
		z-index: 1;
		inset: 0;
		width: 100%;
		height: 100%;
		overflow: visible;
		pointer-events: none;
	}

	.mobile-journey-route-glow,
	.mobile-journey-route-line {
		fill: none;
		stroke-linecap: round;
		stroke-linejoin: round;
	}

	.mobile-journey-route-glow {
		filter: blur(6px);
		opacity: 0.48;
		stroke: #c2e600;
		stroke-width: 9;
	}

	.mobile-journey-route-line {
		stroke: #d9ff1e;
		stroke-width: 2.4;
	}

	.mobile-story {
		position: relative;
		z-index: 2;
		width: 100%;
		padding-inline: 1.5rem;
	}

	.mobile-story-copy h1,
	.mobile-story-copy h2,
	.mobile-story-close h2 {
		margin: 0;
		color: #fff;
		font-weight: 560;
		letter-spacing: -0.055em;
		line-height: 0.98;
	}

	.mobile-story-copy h1 {
		font-size: clamp(3.05rem, 14vw, 4.7rem);
	}

	.mobile-story-copy h2,
	.mobile-story-close h2 {
		font-size: clamp(2.35rem, 11vw, 3.7rem);
	}

	.mobile-story-copy em,
	.mobile-story-close em {
		color: #c2e600;
		font-style: normal;
	}

	.mobile-story-copy > p:last-child {
		max-width: 18rem;
		margin: 1.25rem 0 0;
		color: rgba(255, 255, 255, 0.67);
		font-size: 1rem;
		line-height: 1.55;
	}

	.mobile-story-number {
		margin: 0 0 1rem;
		color: rgba(217, 255, 30, 0.72);
		font-size: 0.68rem;
		font-weight: 700;
		letter-spacing: 0.14em;
		text-transform: uppercase;
	}

	.mobile-story-hero {
		min-height: 800px;
		padding-top: 8.2rem;
	}

	.mobile-story-hero .mobile-story-copy {
		position: relative;
		z-index: 4;
	}

	.mobile-device-pair {
		position: absolute;
		top: 23rem;
		right: 0.4rem;
		width: min(22rem, calc(100% - 1rem));
		height: 25rem;
	}

	.mobile-phone-frame {
		position: absolute;
		top: 0;
		right: 0;
		width: 10.5rem;
		aspect-ratio: 0.49;
		padding: 0.38rem;
		border: 1px solid #66706c;
		border-radius: 2.25rem;
		background: linear-gradient(130deg, #555d59, #080b09 13%, #020403 78%, #4d5551);
		box-shadow: 0 2.2rem 5rem rgba(0, 0, 0, 0.72), inset 0 0 0 2px #020403;
		transform: rotate(1.8deg);
	}

	.mobile-phone-screen,
	.mobile-watch-screen {
		width: 100%;
		height: 100%;
		overflow: hidden;
		background: #000;
	}

	.mobile-phone-screen {
		border-radius: 1.9rem;
	}

	.mobile-phone-screen img,
	.mobile-watch-screen img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: fill;
		object-position: center;
	}

	.mobile-phone-island {
		position: absolute;
		top: 0.75rem;
		left: 50%;
		width: 4.3rem;
		height: 1.1rem;
		border-radius: 999px;
		background: #000;
		transform: translateX(-50%);
	}

	.mobile-watch-unit {
		position: absolute;
		width: 9rem;
		height: 17rem;
	}

	.mobile-watch-unit {
		top: 5.5rem;
		left: 1rem;
	}

	.mobile-watch-strap {
		position: absolute;
		top: 0;
		left: 50%;
		width: 5.6rem;
		height: 100%;
		border: 1px solid #2e3933;
		border-radius: 2.2rem;
		background:
			repeating-linear-gradient(115deg, rgba(199, 229, 209, 0.05) 0 1px, transparent 1px 4px),
			linear-gradient(90deg, #080c0a, #26332b 50%, #080c0a);
		box-shadow: inset 0 0 1.4rem rgba(0, 0, 0, 0.68);
		transform: translateX(-50%);
	}

	.mobile-watch-frame {
		position: absolute;
		top: 4rem;
		left: 0;
		width: 100%;
		aspect-ratio: 0.86;
		padding: 0.34rem;
		border: 1px solid #646b68;
		border-radius: 2.2rem;
		background: linear-gradient(130deg, #666d69, #050706 13%, #020403 78%, #565d59);
		box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.7), inset 0 0 0 2px #020403;
	}

	.mobile-watch-screen {
		border: 1px solid #020403;
		border-radius: 1.8rem;
	}

	.mobile-story-gpx {
		min-height: 780px;
		padding-top: 5.5rem;
	}

	.mobile-story-gpx .mobile-story-copy {
		max-width: 15rem;
	}

	.mobile-gpx-file {
		position: absolute;
		z-index: 3;
		top: 13.5rem;
		right: 2rem;
		width: 8.5rem;
		filter: drop-shadow(0 2rem 2.5rem rgba(0, 0, 0, 0.55));
		transform: rotate(2deg);
	}

	.mobile-gpx-file svg {
		overflow: visible;
	}

	.mobile-gpx-file path:first-child {
		fill: rgba(5, 10, 8, 0.94);
		stroke: #59635d;
		stroke-linejoin: round;
		stroke-width: 2;
	}

	.mobile-gpx-file .mobile-gpx-route,
	.mobile-gpx-file circle {
		fill: none;
		stroke: #c2e600;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 3;
	}

	.mobile-gpx-file circle {
		fill: #c2e600;
	}

	.mobile-gpx-file text {
		fill: #c2e600;
		font-family: var(--font-display);
		font-size: 1.5rem;
		font-weight: 750;
	}

	.mobile-gpx-workout-watch {
		position: absolute;
		top: 23rem;
		left: -1rem;
		width: 12rem;
		height: 21.5rem;
		transform: rotate(-2deg);
	}

	.mobile-gpx-workout-watch .mobile-watch-strap {
		width: 7rem;
	}

	.mobile-gpx-workout-watch .mobile-watch-frame {
		top: 5.2rem;
		border-radius: 2.9rem;
	}

	.mobile-gpx-workout-watch .mobile-watch-screen {
		border-radius: 2.45rem;
	}

	.mobile-gpx-workout-copy {
		position: absolute;
		top: 27rem;
		right: 1.25rem;
		width: 12rem;
	}

	.mobile-story-glance {
		min-height: 560px;
	}

	.mobile-story-glance .mobile-story-copy {
		position: absolute;
		top: 3rem;
		right: auto;
		left: 1.5rem;
		width: 13.5rem;
	}

	.mobile-story-glance .mobile-story-copy > p:last-child {
		max-width: 11.25rem;
	}

	.mobile-story-quiet {
		min-height: 360px;
		padding-top: 3rem;
	}

	.mobile-story-quiet .mobile-story-copy {
		margin-left: auto;
		max-width: 17rem;
		text-align: right;
	}

	.mobile-follow-phone {
		position: absolute;
		top: 10.5rem;
		right: 0;
		width: 10.8rem;
		aspect-ratio: 0.49;
		padding: 0.38rem;
		border: 1px solid #626b68;
		border-radius: 2.35rem;
		background: linear-gradient(112deg, #777e7b 0%, #252a28 7%, #090b0b 17%, #050606 75%, #4a504e 94%, #171a19 100%);
		box-shadow:
			0 2.5rem 4.8rem rgba(0, 0, 0, 0.68),
			inset 0 0 0 1px rgba(255, 255, 255, 0.13),
			inset 0 0 0 3px #050706;
		transform: rotate(1.5deg);
	}

	.mobile-follow-phone-screen {
		width: 100%;
		height: 100%;
		overflow: hidden;
		border: 2px solid #060706;
		border-radius: 1.95rem;
		background: #000;
	}

	.mobile-follow-phone-screen img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: fill;
		object-position: center;
	}

	.mobile-follow-phone-island {
		position: absolute;
		z-index: 3;
		top: 0.75rem;
		left: 50%;
		width: 4.3rem;
		height: 1.1rem;
		border: 1px solid #151817;
		border-radius: 999px;
		background:
			radial-gradient(circle at 82% 50%, #172321 0 3px, #050606 4px),
			#000;
		transform: translateX(-50%);
	}

	.mobile-story-close {
		display: grid;
		min-height: 420px;
		align-content: center;
		padding-bottom: 3rem;
		text-align: center;
	}

	.mobile-story-close p {
		margin: 0;
		font-family: var(--font-display);
		font-size: 2rem;
		font-weight: 560;
		letter-spacing: -0.04em;
	}

	.mobile-story-close h2 {
		margin-top: 0.2rem;
	}

	.mobile-story-close > span {
		margin-top: 1.5rem;
		color: rgba(255, 255, 255, 0.58);
		font-size: 0.8rem;
	}

	.concept-home .concept-footer > div {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 1.1rem;
		padding-block: 1.75rem;
		text-align: center;
	}

	.concept-home .concept-footer nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0.8rem 1.6rem;
	}

	.concept-home .concept-footer nav a[href="#how-it-works"] {
		display: none;
	}

	.concept-home .concept-footer p {
		justify-self: auto;
	}
}

@supports (animation-timeline: scroll()) {
	@media (min-width: 701px) {
		.desktop-journey-route-glow,
		.desktop-journey-route-line {
			animation: desktop-route-reveal linear both;
			animation-timeline: scroll(root block);
			animation-range: 0 88%;
		}
	}

	@media (max-width: 700px) {
		.mobile-journey-route-glow,
		.mobile-journey-route-line {
			stroke-dasharray: 1;
			stroke-dashoffset: 1;
			animation: mobile-route-reveal linear both;
			animation-timeline: scroll(root block);
			animation-range: 0 78%;
		}
	}
}

@media (min-width: 701px) and (prefers-reduced-motion: reduce) {
	.desktop-journey-route-glow,
	.desktop-journey-route-line {
		animation: none !important;
		stroke-dashoffset: 0 !important;
	}
}

@media (max-width: 700px) and (prefers-reduced-motion: reduce) {
	.mobile-journey-route-glow,
	.mobile-journey-route-line {
		animation: none !important;
		stroke-dashoffset: 0 !important;
	}
}

/* Public Library */
.library-page,
.library-route-page {
	background:
		radial-gradient(circle at 78% 8%, rgba(194, 217, 70, 0.08), transparent 29rem),
		#050907;
	color: #f5f7f1;
}

.library-main {
	overflow: hidden;
}

.library-page .concept-header {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
	background: #050907;
}

.library-route-page .concept-header {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
	background: #050907;
}

.library-browser-intro {
	position: relative;
	overflow: hidden;
	padding: clamp(2.25rem, 4vw, 3.75rem) 0 clamp(2rem, 3vw, 2.75rem);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background:
		linear-gradient(90deg, rgba(2, 7, 5, 0.94), rgba(2, 7, 5, 0.6)),
		url("/beacen-terrain-v2.jpg") center 47% / cover no-repeat;
}

.library-browser-intro::after {
	position: absolute;
	right: clamp(-7rem, -3vw, -2rem);
	bottom: -12rem;
	width: 31rem;
	height: 31rem;
	border: 1px solid rgba(217, 255, 30, 0.16);
	border-radius: 50%;
	content: "";
	box-shadow: 0 0 7rem rgba(194, 217, 70, 0.08);
}

.library-browser-heading {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 30rem);
	align-items: center;
	gap: 3rem;
}

.library-browser-intro .kicker,
.library-detail-heading .kicker {
	color: var(--acid-bright);
}

.library-browser-intro h1 {
	margin: 0.5rem 0 0;
	font-family: var(--font-display);
	font-size: clamp(2.8rem, 4.3vw, 4.5rem);
	font-weight: 560;
	letter-spacing: -0.065em;
	line-height: 0.94;
}

.library-browser-heading > p {
	margin: 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: clamp(1rem, 1.5vw, 1.18rem);
	line-height: 1.55;
}

.library-collection {
	padding: clamp(1rem, 1.5vw, 1.3rem) 0 clamp(5rem, 8vw, 8rem);
}

.library-discovery-controls {
	position: relative;
	margin-bottom: 1rem;
	padding: 0.55rem;
	border: 1px solid rgba(191, 255, 0, 0.14);
	border-radius: 1.15rem;
	background:
		linear-gradient(110deg, rgba(191, 255, 0, 0.035), transparent 23%),
		rgba(4, 12, 9, 0.9);
	box-shadow:
		0 1.25rem 4rem rgba(0, 0, 0, 0.18),
		inset 0 1px rgba(255, 255, 255, 0.045);
}

.library-discovery-controls::before {
	position: absolute;
	top: -1px;
	left: 1.2rem;
	width: 4.5rem;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--acid-bright), transparent);
	content: "";
	opacity: 0.7;
}

.library-discovery-bar {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	align-items: start;
	gap: 0.45rem;
}

.library-discovery-search {
	grid-column: span 3;
}

.library-discovery-county,
.library-discovery-activity,
.library-discovery-grade {
	grid-column: span 2;
}

.library-discovery-sort {
	grid-column: span 3;
}

.library-discovery-distance,
.library-discovery-elevation {
	grid-column: span 3;
}

.library-discovery-near {
	grid-column: span 4;
}

.library-clear-filters {
	grid-column: span 2;
}

.library-discovery-field,
.library-discovery-range,
.library-discovery-near {
	min-width: 0;
}

.library-discovery-field {
	display: grid;
	gap: 0.26rem;
}

.library-discovery-field > span,
.library-discovery-range legend,
.library-discovery-near > legend {
	padding-left: 0.15rem;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.library-discovery-range,
.library-discovery-near {
	display: grid;
	gap: 0.26rem;
	margin: 0;
	padding: 0;
	border: 0;
}

.library-discovery-range legend,
.library-discovery-near > legend {
	width: 100%;
	margin: 0 0 0.26rem;
}

.library-discovery-range legend span {
	color: rgba(255, 255, 255, 0.3);
	font-weight: 560;
	letter-spacing: 0.07em;
}

.library-discovery-range-inputs {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	min-height: 2.55rem;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 0.78rem;
	background: rgba(1, 8, 5, 0.86);
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease;
}

.library-discovery-range-inputs:focus-within {
	border-color: rgba(191, 255, 0, 0.5);
	box-shadow: 0 0 0 3px rgba(191, 255, 0, 0.07);
}

.library-discovery-range-divider {
	color: rgba(255, 255, 255, 0.25);
	font-size: 0.8rem;
}

.library-discovery-controls input,
.library-discovery-controls select,
.library-near-me,
.library-clear-filters {
	width: 100%;
	min-width: 0;
	min-height: 2.55rem;
	padding: 0.52rem 0.72rem;
	color: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 0.78rem;
	background: rgba(1, 8, 5, 0.86);
	font-family: var(--font-text);
	font-size: 0.9rem;
	font-weight: 450;
	line-height: 1.2;
	letter-spacing: normal;
	outline: none;
	text-transform: none;
	transition:
		border-color 180ms ease,
		background 180ms ease,
		box-shadow 180ms ease,
		color 180ms ease;
}

.library-discovery-controls select {
	padding-right: 2.25rem;
	cursor: pointer;
	color-scheme: dark;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='m1 1 5 5 5-5' fill='none' stroke='%23d3ff29' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.85rem center;
	background-size: 0.7rem auto;
	appearance: none;
	-webkit-appearance: none;
}

.library-discovery-controls select option {
	color: #f5f7f1;
	background: #07110d;
	font-family: var(--font-text);
	font-size: 0.9rem;
	font-weight: 450;
}

.library-discovery-controls select:disabled {
	cursor: not-allowed;
	opacity: 0.52;
}

.library-discovery-near {
	grid-column: span 4;
}

.library-discovery-near-controls {
	display: grid;
	grid-template-columns: minmax(7rem, 0.8fr) minmax(8.5rem, 1.2fr);
	gap: 0.45rem;
}

.library-near-me {
	cursor: pointer;
	border: 1px solid rgba(191, 255, 0, 0.24);
	background: rgba(191, 255, 0, 0.045);
}

.library-near-me[aria-pressed="true"] {
	color: #07110d;
	background: var(--acid-bright);
}

.library-near-me:disabled {
	cursor: wait;
	opacity: 0.58;
}

.library-location-note {
	grid-column: 1 / -1;
	margin: 0.1rem 0 0;
	color: rgba(255, 255, 255, 0.48);
	font-size: 0.68rem;
	line-height: 1.35;
}

.library-location-note:empty {
	display: none;
}

.library-discovery-controls input::placeholder {
	color: rgba(255, 255, 255, 0.45);
	opacity: 1;
}

.library-discovery-controls input:focus,
.library-discovery-controls select:focus {
	border-color: rgba(191, 255, 0, 0.5);
	background-color: rgba(5, 17, 11, 0.96);
	box-shadow: 0 0 0 3px rgba(191, 255, 0, 0.07);
}

.library-discovery-range input {
	width: 100%;
	min-width: 0;
	padding-inline: 0.65rem;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.library-discovery-range input:focus {
	border: 0;
	background: transparent;
	box-shadow: none;
}

.library-clear-filters {
	align-self: end;
	min-width: 5.6rem;
	padding-inline: 0.85rem;
	cursor: pointer;
	border-color: rgba(191, 255, 0, 0.18);
	background: rgba(191, 255, 0, 0.035);
	white-space: nowrap;
}

.library-near-me:hover,
.library-clear-filters:hover {
	color: var(--acid-bright);
	border-color: rgba(191, 255, 0, 0.42);
	background: rgba(191, 255, 0, 0.08);
}

.library-results-summary {
	margin: 0.8rem 0 1rem;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.78rem;
	letter-spacing: 0.04em;
}

.library-results-summary p {
	margin: 0;
}

.library-results-summary {
	display: flex;
	justify-content: flex-end;
	min-height: 1.15rem;
	color: rgba(255, 255, 255, 0.56);
	font-size: 0.74rem;
	letter-spacing: 0.025em;
}

.library-results-summary p {
	margin: 0;
}

.library-state {
	margin: 1.5rem 0;
	padding: 1.2rem;
	color: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 1rem;
	background: rgba(4, 12, 9, 0.72);
}

.library-state-error {
	border-color: rgba(255, 190, 130, 0.3);
}

.library-load-more-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(1rem, 3vw, 2.5rem);
	margin-top: clamp(2.5rem, 5vw, 4.5rem);
}

.library-load-more-row::before,
.library-load-more-row::after {
	width: min(18vw, 12rem);
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(191, 255, 0, 0.22));
	content: "";
}

.library-load-more-row::after {
	background: linear-gradient(90deg, rgba(191, 255, 0, 0.22), transparent);
}

.library-load-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.8rem;
	min-width: min(20rem, 100%);
	padding: 0.9rem 1.4rem;
	cursor: pointer;
	color: #ecffc0;
	border: 1px solid rgba(191, 255, 0, 0.38);
	border-radius: 999px;
	background:
		linear-gradient(110deg, rgba(191, 255, 0, 0.1), rgba(191, 255, 0, 0.025)),
		#07110d;
	box-shadow:
		0 1rem 2.8rem rgba(0, 0, 0, 0.2),
		inset 0 1px rgba(255, 255, 255, 0.05);
	font-size: 0.82rem;
	font-weight: 720;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	transition:
		transform 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease,
		background 180ms ease;
}

.library-load-more::after {
	content: "↓";
	font-size: 1rem;
	font-weight: 500;
}

.library-load-more:hover {
	border-color: rgba(191, 255, 0, 0.7);
	background:
		linear-gradient(110deg, rgba(191, 255, 0, 0.15), rgba(191, 255, 0, 0.04)),
		#07110d;
	box-shadow:
		0 1rem 3rem rgba(0, 0, 0, 0.24),
		0 0 1.8rem rgba(191, 255, 0, 0.08);
	transform: translateY(-2px);
}

.library-load-more:focus-visible {
	outline: 2px solid var(--acid-bright);
	outline-offset: 4px;
}

.library-load-more:disabled {
	cursor: wait;
	opacity: 0.56;
	transform: none;
}

.library-load-more[hidden] {
	display: none;
}

.library-route-attribution {
	margin-top: 1.5rem;
	color: rgba(255, 255, 255, 0.45);
	font-size: 0.78rem;
	line-height: 1.5;
}

.library-route-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 1rem;
}

.library-route-card {
	grid-column: span 3;
	min-width: 0;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 1.25rem;
	background: rgba(4, 12, 9, 0.78);
	box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.16);
	transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.library-route-card:hover {
	transform: translateY(-5px);
	border-color: rgba(217, 255, 30, 0.45);
	box-shadow: 0 1.8rem 5rem rgba(0, 0, 0, 0.34), 0 0 2.5rem rgba(194, 217, 70, 0.06);
}

.library-route-card:focus-visible {
	outline-offset: 5px;
}

.library-card-map,
.library-detail-map {
	position: relative;
	overflow: hidden;
	margin: 0;
	background:
		radial-gradient(circle at 65% 35%, rgba(16, 56, 38, 0.32), transparent 45%),
		#06100c;
}

.library-card-map {
	aspect-ratio: 16 / 9;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.library-card-map::after,
.library-detail-map::after {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 45%, rgba(0, 0, 0, 0.28));
}

.library-card-map svg,
.library-detail-map svg {
	display: block;
	width: 100%;
	height: 100%;
}

.library-card-map figcaption,
.library-detail-map figcaption {
	position: absolute;
	right: 1rem;
	bottom: 0.85rem;
	z-index: 2;
	color: rgba(255, 255, 255, 0.45);
	font-size: 0.68rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.library-map-grid {
	fill: none;
	stroke: rgba(149, 184, 161, 0.08);
	stroke-width: 1;
}

.library-map-contour {
	fill: none;
	stroke: rgba(102, 166, 128, 0.19);
	stroke-width: 1.5;
}

.library-map-halo {
	fill: none;
	stroke: rgba(217, 255, 30, 0.2);
	stroke-width: 15;
	filter: blur(8px);
}

.library-map-route {
	fill: none;
	stroke: var(--acid-bright);
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
	filter: drop-shadow(0 0 6px rgba(217, 255, 30, 0.72));
}

.library-map-start {
	fill: var(--acid-bright);
	stroke: rgba(217, 255, 30, 0.25);
	stroke-width: 9;
}

.library-card-copy {
	display: flex;
	min-height: 13.4rem;
	flex-direction: column;
	padding: 1.15rem;
}

.library-card-copy > p {
	margin: 0 0 0.6rem;
	color: rgba(255, 255, 255, 0.48);
	font-size: 0.76rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.library-card-copy > .library-card-proximity {
	display: flex;
	align-items: center;
	gap: 0.38rem;
	margin: -0.15rem 0 0.75rem;
	color: rgba(217, 255, 30, 0.72);
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.03em;
	text-transform: none;
}

.library-card-copy h2 {
	margin: 0;
	font-family: var(--font-display);
	font-size: clamp(1.35rem, 1.9vw, 1.78rem);
	font-weight: 550;
	letter-spacing: -0.045em;
	line-height: 1.05;
}

.library-card-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem 1.5rem;
	margin: 1.2rem 0;
}

.library-card-stats div {
	display: flex;
	flex-direction: column-reverse;
	gap: 0.25rem;
}

.library-card-stats dt {
	color: rgba(255, 255, 255, 0.43);
	font-size: 0.68rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.library-card-stats dd {
	margin: 0;
	font-weight: 650;
}

.library-card-copy > span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
	color: var(--acid-bright);
	font-weight: 650;
	font-size: 0.9rem;
}

.library-card-copy b {
	font-size: 1.25rem;
	font-weight: 400;
	transition: transform 180ms ease;
}

.library-route-card:hover .library-card-copy b {
	transform: translate(2px, -2px);
}

.library-detail-main {
	min-height: calc(100vh - 11rem);
	padding: clamp(1.25rem, 2vw, 2rem) 0 clamp(5rem, 9vw, 8rem);
}

.library-detail-heading {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 1.4rem;
	position: relative;
	z-index: 3;
}

.library-detail-heading > a {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	width: max-content;
	min-height: 2.6rem;
	padding: 0.55rem 0.85rem;
	color: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 999px;
	background: rgba(4, 12, 9, 0.76);
	font-size: 0.78rem;
	font-weight: 650;
	letter-spacing: 0.02em;
	text-decoration: none;
	transition:
		color 180ms ease,
		border-color 180ms ease,
		background 180ms ease,
		transform 180ms ease;
}

.library-detail-heading > a:hover {
	color: var(--acid-bright);
	border-color: rgba(191, 255, 0, 0.38);
	background: rgba(191, 255, 0, 0.055);
	transform: translateX(-2px);
}

.library-detail-heading > a:focus-visible {
	outline: 2px solid var(--acid-bright);
	outline-offset: 3px;
}

.library-detail-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(19rem, 0.75fr);
	align-items: start;
	gap: 1.5rem;
}

.library-detail-visuals {
	display: grid;
	gap: 1.5rem;
}

.library-detail-map {
	min-height: min(68vh, 42rem);
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 1.7rem;
}

.library-detail-panel {
	position: sticky;
	top: 1.5rem;
	padding: clamp(1.5rem, 3vw, 2.4rem);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 1.7rem;
	background: rgba(4, 12, 9, 0.84);
	box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(18px);
}

.library-route-label {
	margin: 0 0 2rem;
	color: var(--acid-bright);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.library-route-place {
	margin: 0 0 0.6rem;
	color: rgba(255, 255, 255, 0.54);
}

.library-detail-panel h1 {
	margin: 0;
	font-family: var(--font-display);
	font-size: clamp(2.6rem, 4.5vw, 4.7rem);
	font-weight: 560;
	letter-spacing: -0.065em;
	line-height: 0.94;
}

.library-detail-panel .route-stats {
	margin-block: 2.2rem;
}

.route-stat-muted dd {
	color: rgba(255, 255, 255, 0.5);
}

.library-elevation-card {
	padding: clamp(1.15rem, 2.5vw, 1.75rem);
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 1.7rem;
	background: rgba(4, 12, 9, 0.84);
	box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
}

.library-elevation-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.library-elevation-heading .kicker {
	margin: 0 0 0.25rem;
}

.library-elevation-heading h2 {
	margin: 0;
	font-family: var(--font-display);
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	font-weight: 560;
	letter-spacing: -0.045em;
}

.library-elevation-feedback > p {
	margin: 0;
	color: rgba(255, 255, 255, 0.48);
	font-size: 0.78rem;
}

.library-elevation-chart {
	position: relative;
	margin: 0;
	padding: 0.35rem 0 0;
}

.library-elevation-plot {
	position: relative;
}

.library-elevation-chart svg {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	touch-action: pan-y;
}

.library-elevation-chart svg:focus-visible {
	outline: 3px solid rgba(217, 255, 30, 0.72);
	outline-offset: 3px;
	border-radius: 0.75rem;
}

.library-elevation-grid {
	fill: none;
	stroke: rgba(255, 255, 255, 0.08);
	stroke-width: 1;
}

.library-elevation-area {
	fill: rgba(191, 255, 0, 0.1);
}

.library-elevation-line {
	fill: none;
	stroke: var(--acid-bright);
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
	filter: drop-shadow(0 0 7px rgba(217, 255, 30, 0.38));
}

.library-elevation-chart circle.library-elevation-line {
	fill: var(--acid-bright);
}

.library-elevation-cursor {
	stroke: rgba(255, 255, 255, 0.42);
	stroke-width: 1;
}

.library-elevation-cursor-point {
	fill: var(--acid-bright);
	stroke: #07100c;
	stroke-width: 3;
}

.library-elevation-cursor[hidden],
.library-elevation-cursor-point[hidden] {
	display: none;
}

.library-elevation-endpoint-point {
	fill: var(--acid-bright);
	stroke: #07100c;
	stroke-width: 3;
}

.library-elevation-endpoint-annotation {
	pointer-events: none;
}

.library-elevation-endpoint-annotation line {
	stroke: rgba(217, 255, 30, 0.52);
	stroke-width: 1.5;
	vector-effect: non-scaling-stroke;
}

.library-elevation-endpoint-annotation rect {
	fill: rgba(7, 16, 12, 0.94);
	stroke: rgba(255, 255, 255, 0.16);
	stroke-width: 1;
	vector-effect: non-scaling-stroke;
}

.library-elevation-endpoint-annotation text {
	fill: rgba(255, 255, 255, 0.9);
	font-family: inherit;
	font-size: 12px;
	font-weight: 560;
}

.library-elevation-endpoint-kind {
	fill: var(--acid-bright);
	font-weight: 720;
}

.library-elevation-feedback {
	display: grid;
	min-height: 2.1rem;
	justify-items: center;
	margin-top: 0.75rem;
	text-align: center;
}

.library-elevation-tooltip {
	display: grid;
	grid-template-columns: repeat(2, auto);
	justify-content: center;
	gap: 0.65rem;
	text-align: center;
}

.library-elevation-tooltip[hidden] {
	display: none;
}

.library-elevation-tooltip span {
	display: grid;
	gap: 0.1rem;
}

.library-elevation-tooltip small {
	color: rgba(255, 255, 255, 0.48);
	font-size: 0.62rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.library-elevation-tooltip strong {
	color: var(--acid-bright);
	font-size: 0.82rem;
	font-weight: 680;
}

@media (max-width: 560px) {
	.library-elevation-heading {
		align-items: start;
		flex-direction: column;
	}

	.library-elevation-feedback {
		justify-items: center;
		min-height: 2rem;
	}

	.library-elevation-tooltip {
		text-align: center;
	}

}

.library-elevation-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem;
	margin: 1.25rem 0 0;
	padding-top: 1.1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.library-elevation-stats div {
	display: flex;
	min-width: 0;
	flex-direction: column-reverse;
	gap: 0.25rem;
}

.library-elevation-stats dt {
	color: rgba(255, 255, 255, 0.43);
	font-size: 0.68rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.library-elevation-stats dd {
	margin: 0;
	font-weight: 650;
}

.library-elevation-unavailable {
	background: rgba(4, 12, 9, 0.7);
}

.library-route-page .route-note {
	line-height: 1.55;
}

@media (max-width: 1180px) {
	.library-route-card {
		grid-column: span 4;
	}
}

@media (max-width: 940px) {
	.library-discovery-bar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.library-discovery-search,
	.library-discovery-near,
	.library-clear-filters {
		grid-column: 1 / -1;
	}

	.library-discovery-grade,
	.library-discovery-county,
	.library-discovery-activity,
	.library-discovery-sort,
	.library-discovery-distance,
	.library-discovery-elevation {
		grid-column: span 1;
	}

	.library-clear-filters {
		margin-top: 0;
	}

	.library-route-card {
		grid-column: span 6;
	}

	.library-detail-grid {
		grid-template-columns: 1fr;
	}

	.library-detail-panel {
		position: static;
	}
}

@media (max-width: 680px) {
	.library-browser-intro {
		padding: 2.5rem 0;
		background:
			linear-gradient(180deg, rgba(2, 7, 5, 0.66), rgba(2, 7, 5, 0.96)),
			url("/beacen-terrain-v2.jpg") 57% center / cover no-repeat;
	}

	.library-browser-heading {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.library-browser-intro h1 {
		font-size: clamp(3rem, 13vw, 4.2rem);
	}

	.library-route-card {
		grid-column: 1 / -1;
	}

	.library-discovery-bar {
		grid-template-columns: 1fr;
	}

	.library-discovery-search,
	.library-discovery-grade,
	.library-discovery-county,
	.library-discovery-activity,
	.library-discovery-sort,
	.library-discovery-distance,
	.library-discovery-elevation,
	.library-discovery-near,
	.library-clear-filters {
		grid-column: 1;
	}

	.library-discovery-controls {
		padding: 0.85rem;
	}

	.library-clear-filters {
		width: 100%;
	}

	.library-card-copy {
		min-height: 13.5rem;
	}

	.library-detail-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.library-detail-map {
		min-height: 26rem;
		border-radius: 1.25rem;
	}

	.library-detail-panel {
		border-radius: 1.25rem;
	}

	.library-elevation-card {
		border-radius: 1.25rem;
	}

	.library-elevation-heading {
		align-items: start;
		flex-direction: column;
	}

	.library-elevation-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem;
	}
}

/* Unified mountain interior
   Library, Guide, Support and Privacy share one landscape and one visual grammar. */

.interior-page {
	--public-header-height: 5.35rem;
	--interior-surface: rgba(3, 11, 8, 0.82);
	--interior-surface-solid: #05100c;
	--interior-line: rgba(213, 255, 48, 0.16);
	--interior-muted: rgba(255, 255, 255, 0.6);
	position: relative;
	overflow-x: hidden;
	background:
		linear-gradient(180deg, rgba(1, 7, 5, 0.18), rgba(1, 7, 5, 0.88) 34rem, #020706 70rem),
		url("/beacen-journey-terrain-v2.jpg") center top / max(100%, 96rem) auto no-repeat,
		#020706;
	color: #fff;
}

.interior-page::before {
	position: fixed;
	z-index: 0;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(1, 6, 5, 0.66), transparent 42%, rgba(1, 6, 5, 0.28)),
		radial-gradient(circle at 72% 16%, rgba(194, 230, 0, 0.065), transparent 24rem);
	content: "";
}

.interior-page > main,
.interior-page > .concept-footer {
	position: relative;
	z-index: 1;
}

.interior-page > .site-header {
	z-index: 50;
}

.interior-page .concept-header,
.library-page.interior-page .concept-header,
.library-route-page.interior-page .concept-header {
	position: absolute;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(180deg, rgba(1, 6, 5, 0.78), rgba(1, 6, 5, 0.1));
	backdrop-filter: blur(10px);
}

.interior-page .concept-header .header-inner {
	min-height: var(--public-header-height);
	border: 0;
}

.interior-page .concept-header nav a {
	color: rgba(255, 255, 255, 0.66);
}

.interior-page .concept-header nav a:hover,
.interior-page .concept-header nav a[aria-current="page"] {
	color: #d9ff1e;
}

.interior-page .concept-footer {
	border-top-color: rgba(255, 255, 255, 0.09);
	background: rgba(1, 5, 4, 0.92);
	backdrop-filter: blur(18px);
}

.interior-page .concept-footer nav a[aria-current="page"] {
	color: #d9ff1e;
}

.interior-page .document-hero,
.interior-page .guide-hero,
.interior-page .library-browser-intro {
	position: relative;
	display: grid;
	min-height: 23rem;
	align-items: end;
	overflow: hidden;
	padding: 7.8rem 0 2.8rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background:
		linear-gradient(90deg, rgba(1, 6, 5, 0.82), rgba(1, 6, 5, 0.22) 62%, rgba(1, 6, 5, 0.54)),
		linear-gradient(180deg, rgba(1, 6, 5, 0.06), rgba(1, 6, 5, 0.22) 60%, #020706),
		url("/beacen-journey-terrain-v2.jpg") center 3% / max(100%, 96rem) auto no-repeat;
}

.interior-page .document-hero::before,
.interior-page .guide-hero::before,
.interior-page .library-browser-intro::before {
	position: absolute;
	z-index: 0;
	top: 3.5rem;
	right: clamp(3%, 8vw, 8rem);
	width: clamp(6rem, 10vw, 9rem);
	height: 21rem;
	border-right: 3px solid #d9ff1e;
	border-radius: 45% 56% 48% 52%;
	filter: drop-shadow(0 0 7px rgba(217, 255, 30, 0.62)) drop-shadow(0 0 24px rgba(194, 230, 0, 0.2));
	content: "";
	opacity: 0.58;
	transform: rotate(13deg);
}

.interior-page .document-hero::after,
.interior-page .guide-hero::after,
.interior-page .library-browser-intro::after {
	position: absolute;
	z-index: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: 7rem;
	border: 0;
	border-radius: 0;
	background: linear-gradient(180deg, transparent, #020706);
	box-shadow: none;
	content: "";
	transform: none;
}

.interior-page .document-hero-inner,
.interior-page .guide-hero-inner,
.interior-page .library-browser-heading {
	position: relative;
	z-index: 2;
}

.interior-page .document-hero-inner,
.interior-page .guide-hero-inner,
.interior-page .library-browser-heading {
	width: min(calc(100% - 4rem), 1480px);
	margin-inline: auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(20rem, 34rem);
	gap: clamp(3rem, 7vw, 7rem);
	align-items: end;
}

.interior-page .interior-hero-title,
.interior-page .interior-hero-summary {
	min-width: 0;
}

.interior-page .interior-hero-summary {
	justify-self: end;
	width: 100%;
	max-width: 34rem;
}

.interior-page .document-hero h1,
.interior-page .guide-hero h1,
.interior-page .library-browser-intro h1 {
	max-width: none;
	margin: 0 0 1.4rem;
	font-size: clamp(3.25rem, 4.8vw, 5.25rem);
	font-weight: 590;
	letter-spacing: -0.068em;
	line-height: 0.9;
}

.interior-page .interior-title-line {
	display: block;
	white-space: nowrap;
}

.interior-page .document-intro,
.interior-page .guide-hero-copy,
.interior-page .interior-hero-summary > p {
	max-width: 41rem;
	color: rgba(255, 255, 255, 0.65);
	font-size: clamp(1.08rem, 1.7vw, 1.4rem);
	line-height: 1.55;
}

.interior-page .interior-hero-summary > p {
	margin: 0;
}

.interior-page .interior-hero-summary > .updated {
	margin-top: 1rem;
	font-size: 0.72rem;
	line-height: 1.4;
}

.interior-page .kicker,
.interior-page .section-label,
.interior-page .updated,
.interior-page .guide-contents-title {
	color: #d9ff1e;
}

.interior-page .document-layout,
.interior-page .guide-layout,
.interior-page .library-collection {
	position: relative;
	background: transparent;
}

.interior-page .document-layout::before,
.interior-page .guide-layout::before,
.interior-page .library-collection::before {
	position: absolute;
	z-index: -1;
	inset: 0 50%;
	width: 100vw;
	background:
		linear-gradient(180deg, rgba(2, 7, 5, 0.92), rgba(2, 7, 5, 0.76) 30rem, rgba(2, 7, 5, 0.94)),
		radial-gradient(circle at 80% 12%, rgba(54, 96, 69, 0.12), transparent 31rem);
	content: "";
	transform: translateX(-50%);
}

/* Library: compact discovery first, cinematic enough to belong. */

.library-page.interior-page .library-browser-intro {
	min-height: 23rem;
}

.interior-page .library-collection {
	padding-top: 1.5rem;
}

.interior-page .library-discovery-controls {
	border-color: rgba(217, 255, 30, 0.18);
	background:
		linear-gradient(110deg, rgba(217, 255, 30, 0.04), transparent 24%),
		rgba(2, 10, 7, 0.76);
	box-shadow:
		0 1.8rem 6rem rgba(0, 0, 0, 0.22),
		inset 0 1px rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(22px);
}

.interior-page .library-route-card {
	border-color: rgba(255, 255, 255, 0.12);
	background: rgba(3, 11, 8, 0.76);
	box-shadow: 0 1.6rem 5rem rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(16px);
}

.interior-page .library-route-card:hover {
	border-color: rgba(217, 255, 30, 0.5);
	box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.36), 0 0 3rem rgba(194, 217, 70, 0.07);
}

/* Guide: a calm field manual, with one continuous luminous route. */

.interior-page .guide-route-diagram {
	width: min(32rem, 100%);
	padding: 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 2rem;
	background: rgba(2, 10, 7, 0.26);
	box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.24);
	backdrop-filter: blur(9px);
}

.interior-page .guide-route-diagram .terrain-line {
	stroke: rgba(154, 212, 180, 0.13);
}

.interior-page .guide-route-diagram .guide-route-halo {
	opacity: 0.58;
	stroke: #c2e600;
}

.interior-page .guide-route-diagram .guide-route {
	stroke: #d9ff1e;
	filter: drop-shadow(0 0 8px rgba(217, 255, 30, 0.68));
}

.interior-page .guide-layout {
	width: min(calc(100% - 4rem), 1480px);
	grid-template-columns: 15rem minmax(0, 1fr);
	gap: clamp(3rem, 7vw, 7rem);
	padding-block: clamp(4rem, 7vw, 7rem);
}

.interior-page .guide-contents {
	top: 1.5rem;
	padding: 1.2rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 1.25rem;
	background: rgba(3, 12, 8, 0.7);
	box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(18px);
}

.interior-page .guide-contents-title {
	margin: 0 0 0.65rem;
	padding: 0.3rem 0.2rem 0.8rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.interior-page .guide-contents a {
	position: relative;
	padding: 0.8rem 0.2rem 0.8rem 1.15rem;
	border: 0;
	color: rgba(255, 255, 255, 0.5);
}

.interior-page .guide-contents a::before {
	position: absolute;
	top: 1.12rem;
	left: 0.1rem;
	width: 0.38rem;
	height: 0.38rem;
	border: 1px solid rgba(217, 255, 30, 0.45);
	border-radius: 50%;
	content: "";
}

.interior-page .guide-contents a:hover {
	color: #fff;
}

.interior-page .guide-contents a:hover::before {
	background: #d9ff1e;
	box-shadow: 0 0 12px rgba(217, 255, 30, 0.55);
}

.interior-page .guide-section {
	padding-bottom: clamp(4.5rem, 7vw, 7rem);
}

.interior-page .guide-section + .guide-section {
	padding-top: clamp(4.5rem, 7vw, 7rem);
	border-color: rgba(255, 255, 255, 0.1);
}

.interior-page .guide-section > h2 {
	max-width: 12ch;
	margin-bottom: 2rem;
	font-size: clamp(3rem, 5.2vw, 5.8rem);
	font-weight: 570;
	letter-spacing: -0.06em;
}

.interior-page .guide-steps {
	margin-top: 3.5rem;
}

.interior-page .guide-steps li {
	grid-template-columns: 4.5rem minmax(0, 1fr);
	padding: 1.8rem 0;
	border-color: rgba(255, 255, 255, 0.11);
}

.interior-page .guide-steps li::before {
	color: #d9ff1e;
}

.interior-page .guide-callout {
	border: 1px solid rgba(217, 255, 30, 0.15) !important;
	background:
		linear-gradient(120deg, rgba(217, 255, 30, 0.05), transparent 40%),
		rgba(4, 15, 10, 0.84);
	box-shadow: 0 2rem 7rem rgba(0, 0, 0, 0.24);
	backdrop-filter: blur(18px);
}

.interior-page .guide-topic-grid {
	gap: 1px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 1.5rem;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.1);
}

.interior-page .guide-topic-grid article {
	border: 0;
	background: rgba(3, 12, 8, 0.86);
}

.interior-page .faq-details {
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 1.5rem;
	overflow: hidden;
	background: rgba(3, 12, 8, 0.58);
}

.interior-page .faq-details details,
.interior-page .faq-details details:last-child {
	border-color: rgba(255, 255, 255, 0.1);
}

.interior-page .faq-details summary {
	padding-inline: 1.35rem 3.4rem;
}

.interior-page .faq-details summary::after {
	right: 1.35rem;
	color: #d9ff1e;
}

.interior-page .faq-details p {
	padding-inline: 1.35rem 3rem;
}

/* Support: clear trailheads first, then a short route to a person. */

.support-page .support-layout {
	padding-top: clamp(3rem, 6vw, 5rem);
}

.support-page .support-paths {
	gap: 1px;
	margin-bottom: clamp(4rem, 7vw, 7rem);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 1.75rem;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 2rem 7rem rgba(0, 0, 0, 0.22);
}

.support-page .support-path {
	min-height: 18rem;
	padding: 2rem;
	background:
		linear-gradient(145deg, rgba(217, 255, 30, 0.035), transparent 45%),
		rgba(3, 12, 8, 0.88);
}

.support-page .support-path:hover {
	background:
		linear-gradient(145deg, rgba(217, 255, 30, 0.09), transparent 52%),
		rgba(5, 17, 11, 0.94);
}

.support-page .support-path span {
	color: #d9ff1e;
}

.support-page .support-path::after {
	color: #d9ff1e;
}

/* Privacy: editorial and trustworthy, not a generic legal document. */

.privacy-page .document-hero h1 {
	max-width: 11ch;
}

.privacy-page .document-layout {
	padding-top: 0;
}

.privacy-page .trust-principles {
	position: relative;
	z-index: 2;
	margin: -2.6rem 0 clamp(4rem, 7vw, 7rem);
	overflow: hidden;
	border: 1px solid rgba(217, 255, 30, 0.14);
	border-radius: 1.5rem;
	background: rgba(3, 12, 8, 0.88);
	box-shadow: 0 2.5rem 7rem rgba(0, 0, 0, 0.32);
	backdrop-filter: blur(18px);
}

.privacy-page .trust-principles div {
	min-height: 11rem;
	padding: 1.7rem;
	border-color: rgba(255, 255, 255, 0.1);
}

.privacy-page .trust-principles div::before {
	display: block;
	width: 1.5rem;
	height: 2px;
	margin-bottom: 3.2rem;
	background: #d9ff1e;
	box-shadow: 0 0 14px rgba(217, 255, 30, 0.55);
	content: "";
}

.privacy-page .trust-principles strong {
	font-size: 1.25rem;
}

.privacy-page .trust-principles span {
	color: rgba(255, 255, 255, 0.55);
}

.interior-page .document-body {
	max-width: 64rem;
	margin: 0 auto;
}

.interior-page .document-body > section:not(.contact-card) {
	grid-template-columns: minmax(11rem, 0.38fr) minmax(0, 1fr);
	gap: clamp(2rem, 6vw, 6rem);
	padding: clamp(2.5rem, 5vw, 4.5rem) 0;
	border-color: rgba(255, 255, 255, 0.1);
}

.interior-page .document-body > section:not(.contact-card) h2 {
	font-size: clamp(1.55rem, 2.5vw, 2.45rem);
}

.interior-page .document-body p,
.interior-page .document-body li,
.interior-page .guide-section > p:not(.section-label),
.interior-page .guide-steps p,
.interior-page .guide-topic-grid p,
.interior-page .faq-details p,
.interior-page .preflight-notes p {
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.65;
}

.interior-page .document-body > .contact-card,
.interior-page .guide-content > .contact-card {
	margin-top: clamp(4rem, 8vw, 8rem);
	border: 1px solid rgba(217, 255, 30, 0.17);
	background:
		linear-gradient(110deg, rgba(2, 8, 6, 0.94), rgba(2, 8, 6, 0.56)),
		url("/beacen-journey-terrain-v2.jpg") center 66% / cover no-repeat;
	box-shadow: 0 2.5rem 8rem rgba(0, 0, 0, 0.3);
}

/* Library detail belongs to the same landscape without becoming a marketing page. */

.library-route-page.interior-page .library-detail-main {
	position: relative;
	padding-top: 9rem;
	background:
		linear-gradient(180deg, rgba(1, 7, 5, 0.42), #020706 48rem),
		url("/beacen-journey-terrain-v2.jpg") center top / max(100%, 96rem) auto no-repeat;
}

.library-route-page.interior-page .library-detail-panel,
.library-route-page.interior-page .library-detail-map {
	background-color: rgba(3, 12, 8, 0.8);
	backdrop-filter: blur(18px);
}

@media (max-width: 980px) {
	.interior-page {
		background-size: auto 240rem;
	}

	.interior-page .document-hero-inner,
	.interior-page .guide-hero-inner,
	.interior-page .library-browser-heading {
		width: min(calc(100% - 2.5rem), 1480px);
		grid-template-columns: minmax(0, 1fr);
		gap: 2rem;
	}

	.interior-page .interior-hero-summary {
		justify-self: start;
	}

	.interior-page .guide-layout {
		width: min(calc(100% - 2.5rem), 1480px);
		grid-template-columns: 1fr;
	}

	.interior-page .guide-contents {
		position: static;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.interior-page .guide-contents-title {
		grid-column: 1 / -1;
	}
}

@media (max-width: 700px) {
	.interior-page {
		--public-header-height: 4.6rem;
		background:
			linear-gradient(180deg, rgba(1, 7, 5, 0.2), #020706 45rem),
			url("/beacen-journey-terrain-v2.jpg") center top / auto 155rem no-repeat,
			#020706;
	}

	.interior-page::before {
		position: absolute;
		background: linear-gradient(90deg, rgba(1, 6, 5, 0.46), transparent 72%);
	}

	.interior-page .concept-header .header-inner {
		min-height: var(--public-header-height);
	}

	.interior-page .concept-header nav {
		gap: 1.15rem;
	}

	.interior-page .concept-header nav a {
		font-size: 0.78rem;
	}

	.interior-page .document-hero,
	.interior-page .guide-hero,
	.interior-page .library-browser-intro,
	.library-page.interior-page .library-browser-intro {
		min-height: 25rem;
		padding: 7rem 0 2.5rem;
		background:
			linear-gradient(180deg, rgba(1, 6, 5, 0.24), rgba(1, 6, 5, 0.76) 66%, #020706),
			url("/beacen-journey-terrain-v2.jpg") center top / auto 155rem no-repeat;
	}

	.interior-page .document-hero::before,
	.interior-page .guide-hero::before,
	.interior-page .library-browser-intro::before {
		top: 4.2rem;
		right: -1rem;
		width: 6rem;
		height: 17rem;
		opacity: 0.42;
	}

	.interior-page .document-hero h1,
	.interior-page .guide-hero h1,
	.interior-page .library-browser-intro h1 {
		font-size: clamp(2.65rem, 11.5vw, 4.5rem);
	}

	.interior-page .document-hero-inner,
	.interior-page .guide-hero-inner,
	.interior-page .library-browser-heading {
		width: min(calc(100% - 1.5rem), 1480px);
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.interior-page .guide-route-diagram {
		display: none;
	}

	.interior-page .guide-layout {
		width: min(calc(100% - 1.5rem), 1480px);
	}

	.interior-page .guide-contents {
		grid-template-columns: 1fr;
		padding: 1rem;
	}

	.interior-page .guide-contents-title {
		grid-column: 1;
	}

	.interior-page .guide-section > h2 {
		font-size: clamp(2.8rem, 13vw, 4.5rem);
	}

	.interior-page .guide-steps li {
		grid-template-columns: 2.75rem minmax(0, 1fr);
	}

	.interior-page .guide-topic-grid {
		grid-template-columns: 1fr;
		border-left: 1px solid rgba(255, 255, 255, 0.1);
	}

	.interior-page .guide-topic-grid article {
		padding: 1.5rem;
	}

	.support-page .support-path {
		min-height: 13rem;
	}

	.privacy-page .trust-principles {
		margin-top: -1.5rem;
	}

	.privacy-page .trust-principles div {
		min-height: 9rem;
	}

	.privacy-page .trust-principles div::before {
		margin-bottom: 2rem;
	}

	.interior-page .document-body > section:not(.contact-card) {
		display: block;
	}

	.interior-page .document-body > section:not(.contact-card) h2 {
		margin-bottom: 1.2rem;
	}

	.library-route-page.interior-page .library-detail-main {
		padding-top: 7rem;
		background:
			linear-gradient(180deg, rgba(1, 7, 5, 0.42), #020706 42rem),
			url("/beacen-journey-terrain-v2.jpg") center top / auto 155rem no-repeat;
	}

	.interior-page .concept-footer > div {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 1rem;
		padding-block: 2rem;
		text-align: center;
	}

	.interior-page .concept-footer p {
		justify-self: center;
	}
}

/* Public-route collision overrides live after the historical page-specific CSS. */
.public-secondary.library-route-page .public-route-main,
.public-secondary.shared-route-page .public-route-main {
	min-height: calc(100svh - 10rem);
	padding: clamp(7rem, 10vw, 8.5rem) 0 clamp(4.5rem, 8vw, 7rem);
	background: linear-gradient(180deg, rgba(1, 7, 5, 0.42), #020706 42rem);
}

.public-secondary .public-route-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.62fr) minmax(19rem, 0.78fr);
	gap: clamp(1.25rem, 2.5vw, 2rem);
}

.public-secondary .public-route-visuals {
	display: grid;
	gap: clamp(1.25rem, 2.5vw, 1.75rem);
}

.public-secondary .public-route-panel {
	display: block;
}

.public-secondary .public-route-panel-shared .shared-route-benefits {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.8rem;
	margin-top: 1.5rem;
	padding: 1.35rem 0 0;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 0;
	background: transparent;
	backdrop-filter: none;
}

@media (max-width: 940px) {
	.public-secondary .public-route-grid { grid-template-columns: 1fr; }
	.public-secondary .public-route-panel { position: static; grid-row: 1; }
	.public-secondary .public-route-visuals { grid-row: 2; }
}

@media (max-width: 560px) {
	.public-secondary.library-route-page .public-route-main,
	.public-secondary.shared-route-page .public-route-main { padding: 6.5rem 0 4rem; }
}

/* Canonical Beacen public route detail system
   Shared and Library routes deliberately use the same composition. */

.library-route-page,
.shared-route-page {
	--route-page-line: rgba(255, 255, 255, 0.18);
	--route-page-muted: rgba(255, 255, 255, 0.58);
	--route-page-faint: rgba(255, 255, 255, 0.5);
	background: #010302;
	color: #fff;
}

.library-route-page.interior-page,
.shared-route-page.interior-page {
	background: #010302;
}

.library-route-page.interior-page::before,
.shared-route-page.interior-page::before {
	display: none;
}

.public-secondary.library-route-page .public-route-main,
.public-secondary.shared-route-page .public-route-main,
.library-route-page.interior-page .library-detail-main {
	min-height: 0;
	padding: var(--public-header-height) 0 clamp(3rem, 5vw, 5.5rem);
	background: #010302;
}

.library-route-page .public-route-shell,
.shared-route-page .public-route-shell {
	position: relative;
	width: min(100%, 1548px);
	max-width: none;
	margin-inline: auto;
}

.public-secondary.library-route-page .public-route-grid,
.public-secondary.shared-route-page .public-route-grid {
	display: grid;
	grid-template-columns: minmax(0, 2.08fr) minmax(25rem, 1fr);
	min-height: clamp(32rem, 38vw, 36rem);
	gap: 0;
	align-items: stretch;
}

.library-route-page .public-route-preview-frame,
.shared-route-page .public-route-preview-frame {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: clamp(32rem, 38vw, 36rem);
	min-width: 0;
	margin: 0;
	overflow: hidden;
	border: 0;
	border-radius: 0;
	background:
		linear-gradient(90deg, rgba(1, 3, 2, 0.18), rgba(1, 3, 2, 0.03) 58%, rgba(1, 3, 2, 0.22)),
		linear-gradient(0deg, rgba(1, 3, 2, 0.42), transparent 38%),
		url("/route-hero-topographic-v1.png") center / cover no-repeat,
		#020706;
	box-shadow: none;
	aspect-ratio: auto;
}

.library-route-page .public-route-preview-frame::before,
.shared-route-page .public-route-preview-frame::before {
	position: absolute;
	z-index: 0;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(circle at 55% 48%, transparent 28%, rgba(1, 3, 2, 0.2) 78%, rgba(1, 3, 2, 0.55));
	content: "";
}

.library-route-page .public-route-preview-frame::after,
.shared-route-page .public-route-preview-frame::after {
	border-radius: 0;
	box-shadow: inset -1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px rgba(255, 255, 255, 0.1);
}

.library-route-page .public-route-preview,
.shared-route-page .public-route-preview {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
}

.library-route-page .route-preview-grid,
.shared-route-page .route-preview-grid {
	display: none;
}

.library-route-page .route-preview-contour,
.shared-route-page .route-preview-contour {
	stroke: rgba(194, 217, 70, 0.055);
	stroke-width: 1;
}

.library-route-page .route-preview-halo,
.shared-route-page .route-preview-halo {
	stroke: rgba(194, 217, 70, 0.34);
	stroke-width: 18;
	filter: blur(7px);
}

.library-route-page .route-preview-line,
.shared-route-page .route-preview-line {
	stroke: #c2d946;
	stroke-width: 5;
	filter: drop-shadow(0 0 3px rgba(194, 217, 70, 0.45));
}

.library-route-page .public-route-preview-frame figcaption,
.shared-route-page .public-route-preview-frame figcaption {
	position: absolute;
	z-index: 2;
	right: auto;
	bottom: clamp(1.4rem, 2.5vw, 2.25rem);
	left: clamp(1.5rem, 3vw, 2.5rem);
	display: grid;
	justify-items: start;
	gap: 0.7rem;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.67rem;
	font-weight: 650;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	backdrop-filter: none;
}

.route-preview-compass {
	position: relative;
	display: grid;
	width: 3.45rem;
	height: 3.45rem;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.52);
	border-radius: 50%;
	color: #fff;
}

.route-preview-compass b {
	position: absolute;
	top: 0.35rem;
	font-size: 0.62rem;
	letter-spacing: 0;
}

.route-preview-compass i {
	position: absolute;
	top: 1.35rem;
	width: 0.8rem;
	height: 1.25rem;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(225deg) skew(-9deg, -9deg);
}

.library-route-page .public-route-panel,
.shared-route-page .public-route-panel,
.library-route-page.interior-page .library-detail-panel {
	position: relative;
	top: auto;
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
	padding: clamp(3.2rem, 5.3vw, 5.2rem) clamp(2rem, 3.2vw, 3.6rem);
	border: 0;
	border-radius: 0;
	background: #010302;
	box-shadow: none;
	backdrop-filter: none;
}

.library-route-page .public-route-label,
.shared-route-page .public-route-label {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	margin: 0 0 clamp(1.75rem, 3vw, 2.4rem);
	color: #c2d946;
	font-size: 0.72rem;
	font-weight: 720;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.library-route-page .public-route-label::after,
.shared-route-page .public-route-label::after {
	display: block;
	width: 3rem;
	height: 1px;
	background: rgba(194, 217, 70, 0.72);
	content: "";
}

.library-route-page .public-route-panel h1,
.shared-route-page .public-route-panel h1 {
	max-width: 12ch;
	margin: 0;
	font-family: var(--font-display);
	font-size: clamp(3.45rem, 4.65vw, 5rem);
	font-weight: 520;
	letter-spacing: -0.065em;
	line-height: 0.93;
	overflow-wrap: anywhere;
}

.library-route-page .library-route-place {
	order: 0;
	margin: 1rem 0 0;
	color: var(--route-page-muted);
	font-size: clamp(0.92rem, 1.25vw, 1.15rem);
	line-height: 1.45;
}

.library-route-page .route-stats,
.shared-route-page .route-stats,
.public-secondary.library-route-page .route-stats,
.public-secondary.shared-route-page .route-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: clamp(2.6rem, 4vw, 3.7rem) 0 clamp(2.1rem, 3.4vw, 3rem);
	border: 0;
}

.library-route-page .route-stats > div,
.shared-route-page .route-stats > div,
.public-secondary.library-route-page .route-stats > div,
.public-secondary.shared-route-page .route-stats > div {
	display: flex;
	min-width: 0;
	flex-direction: column-reverse;
	gap: 0.55rem;
	padding: 0 clamp(0.8rem, 1.5vw, 1.35rem);
	text-align: left;
}

.library-route-page .route-stats > div:first-child,
.shared-route-page .route-stats > div:first-child {
	padding-left: 0;
}

.library-route-page .route-stats > div + div,
.shared-route-page .route-stats > div + div {
	border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.library-route-page .route-stats dd,
.shared-route-page .route-stats dd,
.public-secondary.library-route-page .route-stats dd,
.public-secondary.shared-route-page .route-stats dd {
	margin: 0;
	color: #f5f7f2;
	font-size: clamp(1.15rem, 1.55vw, 1.5rem);
	font-weight: 520;
	letter-spacing: -0.035em;
	line-height: 1;
	white-space: nowrap;
}

.library-route-page .route-stats dt,
.shared-route-page .route-stats dt {
	margin: 0;
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.62rem;
	font-weight: 650;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.library-route-page .route-handoff,
.shared-route-page .route-handoff {
	margin: 0;
}

.library-route-page .route-handoff [data-route-handoff-apple],
.library-route-page .route-handoff [data-route-handoff-desktop],
.shared-route-page .route-handoff [data-route-handoff-apple],
.shared-route-page .route-handoff [data-route-handoff-desktop] {
	display: none;
}

.library-route-page .route-handoff[data-handoff-state="apple-mobile"] [data-route-handoff-apple],
.shared-route-page .route-handoff[data-handoff-state="apple-mobile"] [data-route-handoff-apple],
.library-route-page .route-handoff[data-handoff-state="desktop"] [data-route-handoff-desktop],
.shared-route-page .route-handoff[data-handoff-state="desktop"] [data-route-handoff-desktop] {
	display: flex;
}

.library-route-page .route-open-action,
.shared-route-page .route-open-action,
.public-secondary.library-route-page .route-open-action,
.public-secondary.shared-route-page .route-open-action {
	position: relative;
	display: flex;
	width: 100%;
	min-height: 5.25rem;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0 2rem 0 2.35rem;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 0.42rem;
	background: transparent;
	color: #f8faf6;
	font: inherit;
	font-size: 1.05rem;
	font-weight: 450;
	text-align: left;
	text-decoration: none;
	box-shadow: none;
	cursor: pointer;
	transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.library-route-page .route-open-action::before,
.shared-route-page .route-open-action::before {
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	width: 4px;
	background: #c2d946;
	content: "";
}

.library-route-page .route-open-action span,
.shared-route-page .route-open-action span {
	color: #c2d946;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
}

.library-route-page .route-open-action:hover,
.shared-route-page .route-open-action:hover,
.public-secondary.library-route-page .route-open-action:hover,
.public-secondary.shared-route-page .route-open-action:hover {
	border-color: #c2d946;
	background: rgba(194, 217, 70, 0.055);
	color: #fff;
}

.library-route-page .route-note {
	max-width: 35rem;
	margin: 0.85rem 0 0;
	color: var(--route-page-faint);
	font-size: 0.73rem;
	line-height: 1.45;
}

.library-route-page .library-route-attribution {
	display: grid;
	gap: 0.3rem;
	margin: 1.35rem 0 0;
	color: var(--route-page-faint);
	font-size: 0.7rem;
	line-height: 1.5;
}

.library-route-page .library-route-attribution span {
	color: rgba(255, 255, 255, 0.56);
	font-size: 0.58rem;
	font-weight: 650;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.library-route-page .public-route-context {
	position: absolute;
	z-index: 4;
	top: 0.7rem;
	left: clamp(1.5rem, 2.6vw, 2.5rem);
	min-height: 2.75rem;
	margin: 0;
}

.library-route-page .library-detail-heading > a {
	gap: 0.6rem;
	min-height: auto;
	padding: 0.5rem 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.64);
	font-size: 0.83rem;
	font-weight: 450;
	text-decoration: none;
}

.library-route-page .library-detail-heading > a:hover {
	border: 0;
	background: transparent;
	color: #fff;
}

.library-route-page .public-route-elevation,
.shared-route-page .public-route-elevation {
	border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.library-route-page .library-elevation-card,
.shared-route-page .library-elevation-card,
.public-secondary .public-route-elevation .library-elevation-card {
	position: relative;
	padding: clamp(2rem, 3.5vw, 3.2rem) clamp(1.5rem, 3.2vw, 3rem) clamp(2.5rem, 5vw, 4.25rem);
	border: 0;
	border-radius: 0;
	background: #010302;
	box-shadow: none;
}

.library-route-page .library-elevation-heading,
.shared-route-page .library-elevation-heading {
	align-items: flex-end;
	margin: 0 0 1.2rem;
}

.library-route-page .library-elevation-heading .kicker,
.shared-route-page .library-elevation-heading .kicker {
	margin: 0 0 0.35rem;
	color: #c2d946;
	font-size: 0.68rem;
	font-weight: 720;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.library-route-page .library-elevation-heading h2,
.shared-route-page .library-elevation-heading h2 {
	font-size: clamp(2.35rem, 3.5vw, 3.25rem);
	font-weight: 510;
	letter-spacing: -0.055em;
}

.library-route-page .library-elevation-feedback,
.shared-route-page .library-elevation-feedback {
	min-height: 2.1rem;
	padding: 0;
}

.library-route-page .library-elevation-feedback > p,
.shared-route-page .library-elevation-feedback > p {
	color: rgba(255, 255, 255, 0.5);
}

.library-route-page .library-elevation-chart,
.shared-route-page .library-elevation-chart {
	padding-top: 0.45rem;
}

.library-route-page .library-elevation-grid,
.shared-route-page .library-elevation-grid {
	stroke: rgba(255, 255, 255, 0.13);
}

.library-route-page .library-elevation-area,
.shared-route-page .library-elevation-area {
	fill: rgba(194, 217, 70, 0.14);
}

.library-route-page .library-elevation-line,
.shared-route-page .library-elevation-line {
	stroke: #c2d946;
	stroke-width: 3;
	filter: drop-shadow(0 0 5px rgba(194, 217, 70, 0.28));
}

.library-route-page .library-elevation-stats,
.shared-route-page .library-elevation-stats {
	position: absolute;
	top: clamp(2.35rem, 3.8vw, 3.45rem);
	right: clamp(1.5rem, 3.2vw, 3rem);
	display: grid;
	grid-template-columns: repeat(2, auto);
	gap: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.library-route-page .library-elevation-stats > div,
.shared-route-page .library-elevation-stats > div {
	display: none;
}

.library-route-page .library-elevation-stats > div:nth-child(3),
.library-route-page .library-elevation-stats > div:nth-child(4),
.shared-route-page .library-elevation-stats > div:nth-child(3),
.shared-route-page .library-elevation-stats > div:nth-child(4) {
	display: flex;
	min-width: 9rem;
	flex-direction: row;
	align-items: baseline;
	justify-content: flex-end;
	gap: 0.65rem;
	padding-inline: 1.25rem;
}

.library-route-page .library-elevation-stats > div + div,
.shared-route-page .library-elevation-stats > div + div {
	border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.library-route-page .library-elevation-stats dt,
.shared-route-page .library-elevation-stats dt {
	color: rgba(255, 255, 255, 0.52);
	font-size: 0.63rem;
	font-weight: 650;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.library-route-page .library-elevation-stats dd,
.shared-route-page .library-elevation-stats dd {
	font-size: 1.1rem;
	font-weight: 480;
	white-space: nowrap;
}

.library-route-page .library-elevation-unavailable,
.shared-route-page .library-elevation-unavailable {
	min-height: 17rem;
}

.library-route-page .library-elevation-unavailable .library-elevation-heading > p,
.shared-route-page .library-elevation-unavailable .library-elevation-heading > p {
	margin-right: 18rem;
	color: var(--route-page-muted);
}

.library-route-page .concept-footer,
.shared-route-page .concept-footer {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: #010302;
}

@media (max-width: 1120px) {
	.public-secondary.library-route-page .public-route-grid,
	.public-secondary.shared-route-page .public-route-grid {
		grid-template-columns: minmax(0, 1.48fr) minmax(21rem, 0.82fr);
	}

	.library-route-page .public-route-panel,
	.shared-route-page .public-route-panel {
		padding-inline: 2rem;
	}

	.library-route-page .public-route-panel h1,
	.shared-route-page .public-route-panel h1 {
		font-size: clamp(3rem, 5.4vw, 4.1rem);
	}
}

@media (max-width: 820px) {
	.public-secondary.library-route-page .public-route-grid,
	.public-secondary.shared-route-page .public-route-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.library-route-page .public-route-context {
		position: relative;
		top: auto;
		left: auto;
		width: calc(100% - 2.5rem);
		min-height: auto;
		margin: 1.45rem auto 0;
	}

	.library-route-page .public-route-panel,
	.shared-route-page .public-route-panel,
	.library-route-page.interior-page .library-detail-panel {
		display: contents;
	}

	.library-route-page .public-route-label,
	.shared-route-page .public-route-label {
		order: 1;
		padding: 2.5rem 1.25rem 0;
	}

	.shared-route-page .public-route-label {
		padding-top: 5.75rem;
	}

	.library-route-page .public-route-preview-frame,
	.shared-route-page .public-route-preview-frame {
		order: 5;
		width: 100%;
		height: auto;
		min-height: 0;
		aspect-ratio: 1.48;
	}

	.library-route-page .public-route-label,
	.shared-route-page .public-route-label {
		margin-bottom: 1.85rem;
		font-size: 0.72rem;
	}

	.library-route-page .public-route-panel h1,
	.shared-route-page .public-route-panel h1 {
		order: 2;
		max-width: 11ch;
		padding-inline: 1.25rem;
		font-size: clamp(3.35rem, 12.2vw, 5rem);
		line-height: 0.94;
	}

	.library-route-page .library-route-place {
		order: 3;
		padding-inline: 1.25rem;
		font-size: 1rem;
	}

	.library-route-page .route-stats,
	.shared-route-page .route-stats,
	.public-secondary.library-route-page .route-stats,
	.public-secondary.shared-route-page .route-stats {
		order: 4;
		margin: 2.4rem 0 0;
		padding: 0 1.25rem 2.2rem;
	}

	.library-route-page .route-stats > div,
	.shared-route-page .route-stats > div {
		padding-inline: clamp(0.8rem, 5vw, 1.6rem);
	}

	.library-route-page .route-stats dd,
	.shared-route-page .route-stats dd {
		font-size: clamp(1.25rem, 5.4vw, 1.65rem);
	}

	.library-route-page .route-stats dt,
	.shared-route-page .route-stats dt {
		font-size: 0.64rem;
	}

	.library-route-page .public-route-preview-frame figcaption,
	.shared-route-page .public-route-preview-frame figcaption {
		bottom: 1.6rem;
		left: 1.25rem;
	}

	.library-route-page .route-handoff,
	.shared-route-page .route-handoff {
		order: 6;
		padding: 2.1rem 1.25rem 0;
	}

	.library-route-page .route-open-action,
	.shared-route-page .route-open-action {
		min-height: 5.9rem;
		padding-inline: 1.75rem;
		font-size: clamp(1.15rem, 4.8vw, 1.45rem);
	}

	.library-route-page .route-note,
	.library-route-page .library-route-attribution {
		margin-inline: 1.25rem;
	}

	.library-route-page .library-route-attribution {
		order: 7;
		margin-top: 1.25rem;
	}

	.library-route-page .public-route-elevation,
	.shared-route-page .public-route-elevation {
		margin-top: 2.6rem;
	}

	.library-route-page .library-elevation-card,
	.shared-route-page .library-elevation-card,
	.public-secondary .public-route-elevation .library-elevation-card {
		padding: 2.4rem 1.25rem 3rem;
	}

	.library-route-page .library-elevation-heading,
	.shared-route-page .library-elevation-heading {
		display: block;
	}

	.library-route-page .library-elevation-heading h2,
	.shared-route-page .library-elevation-heading h2 {
		font-size: clamp(2.35rem, 10vw, 3.25rem);
	}

	.library-route-page .library-elevation-feedback,
	.shared-route-page .library-elevation-feedback {
		min-height: 2.2rem;
		padding: 0;
		justify-items: center;
	}

	.library-route-page .library-elevation-tooltip,
	.shared-route-page .library-elevation-tooltip {
		text-align: center;
	}

	.library-route-page .library-elevation-stats,
	.shared-route-page .library-elevation-stats {
		position: static;
		display: contents;
	}

	.library-route-page .library-elevation-stats > div:nth-child(3),
	.shared-route-page .library-elevation-stats > div:nth-child(3) {
		position: absolute;
		top: 4.2rem;
		right: 1.25rem;
		min-width: 0;
		padding: 0;
	}

	.library-route-page .library-elevation-stats > div:nth-child(4),
	.shared-route-page .library-elevation-stats > div:nth-child(4) {
		justify-content: flex-start;
		margin-top: 1.1rem;
		padding: 0;
		border: 0;
	}

	.library-route-page .library-elevation-chart svg,
	.shared-route-page .library-elevation-chart svg {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}

	.library-route-page .library-elevation-unavailable .library-elevation-heading > p,
	.shared-route-page .library-elevation-unavailable .library-elevation-heading > p {
		margin: 1rem 0 0;
	}
}

@media (max-width: 430px) {
	.library-route-page .public-route-panel h1,
	.shared-route-page .public-route-panel h1 {
		font-size: clamp(3rem, 15.2vw, 4.1rem);
	}

	.library-route-page .route-stats > div,
	.shared-route-page .route-stats > div {
		padding-inline: 0.72rem;
	}

	.library-route-page .route-stats dd,
	.shared-route-page .route-stats dd {
		font-size: clamp(1.08rem, 5.1vw, 1.35rem);
	}

	.library-route-page .route-stats dt,
	.shared-route-page .route-stats dt {
		font-size: 0.56rem;
		letter-spacing: 0.08em;
	}

	.library-route-page .public-route-preview-frame,
	.shared-route-page .public-route-preview-frame {
		aspect-ratio: 1.4;
	}
}

@media (prefers-reduced-motion: reduce) {
	.library-route-page .route-open-action,
	.shared-route-page .route-open-action,
	.library-route-page .library-detail-heading > a,
	.shared-route-page .library-detail-heading > a {
		transition: none;
	}
}

/* Handoff state must win over the route-page CTA presentation rules. */
.library-route-page .route-handoff [data-route-handoff-apple],
.library-route-page .route-handoff [data-route-handoff-desktop],
.shared-route-page .route-handoff [data-route-handoff-apple],
.shared-route-page .route-handoff [data-route-handoff-desktop] {
	display: none !important;
}

.library-route-page .route-handoff[data-handoff-state="apple-mobile"] [data-route-handoff-apple],
.shared-route-page .route-handoff[data-handoff-state="apple-mobile"] [data-route-handoff-apple],
.library-route-page .route-handoff[data-handoff-state="desktop"] [data-route-handoff-desktop],
.shared-route-page .route-handoff[data-handoff-state="desktop"] [data-route-handoff-desktop] {
	display: flex !important;
}

/* Conversion system */

.conversion-action,
.concept-get-link {
	position: relative;
	display: inline-flex;
	min-height: 3.35rem;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding: 0.85rem 1.25rem 0.85rem 1.4rem;
	overflow: hidden;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.56);
	border-radius: 0.25rem;
	background: rgba(2, 7, 5, 0.42);
	font-size: 0.93rem;
	font-weight: 560;
	text-decoration: none;
	transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.conversion-action::before,
.concept-get-link::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 3px;
	background: #c2d946;
	box-shadow: 0 0 16px rgba(194, 217, 70, 0.45);
	content: "";
}

.conversion-action span,
.concept-get-link span {
	color: #d9ff1e;
	font-size: 1.15em;
	transition: transform 180ms ease;
}

.conversion-action:hover,
.concept-get-link:hover {
	color: #fff;
	border-color: rgba(217, 255, 30, 0.74);
	background: rgba(12, 22, 15, 0.82);
	box-shadow: 0 0 2.2rem rgba(194, 217, 70, 0.09);
	transform: translateY(-1px);
}

.conversion-action:hover span,
.concept-get-link:hover span {
	transform: translateX(0.2rem);
}

.conversion-action:focus-visible,
.concept-get-link:focus-visible,
.conversion-secondary:focus-visible,
.concept-mobile-menu summary:focus-visible {
	outline: 2px solid #d9ff1e;
	outline-offset: 4px;
}

.conversion-secondary {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.92rem;
	font-weight: 520;
	text-decoration-color: rgba(217, 255, 30, 0.35);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.4rem;
}

.conversion-secondary:hover {
	color: #d9ff1e;
	text-decoration-color: currentColor;
}

.concept-header .header-inner {
	position: relative;
	display: flex;
	align-items: center;
}

.concept-header .concept-primary-nav {
	margin-left: auto;
}

.concept-header .concept-get-link {
	min-height: 2.8rem;
	margin-left: 2.5rem;
	gap: 1.5rem;
	padding: 0.65rem 1rem 0.65rem 1.1rem;
	font-size: 0.85rem;
}

.concept-header .concept-get-link[aria-current="page"] {
	border-color: rgba(217, 255, 30, 0.66);
}

.concept-mobile-menu {
	display: none;
}

.journey-actions {
	display: flex;
	align-items: center;
	gap: 1.4rem;
	margin-top: 2rem;
}

.desktop-hero-copy > h1 + p,
.mobile-story-hero .mobile-story-copy > h1 + p {
	max-width: 28rem;
	margin: 1.6rem 0 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: clamp(1.05rem, 1.35vw, 1.25rem);
	line-height: 1.55;
}

.desktop-hero-copy > p.conversion-note,
.mobile-story-hero .mobile-story-copy > p.conversion-note {
	max-width: none;
	margin: 1rem 0 0;
	color: rgba(255, 255, 255, 0.48);
	font-size: 0.78rem;
	line-height: 1.45;
	letter-spacing: 0.01em;
}

.journey-actions-close {
	justify-content: center;
	margin-top: 2rem;
}

.desktop-story-close > small,
.mobile-story-close > small {
	margin-top: 1.2rem;
	color: rgba(255, 255, 255, 0.4);
	font-size: 0.72rem;
	font-weight: 450;
	letter-spacing: 0.04em;
}

.desktop-story-close {
	min-height: 650px;
}

.library-conversion,
.shared-route-conversion {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 3rem;
	margin-top: clamp(4rem, 7vw, 7rem);
	padding: clamp(2rem, 4vw, 3.5rem) 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.library-conversion h2,
.shared-route-conversion h2,
.guide-conversion h2 {
	max-width: 13ch;
	margin: 0.5rem 0 0;
	font-size: clamp(2.2rem, 4vw, 4.6rem);
	font-weight: 570;
	letter-spacing: -0.055em;
	line-height: 0.98;
}

.library-conversion > div > p:last-child,
.guide-conversion > p:not(.section-label) {
	max-width: 34rem;
	margin: 1rem 0 0;
	color: rgba(255, 255, 255, 0.58);
	line-height: 1.6;
}

.library-conversion .conversion-action,
.shared-route-conversion .conversion-action {
	min-width: 14rem;
}

.guide-conversion {
	margin-top: 0;
	padding: clamp(3rem, 6vw, 5rem) !important;
	border: 1px solid rgba(217, 255, 30, 0.16) !important;
	background: linear-gradient(120deg, rgba(217, 255, 30, 0.045), transparent 48%), rgba(3, 11, 8, 0.74);
}

.guide-conversion .conversion-action {
	margin-top: 2rem;
}

.route-handoff-get {
	margin: 1.2rem 0 0 !important;
	color: rgba(255, 255, 255, 0.48);
	font-size: 0.82rem;
	text-align: center;
}

.route-handoff-get a {
	color: #d9ff1e;
	text-underline-offset: 0.25rem;
}

/* Dedicated prerelease destination at get.beacen.app. */

.get-page {
	min-height: 100svh;
	overflow-x: hidden;
	background: #020706;
	color: #fff;
}

.get-page .concept-header {
	position: absolute;
	z-index: 20;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(180deg, rgba(1, 6, 5, 0.86), rgba(1, 6, 5, 0.06));
}

.get-hero {
	position: relative;
	min-height: 54rem;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(1, 6, 5, 0.76), rgba(1, 6, 5, 0.18) 62%, rgba(1, 6, 5, 0.5)),
		linear-gradient(180deg, transparent 58%, #020706),
		url("/beacen-journey-terrain-v2.jpg") center top / cover no-repeat;
}

.get-hero::after {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(circle at 70% 42%, rgba(194, 217, 70, 0.09), transparent 24rem);
	content: "";
}

.get-hero-inner {
	position: relative;
	z-index: 1;
	display: grid;
	min-height: 54rem;
	grid-template-columns: minmax(28rem, 0.9fr) minmax(30rem, 1.1fr);
	align-items: center;
	gap: 4rem;
	padding-top: 6rem;
}

.get-copy {
	padding-left: clamp(1rem, 4vw, 4rem);
}

.get-copy h1 {
	margin: 1.15rem 0 0;
	font-size: clamp(4.5rem, 6.2vw, 7rem);
	font-weight: 570;
	letter-spacing: -0.06em;
	line-height: 0.93;
}

.get-copy h1 em {
	color: #c2e600;
	font-style: normal;
}

.get-intro {
	max-width: 34rem;
	margin: 2rem 0 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: clamp(1.05rem, 1.45vw, 1.3rem);
	line-height: 1.65;
}

.get-status {
	display: flex;
	max-width: 31rem;
	align-items: flex-start;
	gap: 1rem;
	margin-top: 2rem;
	padding: 1rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.get-status > span {
	width: 0.55rem;
	height: 0.55rem;
	flex: 0 0 auto;
	margin-top: 0.35rem;
	border-radius: 50%;
	background: #c2d946;
	box-shadow: 0 0 18px rgba(194, 217, 70, 0.65);
}

.get-status strong {
	display: block;
	font-size: 0.88rem;
}

.get-status p {
	margin: 0.25rem 0 0;
	color: rgba(255, 255, 255, 0.48);
	font-size: 0.82rem;
}

.get-actions {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	margin-top: 2rem;
}

.get-device-cluster {
	position: relative;
	height: 40rem;
}

.get-phone {
	position: absolute;
	top: 1rem;
	right: 8%;
	width: 18rem;
	aspect-ratio: 0.49;
	padding: 0.58rem;
	border: 1px solid #626b68;
	border-radius: 3.8rem;
	background: linear-gradient(112deg, #777e7b 0%, #252a28 7%, #090b0b 17%, #050606 75%, #4a504e 94%, #171a19 100%);
	box-shadow: 0 3rem 7rem rgba(0, 0, 0, 0.72), inset 0 0 0 3px #050706;
	transform: rotate(2deg);
}

.get-phone > div {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 2px solid #060706;
	border-radius: 3.25rem;
	background: #000;
}

.get-phone img,
.get-watch img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.get-phone > span {
	position: absolute;
	top: 1.1rem;
	left: 50%;
	width: 7rem;
	height: 1.7rem;
	border-radius: 999px;
	background: #000;
	transform: translateX(-50%);
}

.get-watch {
	position: absolute;
	z-index: 2;
	top: 11rem;
	right: 42%;
	width: 14rem;
	height: 27rem;
}

.get-watch > i {
	position: absolute;
	top: 0;
	left: 50%;
	width: 8rem;
	height: 100%;
	border: 1px solid #2e3933;
	border-radius: 3rem;
	background: linear-gradient(90deg, #080c0a, #26332b 50%, #080c0a);
	transform: translateX(-50%);
}

.get-watch > div {
	position: absolute;
	top: 6.5rem;
	width: 100%;
	aspect-ratio: 0.86;
	overflow: hidden;
	padding: 0.45rem;
	border: 1px solid #646b68;
	border-radius: 3.5rem;
	background: linear-gradient(130deg, #666d69, #050706 13%, #020403 78%, #565d59);
	box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.72), inset 0 0 0 2px #020403;
}

.get-watch img {
	border-radius: 2.9rem;
}

.get-principles {
	padding: 0 0 clamp(5rem, 9vw, 9rem);
}

.get-principles .concept-shell {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.get-principles .concept-shell > div {
	min-height: 15rem;
	padding: 2rem;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.get-principles .concept-shell > div:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.get-principles span {
	color: #c2d946;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.get-principles strong {
	display: block;
	margin-top: 3.5rem;
	font-size: 1.12rem;
}

.get-principles p {
	margin: 0.7rem 0 0;
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.9rem;
	line-height: 1.6;
}

@media (max-width: 820px) {
	.concept-header .concept-primary-nav {
		display: none;
	}

	.concept-header .concept-get-link {
		min-height: 2.45rem;
		margin-left: auto;
		gap: 0.7rem;
		padding: 0.5rem 0.75rem 0.5rem 0.85rem;
		font-size: 0.74rem;
	}

	.concept-mobile-menu {
		position: relative;
		display: block;
		margin-left: 0.75rem;
	}

	.concept-mobile-menu summary {
		display: grid;
		width: 2.7rem;
		height: 2.7rem;
		cursor: pointer;
		list-style: none;
		place-items: center;
	}

	.concept-mobile-menu summary::-webkit-details-marker {
		display: none;
	}

	.concept-mobile-menu summary > span {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
	}

	.concept-mobile-menu summary i,
	.concept-mobile-menu summary i::before,
	.concept-mobile-menu summary i::after {
		display: block;
		width: 1.45rem;
		height: 1px;
		background: #fff;
		content: "";
		transition: transform 180ms ease;
	}

	.concept-mobile-menu summary i::before {
		transform: translateY(-0.42rem);
	}

	.concept-mobile-menu summary i::after {
		transform: translateY(0.36rem);
	}

	.concept-mobile-menu[open] summary i {
		background: transparent;
	}

	.concept-mobile-menu[open] summary i::before {
		transform: translateY(0) rotate(45deg);
	}

	.concept-mobile-menu[open] summary i::after {
		transform: translateY(-1px) rotate(-45deg);
	}

	.concept-header .concept-mobile-menu nav {
		position: absolute;
		top: calc(100% + 0.7rem);
		right: 0;
		display: grid;
		width: min(17rem, calc(100vw - 1.5rem));
		margin: 0;
		gap: 0;
		padding: 0.5rem;
		border: 1px solid rgba(255, 255, 255, 0.14);
		background: rgba(2, 8, 6, 0.96);
		box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.5);
		backdrop-filter: blur(20px);
	}

	.concept-header .concept-mobile-menu nav a {
		padding: 0.9rem 1rem;
		font-size: 0.9rem;
	}

	.journey-actions {
		align-items: stretch;
		flex-direction: column;
		gap: 1rem;
	}

	.journey-actions .conversion-action {
		width: 100%;
		max-width: 18rem;
	}

	.mobile-story-hero {
		min-height: 930px;
	}

	.mobile-device-pair {
		top: 31rem;
	}

	.mobile-story-close {
		min-height: 570px;
	}

	.mobile-story-close .journey-actions {
		width: 100%;
		align-items: center;
	}

	.library-conversion,
	.shared-route-conversion {
		align-items: stretch;
		flex-direction: column;
		gap: 2rem;
		padding: 2.5rem 0;
	}

	.library-conversion .conversion-action,
	.shared-route-conversion .conversion-action {
		width: 100%;
		min-width: 0;
	}

	.shared-route-conversion {
		margin-inline: 1.25rem;
	}

	.get-hero,
	.get-hero-inner {
		min-height: 68rem;
	}

	.get-hero-inner {
		grid-template-columns: 1fr;
		align-content: start;
		gap: 1rem;
		padding-top: 8.5rem;
	}

	.get-copy {
		padding-inline: 0;
	}

	.get-copy h1 {
		font-size: clamp(3.7rem, 14vw, 5rem);
	}

	.get-device-cluster {
		height: 35rem;
	}

	.get-phone {
		right: 4%;
		width: 14rem;
	}

	.get-watch {
		top: 9rem;
		right: 47%;
		width: 10.5rem;
		height: 22rem;
	}

	.get-watch > div {
		top: 5.2rem;
		border-radius: 2.7rem;
	}

	.get-watch > i {
		width: 6rem;
	}

	.get-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.get-actions .conversion-action {
		width: 100%;
	}

	.get-principles .concept-shell {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 520px) {
	.concept-header .concept-get-link {
		padding-inline: 0.7rem;
	}

	.get-principles .concept-shell {
		grid-template-columns: 1fr;
	}

	.get-principles .concept-shell > div {
		min-height: 11rem;
		border-right: 1px solid rgba(255, 255, 255, 0.1);
	}

	.get-principles strong {
		margin-top: 2rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.conversion-action,
	.concept-get-link,
	.conversion-action span,
	.concept-get-link span,
	.concept-mobile-menu summary i,
	.concept-mobile-menu summary i::before,
	.concept-mobile-menu summary i::after {
		transition: none;
	}
}

/* Homepage Library — an open editorial trail index, never a card strip. */

.concept-home .home-stage-choose {
	overflow: hidden;
	padding: clamp(8rem, 12vw, 12rem) 0 clamp(7rem, 10vw, 10rem);
	background:
		radial-gradient(ellipse at 53% 48%, rgba(194, 217, 70, 0.045), transparent 34rem),
		linear-gradient(180deg, rgba(1, 5, 4, 0.25), rgba(1, 5, 4, 0.57) 58%, rgba(1, 5, 4, 0.28));
}

.home-trail-index-heading {
	display: block;
	margin-bottom: clamp(2.5rem, 4vw, 4.5rem);
}

.home-trail-index-heading .home-label {
	margin: 0;
}

.home-trail-index-heading h2 {
	max-width: 55rem;
	font-size: clamp(4.2rem, 6.8vw, 7rem);
}

.concept-home .home-library-live.home-trail-index {
	position: relative;
	margin: 0;
}

.home-trail-index::before {
	position: absolute;
	z-index: 0;
	top: 5rem;
	right: 0;
	left: 0;
	height: 32rem;
	background:
		radial-gradient(ellipse at 47% 44%, rgba(2, 8, 6, 0.03), rgba(2, 8, 6, 0.34) 70%),
		linear-gradient(180deg, transparent, rgba(1, 5, 4, 0.16) 78%, transparent);
	content: "";
	pointer-events: none;
}

.home-trail-index-scroll {
	position: relative;
	z-index: 1;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-inline: contain;
	cursor: grab;
	scroll-padding-inline: max(2rem, calc((100vw - min(100vw - 4rem, 1480px)) / 2));
	scroll-snap-type: inline proximity;
	scrollbar-width: none;
	touch-action: pan-x pan-y;
}

.home-trail-index-scroll::-webkit-scrollbar {
	display: none;
}

.home-trail-index-scroll.is-dragging {
	cursor: grabbing;
	scroll-snap-type: none;
	user-select: none;
}

.home-trail-index-scroll.is-dragging a {
	pointer-events: none;
}

.home-trail-index-track {
	--route-geometry-height: 10rem;
	--trail-thread-top: 8.25rem;
	position: relative;
	display: flex;
	width: max-content;
	min-width: 100%;
	min-height: clamp(31.5rem, 33vw, 34rem);
	align-items: flex-start;
	gap: clamp(3.25rem, 5vw, 6rem);
	padding: 0 max(2rem, calc((100vw - min(100vw - 4rem, 1480px)) / 2)) 2.5rem;
}

.home-trail-index-track[data-route-count="1"],
.home-trail-index-track[data-route-count="2"],
.home-trail-index-track[data-route-count="3"] {
	width: 100%;
	justify-content: center;
}

.home-trail-thread {
	position: absolute;
	z-index: 0;
	top: var(--trail-thread-top);
	left: 0;
	width: 100%;
	height: 4.5rem;
	overflow: visible;
	pointer-events: none;
}

.home-trail-thread-glow,
.home-trail-thread-line {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
}

.home-trail-thread-glow {
	filter: blur(4px);
	opacity: 0.18;
	stroke: var(--acid);
	stroke-width: 6;
}

.home-trail-thread-line {
	opacity: 0.38;
	stroke: var(--acid);
	stroke-width: 1.1;
}

.home-trail-thread-end {
	fill: var(--acid);
	filter: drop-shadow(0 0 5px rgba(194, 217, 70, 0.7));
}

.home-trail-route {
	--route-width: clamp(14rem, 14.25vw, 15rem);
	position: relative;
	z-index: 1;
	display: block;
	width: var(--route-width);
	min-width: var(--route-width);
	color: #fff;
	scroll-snap-align: center;
	scroll-margin-inline: 1.5rem;
	text-decoration: none;
	transition: filter 360ms ease;
}

.home-trail-route-geometry {
	position: relative;
	height: var(--route-geometry-height);
	transform-origin: 50% 72%;
	transition: filter 360ms ease, transform 480ms cubic-bezier(0.22, 0.78, 0.25, 1);
}

.home-trail-route-geometry svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.home-trail-route-halo,
.home-trail-route-line {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
}

.home-trail-route-halo {
	filter: blur(5px);
	opacity: 0.46;
	stroke: var(--acid);
	stroke-width: 10;
}

.home-trail-route-line {
	opacity: 0.96;
	stroke: #dfff25;
	stroke-width: 3.1;
}

.home-trail-route-start {
	fill: var(--acid);
	stroke: #07100c;
	stroke-width: 3;
}

.home-trail-route-finish {
	fill: #07100c;
	stroke: var(--acid);
	stroke-width: 3.5;
}

.home-trail-waypoint {
	position: relative;
	display: block;
	width: 1px;
	height: 2.1rem;
	margin: 0 auto;
	background: linear-gradient(180deg, rgba(194, 217, 70, 0.88), rgba(194, 217, 70, 0.27));
	box-shadow: 0 0 7px rgba(194, 217, 70, 0.18);
}

.home-trail-waypoint::before,
.home-trail-waypoint::after {
	position: absolute;
	left: 50%;
	width: 0.48rem;
	height: 0.48rem;
	background: var(--acid);
	content: "";
	transform: translateX(-50%) rotate(45deg);
}

.home-trail-waypoint::before {
	top: -0.3rem;
}

.home-trail-waypoint::after {
	bottom: -0.25rem;
	opacity: 0.62;
	transform: translateX(-50%) rotate(45deg) scale(0.7);
}

.home-trail-route-copy {
	position: relative;
	max-width: 100%;
	margin-top: 1.35rem;
	padding-inline: 0.2rem;
}

.home-trail-route-copy > p {
	min-height: 1.05rem;
	margin: 0.58rem 0 0;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.56);
	font-size: 0.62rem;
	font-weight: 620;
	letter-spacing: 0.035em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-trail-route-copy h3 {
	display: flex;
	height: 3.45rem;
	flex-direction: column;
	justify-content: flex-end;
	margin: 0;
	overflow: hidden;
	font-family: var(--font-display);
	font-size: clamp(1.45rem, 1.55vw, 1.75rem);
	font-weight: 560;
	letter-spacing: -0.045em;
	line-height: 0.96;
	overflow-wrap: anywhere;
}

.home-trail-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	min-height: 2.35rem;
	margin: 0.85rem 0 0;
}

.home-trail-metrics div {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.home-trail-metrics div + div {
	padding-left: 0.65rem;
	border-left: 1px solid rgba(255, 255, 255, 0.19);
}

.home-trail-metrics dd {
	order: 1;
	margin: 0;
	font-size: 0.69rem;
	font-weight: 650;
	line-height: 1.1;
	white-space: nowrap;
}

.home-trail-metrics dt {
	order: 2;
	margin-top: 0.32rem;
	color: rgba(255, 255, 255, 0.38);
	font-size: 0.47rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.home-trail-elevation {
	position: relative;
	height: 4.15rem;
	margin-top: 0.75rem;
	padding-bottom: 0.45rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.home-trail-elevation svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.home-trail-elevation-area {
	fill: rgba(194, 217, 70, 0.055);
}

.home-trail-elevation-line {
	fill: none;
	filter: drop-shadow(0 0 3px rgba(194, 217, 70, 0.28));
	stroke: var(--acid-bright);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.55;
	vector-effect: non-scaling-stroke;
}

.home-trail-elevation.is-unavailable {
	display: none;
}

.home-trail-route:hover .home-trail-route-geometry,
.home-trail-route:focus-visible .home-trail-route-geometry {
	filter: brightness(1.22) drop-shadow(0 0 13px rgba(194, 217, 70, 0.24));
	transform: translateY(-0.2rem) scale(1.035);
}

.home-trail-route:hover .home-trail-route-line,
.home-trail-route:focus-visible .home-trail-route-line {
	opacity: 1;
}

.home-trail-route:focus-visible {
	outline: 0;
}

.home-trail-route:focus-visible h3 {
	text-decoration: underline;
	text-decoration-color: var(--acid);
	text-decoration-thickness: 2px;
	text-underline-offset: 0.3rem;
}

.home-trail-index-loading {
	position: relative;
	z-index: 2;
	display: grid;
	width: min(32rem, 80vw);
	min-height: 18rem;
	align-content: center;
	gap: 0.6rem;
	margin-top: 4rem;
	color: #fff;
	text-decoration: none;
}

.home-trail-index-loading strong {
	font-family: var(--font-display);
	font-size: clamp(2rem, 4vw, 4rem);
	font-weight: 560;
	letter-spacing: -0.05em;
}

.home-trail-index-loading span {
	color: var(--acid);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.home-trail-index-foot {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	margin-top: -1rem;
}

.home-trail-index-foot p,
.home-trail-index-foot a {
	margin: 0;
	color: var(--acid-bright);
	font-size: 0.65rem;
	font-weight: 750;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
}

.home-trail-index-foot p {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.home-trail-index-foot p span {
	display: block;
	width: clamp(5rem, 12vw, 12rem);
	height: 1px;
	background: linear-gradient(90deg, rgba(194, 217, 70, 0.24), var(--acid));
}

.home-trail-index-foot a {
	display: flex;
	align-items: center;
	gap: 1.2rem;
	transition: gap 220ms ease, color 220ms ease;
}

.home-trail-index-foot a span {
	font-size: 1.35rem;
	font-weight: 400;
}

.home-trail-index-foot a:hover,
.home-trail-index-foot a:focus-visible {
	gap: 1.65rem;
	color: #efff7a;
}

@media (max-width: 1100px) {
	.home-trail-index-track {
		min-height: 32.5rem;
		gap: 2.25rem;
	}

	.home-trail-route {
		--route-width: 16.5rem;
	}
}

@media (max-width: 820px) {
	.concept-home .home-stage-choose {
		padding: 7.5rem 0 7rem;
	}

	.home-trail-index-heading {
		margin-bottom: 2rem;
	}

	.home-trail-index-heading h2 {
		font-size: clamp(3.45rem, 12vw, 5.4rem);
	}

	.home-trail-index-scroll {
		scroll-padding-inline: 1.25rem;
	}

	.home-trail-index-track {
		--route-geometry-height: 10.5rem;
		--trail-thread-top: 8.75rem;
		min-height: 36rem;
		gap: 1.25rem;
		padding-inline: 1.25rem;
	}

	.home-trail-index-track[data-route-count="1"],
	.home-trail-index-track[data-route-count="2"],
	.home-trail-index-track[data-route-count="3"] {
		width: max-content;
		justify-content: flex-start;
	}

	.home-trail-route {
		--route-width: min(72vw, 20rem);
	}

	.home-trail-waypoint {
		height: 2.15rem;
	}

	.home-trail-thread {
		height: 4.75rem;
	}

	.home-trail-route-copy {
		margin-top: 1.3rem;
	}

	.home-trail-route-copy h3 {
		height: 4.25rem;
		font-size: clamp(1.75rem, 5vw, 2.15rem);
	}

	.home-trail-index-foot {
		margin-top: 0;
	}
}

@media (max-width: 560px) {
	.home-trail-index-heading h2 {
		font-size: clamp(3.25rem, 15vw, 4.7rem);
	}

	.home-trail-index-track {
		min-height: 36.5rem;
		gap: 1rem;
	}

	.home-trail-route {
		--route-width: min(82vw, 20rem);
	}

	.home-trail-route-copy h3 {
		font-size: clamp(1.85rem, 8vw, 2.2rem);
	}

	.home-trail-index-foot {
		align-items: flex-start;
		flex-direction: column;
		gap: 1.25rem;
	}

	.home-trail-index-foot a {
		align-self: flex-end;
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-trail-route,
	.home-trail-route-geometry,
	.home-trail-index-foot a {
		transition: none;
	}
}

/* Library Atlas — one continuous trail field, never a card grid. */

.library-page.interior-page {
	background: #010403;
}

.library-page.interior-page::before {
	background:
		linear-gradient(90deg, rgba(1, 5, 4, 0.52), transparent 42%, rgba(1, 5, 4, 0.24)),
		radial-gradient(circle at 72% 14%, rgba(194, 217, 70, 0.055), transparent 25rem);
}

.library-page.interior-page .library-browser-intro {
	display: grid;
	min-height: 27rem;
	align-items: center;
	padding: 8.4rem 0 3.8rem;
	border-bottom: 0;
	background:
		linear-gradient(90deg, rgba(1, 5, 4, 0.82), rgba(1, 5, 4, 0.1) 57%, rgba(1, 5, 4, 0.36)),
		linear-gradient(180deg, rgba(1, 5, 4, 0.02) 48%, #010403 100%),
		url("/beacen-journey-terrain-v2.jpg") center top / max(100%, 96rem) auto no-repeat;
}

.library-page.interior-page .library-browser-intro::before {
	display: none;
}

.library-page.interior-page .library-browser-intro::after {
	height: 9rem;
	background: linear-gradient(180deg, transparent, #010403);
}

.library-page .library-hero-route {
	position: absolute;
	z-index: 1;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
	pointer-events: none;
}

.library-page .library-hero-route path {
	fill: none;
	filter: drop-shadow(0 0 7px rgba(194, 217, 70, 0.42));
	opacity: 0.5;
	stroke: var(--acid);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.35;
	vector-effect: non-scaling-stroke;
}

.library-page .library-hero-route circle {
	fill: var(--acid-bright);
	filter: drop-shadow(0 0 6px rgba(217, 255, 30, 0.72));
}

.library-page .library-hero-route-mobile {
	display: none;
}

.library-page.interior-page .library-browser-heading {
	display: block;
	width: min(calc(100% - 4rem), 1480px);
	margin-inline: auto;
}

.library-page .library-browser-heading .interior-hero-title {
	max-width: 52rem;
}

.library-page .library-browser-intro .kicker {
	margin: 0 0 1rem;
	color: var(--acid);
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.library-page.interior-page .library-browser-intro h1 {
	max-width: none;
	margin: 0;
	font-size: clamp(3.55rem, 4.7vw, 4.85rem);
	font-weight: 590;
	letter-spacing: -0.068em;
	line-height: 0.94;
}

.library-page .library-browser-intro h1 em {
	color: var(--acid);
	font-style: normal;
}

.library-page .library-browser-heading .interior-hero-title > p:last-child {
	margin: 1rem 0 0;
	color: rgba(255, 255, 255, 0.66);
	font-size: clamp(1rem, 1.35vw, 1.2rem);
	line-height: 1.5;
}

.library-page.interior-page .library-collection {
	position: relative;
	isolation: isolate;
	padding: 0 0 clamp(6rem, 9vw, 10rem);
	background: #010403;
}

.library-page.interior-page .library-collection::before {
	z-index: -2;
	inset: 0 50%;
	width: 100vw;
	background:
		linear-gradient(180deg, rgba(1, 4, 3, 0.42), rgba(1, 4, 3, 0.78) 46rem, rgba(1, 4, 3, 0.9)),
		linear-gradient(90deg, rgba(1, 5, 4, 0.62), transparent 36%, rgba(1, 5, 4, 0.52)),
		url("/route-hero-topographic-v1.png") center top / 120rem auto repeat-y,
		#010403;
	content: "";
	transform: translateX(-50%);
}

.library-page .library-collection > .concept-shell {
	position: relative;
	z-index: 1;
}

.library-page .library-discovery-controls {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}

.library-page .library-discovery-controls::before {
	display: none;
}

.library-page .library-discovery-bar {
	display: block;
}

.library-page .library-discovery-primary {
	display: grid;
	grid-template-columns: minmax(18rem, 1fr) 11rem 11rem 12.5rem;
	min-height: 4.75rem;
	align-items: stretch;
	border-top: 1px solid rgba(255, 255, 255, 0.34);
	border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.library-page .library-discovery-primary > * {
	min-width: 0;
}

.library-page .library-discovery-primary > .library-discovery-search,
.library-page .library-discovery-primary > .library-near-me,
.library-page .library-discovery-primary > .library-refine-toggle,
.library-page .library-discovery-primary > .library-discovery-sort {
	grid-column: auto;
}

.library-page .library-discovery-primary > * + * {
	border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.library-page .library-discovery-search {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 0.85rem;
	padding: 0 1.6rem 0 0;
}

.library-page .library-discovery-search svg,
.library-page .library-refine-toggle svg {
	width: 1.35rem;
	height: 1.35rem;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.35;
}

.library-page .library-discovery-controls input,
.library-page .library-discovery-controls select,
.library-page .library-near-me,
.library-page .library-refine-toggle,
.library-page .library-clear-filters,
.library-page .library-refine-close,
.library-page .library-refine-apply {
	font-family: var(--font-text);
}

.library-page .library-discovery-search input {
	width: 100%;
	min-height: 4.65rem;
	padding: 0;
	color: rgba(255, 255, 255, 0.9);
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	font-size: 1rem;
	outline: none;
}

.library-page .library-discovery-search input::placeholder {
	color: rgba(255, 255, 255, 0.68);
}

.library-page .library-near-me,
.library-page .library-refine-toggle {
	display: flex;
	width: 100%;
	min-height: 4.65rem;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	padding: 0 1rem;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.74);
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
	transition: color 180ms ease, background 180ms ease;
}

.library-page .library-near-me::before {
	color: rgba(255, 255, 255, 0.88);
	content: "⌁";
	font-size: 1.15rem;
	line-height: 1;
	transform: rotate(-28deg);
}

.library-page .library-near-me:hover,
.library-page .library-refine-toggle:hover,
.library-page .library-near-me:focus-visible,
.library-page .library-refine-toggle:focus-visible,
.library-page .library-refine-toggle[aria-expanded="true"] {
	color: var(--acid-bright);
	background: rgba(194, 217, 70, 0.035);
}

.library-page .library-near-me[aria-pressed="true"] {
	color: var(--acid-bright);
	background: rgba(194, 217, 70, 0.06);
}

.library-page .library-near-me:disabled {
	cursor: wait;
	opacity: 0.5;
}

.library-page .library-refine-count {
	display: grid;
	min-width: 1.25rem;
	height: 1.25rem;
	margin-left: 0.1rem;
	color: #030604;
	border-radius: 50%;
	background: var(--acid);
	font-size: 0.65rem;
	font-weight: 800;
	place-items: center;
}

.library-page .library-refine-count[hidden] {
	display: none;
}

.library-page .library-discovery-sort {
	display: block;
}

.library-page .library-discovery-sort select {
	width: 100%;
	height: 100%;
	min-height: 4.65rem;
	padding: 0 2.8rem 0 1.8rem;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.74);
	border: 0;
	border-radius: 0;
	background-color: transparent;
	background-position: right 1.5rem center;
	box-shadow: none;
	font-size: 0.9rem;
	outline: none;
}

.library-page .library-discovery-search input:focus,
.library-page .library-discovery-sort select:focus {
	border: 0;
	background-color: rgba(194, 217, 70, 0.035);
	box-shadow: inset 0 -2px var(--acid);
}

.library-page .library-location-note {
	margin: 0.55rem 0 0;
	color: rgba(255, 255, 255, 0.54);
	font-size: 0.72rem;
	line-height: 1.45;
}

.library-page .library-near-me-sheet {
	display: none;
}

.library-page .library-location-note-sheet {
	display: none;
}

.library-page .library-refine-backdrop {
	display: none;
}

.library-page .library-refine-panel {
	position: relative;
	z-index: 3;
	margin: 0;
	padding: 2.2rem 2rem 1.6rem;
	border: 0;
	border-top: 2px solid var(--acid);
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(2, 7, 5, 0.97);
	box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.3);
}

.library-page .library-refine-panel[hidden],
.library-page .library-refine-backdrop[hidden] {
	display: none !important;
}

.library-page .library-refine-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 2rem;
}

.library-page .library-refine-heading p {
	margin: 0 0 0.35rem;
	color: var(--acid);
	font-size: 0.64rem;
	font-weight: 760;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.library-page .library-refine-heading h2 {
	margin: 0;
	font-family: var(--font-display);
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight: 560;
	letter-spacing: -0.055em;
	line-height: 0.95;
}

.library-page .library-refine-close {
	padding: 0.4rem 0;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.58);
	border: 0;
	border-bottom: 1px solid rgba(194, 217, 70, 0.36);
	border-radius: 0;
	background: transparent;
	font-size: 0.75rem;
}

.library-page .library-refine-fields {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	align-items: end;
	gap: 1.5rem;
}

.library-page .library-refine-fields .library-discovery-field,
.library-page .library-refine-fields .library-discovery-range,
.library-page .library-refine-fields .library-discovery-near {
	display: grid;
	grid-column: span 1;
	gap: 0.45rem;
}

.library-page .library-refine-fields .library-discovery-field > span,
.library-page .library-refine-fields .library-discovery-range legend,
.library-page .library-refine-fields .library-discovery-near legend {
	padding: 0;
	color: rgba(255, 255, 255, 0.48);
	font-size: 0.58rem;
	font-weight: 740;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.library-page .library-refine-fields select,
.library-page .library-refine-fields input,
.library-page .library-refine-fields .library-discovery-range-inputs {
	min-height: 2.8rem;
	color: rgba(255, 255, 255, 0.78);
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
	font-size: 0.82rem;
}

.library-page .library-refine-fields select {
	padding-left: 0;
}

.library-page .library-refine-fields input {
	padding-inline: 0.25rem;
}

.library-page .library-refine-fields input:focus,
.library-page .library-refine-fields select:focus,
.library-page .library-refine-fields .library-discovery-range-inputs:focus-within {
	border-color: var(--acid);
	background: rgba(194, 217, 70, 0.025);
	box-shadow: none;
}

.library-page .library-refine-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	margin-top: 2rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.library-page .library-clear-filters {
	width: auto;
	min-height: 2.4rem;
	padding: 0;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.56);
	border: 0;
	border-bottom: 1px solid rgba(194, 217, 70, 0.3);
	border-radius: 0;
	background: transparent;
	font-size: 0.74rem;
}

.library-page .library-refine-apply {
	position: relative;
	display: inline-flex;
	min-width: 13rem;
	min-height: 3rem;
	align-items: center;
	justify-content: space-between;
	gap: 1.4rem;
	padding: 0.7rem 1rem 0.7rem 1.2rem;
	cursor: pointer;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.52);
	border-radius: 0.2rem;
	background: transparent;
	font-size: 0.78rem;
}

.library-page .library-refine-apply::before {
	position: absolute;
	inset: 0 auto 0 0;
	width: 3px;
	background: var(--acid);
	box-shadow: 0 0 12px rgba(194, 217, 70, 0.36);
	content: "";
}

.library-page .library-refine-apply b {
	color: var(--acid-bright);
	font-size: 1rem;
	font-weight: 450;
}

.library-page .library-refine-apply-label {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
}

.library-page .library-results-summary {
	display: flex;
	min-height: 1.2rem;
	justify-content: flex-start;
	margin: 1rem 0 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.76rem;
	letter-spacing: 0.01em;
}

.library-page .library-state {
	margin: 2.5rem 0;
	padding: 0;
	color: rgba(255, 255, 255, 0.62);
	border: 0;
	border-radius: 0;
	background: transparent;
	font-size: 0.88rem;
}

.library-page .library-route-grid {
	--atlas-gap: clamp(2.5rem, 3.3vw, 4rem);
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	column-gap: var(--atlas-gap);
	row-gap: clamp(4.5rem, 6vw, 7rem);
	margin: 0;
	padding: clamp(1.2rem, 2vw, 2rem) 0 clamp(3rem, 5vw, 5rem);
}

.library-page .library-atlas-route {
	position: relative;
	z-index: 1;
	display: grid;
	width: calc((100% - (var(--atlas-gap) * 4)) / 5);
	min-width: 0;
	grid-template-rows: clamp(10rem, 13vw, 12rem) 3.1rem auto;
	color: #fff;
	text-decoration: none;
	transition: filter 300ms ease;
}

.library-page .library-card-map {
	position: relative;
	height: 100%;
	margin: 0;
	overflow: visible;
	border: 0;
	background: transparent;
	transform-origin: 50% 76%;
	transition: filter 360ms ease, transform 480ms cubic-bezier(0.22, 0.78, 0.25, 1);
}

.library-page .library-card-map::after {
	display: none;
}

.library-page .library-card-map svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.library-page .library-map-grid,
.library-page .library-map-contour {
	display: none;
}

.library-page .library-map-halo,
.library-page .library-map-route {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
}

.library-page .library-map-halo {
	filter: blur(5px);
	opacity: 0.42;
	stroke: var(--acid);
	stroke-width: 10;
}

.library-page .library-map-route {
	filter: drop-shadow(0 0 6px rgba(194, 217, 70, 0.42));
	opacity: 0.97;
	stroke: #dfff25;
	stroke-width: 3.1;
}

.library-page .library-map-start {
	fill: var(--acid);
	stroke: #07100c;
	stroke-width: 3;
	vector-effect: non-scaling-stroke;
}

.library-page .library-map-finish {
	fill: #07100c;
	stroke: var(--acid);
	stroke-width: 4;
	vector-effect: non-scaling-stroke;
}

.library-page .library-atlas-connection {
	position: relative;
	height: 3.1rem;
}

.library-page .library-atlas-connection svg {
	position: absolute;
	top: 0;
	left: calc(var(--atlas-gap) / -2);
	width: calc(100% + var(--atlas-gap));
	height: 2.75rem;
	overflow: visible;
	pointer-events: none;
}

.library-page .library-atlas-thread-halo,
.library-page .library-atlas-thread {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
}

.library-page .library-atlas-thread-halo {
	filter: blur(4px);
	opacity: 0.17;
	stroke: var(--acid);
	stroke-width: 6;
}

.library-page .library-atlas-thread {
	opacity: 0.42;
	stroke: var(--acid);
	stroke-width: 1.15;
}

.library-page .library-atlas-connection i {
	position: absolute;
	top: -0.9rem;
	left: 50%;
	width: 1px;
	height: 2.25rem;
	background: linear-gradient(180deg, var(--acid), rgba(194, 217, 70, 0.3));
	box-shadow: 0 0 7px rgba(194, 217, 70, 0.22);
	transform: translateX(-50%);
}

.library-page .library-atlas-connection i::before,
.library-page .library-atlas-connection b {
	position: absolute;
	left: 50%;
	width: 0.52rem;
	height: 0.52rem;
	background: var(--acid);
	content: "";
	transform: translateX(-50%) rotate(45deg);
}

.library-page .library-atlas-connection i::before {
	top: -0.25rem;
}

.library-page .library-atlas-connection b {
	top: 1.15rem;
	left: 50%;
	opacity: 0.7;
	transform: translateX(-50%) rotate(45deg) scale(0.72);
}

.library-page .library-card-copy {
	position: relative;
	display: block;
	min-height: 8.8rem;
	padding: 0 0.2rem;
}

.library-page .library-card-copy > p {
	min-height: 1rem;
	margin: 0 0 0.55rem;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.52);
	font-size: 0.56rem;
	font-weight: 650;
	letter-spacing: 0.075em;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.library-page .library-card-copy > .library-card-proximity {
	position: absolute;
	top: 0;
	right: 0.2rem;
	min-height: 0;
	margin: 0;
	color: rgba(217, 255, 30, 0.72);
	font-size: 0.55rem;
	letter-spacing: 0.03em;
	text-transform: none;
}

.library-page .library-card-copy h2 {
	display: flex;
	min-height: 3.65rem;
	align-items: flex-start;
	margin: 0;
	font-family: var(--font-display);
	font-size: clamp(1.35rem, 1.6vw, 1.7rem);
	font-weight: 560;
	letter-spacing: -0.048em;
	line-height: 0.98;
	overflow-wrap: anywhere;
}

.library-page .library-card-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0;
	margin: 0.7rem 0 0;
}

.library-page .library-card-stats div {
	position: relative;
	display: block;
	min-width: 0;
}

.library-page .library-card-stats div + div {
	margin-left: 0.65rem;
	padding-left: 0.8rem;
}

.library-page .library-card-stats div + div::before {
	position: absolute;
	top: 50%;
	left: 0;
	color: rgba(255, 255, 255, 0.36);
	content: "•";
	font-size: 0.68rem;
	transform: translateY(-52%);
}

.library-page .library-card-stats dt {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.library-page .library-card-stats dd {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 640;
	line-height: 1.2;
	white-space: nowrap;
}

.library-page .library-atlas-route:hover .library-card-map,
.library-page .library-atlas-route:focus-visible .library-card-map {
	filter: brightness(1.18) drop-shadow(0 0 14px rgba(194, 217, 70, 0.22));
	transform: translateY(-0.2rem) scale(1.035);
}

.library-page .library-atlas-route:hover .library-atlas-thread,
.library-page .library-atlas-route:focus-visible .library-atlas-thread {
	opacity: 0.78;
}

.library-page .library-atlas-route:focus-visible {
	outline: 0;
}

.library-page .library-atlas-route:focus-visible h2 {
	text-decoration: underline;
	text-decoration-color: var(--acid);
	text-decoration-thickness: 2px;
	text-underline-offset: 0.3rem;
}

.library-page .library-load-more-row {
	gap: clamp(1.5rem, 4vw, 4rem);
	margin-top: 1rem;
}

.library-page .library-load-more-row::before,
.library-page .library-load-more-row::after {
	width: min(25vw, 18rem);
	background: linear-gradient(90deg, transparent, rgba(194, 217, 70, 0.34));
}

.library-page .library-load-more-row::after {
	background: linear-gradient(90deg, rgba(194, 217, 70, 0.34), transparent);
}

.library-page .library-load-more {
	min-width: 0;
	padding: 0.6rem 0;
	color: var(--acid-bright);
	border: 0;
	border-bottom: 1px solid rgba(194, 217, 70, 0.42);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	font-size: 0.68rem;
	letter-spacing: 0.12em;
}

.library-page .library-load-more:hover {
	color: #efff7a;
	border-color: currentColor;
	background: transparent;
	box-shadow: none;
	transform: translateY(-1px);
}

.library-page .library-conversion {
	display: grid;
	min-height: 22rem;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 3rem;
	margin-top: clamp(6rem, 10vw, 11rem);
	padding: clamp(4rem, 7vw, 7rem) 0 0;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}

.library-page .library-conversion h2 {
	max-width: 44rem;
	font-size: clamp(3.25rem, 6vw, 6.5rem);
	letter-spacing: -0.065em;
	line-height: 0.9;
}

.library-page .library-conversion > div > p:last-child {
	max-width: 35rem;
	font-size: 1rem;
}

@media (max-width: 1360px) {
	.library-page .library-atlas-route {
		width: calc((100% - (var(--atlas-gap) * 3)) / 4);
	}
}

@media (max-width: 1100px) {
	.library-page .library-discovery-primary {
		grid-template-columns: minmax(14rem, 1fr) 9.5rem 9.5rem 11rem;
	}

	.library-page .library-refine-fields {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		row-gap: 1.8rem;
	}

	.library-page .library-atlas-route {
		width: calc((100% - (var(--atlas-gap) * 2)) / 3);
		grid-template-rows: 11rem 3.1rem auto;
	}
}

@media (max-width: 820px) {
	.library-page.interior-page .library-browser-intro {
		min-height: 31.5rem;
		padding: 7.5rem 0 5.8rem;
		background:
			linear-gradient(180deg, rgba(1, 5, 4, 0.12), rgba(1, 5, 4, 0.35) 62%, #010403),
			linear-gradient(90deg, rgba(1, 5, 4, 0.62), rgba(1, 5, 4, 0.08) 68%, rgba(1, 5, 4, 0.34)),
			url("/beacen-journey-terrain-v2.jpg") center top / 46rem auto no-repeat;
	}

	.library-page .library-hero-route-desktop {
		display: none;
	}

	.library-page .library-hero-route-mobile {
		display: block;
		top: auto;
		bottom: 0.8rem;
		height: 5.8rem;
	}

	.library-page.interior-page .library-browser-heading {
		width: min(calc(100% - 2.5rem), 1480px);
	}

	.library-page .library-browser-intro .kicker {
		font-size: 0.65rem;
	}

	.library-page.interior-page .library-browser-intro h1 {
		max-width: 22rem;
		font-size: clamp(3.25rem, 13.5vw, 5rem);
		line-height: 0.9;
	}

	.library-page .library-browser-heading .interior-hero-title > p:last-child {
		max-width: 25rem;
		font-size: 1rem;
	}

	.library-page .library-collection > .concept-shell {
		width: min(calc(100% - 2.5rem), 1480px);
	}

	.library-page.interior-page .library-collection::before {
		background:
			linear-gradient(180deg, rgba(1, 4, 3, 0.4), rgba(1, 4, 3, 0.82) 46rem, rgba(1, 4, 3, 0.92)),
			linear-gradient(90deg, rgba(1, 5, 4, 0.54), transparent 46%, rgba(1, 5, 4, 0.52)),
			url("/route-hero-topographic-v1.png") center top / 70rem auto repeat-y,
			#010403;
	}

	.library-page .library-discovery-primary {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.library-page .library-discovery-primary > .library-discovery-search {
		grid-column: 1 / -1;
		min-height: 4rem;
		padding: 0 0.15rem;
		border-bottom: 1px solid rgba(255, 255, 255, 0.22);
	}

	.library-page .library-discovery-search input {
		min-height: 4rem;
	}

	.library-page .library-discovery-primary > * + * {
		border-left: 1px solid rgba(255, 255, 255, 0.22);
	}

	.library-page .library-discovery-primary > .library-near-me {
		border-left: 0;
	}

	.library-page .library-near-me,
	.library-page .library-refine-toggle,
	.library-page .library-discovery-sort select {
		min-height: 3.7rem;
		padding-inline: 0.5rem;
		font-size: clamp(0.7rem, 2.9vw, 0.82rem);
	}

	.library-page .library-discovery-sort select {
		padding-right: 1.65rem;
		background-position: right 0.55rem center;
		background-size: 0.55rem auto;
	}

	.library-page .library-refine-toggle svg {
		width: 1rem;
		height: 1rem;
	}

	.library-page .library-refine-backdrop {
		position: fixed;
		z-index: 89;
		inset: 0;
		display: block;
		width: 100%;
		padding: 0;
		border: 0;
		background: rgba(0, 0, 0, 0.66);
	}

	.library-page .library-refine-panel {
		position: fixed;
		z-index: 90;
		right: 0;
		bottom: 0;
		left: 0;
		max-height: 84svh;
		margin: 0;
		overflow-y: auto;
		padding: 1.75rem 1.25rem max(1.25rem, env(safe-area-inset-bottom));
		border-top: 2px solid var(--acid);
		border-bottom: 0;
		background: #020706;
		box-shadow: 0 -2rem 5rem rgba(0, 0, 0, 0.58);
	}

	.library-refine-open {
		overflow: hidden;
	}

	.library-page.library-refine-open .library-collection > .concept-shell {
		z-index: 100;
	}

	.library-page.library-refine-open .library-collection {
		z-index: 100;
	}

	.library-page .library-refine-heading {
		align-items: start;
		margin-bottom: 1.6rem;
	}

	.library-page .library-refine-heading h2 {
		font-size: 2.45rem;
	}

	.library-page .library-refine-fields {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.4rem 1rem;
	}

	.library-page .library-refine-fields .library-discovery-distance,
	.library-page .library-refine-fields .library-discovery-elevation {
		grid-column: span 2;
	}

	.library-page .library-near-me-sheet {
		display: block;
		width: 100%;
		min-height: 2.8rem;
		padding: 0;
		cursor: pointer;
		color: rgba(255, 255, 255, 0.78);
		border: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.22);
		border-radius: 0;
		background: transparent;
		font-family: var(--font-text);
		font-size: 0.82rem;
		text-align: left;
	}

	.library-page .library-near-me-sheet[aria-pressed="true"] {
		color: var(--acid-bright);
	}

	.library-page .library-location-note-sheet {
		display: block;
		margin: 0.45rem 0 0;
		color: rgba(255, 255, 255, 0.52);
		font-size: 0.68rem;
		line-height: 1.4;
	}

	.library-page .library-location-note-sheet:empty {
		display: none;
	}

	.library-page .library-refine-actions {
		position: sticky;
		bottom: calc(-1 * max(1.25rem, env(safe-area-inset-bottom)));
		margin-inline: -1.25rem;
		padding: 1rem 1.25rem max(1.25rem, env(safe-area-inset-bottom));
		background: #020706;
	}

	.library-page .library-refine-apply {
		min-width: 11.5rem;
	}

	.library-page .library-results-summary {
		margin-top: 1.2rem;
		color: var(--acid-bright);
		font-size: 0.78rem;
	}

	.library-page .library-route-grid {
		--atlas-gap: 0px;
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		justify-items: center;
		row-gap: clamp(4.5rem, 15vw, 6.5rem);
		padding-top: 2.2rem;
	}

	.library-page .library-atlas-route {
		width: min(100%, 25rem);
		grid-template-rows: 14rem 3.4rem auto;
	}

	.library-page .library-card-map,
	.library-page .library-card-copy {
		width: min(100%, 22rem);
		margin-inline: auto;
	}

	.library-page .library-atlas-connection svg {
		left: 50%;
		width: 100vw;
		transform: translateX(-50%);
	}

	.library-page .library-card-copy {
		min-height: 9.5rem;
		padding: 0;
	}

	.library-page .library-card-copy h2 {
		min-height: 3.8rem;
		font-size: clamp(1.75rem, 7vw, 2.15rem);
	}

	.library-page .library-card-copy > p {
		font-size: 0.62rem;
	}

	.library-page .library-card-stats dd {
		font-size: 0.82rem;
	}

	.library-page .library-conversion {
		min-height: 28rem;
		grid-template-columns: 1fr;
		align-content: end;
		gap: 2rem;
	}

	.library-page .library-conversion .conversion-action {
		width: min(100%, 20rem);
	}
}

@media (max-width: 480px) {
	.library-page .library-refine-fields {
		grid-template-columns: 1fr;
	}

	.library-page .library-refine-fields .library-discovery-distance,
	.library-page .library-refine-fields .library-discovery-elevation {
		grid-column: 1;
	}

	.library-page .library-refine-actions {
		align-items: stretch;
		flex-direction: column-reverse;
		gap: 1rem;
	}

	.library-page .library-refine-apply {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.library-page .library-atlas-route,
	.library-page .library-card-map,
	.library-page .library-near-me,
	.library-page .library-refine-toggle {
		transition: none;
	}
}
