:root {
	--hsr-navy: #0b1c27;
	--hsr-navy-2: #14323f;
	--hsr-cream: #f7f0e2;
	--hsr-paper: #fffaf2;
	--hsr-tan: #ead9bd;
	--hsr-tan-light: #f5ead7;
	--hsr-orange: #e8613f;
	--hsr-orange-dark: #b53f27;
	--hsr-aqua: #76c7cb;
	--hsr-aqua-light: #d7efed;
	--hsr-ink: #102630;
	--hsr-muted: #51646b;
	--hsr-rule: rgba(16, 38, 48, 0.18);
}

body.home {
	overflow-x: hidden;
	background: var(--hsr-paper);
	color: var(--hsr-ink);
}

.home .hsr-home,
.home .hsr-site-header,
.home .hsr-site-footer {
	font-family: var(--font-sans);
}

.home .hsr-home h1,
.home .hsr-home h2,
.home .hsr-home h3,
.home .hsr-site-footer strong {
	font-family: var(--font-serif);
}

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

.home .hsr-home a,
.home .hsr-site-header a,
.home .hsr-site-footer a {
	text-decoration: none;
}

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

.home .hsr-site-header {
	min-height: 4.875rem;
	border-bottom: 0;
	background: var(--hsr-navy);
	color: var(--hsr-cream);
}

.hsr-nav {
	display: flex;
	min-height: 4.875rem;
	align-items: center;
	gap: 1.75rem;
	border-bottom: 1px solid rgba(247, 240, 226, 0.16);
}

.hsr-brand {
	flex: 0 0 auto;
	font-size: 1.55rem;
	font-weight: 800;
	letter-spacing: -0.035em;
}

.hsr-site-descriptor {
	color: #afc5cc;
	font-size: 0.875rem;
}

.hsr-nav-links {
	display: flex;
	margin-left: auto;
	align-items: center;
	gap: 1.8rem;
	font-size: 0.875rem;
	font-weight: 650;
}

