/* Get V3 — conversion field issue. The shared V3 chrome is inherited from styles.css. */

.get-v3-page {
	--get-v3-paper: #f3f0e7;
	--get-v3-paper-bright: #fffdf8;
	--get-v3-forest: #17372d;
	--get-v3-forest-deep: #07130f;
	--get-v3-acid: #d7f05a;
	--get-v3-muted: #6c7582;
	--get-v3-keyline: rgba(23, 55, 45, 0.18);
	--get-v3-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
	--get-v3-sans: Arial, Helvetica, sans-serif;
	--get-v3-mono: ui-monospace, "SFMono-Regular", Consolas, monospace;
	--home-v3-paper: var(--get-v3-paper);
	--home-v3-paper-bright: var(--get-v3-paper-bright);
	--home-v3-forest: var(--get-v3-forest);
	--home-v3-acid: var(--get-v3-acid);
	--home-v3-muted: var(--get-v3-muted);
	--home-v3-keyline: var(--get-v3-keyline);
	--home-v3-serif: var(--get-v3-serif);
	--home-v3-sans: var(--get-v3-sans);
	--home-v3-mono: var(--get-v3-mono);
	min-width: 320px;
	margin: 0;
	overflow-x: clip;
	background:
		radial-gradient(ellipse at 7% 29%, transparent 0 28%, rgba(23, 55, 45, 0.03) 28.1% 28.3%, transparent 28.4% 36%, rgba(23, 55, 45, 0.022) 36.1% 36.3%, transparent 36.4%),
		radial-gradient(ellipse at 93% 67%, transparent 0 31%, rgba(23, 55, 45, 0.028) 31.1% 31.3%, transparent 31.4% 40%, rgba(23, 55, 45, 0.02) 40.1% 40.3%, transparent 40.4%),
		var(--get-v3-paper);
	color: var(--get-v3-forest);
	font-family: var(--get-v3-sans);
	font-weight: 400;
}

.get-v3-page *,
.get-v3-page *::before,
.get-v3-page *::after {
	box-sizing: border-box;
}

.get-v3-page [hidden] {
	display: none !important;
}