.hsr-mobile-email {
	display: none;
	margin-left: auto;
	color: var(--hsr-aqua);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hsr-button {
	display: inline-flex;
	min-height: 3.375rem;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.55rem;
	border-radius: 999px;
	background: var(--hsr-orange);
	box-shadow: 0 0.75rem 1.75rem rgba(232, 97, 63, 0.22);
	color: #fff;
	font-weight: 800;
	letter-spacing: -0.01em;
	transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.hsr-button:hover {
	background: #f16c49;
	box-shadow: 0 0.9rem 2rem rgba(232, 97, 63, 0.28);
	transform: translateY(-1px);
}

.hsr-button-small {
	min-height: 2.8rem;
	padding: 0.65rem 1.2rem;
	font-size: 0.875rem;
}

.hsr-eyebrow {
	margin-bottom: 1rem;
	color: var(--hsr-aqua);
	font-size: 0.79rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.hsr-eyebrow-warm {
	color: #ad482f;
}

.hsr-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(3.8rem, 6vw, 5.6rem) 0 clamp(3.3rem, 5vw, 4.7rem);
	background:
		radial-gradient(circle at 82% 34%, rgba(118, 199, 203, 0.13), transparent 31%),
		linear-gradient(180deg, var(--hsr-navy) 0%, #0c202c 100%);
	color: var(--hsr-cream);
}

.hsr-hero::after {
	position: absolute;
	right: -11rem;
	bottom: -16rem;
	width: 38rem;
	height: 24rem;
	border: 1px solid rgba(118, 199, 203, 0.11);
	border-radius: 50%;
	box-shadow: 0 0 0 4rem rgba(118, 199, 203, 0.025), 0 0 0 8rem rgba(118, 199, 203, 0.02);
	content: "";
	pointer-events: none;
}

.hsr-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(25rem, 0.75fr);
	align-items: center;
	gap: clamp(2.5rem, 5vw, 5rem);
}

.hsr-hero-copy h1 {
	max-width: 50rem;
	margin-bottom: 0;
	font-size: clamp(3.15rem, 4.45vw, 4.25rem);
	font-weight: 650;
	letter-spacing: -0.048em;
	line-height: 0.99;
}

.hsr-lede {
	max-width: 46rem;
	margin: 1.4rem 0 1.55rem;
	color: #c8d8dd;
	font-size: clamp(1.05rem, 1.35vw, 1.2rem);
	line-height: 1.48;
}

.hsr-hero-actions {
	display: flex;
	align-items: center;
	gap: 1.35rem;
}

.hsr-hero-note {
	max-width: 19rem;
	color: var(--hsr-aqua);
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4;
}

.hsr-hero-visual {
	position: relative;
	min-height: 27rem;
}

.hsr-coverage-map {
	position: absolute;
	inset: 0.25rem 0 2.85rem 4rem;
	overflow: hidden;
	border: 1px solid rgba(148, 191, 201, 0.28);
	border-radius: 2.1rem;
	background:
		repeating-radial-gradient(ellipse at 72% 56%, transparent 0 1.7rem, rgba(118, 199, 203, 0.055) 1.75rem 1.82rem),
		linear-gradient(145deg, #173542, #102b37);
	box-shadow: 0 1.65rem 4.4rem rgba(0, 0, 0, 0.23);
}

.hsr-coverage-map::after {
	position: absolute;
	inset: auto -30% -57% 8%;
	height: 78%;
	border-radius: 50%;
	background: rgba(118, 199, 203, 0.08);
	content: "";
	pointer-events: none;
}

.hsr-coverage-map figcaption {
	position: absolute;
	z-index: 2;
	top: 1.1rem;
	left: 1.35rem;
	color: #b9e0e1;
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.hsr-coverage-map svg {
	position: absolute;
	z-index: 1;
	inset: 2rem 0 1.3rem;
	width: 100%;
	height: calc(100% - 3.3rem);
}

.hsr-island {
	fill: url(#hsr-island-fill);
	stroke: #071820;
	stroke-linejoin: round;
	stroke-width: 4;
	vector-effect: non-scaling-stroke;
}

.hsr-map-contours {
	fill: none;
	stroke: #1f6972;
	stroke-linecap: round;
	stroke-width: 2.2;
	stroke-opacity: 0.2;
	vector-effect: non-scaling-stroke;
}

.hsr-map-network {
	fill: none;
	pointer-events: none;
}

.hsr-map-route {
	--hsr-route-delay: 0ms;
	stroke: url(#hsr-route-stroke);
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
	stroke-linecap: round;
	stroke-width: 3;
	vector-effect: non-scaling-stroke;
	animation:
		hsr-route-draw 1.55s cubic-bezier(0.2, 0.72, 0.2, 1) var(--hsr-route-delay) forwards,
		hsr-route-breathe 4.6s ease-in-out calc(1.55s + var(--hsr-route-delay)) infinite;
}

.hsr-map-route:nth-of-type(2) { --hsr-route-delay: 100ms; }
.hsr-map-route:nth-of-type(3) { --hsr-route-delay: 200ms; }
.hsr-map-route:nth-of-type(4) { --hsr-route-delay: 300ms; }
.hsr-map-route:nth-of-type(5) { --hsr-route-delay: 400ms; }
.hsr-map-route:nth-of-type(6) { --hsr-route-delay: 500ms; }

.hsr-map-flow-line {
	--hsr-flow-delay: 0ms;
	fill: none;
	stroke: #ffe1ad;
	stroke-dasharray: 0.045 0.955;
	stroke-dashoffset: 0;
	stroke-linecap: round;
	stroke-width: 5;
	vector-effect: non-scaling-stroke;
	opacity: 0;
	animation: hsr-route-flow 4.6s linear calc(1.7s + var(--hsr-flow-delay)) infinite;
}

.hsr-map-flow-line:nth-of-type(2) { --hsr-flow-delay: 620ms; }
.hsr-map-flow-line:nth-of-type(3) { --hsr-flow-delay: 1240ms; }
.hsr-map-flow-line:nth-of-type(4) { --hsr-flow-delay: 1860ms; }
.hsr-map-flow-line:nth-of-type(5) { --hsr-flow-delay: 2480ms; }
.hsr-map-flow-line:nth-of-type(6) { --hsr-flow-delay: 3100ms; }

.hsr-map-signal {
	fill: rgba(232, 97, 63, 0.08);
	stroke: rgba(232, 97, 63, 0.74);
	stroke-width: 2;
	transform-box: fill-box;
	transform-origin: center;
	vector-effect: non-scaling-stroke;
	animation: hsr-map-signal 3.2s ease-out infinite;
}

.hsr-map-signal:nth-of-type(2) { animation-delay: 280ms; }
.hsr-map-signal:nth-of-type(3) { animation-delay: 560ms; }
.hsr-map-signal:nth-of-type(4) { animation-delay: 840ms; }
.hsr-map-signal:nth-of-type(5) { animation-delay: 1120ms; }
.hsr-map-signal:nth-of-type(6) { animation-delay: 1400ms; }

.hsr-map-ref circle {
	fill: #2d8992;
	stroke: #fff1d7;
	stroke-width: 3.5;
	vector-effect: non-scaling-stroke;
}

.hsr-map-ref path {
	fill: none;
	stroke: #4f9fa6;
	stroke-dasharray: 2 5;
	stroke-linecap: round;
	stroke-width: 2;
	vector-effect: non-scaling-stroke;
}

.hsr-map-ref text {
	fill: #102630;
	font-family: var(--font-sans);
	font-size: 22px;
	font-weight: 750;
	letter-spacing: 0.015em;
	paint-order: stroke;
	stroke: #f0dcb7;
	stroke-linejoin: round;
	stroke-width: 7px;
}

.hsr-map-ref .hsr-map-home-halo {
	fill: rgba(232, 97, 63, 0.25);
	stroke: rgba(232, 97, 63, 0.52);
	stroke-width: 3;
	transform-box: fill-box;
	transform-origin: center;
	animation: hsr-map-home-pulse 2.8s ease-out infinite;
}

.hsr-map-ref .hsr-map-home {
	fill: var(--hsr-orange);
	stroke: #fff5e5;
	stroke-width: 4;
}

.hsr-map-legend {
	position: absolute;
	z-index: 2;
	right: 1rem;
	bottom: 0.85rem;
	display: flex;
	align-items: center;
	gap: 0.38rem;
	margin: 0;
	color: #b4cbd0;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.025em;
}

.hsr-map-legend span,
.hsr-map-legend i {
	display: inline-block;
	width: 0.55rem;
	height: 0.55rem;
	margin-left: 0.3rem;
	border: 2px solid #fff1d7;
	border-radius: 50%;
	background: var(--hsr-orange);
}

.hsr-map-legend i {
	width: 0.45rem;
	height: 0.45rem;
	border-width: 1px;
	background: #15323c;
}

.hsr-hero-portrait {
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 0.4rem;
	width: 9.25rem;
	height: 9.25rem;
	border: 0.38rem solid var(--hsr-cream);
	border-radius: 50%;
	box-shadow: 0 1rem 2.6rem rgba(0, 0, 0, 0.28);
	object-fit: cover;
}

.hsr-founder-chip {
	position: absolute;
	z-index: 4;
	right: 0.9rem;
	bottom: 0;
	min-width: 19.5rem;
	padding: 0.9rem 1.15rem 0.82rem;
	border-radius: 1rem;
	background: var(--hsr-cream);
	box-shadow: 0 0.75rem 2.1rem rgba(0, 0, 0, 0.18);
	color: var(--hsr-ink);
}

.hsr-founder-chip strong {
	display: block;
	font-family: var(--font-serif);
	font-size: 1.12rem;
	font-weight: 650;
	line-height: 1.15;
}

.hsr-founder-chip span {
	display: block;
	margin-top: 0.3rem;
	color: #53656c;
	font-size: 0.75rem;
}

.hsr-email-section {
	overflow: hidden;
	padding: clamp(4.4rem, 6vw, 5.5rem) 0;
	background: linear-gradient(120deg, var(--hsr-tan-light), #efe0c7);
}

.hsr-email-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
	align-items: center;
	gap: clamp(3.2rem, 6vw, 5.2rem);
}

.hsr-email-copy h2,
.hsr-pricing-intro h2 {
	margin-bottom: 0;
	font-size: clamp(2.65rem, 3.5vw, 3.5rem);
	font-weight: 650;
	letter-spacing: -0.04em;
	line-height: 1;
}

.hsr-email-copy > p:not(.hsr-eyebrow) {
	max-width: 39rem;
	margin: 1rem 0 1.2rem;
	color: #46585f;
	font-size: 1rem;
	line-height: 1.55;
}

.hsr-email-inline {
	display: flex;
	align-items: center;
	gap: 1.15rem;
}

.hsr-email-inline > span {
	max-width: 19rem;
	color: #205e67;
	font-size: 0.8rem;
	font-weight: 750;
	line-height: 1.35;
}

.hsr-compose-card {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(16, 38, 48, 0.14);
	border-radius: 1.4rem;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 1.25rem 3.1rem rgba(88, 59, 28, 0.13);
}

.hsr-compose-head {
	display: flex;
	min-height: 2.8rem;
	align-items: center;
	justify-content: space-between;
	padding: 0.55rem 1.35rem;
	background: var(--hsr-navy);
	color: #fff;
	font-size: 0.8rem;
	font-weight: 800;
}

.hsr-compose-head span:last-child {
	color: #9fcbd0;
	letter-spacing: 0.28em;
}

.hsr-to-line {
	padding: 0.82rem 1.35rem 0.7rem;
	border-bottom: 1px solid #dde3df;
	color: #68787d;
	font-size: 0.77rem;
}

.hsr-to-line strong {
	display: inline-flex;
	min-height: 1.1em;
	align-items: center;
	margin-left: 1rem;
	color: var(--hsr-ink);
}

.hsr-email-typed {
	display: inline-block;
	min-width: 12.6rem;
}

.hsr-email-caret {
	display: none;
	width: 1.5px;
	height: 1.05em;
	margin-left: 0.15rem;
	background: var(--hsr-orange);
}

.hsr-email-demo-ready .hsr-email-caret {
	display: inline-block;
	animation: hsr-email-caret 720ms steps(1, end) infinite;
}

.hsr-compose-card.is-address-complete .hsr-email-caret {
	opacity: 0;
	animation: none;
}

.hsr-compose-body {
	padding: 0.75rem 1.35rem 1rem;
}

.hsr-request-line {
	display: grid;
	grid-template-columns: 1.7rem 1fr;
	align-items: center;
	gap: 0.65rem;
	margin: 0.62rem 0;
	color: #586a70;
	font-size: 0.79rem;
	line-height: 1.35;
}

.hsr-request-line b {
	display: grid;
	width: 1.65rem;
	height: 1.65rem;
	place-items: center;
	border-radius: 50%;
	background: #dff0ed;
	color: #1e6f77;
	font-size: 0.72rem;
}

.hsr-compose-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 0.85rem;
}

.hsr-compose-foot small {
	color: #69777b;
}

.hsr-compose-foot a {
	position: relative;
	flex: 0 0 auto;
	padding: 0.55rem 1rem;
	border-radius: 999px;
	background: var(--hsr-orange);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 800;
}

.hsr-compose-foot a::after {
	position: absolute;
	inset: -0.35rem;
	border: 2px solid rgba(232, 97, 63, 0.48);
	border-radius: inherit;
	content: "";
	opacity: 0;
	pointer-events: none;
	transform: scale(0.78);
}

.hsr-compose-foot a.is-demo-clicked {
	animation: hsr-email-button-click 520ms ease;
}

.hsr-compose-foot a.is-demo-clicked::after {
	animation: hsr-email-button-ring 620ms ease-out;
}

.hsr-email-demo-pointer {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	display: none;
	width: 1.65rem;
	height: 2rem;
	opacity: 0;
	pointer-events: none;
	transform: translate3d(var(--hsr-pointer-start-x, 0px), var(--hsr-pointer-start-y, 0px), 0);
	transition: opacity 180ms ease, transform 620ms cubic-bezier(0.2, 0.78, 0.22, 1);
}

.hsr-email-demo-pointer svg {
	display: block;
	width: 100%;
	height: 100%;
	filter: drop-shadow(0 0.2rem 0.35rem rgba(8, 31, 41, 0.25));
}

.hsr-email-demo-pointer path {
	fill: var(--hsr-navy);
	stroke: #fff7e8;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.hsr-email-demo-ready .hsr-email-demo-pointer {
	display: block;
}

.hsr-compose-card.is-pointer-visible .hsr-email-demo-pointer {
	opacity: 1;
}

.hsr-compose-card.is-pointer-moving .hsr-email-demo-pointer {
	transform: translate3d(var(--hsr-pointer-end-x, 0px), var(--hsr-pointer-end-y, 0px), 0);
}

.hsr-compose-card.is-pointer-clicked .hsr-email-demo-pointer {
	transform: translate3d(var(--hsr-pointer-end-x, 0px), var(--hsr-pointer-end-y, 0px), 0) scale(0.88);
}

.hsr-reveal {
	opacity: 1;
	transform: none;
}

.hsr-motion-ready .hsr-reveal:not(.is-visible) {
	opacity: 0;
	transform: translateY(1.1rem);
}

.hsr-motion-ready .hsr-reveal {
	transition: opacity 560ms ease, transform 560ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.hsr-motion-ready .hsr-delay-1 {
	transition-delay: 100ms;
}

.hsr-motion-ready .hsr-delay-2 {
	transition-delay: 190ms;
}

.hsr-motion-ready .hsr-delay-3 {
	transition-delay: 280ms;
}

.hsr-pricing {
	padding: clamp(4.4rem, 6vw, 5.4rem) 0;
	background: var(--hsr-paper);
}

.hsr-pricing-grid {
	display: grid;
	grid-template-columns: minmax(18rem, 0.78fr) minmax(0, 1.22fr);
	align-items: center;
	gap: clamp(3.2rem, 6vw, 5.5rem);
}

.hsr-pricing-intro h2 {
	font-size: clamp(2.3rem, 3vw, 3rem);
}

.hsr-pricing-intro > p:not(.hsr-eyebrow) {
	margin: 0.95rem 0 0;
	color: var(--hsr-muted);
	font-size: 0.9rem;
	line-height: 1.5;
}

.hsr-price-list {
	border-top: 1px solid var(--hsr-rule);
}

.hsr-price-row {
	display: grid;
	grid-template-columns: 7.7rem 15rem 1fr;
	min-height: 4.25rem;
	align-items: center;
	border-bottom: 1px solid var(--hsr-rule);
}

.hsr-price-row p,
.hsr-price-row h3 {
	margin-bottom: 0;
}

.hsr-price-row .hsr-price {
	color: #20717a;
	font-family: var(--font-sans);
	font-size: 1.42rem;
	font-weight: 850;
}

.hsr-price-row h3 {
	font-size: 1.25rem;
	font-weight: 650;
	line-height: 1.1;
}

.hsr-price-row > p:last-child {
	color: #58696f;
	font-size: 0.82rem;
	line-height: 1.4;
}

.hsr-fine-print {
	margin: 0.8rem 0 0;
	color: #6a777b;
	font-size: 0.72rem;
	line-height: 1.5;
}

.hsr-founder-section {
	padding: clamp(4.4rem, 6vw, 5.4rem) 0;
	background: linear-gradient(125deg, #cde9e7, #e4f3ee 70%);
}

.hsr-founder-grid {
	display: grid;
	grid-template-columns: 10.5rem minmax(16rem, 0.9fr) minmax(24rem, 1.1fr);
	align-items: center;
	gap: clamp(2rem, 3.5vw, 3.2rem);
}

.hsr-founder-photo {
	width: 10.25rem;
	height: 10.25rem;
	border: 0.42rem solid #fff;
	border-radius: 50%;
	box-shadow: 0 0.95rem 2.2rem rgba(20, 60, 64, 0.15);
	object-fit: cover;
}

.hsr-founder-copy .hsr-eyebrow {
	color: #20717a;
}

.hsr-founder-copy h2 {
	margin-bottom: 0;
	font-size: clamp(2rem, 2.8vw, 2.7rem);
	font-weight: 650;
	letter-spacing: -0.038em;
	line-height: 1.02;
}

.hsr-founder-copy > p:last-child {
	margin: 0.85rem 0 0;
	color: #40575d;
	font-size: 0.9rem;
	line-height: 1.52;
}

.hsr-work-card {
	padding: 1.25rem 1.35rem;
	border: 1px solid rgba(31, 113, 122, 0.26);
	border-radius: 1.25rem;
	background: rgba(255, 255, 255, 0.74);
	box-shadow: 0 0.75rem 1.9rem rgba(20, 60, 64, 0.08);
}

.hsr-work-label {
	margin-bottom: 0.8rem;
	color: #aa472f;
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hsr-work-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.65rem 1.4rem;
}

.hsr-work-item {
	display: grid;
	grid-template-columns: 0.9rem 1fr;
	min-width: 0;
	align-items: start;
	column-gap: 0.45rem;
	font-size: 0.78rem;
	font-weight: 750;
	line-height: 1.2;
}

.hsr-work-item::before {
	color: #20717a;
	content: "↗";
	font-weight: 900;
}

.hsr-work-item-full {
	grid-column: 1 / -1;
}

.hsr-work-item small {
	display: block;
	margin-top: 0.22rem;
	color: #557078;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.055em;
	line-height: 1.25;
	text-transform: uppercase;
}

.home .hsr-home .hsr-work-note {
	margin: 1.15rem 0 0;
	padding-top: 0.9rem;
	border-top: 1px solid rgba(31, 113, 122, 0.18);
	color: #607277;
	font-size: 0.68rem;
	line-height: 1.4;
}

.home .hsr-site-footer {
	padding: 0;
	border-top: 0;
	background: var(--hsr-navy);
	color: #fff;
}

.hsr-footer-landscape {
	position: relative;
	height: clamp(11rem, 21vw, 17rem);
	margin: 0;
	overflow: hidden;
	background: var(--hsr-navy);
	isolation: isolate;
}

.hsr-footer-landscape picture,
.hsr-footer-landscape img {
	display: block;
	width: 100%;
	height: 100%;
}

.hsr-footer-landscape img {
	object-fit: cover;
	object-position: 70% 48%;
	transform: scale(1.035);
	transition: transform 1.25s cubic-bezier(0.2, 0.72, 0.2, 1);
}

.hsr-footer-landscape::before,
.hsr-footer-landscape::after {
	position: absolute;
	z-index: 1;
	inset: 0;
	content: "";
	pointer-events: none;
}

.hsr-footer-landscape::before {
	background: linear-gradient(to bottom, rgba(228, 243, 238, 0.98) 0%, rgba(228, 243, 238, 0.2) 24%, transparent 43%);
}

.hsr-footer-landscape::after {
	background: linear-gradient(to bottom, transparent 38%, rgba(12, 37, 48, 0.24) 62%, var(--hsr-navy) 100%);
}

.hsr-footer-landscape figcaption {
	position: absolute;
	z-index: 2;
	right: clamp(1rem, 4vw, 3rem);
	bottom: 0.8rem;
	margin: 0;
	color: rgba(231, 244, 244, 0.76);
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.hsr-motion-ready .hsr-footer-landscape:not(.is-visible) img {
	transform: scale(1.09) translateY(0.4rem);
}

.hsr-motion-ready .hsr-footer-landscape.is-visible img {
	transform: scale(1.035) translateY(0);
}

.hsr-footer-grid {
	display: flex;
	min-height: 8.2rem;
	align-items: center;
	gap: 2.25rem;
}

.hsr-footer-copy strong {
	display: block;
	font-size: 1.7rem;
	font-weight: 650;
	line-height: 1.05;
}

.hsr-footer-copy span {
	display: block;
	margin-top: 0.55rem;
	color: #a9ccd0;
	font-family: var(--font-serif);
	font-size: 1.12rem;
	line-height: 1.2;
}

.hsr-footer-contact {
	display: grid;
	margin-left: auto;
	gap: 0.25rem;
}

.hsr-footer-contact a:first-child {
	font-size: 1rem;
	font-weight: 750;
}

.hsr-footer-contact a:last-child {
	color: #aec3c9;
	font-size: 0.77rem;
}

@media (max-width: 68rem) {
	.hsr-site-descriptor {
		display: none;
	}

	.hsr-hero-grid {
		grid-template-columns: minmax(0, 1.1fr) minmax(23rem, 0.9fr);
		gap: 2.4rem;
	}

	.hsr-hero-copy h1 {
		font-size: clamp(2.9rem, 4.6vw, 3.55rem);
	}

	.hsr-founder-grid {
		grid-template-columns: 9rem 0.82fr 1.18fr;
		gap: 1.7rem;
	}

	.hsr-founder-photo {
		width: 8.75rem;
		height: 8.75rem;
	}

	.hsr-price-row {
		grid-template-columns: 6.6rem 12.5rem 1fr;
	}
}

@media (max-width: 56.25rem) {
	.hsr-shell {
		width: min(42rem, calc(100% - 3rem));
	}

	.hsr-hero-grid,
	.hsr-email-grid,
	.hsr-pricing-grid {
		grid-template-columns: 1fr;
	}

	.hsr-hero-grid {
		gap: 2rem;
	}

	.hsr-hero-copy h1,
	.hsr-lede {
		max-width: 42rem;
	}

	.hsr-hero-visual {
		width: min(35rem, 100%);
		min-height: 25rem;
		margin-inline: auto;
	}

	.hsr-email-grid,
	.hsr-pricing-grid {
		gap: 2.5rem;
	}

	.hsr-email-copy > p:not(.hsr-eyebrow) {
		max-width: 42rem;
	}

	.hsr-founder-grid {
		grid-template-columns: 9.5rem 1fr;
	}

	.hsr-founder-photo {
		width: 9.25rem;
		height: 9.25rem;
	}

	.hsr-work-card {
		grid-column: 1 / -1;
	}
}

@media (max-width: 45rem) {
	.hsr-shell {
		width: calc(100% - 2rem);
	}

	.home .hsr-site-header,
	.hsr-nav {
		min-height: 4rem;
	}

	.hsr-brand {
		font-size: 1.14rem;
	}

	.hsr-nav-links {
		display: none;
	}

	.hsr-mobile-email {
		display: inline-flex;
		min-height: 2.75rem;
		align-items: center;
	}

	.hsr-hero {
		padding: 2rem 0 2.1rem;
	}

	.hsr-eyebrow {
		margin-bottom: 0.72rem;
		font-size: 0.64rem;
	}

	.hsr-hero-copy h1 {
		font-size: clamp(2.45rem, 11.2vw, 2.85rem);
		line-height: 1;
	}

	.hsr-lede {
		margin: 1.05rem 0 1.15rem;
		font-size: 0.96rem;
		line-height: 1.43;
	}

	.hsr-hero-actions {
		display: block;
	}

	.hsr-hero-actions .hsr-button {
		width: 100%;
		min-height: 3.3rem;
		font-size: 0.88rem;
	}

	.hsr-hero-note {
		display: block;
		margin-top: 0.7rem;
		font-size: 0.72rem;
	}

	.hsr-hero-visual {
		min-height: 20.2rem;
		margin-top: 0.2rem;
	}

	.hsr-coverage-map {
		inset: 0 0 2.5rem 3.65rem;
		border-radius: 1.6rem;
	}

	.hsr-coverage-map figcaption {
		top: 0.82rem;
		left: 0.9rem;
		font-size: 0.625rem;
		letter-spacing: 0.1em;
	}

	.hsr-coverage-map svg {
		inset: 1.6rem 0 1.05rem;
		height: calc(100% - 2.65rem);
	}

	.hsr-map-ref text {
		font-size: 25px;
		stroke-width: 8px;
	}

	.hsr-map-ref--secondary {
		display: none;
	}

	.hsr-map-route--secondary:not(.hsr-map-route--mobile-keep),
	.hsr-map-flow-line--secondary:not(.hsr-map-flow-line--mobile-keep),
	.hsr-map-signal--secondary:not(.hsr-map-signal--mobile-keep) {
		display: none;
	}

	.hsr-map-legend {
		display: none;
	}

	.hsr-hero-portrait {
		left: 0.35rem;
		bottom: 1.15rem;
		width: 7.1rem;
		height: 7.1rem;
		border-width: 0.32rem;
	}

	.hsr-founder-chip {
		right: 0;
		bottom: 0;
		width: calc(100% - 5.7rem);
		min-width: 0;
		padding: 0.72rem 0.85rem 0.67rem;
	}

	.hsr-founder-chip strong {
		font-size: 0.98rem;
	}

	.hsr-founder-chip span {
		font-size: 0.66rem;
	}

	.hsr-email-section,
	.hsr-pricing,
	.hsr-founder-section {
		padding: 3.4rem 0;
	}

	.hsr-email-grid,
	.hsr-pricing-grid {
		gap: 1.75rem;
	}

	.hsr-email-copy h2,
	.hsr-pricing-intro h2 {
		font-size: 2.25rem;
	}

	.hsr-email-copy > p:not(.hsr-eyebrow) {
		margin: 0.85rem 0 1rem;
		font-size: 0.9rem;
	}

	.hsr-email-inline {
		display: block;
	}

	.hsr-email-inline .hsr-button {
		width: 100%;
		min-height: 3.15rem;
	}

	.hsr-email-inline > span {
		display: block;
		margin-top: 0.65rem;
		text-align: center;
		font-size: 0.7rem;
	}

	.hsr-compose-card {
		border-radius: 1.15rem;
	}

	.hsr-compose-head,
	.hsr-to-line {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.hsr-compose-body {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.hsr-request-line {
		font-size: 0.74rem;
	}

	.hsr-compose-foot {
		align-items: flex-end;
	}

	.hsr-compose-foot small {
		max-width: 8rem;
		line-height: 1.25;
	}

	.hsr-price-row {
		grid-template-columns: 5.8rem 1fr;
		min-height: 5rem;
		padding: 0.55rem 0;
	}

	.hsr-price-row .hsr-price {
		font-size: 1.18rem;
	}

	.hsr-price-row h3 {
		font-size: 1.12rem;
	}

	.hsr-price-row > p:last-child {
		grid-column: 2;
		margin-top: -0.7rem;
		font-size: 0.75rem;
	}

	.hsr-fine-print {
		margin-top: 1rem;
		font-size: 0.71rem;
	}

	.hsr-founder-grid {
		grid-template-columns: 7rem 1fr;
		gap: 1rem;
	}

	.hsr-founder-photo {
		width: 7rem;
		height: 7rem;
		border-width: 0.32rem;
	}

	.hsr-founder-copy h2 {
		font-size: 1.8rem;
	}

	.hsr-founder-copy > p:last-child {
		grid-column: 1 / -1;
		font-size: 0.82rem;
	}

	.hsr-work-card {
		margin-top: 0.65rem;
		padding: 1.15rem 1rem;
	}

	.hsr-work-list {
		grid-template-columns: 1fr;
		gap: 0.75rem;
	}

	.hsr-work-item-full {
		grid-column: auto;
	}

	.hsr-work-item {
		font-size: 0.8rem;
	}

	.hsr-work-item small {
		font-size: 0.65rem;
	}

	.home .hsr-home .hsr-work-note {
		margin-top: 1rem;
		padding-top: 0.8rem;
		font-size: 0.69rem;
		line-height: 1.45;
	}

	.hsr-footer-landscape {
		height: 10.5rem;
	}

	.hsr-footer-landscape img {
		object-position: 72% 50%;
	}

	.hsr-footer-landscape figcaption {
		right: 1rem;
		bottom: 0.68rem;
		font-size: 0.56rem;
	}

	.hsr-footer-grid {
		display: grid;
		min-height: 0;
		padding: 2.2rem 0 2.35rem;
		gap: 1.25rem;
	}

	.hsr-footer-copy strong {
		font-size: 1.6rem;
	}

	.hsr-footer-copy span {
		font-size: 1.05rem;
	}

	.hsr-footer-contact {
		margin-left: 0;
	}

	.hsr-footer-grid .hsr-button {
		width: 100%;
	}
}

@media (max-width: 22.5rem) {
	.hsr-map-ref--mobile-optional {
		display: none;
	}

	.hsr-map-route--mobile-optional,
	.hsr-map-flow-line--mobile-optional,
	.hsr-map-signal--mobile-optional {
		display: none;
	}

	.hsr-hero-copy h1 {
		font-size: 2.34rem;
	}

	.hsr-coverage-map {
		left: 2.8rem;
	}

	.hsr-founder-chip {
		width: calc(100% - 5rem);
	}

	.hsr-founder-grid {
		grid-template-columns: 6.4rem 1fr;
	}

	.hsr-founder-photo {
		width: 6.4rem;
		height: 6.4rem;
	}

	.hsr-founder-copy h2 {
		font-size: 1.58rem;
	}
}

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

	.hsr-button,
	.hsr-reveal,
	.hsr-motion-ready .hsr-reveal,
	.hsr-footer-landscape img {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}

	.hsr-map-route {
		stroke-dashoffset: 0 !important;
		animation: none !important;
	}

	.hsr-map-flow-line,
	.hsr-map-signal,
	.hsr-map-home-halo,
	.hsr-email-caret,
	.hsr-compose-foot a,
	.hsr-compose-foot a::after {
		animation: none !important;
	}

	.hsr-email-demo-pointer {
		display: none !important;
	}
}

.hsr-low-data .hsr-map-route {
	stroke-dashoffset: 0;
	animation: none;
}

.hsr-low-data .hsr-map-flow-line {
	display: none;
}

.hsr-low-data .hsr-map-signal,
.hsr-low-data .hsr-map-home-halo {
	animation: none;
}

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

@keyframes hsr-route-breathe {
	0%, 100% { opacity: 0.68; }
	50% { opacity: 1; }
}

@keyframes hsr-route-flow {
	0% { opacity: 0; stroke-dashoffset: 0; }
	8%, 78% { opacity: 0.95; }
	100% { opacity: 0; stroke-dashoffset: -1; }
}

@keyframes hsr-map-signal {
	0%, 22% { opacity: 0; transform: scale(0.55); }
	48% { opacity: 0.72; }
	78%, 100% { opacity: 0; transform: scale(1.55); }
}

@keyframes hsr-map-home-pulse {
	0%, 100% { opacity: 0.72; transform: scale(0.86); }
	55% { opacity: 0.16; transform: scale(1.3); }
}

@keyframes hsr-email-caret {
	0%, 48% { opacity: 1; }
	49%, 100% { opacity: 0; }
}

@keyframes hsr-email-button-click {
	0%, 100% { transform: scale(1); }
	42% { transform: scale(0.965); }
}

@keyframes hsr-email-button-ring {
	0% { opacity: 0.6; transform: scale(0.76); }
	100% { opacity: 0; transform: scale(1.18); }
}