.get-v3-announcement {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.get-v3-page button,
.get-v3-page a {
	font: inherit;
}

.get-v3-page button {
	cursor: pointer;
}

.get-v3-page a:focus-visible,
.get-v3-page button:focus-visible {
	outline: 3px solid var(--get-v3-acid);
	outline-offset: 4px;
}

.get-v3-header {
	position: relative;
	z-index: 30;
	display: grid;
	width: calc(100% - 34px);
	min-height: 62px;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 24px;
	margin-inline: auto;
	border-bottom: 1px solid var(--get-v3-keyline);
}

.get-v3-header .home-v3-wordmark {
	color: var(--get-v3-forest);
	font-family: var(--get-v3-serif);
	font-size: 29px;
	line-height: 1;
	text-decoration: none;
}

.get-v3-header .home-v3-header-actions {
	display: flex;
	align-items: center;
	gap: 20px;
}

.get-v3-header .home-v3-library-link {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	border-bottom-color: transparent;
	color: var(--get-v3-forest);
	font-family: var(--get-v3-mono);
	font-size: 9px;
	font-weight: 500;
	letter-spacing: 0.09em;
	text-decoration: none;
	text-transform: uppercase;
}

.get-v3-header .home-v3-get {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 0.25em;
	padding: 0 14px;
	background: var(--get-v3-acid);
	color: var(--get-v3-forest);
	font-family: var(--get-v3-mono);
	font-size: 9px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.get-v3-hero {
	position: relative;
	display: grid;
	min-height: clamp(700px, 54vw, 820px);
	grid-template-columns: minmax(0, 43%) minmax(0, 57%);
	align-items: stretch;
	overflow: hidden;
	border-bottom: 1px solid var(--get-v3-forest);
}

.get-v3-field-lines {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.get-v3-field-lines path {
	fill: none;
	stroke: rgba(23, 55, 45, 0.055);
	stroke-width: 1.5;
	vector-effect: non-scaling-stroke;
}

.get-v3-hero-copy {
	position: relative;
	z-index: 3;
	display: flex;
	min-width: 0;
	justify-content: center;
	flex-direction: column;
	padding: 60px 20px 54px 34px;
}

[data-platform-copy] {
	display: none;
}

.get-v3-page[data-device-context="neutral"] [data-platform-copy="neutral"],
.get-v3-page[data-device-context="desktop"] [data-platform-copy="neutral"],
.get-v3-page[data-device-context="ios"] [data-platform-copy="ios"],
.get-v3-page[data-device-context="android"] [data-platform-copy="android"] {
	display: block;
}

.get-v3-kicker,
.get-v3-proof,
.get-v3-platform-choice,
.get-v3-inventory,
.get-v3-manifest header p,
.get-v3-manifest-list article > p,
.get-v3-manifest-list article > b,
.get-v3-caveat,
.get-v3-handoff-copy > p,
.get-v3-annotation,
.get-v3-screen-index,
.get-v3-handoff-qr > span,
.get-v3-android-screen > span,
.get-v3-android-screen > strong,
.get-v3-wear-case span,
.get-v3-wear-case strong {
	font-family: var(--get-v3-mono);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.get-v3-kicker {
	margin: 0 0 28px;
	font-size: 10px;
}

.get-v3-hero h1 {
	margin: 0;
	color: var(--get-v3-forest);
	font-family: var(--get-v3-serif);
	font-size: clamp(58px, 7.4vw, 114px);
	font-weight: 400;
	letter-spacing: -0.07em;
	line-height: 0.82;
}

.get-v3-hero h1 span,
.get-v3-hero h1 em {
	display: block;
}

.get-v3-hero h1 em {
	margin-left: 0.72em;
	font-style: normal;
}

.get-v3-intro {
	max-width: 32ch;
	margin: 32px 0 0;
	font-family: var(--get-v3-serif);
	font-size: clamp(18px, 1.5vw, 24px);
	line-height: 1.18;
}

.get-v3-proof {
	display: grid;
	gap: 4px;
	margin: 24px 0 0;
	color: var(--get-v3-muted);
	font-size: 9px;
	line-height: 1.4;
}

.get-v3-conversion {
	margin-top: 32px;
}

.get-v3-primary-action {
	display: grid;
	width: min(100%, 320px);
	min-height: 62px;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 12px;
	padding: 0 17px;
	color: var(--get-v3-forest-deep);
	background: var(--get-v3-acid);
	text-align: left;
	text-decoration: none;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.get-v3-primary-action:hover {
	box-shadow: 0 14px 34px rgba(63, 80, 38, 0.18);
	transform: translateY(-2px);
}

.get-v3-primary-action span,
.get-v3-primary-action strong {
	font-family: var(--get-v3-mono);
	font-size: 9px;
	font-weight: 400;
	letter-spacing: 0.08em;
}

.get-v3-primary-action strong {
	font-size: 10px;
}

.get-v3-platform-choice {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 13px;
	font-size: 8px;
}

.get-v3-platform-choice > span {
	margin-right: 6px;
	color: var(--get-v3-muted);
}

.get-v3-platform-choice button {
	min-height: 38px;
	padding: 0 8px;
	border: 0;
	border-bottom: 1px solid transparent;
	color: var(--get-v3-forest);
	background: transparent;
	font-family: var(--get-v3-mono);
	font-size: 8px;
	letter-spacing: 0.08em;
}

.get-v3-platform-choice button[aria-pressed="true"] {
	border-bottom-color: var(--get-v3-acid);
}

.get-v3-specimen {
	position: relative;
	z-index: 2;
	min-width: 0;
	min-height: clamp(700px, 54vw, 820px);
	isolation: isolate;
}

.get-v3-terrain-breach {
	position: absolute;
	inset: 20px 8px 18px;
	width: calc(100% - 16px);
	height: calc(100% - 38px);
	overflow: visible;
}

.get-v3-device-cluster {
	position: absolute;
	z-index: 6;
	top: 20px;
	left: 50%;
	display: grid;
	width: clamp(380px, 34vw, 460px);
	height: calc(100% - 38px);
	grid-template-columns: auto auto;
	grid-template-rows: 100%;
	align-content: start;
	align-items: start;
	justify-content: center;
	pointer-events: none;
	transform: translateX(-50%);
}

.get-v3-iphone,
.get-v3-android {
	--get-v3-device-rotation: 0.6deg;
	position: relative;
	z-index: 6;
	grid-area: 1 / 2;
	align-self: center;
	width: clamp(220px, 20vw, 300px);
	aspect-ratio: 0.456;
	padding: 8px;
	border-radius: 44px;
	background: linear-gradient(128deg, #8d9490, #212724 8%, #030605 20% 80%, #646b67 94%);
	box-shadow: inset 0 0 0 2px #020403, 0 34px 48px rgba(0, 0, 0, 0.48);
	transform: rotate(var(--get-v3-device-rotation));
	transform-origin: 50% 70%;
}

.get-v3-iphone::before {
	position: absolute;
	z-index: 20;
	top: 15px;
	left: 50%;
	width: 33%;
	height: 24px;
	border: 1px solid #141a17;
	border-radius: 999px;
	background: #010302;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.04);
	content: "";
	transform: translateX(-50%);
}

.get-v3-capture {
	position: absolute;
	inset: 8px;
	display: none;
	overflow: hidden;
	border: 1px solid #020403;
	border-radius: 36px;
	background:
		radial-gradient(circle at 28% 20%, rgba(77, 112, 94, 0.4), transparent 35%),
		linear-gradient(155deg, #11241b, #06100c 62%, #030806);
}

.get-v3-placeholder-map {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.get-v3-placeholder-map g path {
	fill: none;
	stroke: #879a90;
	stroke-opacity: 0.28;
	stroke-width: 1.2;
}

.get-v3-placeholder-route,
.get-v3-placeholder-route-glow,
.get-v3-placeholder-route-muted,
.get-v3-placeholder-rejoin {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.get-v3-placeholder-route {
	stroke: var(--get-v3-acid);
	stroke-width: 3.5;
}

.get-v3-placeholder-route-glow {
	stroke: var(--get-v3-acid);
	stroke-opacity: 0.15;
	stroke-width: 16;
}

.get-v3-placeholder-route-muted {
	stroke: rgba(255, 253, 248, 0.42);
	stroke-dasharray: 7 7;
	stroke-width: 2.2;
}

.get-v3-placeholder-rejoin {
	stroke: var(--get-v3-acid);
	stroke-dasharray: 5 5;
	stroke-width: 3.5;
}

.get-v3-placeholder-map circle {
	fill: var(--get-v3-acid);
	stroke: var(--get-v3-forest-deep);
	stroke-width: 2;
}

.get-v3-placeholder-map .get-v3-placeholder-position {
	fill: var(--get-v3-paper-bright);
	stroke: var(--get-v3-acid);
	stroke-width: 3;
}

.get-v3-placeholder-eyebrow,
.get-v3-placeholder-caption {
	position: absolute;
	z-index: 4;
	left: 20px;
	font-family: var(--get-v3-mono);
	font-size: 6px;
	letter-spacing: 0.14em;
}

.get-v3-placeholder-eyebrow {
	top: 48px;
	color: var(--get-v3-acid);
}

.get-v3-placeholder-caption {
	right: 20px;
	bottom: 13px;
	color: rgba(255, 253, 248, 0.44);
	text-align: center;
}

.get-v3-placeholder-card {
	position: absolute;
	z-index: 4;
	right: 15px;
	bottom: 245px;
	left: 15px;
	display: grid;
	gap: 4px;
	padding: 13px 14px 14px;
	border: 1px solid rgba(255, 253, 248, 0.44);
	color: var(--get-v3-forest-deep);
	background: rgba(255, 253, 248, 0.92);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
	backdrop-filter: blur(8px);
}

.get-v3-placeholder-card small,
.get-v3-placeholder-card span {
	font-family: var(--get-v3-mono);
	font-size: 6px;
	letter-spacing: 0.09em;
}

.get-v3-placeholder-card small {
	color: #4b5e55;
}

.get-v3-placeholder-card strong {
	font-family: var(--get-v3-serif);
	font-size: clamp(20px, 1.65vw, 25px);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 0.94;
}

.get-v3-placeholder-card-turn strong,
.get-v3-placeholder-card-alert strong {
	font-size: clamp(30px, 2.4vw, 38px);
}

.get-v3-placeholder-card-alert {
	border-color: rgba(215, 240, 90, 0.62);
}

.get-v3-page[data-screen="bring"] .get-v3-capture-bring,
.get-v3-page[data-screen="follow"] .get-v3-capture-follow,
.get-v3-page[data-screen="recover"] .get-v3-capture-recover {
	display: block;
}

.get-v3-android {
	--get-v3-device-rotation: -0.6deg;
	display: none;
	border-radius: 38px;
}

.get-v3-android-screen {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 2px solid #020403;
	border-radius: 30px;
	background: #07130f;
}

.get-v3-android-screen::before {
	position: absolute;
	z-index: 2;
	top: 12px;
	left: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #010302;
	box-shadow: inset 0 0 0 2px #18251f;
	content: "";
	transform: translateX(-50%);
}

.get-v3-android-screen > span {
	position: absolute;
	z-index: 3;
	top: 34px;
	left: 22px;
	color: var(--get-v3-acid);
	font-size: 7px;
}

.get-v3-android-screen > svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.get-v3-android-contours path {
	fill: none;
	stroke: #6a8077;
	stroke-opacity: 0.32;
	stroke-width: 1.2;
}

.get-v3-android-route,
.get-v3-android-route-glow {
	fill: none;
	stroke: var(--get-v3-acid);
	stroke-linecap: round;
}

.get-v3-android-route {
	stroke-width: 3;
}

.get-v3-android-route-glow {
	stroke-width: 14;
	stroke-opacity: 0.14;
}

.get-v3-android-screen circle {
	fill: var(--get-v3-acid);
	stroke: var(--get-v3-forest-deep);
	stroke-width: 2;
}

.get-v3-android-screen > strong {
	position: absolute;
	right: 20px;
	bottom: 26px;
	left: 20px;
	color: var(--get-v3-paper-bright);
	font-size: 10px;
	font-weight: 400;
	line-height: 1.45;
}

.get-v3-page[data-product-platform="android"] .get-v3-iphone,
.get-v3-page[data-product-platform="android"] .get-v3-watch {
	display: none;
}

.get-v3-page[data-product-platform="android"] .get-v3-android,
.get-v3-page[data-product-platform="android"] .get-v3-wear {
	display: block;
}

.get-v3-page[data-product-platform="android"] .get-v3-screen-index,
.get-v3-page[data-product-platform="ios"] .get-v3-wear {
	display: none;
}

.get-v3-watch,
.get-v3-wear {
	--get-v3-companion-rotation: 0deg;
	--get-v3-companion-scale: 1;
	position: relative;
	z-index: 8;
	grid-area: 1 / 1;
	align-self: center;
	width: 150px;
	height: 286px;
	margin-right: -16px;
	filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.45));
	transform: scale(var(--get-v3-companion-scale)) rotate(var(--get-v3-companion-rotation));
	transform-origin: 100% 50%;
}

.get-v3-watch-case {
	position: absolute;
	z-index: 3;
	top: 68px;
	left: 50%;
	width: 126px;
	height: 148px;
	padding: 5px;
	border-radius: 39px;
	background:
		linear-gradient(145deg, #a3aaa6 0%, #424946 9%, #111513 22%, #050706 69%, #555d59 91%, #a5aca8 100%);
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.24),
		inset 0 0 0 4px rgba(0, 0, 0, 0.72),
		0 15px 34px rgba(0, 0, 0, 0.42);
	transform: translateX(-50%);
}

.get-v3-watch-crown,
.get-v3-watch-side-button,
.get-v3-watch-microphone {
	position: absolute;
	z-index: 1;
	display: block;
}

.get-v3-watch-crown {
	top: 34px;
	right: -10px;
	width: 12px;
	height: 28px;
	border: 1px solid rgba(185, 193, 188, 0.55);
	border-radius: 7px;
	background:
		repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.22) 0 1px, rgba(0, 0, 0, 0.18) 1px 3px),
		linear-gradient(90deg, #161b18, #79817c 48%, #171c19);
	box-shadow: inset 1px 0 2px rgba(255, 255, 255, 0.2), 2px 1px 5px rgba(0, 0, 0, 0.34);
}

.get-v3-watch-side-button {
	top: 80px;
	right: -6px;
	width: 6px;
	height: 27px;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(90deg, #0a0d0b, #59615d 75%, #242925);
	box-shadow: 1px 0 2px rgba(255, 255, 255, 0.13), 2px 2px 5px rgba(0, 0, 0, 0.26);
}

.get-v3-watch-microphone {
	top: 70px;
	right: -3px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #010302;
	box-shadow: 0 0 0 1px rgba(126, 136, 130, 0.38);
}

.get-v3-watch-screen {
	position: relative;
	z-index: 2;
	display: grid;
	width: 100%;
	height: 100%;
	place-content: center;
	overflow: hidden;
	padding: 12px;
	border: 1px solid rgba(157, 168, 162, 0.18);
	border-radius: 34px;
	color: var(--get-v3-paper-bright);
	background:
		radial-gradient(circle at 34% 15%, rgba(46, 81, 63, 0.31), transparent 45%),
		#010403;
	box-shadow: inset 0 0 0 1px #010302, inset 0 -8px 18px rgba(0, 0, 0, 0.36);
	text-align: center;
}

.get-v3-watch-screen::before {
	position: absolute;
	z-index: 0;
	inset: 0;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.14), transparent 20% 72%, rgba(255, 255, 255, 0.035)),
		radial-gradient(circle at 25% 8%, rgba(255, 255, 255, 0.08), transparent 34%);
	content: "";
	pointer-events: none;
}

.get-v3-watch-screen span,
.get-v3-watch-screen small,
.get-v3-watch-screen strong,
.get-v3-watch-screen svg {
	position: relative;
	z-index: 1;
}

.get-v3-watch-screen span,
.get-v3-watch-screen small {
	color: var(--get-v3-acid);
	font-family: var(--get-v3-mono);
	font-size: 6px;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.get-v3-watch-screen svg {
	width: 104px;
	height: 70px;
}

.get-v3-watch-screen path {
	fill: none;
	stroke: var(--get-v3-acid);
	stroke-linecap: round;
	stroke-width: 3;
}

.get-v3-watch-screen circle {
	fill: var(--get-v3-acid);
}

.get-v3-watch-screen strong {
	font-family: var(--get-v3-mono);
	font-size: 7px;
	font-weight: 400;
	letter-spacing: 0.08em;
}

.get-v3-watch-strap {
	position: absolute;
	z-index: 0;
	left: 50%;
	width: 58px;
	border: 1px solid rgba(89, 115, 102, 0.48);
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.1) 46%, transparent 62%),
		linear-gradient(90deg, #102019, #355044 48%, #263d34 63%, #0d1b15);
	box-shadow:
		inset 2px 0 3px rgba(255, 255, 255, 0.08),
		inset -3px 0 5px rgba(0, 0, 0, 0.25),
		0 6px 12px rgba(0, 0, 0, 0.16);
	transform: translateX(-50%);
}

.get-v3-watch-strap-top {
	top: 0;
	height: 76px;
	border-radius: 25px 25px 9px 9px;
}

.get-v3-watch-strap-bottom {
	top: 210px;
	height: 76px;
	border-radius: 9px 9px 25px 25px;
}

.get-v3-watch-strap-bottom::after {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 6px;
	height: 46px;
	background: radial-gradient(circle, rgba(2, 8, 5, 0.76) 0 2px, rgba(131, 153, 142, 0.22) 2px 2.6px, transparent 2.8px) center top / 6px 12px repeat-y;
	content: "";
	transform: translateX(-50%);
}

.get-v3-watch-connector {
	position: absolute;
	z-index: 1;
	left: 50%;
	width: 64px;
	height: 9px;
	border-radius: 6px;
	background: linear-gradient(90deg, #121714, #69716c 18%, #1c221f 48%, #737b76 82%, #121714);
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.18), 0 3px 5px rgba(0, 0, 0, 0.26);
	transform: translateX(-50%);
}

.get-v3-watch-connector-top {
	top: 63px;
}

.get-v3-watch-connector-bottom {
	top: 214px;
}

.get-v3-wear {
	--get-v3-companion-rotation: 0deg;
	display: none;
	width: 138px;
	height: 270px;
}

.get-v3-wear-strap {
	position: absolute;
	z-index: 0;
	left: 50%;
	width: 50px;
	border: 1px solid #42564c;
	background: linear-gradient(90deg, #090e0c, #2a3b32 50%, #080c0a);
	box-shadow: inset 7px 0 10px rgba(255, 255, 255, 0.05), inset -7px 0 10px rgba(0, 0, 0, 0.28);
	transform: translateX(-50%);
}

.get-v3-wear-strap-top {
	top: 0;
	height: 108px;
	border-radius: 20px 20px 8px 8px;
}

.get-v3-wear-strap-bottom {
	bottom: 0;
	height: 108px;
	border-radius: 8px 8px 20px 20px;
}

.get-v3-wear-case {
	position: absolute;
	z-index: 2;
	top: 66px;
	left: 0;
	width: 138px;
	height: 138px;
	padding: 8px;
	border-radius: 50%;
	background: linear-gradient(140deg, #7a807d, #141917 15% 83%, #505653);
	box-shadow: inset 0 0 0 1px #868c89;
}

.get-v3-wear-case > div {
	display: grid;
	width: 100%;
	height: 100%;
	place-content: center;
	overflow: hidden;
	padding: 12px;
	border-radius: 50%;
	color: var(--get-v3-paper-bright);
	background: #030706;
	text-align: center;
}

.get-v3-wear-case span {
	color: var(--get-v3-acid);
	font-size: 6px;
}

.get-v3-wear-case svg {
	width: 88px;
	height: 62px;
}

.get-v3-wear-case path {
	fill: none;
	stroke: var(--get-v3-acid);
	stroke-width: 3;
}

.get-v3-wear-case circle {
	fill: var(--get-v3-acid);
}

.get-v3-wear-case strong {
	font-size: 7px;
	font-weight: 400;
}

.get-v3-screen-index {
	position: absolute;
	z-index: 10;
	right: 4%;
	bottom: 4%;
	display: flex;
}

.get-v3-screen-index button {
	min-width: 76px;
	min-height: 42px;
	padding: 0;
	border: 0;
	border-top: 1px solid rgba(255, 253, 248, 0.28);
	color: rgba(255, 253, 248, 0.62);
	background: transparent;
	font-family: var(--get-v3-mono);
	font-size: 7px;
	letter-spacing: 0.08em;
	text-align: left;
}

.get-v3-screen-index button[aria-pressed="true"] {
	color: var(--get-v3-acid);
}

.get-v3-annotation {
	position: absolute;
	z-index: 9;
	width: 156px;
	margin: 0;
	padding: 11px 12px;
	border-left: 2px solid var(--get-v3-acid);
	color: var(--get-v3-paper-bright);
	background: rgba(4, 13, 9, 0.84);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(6px);
	font-size: 9px;
	line-height: 1.35;
}

.get-v3-annotation::before {
	display: none;
}

.get-v3-annotation strong,
.get-v3-annotation span {
	display: block;
}

.get-v3-annotation strong {
	margin-bottom: 3px;
	color: var(--get-v3-acid);
	font-weight: 400;
}

.get-v3-annotation span {
	opacity: 0.7;
}

.get-v3-annotation-one {
	top: 19%;
	left: max(9%, 64px);
}

.get-v3-annotation-three {
	bottom: 8%;
	left: max(9%, 64px);
}

.get-v3-inventory {
	display: flex;
	min-height: 58px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0;
	padding: 0 34px;
	overflow: hidden;
	border-bottom: 1px solid var(--get-v3-keyline);
	color: var(--get-v3-muted);
	font-size: 8px;
	white-space: nowrap;
}

.get-v3-inventory span::after {
	margin-left: 15px;
	color: var(--get-v3-acid);
	content: "·";
}

.get-v3-inventory span:last-child::after {
	content: "";
}

.get-v3-manifest {
	display: grid;
	grid-template-columns: minmax(270px, 36%) minmax(0, 64%);
	padding: clamp(82px, 8vw, 128px) 34px clamp(96px, 9vw, 148px);
}

.get-v3-manifest header {
	padding-right: 44px;
}

.get-v3-manifest header p {
	margin: 0 0 26px;
	font-size: 9px;
}

.get-v3-manifest h2 {
	margin: 0;
	font-family: var(--get-v3-serif);
	font-size: clamp(54px, 7vw, 102px);
	font-weight: 400;
	letter-spacing: -0.06em;
	line-height: 0.82;
}

.get-v3-manifest-list {
	position: relative;
	padding-top: 7px;
}

.get-v3-manifest-list::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	border-top: 1px solid var(--get-v3-forest);
	content: "";
}

.get-v3-manifest-list article {
	position: relative;
	display: grid;
	min-height: 150px;
	grid-template-columns: 62px minmax(0, 1fr) auto;
	align-items: start;
	gap: 16px;
	padding: 24px 0;
	border-bottom: 1px solid var(--get-v3-keyline);
	transition: transform 220ms ease;
}

.get-v3-manifest-list article:nth-child(even) {
	margin-left: clamp(28px, 6vw, 96px);
}

.get-v3-manifest-list article:nth-child(3) {
	margin-right: clamp(20px, 4vw, 64px);
}

.get-v3-manifest-list article::before {
	position: absolute;
	top: 33px;
	left: -1px;
	width: 32px;
	border-top: 1px solid var(--get-v3-acid);
	content: "";
	transform: translateX(-100%);
}

.get-v3-manifest-list article:hover {
	transform: translateX(5px);
}

.get-v3-manifest-list article > p,
.get-v3-manifest-list article > b {
	margin: 4px 0 0;
	font-size: 7px;
	font-weight: 400;
}

.get-v3-manifest-list article > b {
	color: var(--get-v3-muted);
	text-align: right;
}

.get-v3-manifest-list h3 {
	margin: 0;
	font-family: var(--get-v3-serif);
	font-size: clamp(31px, 3vw, 44px);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 0.9;
}

.get-v3-manifest-list article div span {
	display: block;
	max-width: 48ch;
	margin-top: 10px;
	color: var(--get-v3-muted);
	font-family: var(--get-v3-serif);
	font-size: clamp(14px, 1.2vw, 18px);
	line-height: 1.28;
}

.get-v3-caveat {
	grid-column: 2;
	margin: 20px 0 0;
	color: var(--get-v3-muted);
	font-size: 7px;
	line-height: 1.5;
}

.get-v3-handoff {
	display: grid;
	min-height: 510px;
	grid-template-areas:
		"copy qr"
		"actions actions";
	grid-template-columns: minmax(0, 1fr) minmax(178px, 218px);
	align-items: center;
	gap: clamp(34px, 4vw, 62px) clamp(28px, 5vw, 74px);
	padding: 64px 34px;
	color: var(--get-v3-paper-bright);
	background: var(--get-v3-forest-deep);
}

.get-v3-handoff-copy {
	grid-area: copy;
}

.get-v3-handoff-copy > p {
	margin: 0 0 28px;
	color: var(--get-v3-acid);
	font-size: 9px;
}

.get-v3-handoff h2 {
	margin: 0;
	font-family: var(--get-v3-serif);
	font-size: clamp(50px, 6.6vw, 96px);
	font-weight: 400;
	letter-spacing: -0.06em;
	line-height: 0.82;
}

[data-handoff-title="phone"] {
	display: none;
}

.get-v3-handoff-copy > span {
	display: none;
	max-width: 39ch;
	margin-top: 28px;
	color: rgba(255, 253, 248, 0.66);
	font-family: var(--get-v3-serif);
	font-size: clamp(14px, 1.25vw, 18px);
	line-height: 1.3;
}

.get-v3-page[data-device-context="neutral"] [data-handoff-copy="neutral"],
.get-v3-page[data-device-context="desktop"] [data-handoff-copy="neutral"],
.get-v3-page[data-device-context="ios"] [data-handoff-copy="ios"],
.get-v3-page[data-device-context="android"] [data-handoff-copy="android"] {
	display: block;
}

.get-v3-install-status {
	max-width: 42ch;
	margin: 20px 0 0 !important;
	padding-top: 13px;
	border-top: 1px solid rgba(215, 240, 90, 0.4);
	color: var(--get-v3-acid) !important;
	font-family: var(--get-v3-mono) !important;
	font-size: 8px !important;
	line-height: 1.55;
}

.get-v3-handoff-qr {
	grid-area: qr;
	display: grid;
	width: 100%;
	min-width: 0;
	max-width: 218px;
	justify-self: end;
	gap: 11px;
	padding: 13px;
	overflow: hidden;
	border: 1px solid rgba(255, 253, 248, 0.22);
}

.get-v3-handoff-qr > div {
	display: grid;
	width: 100%;
	min-width: 0;
	aspect-ratio: 1;
	place-items: center;
	overflow: hidden;
	background: var(--get-v3-paper-bright);
	color: var(--get-v3-forest-deep);
	font-family: var(--get-v3-mono);
	font-size: 8px;
	text-transform: uppercase;
}

.get-v3-handoff-qr svg {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.get-v3-handoff-qr > span {
	color: rgba(255, 253, 248, 0.64);
	font-size: 7px;
	text-align: center;
}

.get-v3-handoff-actions {
	grid-area: actions;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(10px, 1.5vw, 18px);
}

.get-v3-handoff-actions a {
	display: grid;
	min-height: 66px;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 10px;
	padding: 0 15px;
	border: 1px solid rgba(255, 253, 248, 0.24);
	color: var(--get-v3-paper-bright);
	background: transparent;
	text-align: left;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.get-v3-handoff-actions a:first-child,
.get-v3-handoff-actions a:hover {
	color: var(--get-v3-forest-deep);
	background: var(--get-v3-acid);
}

.get-v3-handoff-actions a:hover {
	transform: translateX(4px);
}

.get-v3-handoff-actions span,
.get-v3-handoff-actions strong {
	font-family: var(--get-v3-mono);
	font-size: 8px;
	font-weight: 400;
	letter-spacing: 0.07em;
}

.get-v3-footer {
	width: calc(100% - 68px);
}

.get-v3-footer .home-v3-footer-note,
.get-v3-footer .home-v3-footer-links a {
	color: var(--get-v3-muted);
	font-family: var(--get-v3-mono);
	font-size: 8px;
	letter-spacing: 0.07em;
	text-decoration: none;
	text-transform: uppercase;
}

.get-v3-footer .home-v3-footer-links a {
	color: var(--get-v3-forest);
	font-size: 9px;
}

@media (max-width: 1100px) {
	.get-v3-annotation {
		display: none;
	}
}

@media (max-width: 980px) {
	.get-v3-hero {
		grid-template-columns: minmax(0, 46%) minmax(0, 54%);
	}

	.get-v3-hero-copy {
		padding-left: 24px;
	}

	.get-v3-device-cluster {
		left: 50%;
		width: min(400px, 98%);
	}

	.get-v3-handoff {
		grid-template-columns: minmax(0, 1fr) 180px;
	}

	.get-v3-handoff-actions {
		grid-column: 1 / -1;
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 820px) {
	.get-v3-header {
		width: calc(100% - 28px);
		min-height: 58px;
	}

	.get-v3-header .home-v3-wordmark {
		font-size: 24px;
	}

	.get-v3-header .home-v3-header-actions {
		gap: 10px;
	}

	.get-v3-header .home-v3-get {
		padding-inline: 10px;
	}

	.get-v3-hero {
		display: block;
		min-height: 1120px;
	}

	.get-v3-hero-copy {
		min-height: 490px;
		padding: 52px 15px 34px;
	}

	.get-v3-hero h1 {
		font-size: clamp(52px, 14.5vw, 68px);
	}

	.get-v3-hero h1 em {
		margin: 4px 0 0 0.52em;
	}

	.get-v3-intro {
		max-width: 29ch;
		font-size: 18px;
	}

	.get-v3-proof {
		font-size: 8px;
	}

	.get-v3-primary-action {
		width: 100%;
	}

	.get-v3-page[data-device-context="ios"] .get-v3-platform-choice,
	.get-v3-page[data-device-context="android"] .get-v3-platform-choice {
		display: none;
	}

	.get-v3-specimen {
		min-height: 630px;
	}

	.get-v3-terrain-breach {
		inset: 7px 0 0;
		width: 100%;
		height: calc(100% - 7px);
	}

	.get-v3-device-cluster {
		top: 7px;
		left: 50%;
		width: min(calc(100% - 24px), 390px);
		height: calc(100% - 7px);
		transform: translateX(-50%);
	}

	.get-v3-iphone,
	.get-v3-android {
		width: min(58vw, 224px);
	}

	.get-v3-watch,
	.get-v3-wear {
		--get-v3-companion-scale: 0.82;
		margin-right: -12px;
		margin-left: -27px;
	}

	.get-v3-screen-index {
		right: 15px;
		bottom: 24px;
		left: 15px;
		justify-content: flex-end;
	}

	.get-v3-screen-index button {
		min-width: 76px;
		text-align: center;
	}

	.get-v3-annotation {
		display: none;
	}

	.get-v3-inventory {
		justify-content: flex-start;
		gap: 0;
		padding-inline: 15px;
	}

	.get-v3-inventory span:nth-child(n + 4) {
		display: none;
	}

	.get-v3-manifest {
		display: block;
		padding: 68px 15px 76px;
	}

	.get-v3-manifest header {
		padding: 0 0 44px;
	}

	.get-v3-manifest h2 {
		font-size: clamp(56px, 15.5vw, 72px);
	}

	.get-v3-manifest-list article {
		min-height: 0;
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 7px;
		margin-right: 0;
		margin-left: 0;
		padding: 22px 0 25px;
	}

	.get-v3-manifest-list article:nth-child(even) {
		margin-left: 18px;
	}

	.get-v3-manifest-list article::before {
		display: none;
	}

	.get-v3-manifest-list article > b {
		grid-column: 2;
		grid-row: 2;
		margin-top: 10px;
		text-align: left;
	}

	.get-v3-manifest-list h3 {
		font-size: 32px;
	}

	.get-v3-manifest-list article div span {
		font-size: 15px;
	}

	.get-v3-caveat {
		margin-top: 22px;
	}

	.get-v3-handoff {
		display: block;
		min-height: 560px;
		padding: 62px 15px 50px;
	}

	[data-handoff-title="desktop"],
	.get-v3-handoff-qr {
		display: none;
	}

	[data-handoff-title="phone"] {
		display: block;
	}

	.get-v3-handoff h2 {
		font-size: clamp(55px, 15vw, 68px);
	}

	.get-v3-handoff-actions {
		display: grid;
		grid-template-columns: 1fr;
		margin-top: 46px;
	}

	.get-v3-page[data-device-context="ios"] .get-v3-handoff-actions [data-handoff-action="android"],
	.get-v3-page[data-device-context="android"] .get-v3-handoff-actions [data-handoff-action="ios"] {
		display: none;
	}

	.get-v3-handoff-actions a {
		min-height: 70px;
		color: var(--get-v3-forest-deep);
		background: var(--get-v3-acid);
	}

	.get-v3-footer {
		width: calc(100% - 30px);
	}

	.get-v3-footer .home-v3-footer-inner {
		min-height: 92px;
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
		gap: 13px;
		padding: 17px 0;
	}
}

@media (max-width: 390px) {
	.get-v3-hero {
		min-height: 1080px;
	}

	.get-v3-hero-copy {
		min-height: 470px;
	}

	.get-v3-specimen {
		min-height: 610px;
	}

	.get-v3-iphone,
	.get-v3-android {
		width: min(58vw, 210px);
	}

	.get-v3-watch,
	.get-v3-wear {
		--get-v3-companion-scale: 0.76;
		margin-right: -10px;
		margin-left: -36px;
	}

	.get-v3-manifest h2,
	.get-v3-handoff h2 {
		font-size: 53px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.get-v3-page *,
	.get-v3-page *::before,
	.get-v3-page *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
