/* Metric-matched fallbacks (fontTools vs the served files): nothing moves on swap.
   Two for Fraunces: its text optical size is ~20% wider than opsz 144. */
@font-face {
	font-family: "Fraunces fb";
	src: local("Georgia");
	font-weight: 100 549;
	size-adjust: 104.79%;
	ascent-override: 93.33%;
	descent-override: 24.33%;
	line-gap-override: 0%;
}
@font-face {
	font-family: "Fraunces fb";
	src: local("Georgia Bold"), local("Georgia-Bold");
	font-weight: 550 1000;
	size-adjust: 94.79%;
	ascent-override: 103.17%;
	descent-override: 26.9%;
	line-gap-override: 0%;
}
@font-face {
	font-family: "Fraunces fb";
	src: local("Georgia Italic"), local("Georgia-Italic");
	font-style: italic;
	font-weight: 100 1000;
	size-adjust: 100.94%;
	ascent-override: 96.88%;
	descent-override: 25.26%;
	line-gap-override: 0%;
}
@font-face {
	font-family: "Fraunces fbd";
	src: local("Georgia");
	font-weight: 100 549;
	size-adjust: 85.98%;
	ascent-override: 113.75%;
	descent-override: 29.66%;
	line-gap-override: 0%;
}
@font-face {
	font-family: "Fraunces fbd";
	src: local("Georgia Bold"), local("Georgia-Bold");
	font-weight: 550 1000;
	size-adjust: 81.71%;
	ascent-override: 119.69%;
	descent-override: 31.21%;
	line-gap-override: 0%;
}
@font-face {
	font-family: "Shantell fb";
	src: local("Arial"), local("ArialMT");
	font-weight: 100 549;
	size-adjust: 103.12%;
	ascent-override: 98.92%;
	descent-override: 31.03%;
	line-gap-override: 0%;
}
@font-face {
	font-family: "Shantell fb";
	src: local("Arial Bold"), local("Arial-BoldMT");
	font-weight: 550 1000;
	size-adjust: 103.18%;
	ascent-override: 98.86%;
	descent-override: 31.01%;
	line-gap-override: 0%;
}
:root {
	--paper: oklch(0.961 0.019 90.5);
	--table: oklch(0.925 0.028 86);
	--ink: oklch(0.26 0.045 165);
	--ink-2: oklch(0.42 0.035 165);
	--pink: oklch(0.693 0.236 350.2);
	--yellow: oklch(0.921 0.193 102.2);
	--pink-t: oklch(0.86 0.09 355);
	--yellow-t: oklch(0.95 0.1 100);
	--serif: "Fraunces", "Fraunces fb", "Iowan Old Style", Georgia, serif;
	--serif-d: "Fraunces", "Fraunces fbd", "Iowan Old Style", Georgia, serif;
	--hand: "Shantell Sans", "Shantell fb", "Comic Sans MS", "Trebuchet MS", sans-serif;
	--edge: clamp(8px, 1.3vw, 22px);
	--gut: clamp(16px, 4.2vw, 76px);
	--ease: cubic-bezier(0.2, 0.75, 0.1, 1);
	--spring: cubic-bezier(0.34, 1.56, 0.64, 1);
	--grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .25 0 0 0 0 .2 0 0 0 0 .1 1.6 0 0 0 -.92'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
	--crop: linear-gradient(var(--ink-2), var(--ink-2));
	color-scheme: light;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	overflow-x: clip;
	font-variant-emoji: text;
}
html.ld {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	background: var(--grain), var(--table);
	color: var(--ink);
	font: 400 1.0625rem/1.55 var(--serif);
	font-optical-sizing: auto;
	font-variation-settings: "SOFT" 50;
	overflow-x: clip;
}
.h1,
.h2,
.say-h,
.statement,
.j-co,
.p-t,
.rs-t,
.band-t span {
	font-family: var(--serif-d);
}
::selection {
	background: var(--yellow);
	color: var(--ink);
}
img,
svg,
canvas {
	display: block;
	max-width: 100%;
}
a {
	color: inherit;
}
a,
button {
	touch-action: manipulation;
	-webkit-tap-highlight-color: oklch(0.693 0.236 350.2 / 0.18);
}
b,
strong {
	font-weight: 650;
}
h1,
h2,
h3,
p,
ol,
ul,
figure {
	margin: 0;
}
ol,
ul {
	padding: 0;
	list-style: none;
}
button {
	font: inherit;
	color: inherit;
}
:focus-visible {
	outline: 3px solid var(--ink);
	outline-offset: 3px;
	border-radius: 6px;
}
.defs {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}
/* sprite icons: never emoji, always the text's ink */
.ic {
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	vertical-align: -0.07em;
	flex: none;
	overflow: visible;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.1;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.skip {
	position: fixed;
	left: 12px;
	top: 12px;
	z-index: 100;
	padding: 12px 18px;
	background: var(--ink);
	color: var(--paper);
	font: 600 1rem var(--hand);
	border-radius: 999px;
	transform: translateY(-160%);
	transition: transform 0.2s;
}
.skip:focus {
	transform: none;
}
main:focus,
h2[tabindex="-1"]:focus {
	outline: none;
}

.sheet {
	position: relative;
	margin: var(--edge) var(--edge) 0;
	padding: clamp(64px, 7vw, 112px) var(--gut);
	background:
		var(--crop) 14px 30px / 1px 18px no-repeat,
		var(--crop) 30px 14px / 18px 1px no-repeat,
		var(--crop) calc(100% - 14px) 30px / 1px 18px no-repeat,
		var(--crop) calc(100% - 30px) 14px / 18px 1px no-repeat,
		var(--crop) 14px calc(100% - 30px) / 1px 18px no-repeat,
		var(--crop) 30px calc(100% - 14px) / 18px 1px no-repeat,
		var(--crop) calc(100% - 14px) calc(100% - 30px) / 1px 18px no-repeat,
		var(--crop) calc(100% - 30px) calc(100% - 14px) / 18px 1px no-repeat,
		var(--grain),
		var(--paper);
	border-radius: 4px;
	box-shadow:
		0 1px 1px oklch(0.4 0.04 70 / 0.08),
		0 26px 50px -38px oklch(0.35 0.05 60 / 0.5);
}
.label {
	display: flex;
	align-items: center;
	gap: 0.7em;
	font: 600 0.8125rem/1 var(--hand);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ink-2);
	margin-bottom: clamp(20px, 2.4vw, 36px);
}
.num {
	display: inline-grid;
	place-items: center;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	background: var(--yellow);
	color: var(--ink);
	letter-spacing: 0;
	box-shadow: 2px 2px 0 var(--pink);
}
.h2,
.say-h {
	font-weight: 700;
	font-size: clamp(3rem, 1.6rem + 6vw, 7.5rem);
	line-height: 0.92;
	letter-spacing: -0.02em;
	font-variation-settings:
		"SOFT" 100,
		"WONK" 1,
		"opsz" 144;
	text-shadow: 0.035em 0.03em 0 var(--pink);
	text-wrap: balance;
	margin-bottom: clamp(36px, 5vw, 72px);
}
.h2 i,
.say-h i,
.h1 i {
	font-style: normal;
	color: var(--pink);
	text-shadow: 0.03em 0.03em 0 var(--yellow);
}
.note {
	font: 500 1.05rem/1.15 var(--hand);
	font-variation-settings:
		"INFM" 100,
		"BNCE" 70;
	color: var(--ink);
	pointer-events: none;
}
.note svg {
	fill: none;
	stroke: var(--ink);
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
	overflow: visible;
}
.js .note svg path {
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
	transition: stroke-dashoffset 0.9s var(--ease) 0.5s;
}
.js .note svg path + path {
	transition-delay: 1.2s;
	transition-duration: 0.35s;
}
.js .note.in svg path {
	stroke-dashoffset: 0;
}

[data-mag] {
	translate: var(--mx, 0) var(--my, 0);
	transition:
		translate 0.5s var(--spring),
		box-shadow 0.25s var(--ease),
		background-color 0.25s,
		color 0.25s,
		transform 0.2s var(--ease);
}
[data-mag].mag-on {
	transition:
		translate 0.12s linear,
		box-shadow 0.25s var(--ease),
		background-color 0.25s,
		color 0.25s,
		transform 0.2s var(--ease);
}
[data-mag] > span {
	display: inline-block;
	translate: calc(var(--mx, 0) * 0.35) calc(var(--my, 0) * 0.35);
	transition: translate 0.5s var(--spring);
}
.btn,
.pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.7em 1.35em;
	border: 2px solid var(--ink);
	border-radius: 999px;
	background: var(--paper);
	color: var(--ink);
	font: 600 1rem/1 var(--hand);
	letter-spacing: 0.01em;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 5px 4px 0 var(--pink);
	-webkit-tap-highlight-color: transparent;
}
.btn small {
	font-size: 0.8em;
	font-weight: 500;
	margin-left: 0.2em;
}
@media (hover: hover) {
	.btn:hover,
	.pill:hover {
		background: var(--yellow);
		box-shadow: 2px 1px 0 var(--pink);
	}
}
.btn:active,
.pill:active {
	transform: scale(0.95);
	box-shadow: 0 0 0 var(--pink);
}
.btn-k {
	background: var(--ink);
	color: var(--paper);
}
@media (hover: hover) {
	.btn-k:hover {
		background: var(--ink);
		color: var(--yellow);
	}
}
.btn-s {
	min-height: 44px;
	padding: 0.55em 1.05em;
	font-size: 0.9rem;
	box-shadow: 4px 3px 0 var(--yellow);
}
@media (hover: hover) {
	.btn-s:hover {
		background: var(--pink-t);
		box-shadow: 1px 1px 0 var(--yellow);
	}
}
.pill {
	min-height: 44px;
	padding: 0.55em 1.1em;
	font-size: 0.95rem;
	box-shadow: 4px 3px 0 var(--yellow);
}
@media (hover: hover) {
	.pill:hover {
		background: var(--pink-t);
		box-shadow: 1px 1px 0 var(--yellow);
	}
}

.top {
	position: absolute;
	z-index: 30;
	top: var(--edge);
	left: var(--edge);
	right: var(--edge);
	display: flex;
	align-items: center;
	gap: clamp(14px, 2.4vw, 40px);
	padding: clamp(18px, 2.2vw, 32px) var(--gut) 0;
}
.logo {
	flex: none;
	width: 56px;
	height: 56px;
	border-radius: 50%;
}
.logo svg {
	width: 100%;
	height: 100%;
	overflow: visible;
}
.lg-p {
	fill: var(--pink);
	mix-blend-mode: multiply;
	transition: transform 0.4s var(--spring);
}
.lg-k {
	fill: none;
	stroke: var(--ink);
	stroke-width: 2.5;
}
.logo text {
	font: italic 700 26px var(--serif-d);
	font-variation-settings:
		"SOFT" 100,
		"WONK" 1;
	fill: var(--ink);
}
@media (hover: hover) {
	.logo:hover .lg-p {
		transform: translate(-3px, -3px);
	}
}
.nav {
	display: flex;
	gap: clamp(18px, 2.2vw, 34px);
	padding-left: clamp(14px, 2.4vw, 40px);
	border-left: 1.5px solid var(--ink);
	min-height: 32px;
	align-items: center;
}
.nav a {
	position: relative;
	display: inline-flex;
	font: 600 0.8125rem/1 var(--hand);
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 12px 0;
}
.rl {
	display: inline-flex;
	height: 1.2em;
	line-height: 1.2;
	overflow: hidden;
}
.nav a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0.16em;
	bottom: 4px;
	height: 2px;
	background: var(--pink);
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.35s var(--ease);
}
.nav a:focus-visible::after {
	transform: scaleX(1);
	transform-origin: left;
}
@media (hover: hover) {
	.nav a:hover::after {
		transform: scaleX(1);
		transform-origin: left;
	}
}
.nav a .ch {
	display: inline-block;
	white-space: pre;
	text-shadow: 0 1.2em 0 var(--ink);
	transition: transform 0.45s var(--ease) calc(var(--i) * 22ms);
}
.nav a:focus-visible .ch {
	transform: translateY(-1.2em);
}
@media (hover: hover) {
	.nav a:hover .ch {
		transform: translateY(-1.2em);
	}
}
.top-r {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 14px;
}
.sound {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	padding: 6px 16px 6px 10px;
	border: 1.5px dashed var(--ink);
	border-radius: 999px;
	background: transparent;
	font: 600 0.8125rem/1 var(--hand);
	letter-spacing: 0.06em;
	cursor: pointer;
}
.sound svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: var(--ink);
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.sound .spk {
	fill: var(--yellow);
}
.sound .wv,
.sound .s-on {
	display: none;
}
.sound[aria-pressed="true"] {
	border-style: solid;
}
.sound[aria-pressed="true"] .wv,
.sound[aria-pressed="true"] .s-on {
	display: inline;
}
.sound[aria-pressed="true"] .x,
.sound[aria-pressed="true"] .s-off {
	display: none;
}
@media (hover: hover) {
	.sound:hover {
		background: var(--yellow-t);
	}
}
.sound:active {
	transform: scale(0.94);
}
.sound[aria-pressed="true"] {
	border-color: var(--ink);
	background: var(--ink);
	color: var(--yellow);
}
@media (hover: hover) {
	.sound[aria-pressed="true"]:hover {
		border-color: var(--ink);
		background: var(--ink);
		color: var(--yellow);
	}
}
.sound[aria-pressed="true"] svg {
	stroke: var(--yellow);
}
.sound[aria-pressed="true"] .wv {
	animation: wv 1.3s ease-in-out infinite alternate;
}
@keyframes wv {
	from {
		opacity: 0.3;
	}
}
.sound.invite {
	animation: invite 1.1s var(--ease) 2;
}
@keyframes invite {
	0% {
		box-shadow: 0 0 0 0 var(--pink);
	}
	55% {
		box-shadow: 0 0 0 12px oklch(0.693 0.236 350.2 / 0);
		scale: 1.07;
	}
	100% {
		box-shadow: 0 0 0 0 oklch(0.693 0.236 350.2 / 0);
	}
}
.note-snd.invite {
	animation: nudge 0.55s var(--spring) 3;
}
@keyframes nudge {
	50% {
		rotate: -8deg;
		translate: -5px 0;
	}
}
.note-snd {
	display: flex;
	align-items: flex-start;
	gap: 2px;
	transform: rotate(-5deg) translateY(12px);
	font-size: 1rem;
}
.note-snd svg {
	width: 52px;
	height: 30px;
	margin-top: 4px;
}
.snd .note-snd {
	opacity: 0;
	transition: opacity 0.4s;
}
.bubble {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 48px;
	padding: 0 22px;
	border: 2px solid var(--ink);
	border-radius: 26px;
	background: var(--pink);
	color: var(--ink);
	font: 700 0.875rem/1 var(--hand);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 4px 4px 0 var(--yellow);
}
.bubble::after {
	content: "";
	position: absolute;
	left: 16px;
	bottom: -9px;
	width: 16px;
	height: 16px;
	background: inherit;
	border-right: 2px solid var(--ink);
	border-bottom: 2px solid var(--ink);
	border-bottom-right-radius: 3px;
	transform: rotate(45deg) skew(14deg, 14deg);
	transition: background-color 0.25s;
}
@media (hover: hover) {
	.bubble:hover {
		background: var(--yellow);
		box-shadow: 4px 4px 0 var(--pink);
	}
}

.bubble:active {
	transform: scale(0.94) rotate(-2deg);
}
.menu-btn,
.nav .nav-foot {
	display: none;
}

.hero {
	z-index: 0;
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	align-items: center;
	min-height: calc(100svh - var(--edge));
	padding-top: clamp(100px, 11vh, 130px);
	padding-bottom: clamp(56px, 7vh, 90px);
	overflow: clip;
}
.hero-copy {
	grid-column: 1 / span 6;
	grid-row: 1;
	position: relative;
	padding-left: clamp(0px, 3vw, 56px);
	max-width: 44rem;
}
.kicker {
	display: flex;
	align-items: center;
	gap: 10px;
	font: 600 0.875rem/1.2 var(--hand);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: clamp(14px, 2vh, 24px);
}
.dotk {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--pink);
	box-shadow: 3px 2px 0 var(--yellow);
}
.h1 {
	position: relative;
	font-size: clamp(4.1rem, 1.2rem + 9.4vw, 10.6rem);
	line-height: 0.86;
	letter-spacing: -0.035em;
	font-weight: 360;
	font-variation-settings:
		"SOFT" 100,
		"WONK" 0,
		"opsz" 144;
	margin-left: -0.05em;
	margin-bottom: clamp(20px, 3.2vh, 38px);
}
.h1 b {
	display: block;
	font-weight: 780;
	font-variation-settings:
		"SOFT" 100,
		"WONK" 1,
		"opsz" 144;
}
.h1-t {
	position: relative;
	z-index: 1;
	display: block;
}
.h1-p {
	position: absolute;
	inset: 0;
	color: var(--pink);
	mix-blend-mode: multiply;
	transform: translate(calc(0.028em + var(--rx, 0px)), calc(0.024em + var(--ry, 0px)));
}
.h1-p i {
	color: var(--yellow);
	text-shadow: none;
}
.h1-t i {
	text-shadow: none;
}
.lede {
	font-size: clamp(1.2rem, 0.95rem + 0.8vw, 1.6rem);
	line-height: 1.38;
	max-width: 27ch;
	text-wrap: pretty;
	margin-bottom: clamp(24px, 3.8vh, 40px);
}
.lede b {
	font-weight: 650;
	background: linear-gradient(transparent 62%, var(--yellow-t) 62% 92%, transparent 92%);
}
.hero-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 16px;
}
.art {
	grid-column: 1 / -1;
	grid-row: 1;
	justify-self: end;
	position: relative;
	z-index: -1;
	mix-blend-mode: multiply;
	width: min(calc((100svh - 196px) * 5 / 3), calc(100% + var(--gut) * 0.5), 1560px);
	aspect-ratio: 5 / 3;
	margin-right: calc(var(--gut) * -0.5);
}
.print-static,
.print-live {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.print-static .fy,
.fy {
	fill: var(--yellow);
}
.print-static .fp {
	fill: var(--pink);
}
.print-static .fw {
	fill: var(--paper);
}
.print-static .mul {
	mix-blend-mode: multiply;
}
.print-live {
	opacity: 0;
	transition: opacity 0.6s;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
.gl .print-static {
	opacity: 0;
}
html:not(.gl) .print-live {
	display: none;
}
.printed .print-live {
	opacity: 1;
}
.note-look {
	position: absolute;
	left: 31%;
	top: 2%;
	display: grid;
	justify-items: start;
	transform: rotate(-6deg);
	font-size: 1.1rem;
}
.note-look svg {
	width: 74px;
	height: 56px;
	margin: 4px 0 0 58%;
	transform: scaleX(-1);
}
.nl-t,
.nl-p {
	display: none;
}
.gl .nl-p {
	display: block;
	visibility: hidden;
	font-size: 0.85em;
	color: var(--ink-2);
	margin-top: 2px;
}
.printed .nl-p {
	visibility: visible;
}
.vert {
	position: absolute;
	left: calc(var(--gut) * 0.42);
	bottom: clamp(90px, 14vh, 150px);
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font: 500 0.75rem/1 var(--hand);
	letter-spacing: 0.14em;
	color: var(--ink-2);
	display: flex;
	align-items: center;
	gap: 14px;
}
.vert::before {
	content: "";
	width: 1.5px;
	height: 36px;
	background: var(--ink-2);
}
.scroll {
	position: absolute;
	right: calc(var(--gut) * 0.42 - 6px);
	bottom: clamp(110px, 16vh, 170px);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	padding: 10px 6px 0;
	text-decoration: none;
	font: 600 0.75rem/1 var(--hand);
	letter-spacing: 0.3em;
	text-transform: uppercase;
}
.scroll-t {
	writing-mode: vertical-rl;
}
.scroll-l {
	position: relative;
	width: 1.5px;
	height: clamp(48px, 8vh, 84px);
	background: color-mix(in oklch, var(--ink) 25%, transparent);
	overflow: hidden;
}
.scroll-l::after {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--ink);
	transform-origin: top;
	animation: drip 2.2s var(--ease) infinite;
}
@media (hover: hover) {
	.scroll:hover .scroll-t {
		color: var(--pink);
		text-shadow: 1px 1px 0 var(--ink);
	}
}
@keyframes drip {
	0% {
		transform: scaleY(0);
		transform-origin: top;
	}
	45% {
		transform: scaleY(1);
		transform-origin: top;
	}
	55% {
		transform: scaleY(1);
		transform-origin: bottom;
	}
	100% {
		transform: scaleY(0);
		transform-origin: bottom;
	}
}
.regbar {
	position: absolute;
	left: calc(var(--gut) + clamp(0px, 3vw, 56px));
	bottom: clamp(64px, 8.5vh, 110px);
	display: flex;
	align-items: center;
	gap: 4px;
	font: 500 0.6875rem/1 var(--hand);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ink-2);
}
.regbar i {
	width: 14px;
	height: 14px;
}
.rb-y {
	background: var(--yellow);
}
.rb-p {
	background: var(--pink);
}
.rb-o {
	background: linear-gradient(var(--yellow), var(--yellow)), var(--pink);
	background-blend-mode: multiply;
}
.rb-k {
	background: var(--ink);
}
.regbar span {
	margin-left: 8px;
}

.bands {
	position: relative;
	z-index: 5;
	height: clamp(170px, 18vw, 290px);
	margin: calc(clamp(170px, 18vw, 290px) / -2.8) 0;
	pointer-events: none;
	overflow: clip;
}
.band {
	position: absolute;
	left: -6vw;
	right: -6vw;
	top: 50%;
	display: flex;
	overflow: hidden;
	padding: 0.42em 0 0.5em;
	font-size: clamp(1.5rem, 0.9rem + 2.4vw, 3.1rem);
	line-height: 1;
	white-space: nowrap;
	box-shadow: 0 10px 22px -18px oklch(0.3 0.05 60 / 0.6);
}
.band-p {
	background: var(--pink);
	z-index: 2;
	transform: translateY(-50%) rotate(-4.6deg);
	transform-origin: 22% 50%;
}
.band-y {
	background: var(--yellow);
	transform: translateY(-50%) rotate(3.2deg);
	transform-origin: 22% 50%;
}
.band-t {
	display: flex;
	flex: none;
	will-change: transform;
}
.band-t span {
	flex: none;
	transition: opacity 0.6s var(--ease);
	font-style: italic;
	font-weight: 600;
	font-variation-settings:
		"SOFT" 100,
		"WONK" 1,
		"opsz" 72;
	padding-right: 0.3em;
}

.js .bands:not(.inked) .band-t span {
	visibility: hidden;
	opacity: 0;
}

.about {
	padding-top: clamp(120px, 13vw, 190px);
}
.statement {
	font-weight: 380;
	font-size: clamp(2.05rem, 1rem + 4vw, 5.1rem);
	line-height: 1.04;
	letter-spacing: -0.02em;
	font-variation-settings:
		"SOFT" 100,
		"WONK" 0,
		"opsz" 144;
	max-width: 17.5em;
	text-wrap: balance;
	margin-bottom: clamp(48px, 6vw, 96px);
}
.statement em {
	font-weight: 500;
	font-variation-settings:
		"SOFT" 100,
		"WONK" 1,
		"opsz" 144;
}
.statement mark {
	color: inherit;
	background: linear-gradient(
			100deg,
			transparent 0.2em,
			var(--yellow) 0.3em calc(100% - 0.25em),
			transparent calc(100% - 0.1em)
		)
		0 64% / 100% 58% no-repeat;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	mix-blend-mode: multiply;
}
.about-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 0 clamp(20px, 2.4vw, 40px);
	align-items: center;
}
.about-copy {
	grid-column: 1 / span 5;
	display: grid;
	gap: 22px;
	max-width: 34rem;
	padding-top: 8px;
}
.big-p {
	font-size: clamp(1.25rem, 1rem + 0.8vw, 1.6rem);
	line-height: 1.36;
	text-wrap: pretty;
}
.proof {
	font-variant-numeric: tabular-nums lining-nums;
	font-size: 1.125rem;
	padding: 16px 0;
	border-block: 2px solid var(--ink);
}
.proof b {
	background: var(--pink-t);
	padding: 0 0.15em;
	border-radius: 2px;
}
.human {
	color: var(--ink-2);
	font-size: 1.0625rem;
}
.human a {
	color: var(--ink);
	font-weight: 600;
	text-decoration-color: var(--pink);
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}
@media (hover: hover) {
	.human a:hover {
		background: var(--yellow);
	}
}
.toybox {
	grid-column: 7 / -1;
	position: relative;
}
.toy-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}
.toy-h {
	font: 600 0.8125rem/1 var(--hand);
	letter-spacing: 0.12em;
	text-transform: uppercase;
}
.sheet-stk {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: 14px 12px;
	min-height: clamp(360px, 28vw, 420px);
	padding: 28px;
	border-radius: 22px;
	background:
		radial-gradient(circle, oklch(0.26 0.045 165 / 0.13) 1.2px, transparent 1.6px) 0 0 / 18px 18px,
		oklch(0.975 0.012 90);
	outline: 2px dashed oklch(0.26 0.045 165 / 0.4);
	outline-offset: -10px;
	box-shadow: inset 0 0 0 1px oklch(0.26 0.045 165 / 0.12);
}
.stk {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.55em 1em;
	border: 4px solid #fff;
	border-radius: 999px;
	font: 700 1.0625rem/1 var(--hand);
	font-variation-settings:
		"INFM" 40,
		"BNCE" 20;
	white-space: nowrap;
	color: var(--ink);
	box-shadow:
		0 0 0 1px oklch(0.26 0.045 165 / 0.12),
		0 7px 14px -8px oklch(0.3 0.05 60 / 0.55);
	user-select: none;
	-webkit-user-select: none;
	rotate: var(--r, 0deg);
}
.stk:nth-child(3n) {
	--r: -5deg;
}
.stk:nth-child(3n + 1) {
	--r: 4deg;
}
.stk:nth-child(4n + 2) {
	--r: -2deg;
}
.s-l {
	font-size: 1.35rem;
}
.s-c {
	width: 4.6em;
	height: 4.6em;
	padding: 0;
	border-radius: 50%;
	font-size: 1rem;
}
.s-y {
	background: var(--yellow);
}
.s-p {
	background: var(--pink);
}
.s-k {
	background: var(--ink);
	color: var(--paper);
}
.s-w {
	background: var(--paper);
	box-shadow:
		inset 0 0 0 2px var(--ink),
		0 7px 14px -8px oklch(0.3 0.05 60 / 0.55);
}
.s-o {
	background: var(--pink-t);
}
.note-stk {
	position: absolute;
	right: 4%;
	bottom: -38px;
	display: flex;
	align-items: flex-end;
	gap: 4px;
	transform: rotate(-4deg);
}
.note-stk svg {
	width: 44px;
	height: 38px;
	transform: scaleY(-1);
	margin-bottom: 16px;
}
.ns-t {
	display: none;
}
.js .sheet-stk.phys {
	display: block;
	overflow: hidden;
	contain: layout paint;
}
.js .phys .stk {
	position: absolute;
	left: 0;
	top: 0;
	rotate: none;
	cursor: grab;
	touch-action: pan-y;
	will-change: transform;
	transition:
		box-shadow 0.2s,
		scale 0.2s var(--spring);
}
@media (hover: hover) {
	.js .phys .stk:hover {
		scale: 1.05;
	}
}
.js .phys .stk.drag {
	cursor: grabbing;
	scale: 1.1;
	box-shadow:
		0 0 0 1px oklch(0.26 0.045 165 / 0.12),
		0 22px 28px -14px oklch(0.3 0.05 60 / 0.5);
}

.jobs {
	border-bottom: 2px solid var(--ink);
	counter-reset: j;
}
.job {
	position: relative;
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 6px clamp(20px, 2.4vw, 40px);
	grid-template-rows: auto 1fr;
	align-items: baseline;
	padding: clamp(22px, 2.6vw, 34px) 0;
	border-top: 2px solid var(--ink);
}
.j-when {
	grid-column: 1 / span 2;
	grid-row: 1 / span 2;
	font: 500 0.9375rem/1.3 var(--hand);
	font-variant-numeric: tabular-nums;
	color: var(--ink-2);
}
.j-co {
	grid-column: 3 / span 4;
	font-weight: 650;
	font-size: clamp(1.9rem, 1.2rem + 2.2vw, 3.2rem);
	line-height: 1;
	letter-spacing: -0.02em;
	font-variation-settings:
		"SOFT" 100,
		"WONK" 1,
		"opsz" 144;
	display: flex;
	align-items: center;
	gap: 14px;
}
.j-role {
	grid-column: 3 / span 4;
	grid-row: 2;
	font: 500 0.9375rem/1.3 var(--hand);
	letter-spacing: 0.02em;
}
.j-what {
	grid-column: 7 / -1;
	grid-row: 1 / span 2;
	font-size: 1.0625rem;
	line-height: 1.55;
	max-width: 60ch;
	text-wrap: pretty;
}
.stamp {
	display: inline-block;
	padding: 6px 10px 5px;
	border: 2px solid var(--pink);
	border-radius: 6px;
	color: var(--ink);
	background: var(--pink-t);
	font: 700 0.75rem/1 var(--hand);
	letter-spacing: 0.16em;
	text-transform: uppercase;
	transform: rotate(-8deg) translateY(-4px);
	box-shadow: 2px 2px 0 var(--pink);
}
html:not(.tour) .job-now::before {
	content: "";
	position: absolute;
	inset: 0 -12px;
	z-index: -1;
	background: var(--yellow-t);
	border-radius: 3px;
}
.work {
	isolation: isolate;
}
.edu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px 40px;
	margin-top: clamp(28px, 3vw, 44px);
	flex-wrap: wrap;
}
.edu p {
	max-width: 70ch;
	color: var(--ink-2);
	font-size: 1rem;
}
.edu p b {
	color: var(--ink);
	font: 700 0.75rem/1 var(--hand);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-right: 0.6em;
}

@property --fl {
	syntax: "<length>";
	inherits: false;
	initial-value: 0px;
}
@property --fr {
	syntax: "<length>";
	inherits: false;
	initial-value: 0px;
}
.road-view,
.road-start,
.stops {
	display: none;
}
.tour .work .h2 {
	margin-bottom: clamp(20px, 2.6vw, 40px);
}
.tour .road {
	--seg: 130svh;
	position: relative;
	height: calc(100svh + 5 * var(--seg));
	margin: 0 calc(-1 * var(--gut));
}
.tour .road-pin {
	position: sticky;
	top: 0;
	height: 100svh;
	height: min(100svh, var(--ih, 100svh));
	display: grid;
	grid-template:
		"deck ." minmax(0, 1fr)
		"bar bar" auto / minmax(0, min(33rem, 41vw)) minmax(0, 1fr);
	/* the pin covers the whole screen; its content starts below the sticky nav */
	padding: calc(var(--navh) + clamp(8px, 3vh, 32px)) var(--gut) clamp(20px, 3.6vh, 36px);
	background: var(--grain), var(--paper);
	overflow: clip;
}
.tour .road-view {
	display: block;
	position: absolute;
	inset: 0;
}
.road-gl {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	opacity: 0;
	transition: opacity 1.2s var(--ease);
}
.ready .road-gl {
	opacity: 1;
}
.road-gl.hot {
	cursor: pointer;
}
.road-wait {
	position: absolute;
	left: 58%;
	top: 42%;
	rotate: -4deg;
	font-size: 1.35rem;
	color: var(--ink-2);
	transition: opacity 0.5s;
	animation: ink 1.6s ease-in-out infinite alternate;
}
@keyframes ink {
	to {
		opacity: 0.35;
	}
}
.road-tag {
	position: absolute;
	left: 18px;
	top: -44px;
	padding: 7px 12px 8px;
	border: 2px solid var(--ink);
	border-radius: 999px;
	background: var(--yellow);
	font: 600 0.9375rem/1 var(--hand);
	white-space: nowrap;
	pointer-events: none;
	opacity: 0;
	scale: 0.6;
	rotate: -4deg;
	box-shadow: 3px 3px 0 var(--pink);
	transition:
		opacity 0.2s,
		scale 0.35s var(--spring);
}
.road-tag.on {
	opacity: 1;
	scale: 1;
}
.flat .road-wait {
	display: none;
}
.ready .road-wait {
	opacity: 0;
	animation: none;
}
.tour .deck {
	grid-area: deck;
	align-self: center;
	display: grid;
	position: relative;
	z-index: 2;
	pointer-events: none;
}
.tour .deck > *,
.tour .jobs > * {
	grid-area: 1 / 1;
}
.tour .jobs {
	display: grid;
	border: 0;
}
.tour .job,
.tour .road-start {
	--sh: var(--pink);
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: baseline;
	gap: 0 16px;
	align-self: center;
	padding: clamp(22px, 2.3vw, 34px) clamp(22px, 2.5vw, 38px);
	border: 2px solid var(--ink);
	border-radius: 8px;
	background: var(--paper);
	box-shadow: 10px 9px 0 var(--sh);
	opacity: 0;
	translate: -12px 28px;
	rotate: -3.5deg;
	transition:
		opacity 0.28s,
		translate 0.6s var(--ease),
		rotate 0.7s var(--spring);
}
.tour .job:nth-child(even),
.tour .road-start {
	--sh: var(--yellow);
}
.tour .deck .on {
	opacity: 1;
	translate: none;
	rotate: -1deg;
	pointer-events: auto;
	animation: reg 0.8s var(--ease);
}
.tour .deck .job:nth-child(even).on {
	rotate: 0.8deg;
}
@keyframes reg {
	from {
		box-shadow: 24px 21px 0 var(--sh);
	}
}
.tour .job::before {
	content: "Stop " attr(data-n) " · " attr(data-at);
	font: 600 0.75rem/1 var(--hand);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ink-2);
}
.tour .j-when {
	grid-area: 1 / 2;
	font-size: 0.875rem;
}
.tour .j-co,
.rs-t {
	grid-area: 2 / 1 / 3 / -1;
	margin: 14px 0 8px;
	font-size: clamp(2.1rem, 1.3rem + 1.9vw, 3.3rem);
}
.tour .j-role {
	grid-area: 3 / 1 / 4 / -1;
}
.tour .j-what,
.rs-d {
	grid-area: 4 / 1 / 5 / -1;
	max-width: none;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 2px solid var(--ink);
	font-size: 1.0625rem;
	line-height: 1.5;
}
.tour .road-start .j-when {
	grid-area: 1 / 1;
	font: 600 0.75rem/1 var(--hand);
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
.rs-t {
	font-weight: 650;
	line-height: 1;
	letter-spacing: -0.02em;
	font-variation-settings:
		"SOFT" 100,
		"WONK" 1,
		"opsz" 144;
	text-wrap: balance;
}
.rs-t i {
	font-style: normal;
	color: var(--pink);
}
.note-road {
	position: absolute;
	left: 52%;
	bottom: -84px;
	display: flex;
	align-items: flex-start;
	gap: 2px;
	rotate: -6deg;
}
.note-road svg {
	width: 48px;
	height: 48px;
	margin-top: 10px;
}
.nr-t {
	display: none;
}
.tour .stops {
	display: block;
	grid-area: bar;
	justify-self: center;
	position: relative;
	z-index: 3;
	max-width: 100%;
}
.stops ol {
	display: flex;
	gap: 2px;
	padding: 5px;
	border: 2px solid var(--ink);
	border-radius: 999px;
	background:
		linear-gradient(var(--yellow-t), var(--yellow-t)) 0 0 / calc(var(--p, 0) * 100%) 100% no-repeat,
		var(--paper);
	box-shadow: 6px 5px 0 var(--pink);
}
.stops a {
	display: grid;
	align-content: center;
	justify-items: start;
	min-height: 52px;
	padding: 5px 16px 6px;
	border-radius: 999px;
	text-decoration: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
	transition:
		background-color 0.25s,
		rotate 0.5s var(--spring),
		scale 0.5s var(--spring);
}
.stops i {
	font: normal 600 0.6875rem/1.15 var(--hand);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ink-2);
	font-variant-numeric: tabular-nums;
}
.stops b {
	font-weight: 650;
	font-size: 1.0625rem;
	line-height: 1.15;
	font-variation-settings:
		"SOFT" 100,
		"WONK" 1;
}
@media (hover: hover) {
	.stops a:hover {
		background: var(--yellow);
	}
}
.stops a:active {
	scale: 0.94;
}
.stops a:focus-visible {
	border-radius: 999px;
	outline-offset: 2px;
}
.stops a[aria-current] {
	background: var(--pink);
	box-shadow: inset 0 0 0 2px var(--ink);
	rotate: -4deg;
	scale: 1.06;
	animation: stamp 0.5s var(--spring);
}
.stops a[aria-current] i {
	color: var(--ink);
}
@keyframes stamp {
	from {
		scale: 1.45;
		rotate: -11deg;
	}
}

@media (max-width: 900px) and (min-height: 501px), (max-width: 600px) {
	.tour .road {
		--seg: 100svh;
	}
	.tour .road-pin {
		grid-template:
			"view" minmax(0, 1fr)
			"deck" auto
			"bar" auto / minmax(0, 1fr);
		padding: var(--navh) env(safe-area-inset-right) max(10px, env(safe-area-inset-bottom)) env(safe-area-inset-left);
	}
	.tour .road-view {
		grid-area: view;
		position: relative;
		inset: auto;
	}
	.tour .deck {
		align-self: start;
		margin: -24px var(--gut) 0;
	}
	.tour .job,
	.tour .road-start {
		align-self: start;
		padding: 14px 18px 16px;
		box-shadow: 7px 6px 0 var(--sh);
	}
	.tour .j-co,
	.rs-t {
		margin: 8px 0 2px;
		font-size: clamp(1.75rem, 1.2rem + 2.4vw, 2.3rem);
	}
	.tour .j-what,
	.rs-d {
		margin-top: 10px;
		padding-top: 10px;
		font-size: 0.9375rem;
		line-height: 1.42;
	}
	.note-road {
		display: none;
	}
	.tour .stops {
		justify-self: stretch;
		flex: none;
		min-height: max-content;
		margin-top: 10px;
		overflow-x: auto;
		--edge-fade: linear-gradient(90deg, #0000, #000 var(--fl), #000 calc(100% - var(--fr)), #0000);
		-webkit-mask: var(--edge-fade);
		mask: var(--edge-fade);
		transition:
			--fl 0.3s,
			--fr 0.3s;
		overscroll-behavior-x: contain;
		scrollbar-width: none;
		padding: 6px var(--gut) 8px;
	}
	.tour .stops::-webkit-scrollbar {
		display: none;
	}
	.stops ol {
		width: max-content;
		margin-inline: auto;
	}
	.stops a {
		min-height: 48px;
		padding: 4px 14px 5px;
	}
	.stops b {
		font-size: 1rem;
	}
	.road-wait {
		left: 50%;
		top: 40%;
		translate: -50% 0;
	}
}

@media (max-width: 400px) {
	.tour .job::before {
		content: "Stop " attr(data-n);
	}
}

.projects {
	position: relative;
}
.pv-on .projs {
	border-bottom: 2px solid var(--ink);
}
.proj {
	display: grid;
	grid-template-columns:
		clamp(7rem, 10vw, 9.5rem) 3.4rem minmax(0, 1.25fr) minmax(0, 1fr)
		auto;
	grid-template-areas:
		"tile no t d l"
		"tile no t e l";
	gap: 6px clamp(18px, 2.2vw, 36px);
	align-items: center;
	padding: clamp(24px, 2.6vw, 38px) 0;
	border-top: 2px solid var(--ink);
}
.proj > * {
	transition:
		opacity 0.45s var(--ease),
		translate 0.6s var(--ease),
		text-shadow 0.45s var(--ease);
}
.p-no {
	grid-area: no;
	font: 600 0.75rem/1.2 var(--hand);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ink-2);
}
.p-t {
	grid-area: t;
	font-weight: 650;
	font-size: clamp(2.2rem, 0.8rem + 3.7vw, 5.2rem);
	line-height: 0.95;
	letter-spacing: -0.025em;
	font-variation-settings:
		"SOFT" 100,
		"WONK" 1,
		"opsz" 144;
	text-wrap: balance;
}
.p-d {
	grid-area: d;
	align-self: end;
	max-width: 34ch;
	font-size: 1.0625rem;
	line-height: 1.45;
	text-wrap: pretty;
}
.p-tech {
	grid-area: e;
	align-self: start;
	font: 500 0.875rem/1.35 var(--hand);
	color: var(--ink-2);
}
.p-links {
	grid-area: l;
	display: flex;
	justify-content: flex-end;
	gap: 12px;
}
.proj.on .p-t,
.proj:focus-within .p-t {
	translate: clamp(8px, 1vw, 16px) 0;
	text-shadow: 0.04em 0.035em 0 var(--pink);
}
@media (hover: hover) {
	.proj:hover .p-t {
		translate: clamp(8px, 1vw, 16px) 0;
		text-shadow: 0.04em 0.035em 0 var(--pink);
	}
}
.projs.hov .proj:not(.on) > * {
	opacity: 0.36;
}
.tile {
	grid-area: tile;
	position: relative;
	aspect-ratio: 1;
	overflow: hidden;
	background: var(--yellow);
	border: 2px solid var(--ink);
	border-radius: 6px;
	box-shadow: 6px 5px 0 var(--pink);
	isolation: isolate;
}
.tile.t-rose {
	background: var(--pink-t);
	box-shadow: 6px 5px 0 var(--yellow);
}
.tile img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	scale: var(--z, 1);
	transform-origin: var(--o, 50% 50%);
	transition:
		transform 0.6s var(--ease),
		clip-path 0.7s var(--ease);
}
.t-p {
	filter: url(#f-pink);
	mix-blend-mode: multiply;
	transform: translate(6px, 5px) scale(1.02);
	-webkit-mask: radial-gradient(circle, #000 52%, transparent 60%) 0 0 / 5px 5px;
	mask: radial-gradient(circle, #000 52%, transparent 60%) 0 0 / 5px 5px;
}
.t-k {
	filter: url(#f-ink);
	mix-blend-mode: multiply;
	transform: translate(-3px, -2px) scale(1.02);
}
.t-dark .t-p {
	filter: url(#f-pinkinv);
}
.t-dark .t-k {
	filter: url(#f-inkinv);
}
.t-light .t-k {
	filter: contrast(1.6) url(#f-ink);
}
.t-light .t-p {
	filter: url(#f-pinkc);
	-webkit-mask: none;
	mask: none;
}
.t-c {
	z-index: 2;
	clip-path: inset(0 0 100% 0);
}
.proj.reg .t-p,
.proj.reg .t-k,
.pv.held .t-p,
.pv.held .t-k {
	transform: none;
}
@media (hover: hover) {
	.proj:hover .t-p,
	.proj:hover .t-k {
		transform: none;
	}
}
.proj:focus-within .t-c,
.pv.held .t-c {
	clip-path: inset(0);
	transition-delay: 0.15s;
}
@media (hover: hover) {
	.proj:hover .t-c {
		clip-path: inset(0);
		transition-delay: 0.15s;
	}
}
.pv.held .t-c {
	transition-duration: 1.3s;
}
html:not(.pv-on) .p-t {
	font-size: clamp(2rem, 0.6rem + 3.1vw, 4.4rem);
}
.pv-on .proj {
	grid-template-columns: 3.4rem minmax(0, 1.25fr) minmax(0, 1fr) auto;
	grid-template-areas:
		"no t d l"
		"no t e l";
}
.pv-on .proj .tile {
	display: none;
}
.pv {
	display: none;
}
.pv-on .pv {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 40;
	width: clamp(260px, 23vw, 400px);
	aspect-ratio: 1;
	pointer-events: none;
	transform: scale(0);
	will-change: transform;
}
.pv::before,
.pv::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 8px;
	transition: translate 1s var(--ease);
}
.pv::before {
	background: var(--pink);
	translate: 14px 12px;
}
.pv::after {
	z-index: 1;
	border: 2px solid var(--ink);
	translate: -8px -7px;
}
.pv.held::before {
	translate: 9px 8px;
}
.pv.held::after {
	translate: 0 0;
}
.pv-in {
	position: absolute;
	inset: 0;
	overflow: hidden;
	border-radius: 8px;
	background: var(--paper);
}
.pv-track {
	height: 400%;
	transition: transform 0.7s var(--ease);
}
.pv-track.jump {
	transition: none;
}
.pv-track .tile {
	height: 25%;
	aspect-ratio: auto;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.res-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 40px clamp(20px, 2.4vw, 40px);
	align-items: start;
}
.pubs {
	grid-column: 1 / span 5;
	display: grid;
	gap: 24px;
}
.patents {
	grid-column: 7 / -1;
	position: relative;
}
.res-k {
	font: 600 0.8125rem/1 var(--hand);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.res-k span {
	color: var(--ink-2);
}
.doc {
	display: grid;
	gap: 12px;
	padding: clamp(20px, 2vw, 28px);
	border: 2px solid var(--ink);
	border-radius: 6px;
	background: var(--paper);
	text-decoration: none;
	box-shadow: 8px 7px 0 var(--yellow);
	transition:
		transform 0.3s var(--ease),
		box-shadow 0.3s var(--ease),
		background-color 0.3s;
}
.doc + .doc {
	box-shadow: 8px 7px 0 var(--pink);
}
@media (hover: hover) {
	.doc:hover {
		transform: translate(-3px, -3px);
		box-shadow: 12px 11px 0 var(--yellow);
		background: var(--yellow-t);
	}
}
@media (hover: hover) {
	.doc + .doc:hover {
		box-shadow: 12px 11px 0 var(--pink);
		background: var(--pink-t);
	}
}
.doc:active {
	transform: none;
	box-shadow: 2px 2px 0 var(--yellow);
}
.doc-m {
	font: 500 0.8125rem/1.2 var(--hand);
	letter-spacing: 0.06em;
	color: var(--ink-2);
}
.doc-t {
	font-style: italic;
	font-weight: 500;
	font-size: clamp(1.4rem, 1.1rem + 0.9vw, 1.9rem);
	line-height: 1.12;
	font-variation-settings:
		"SOFT" 100,
		"WONK" 1;
	text-wrap: balance;
}
.doc-a {
	font: 600 0.9375rem/1 var(--hand);
	text-decoration: underline 2px var(--pink);
	text-underline-offset: 4px;
}
.pat {
	border-bottom: 2px solid var(--ink);
}
.pat a {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 6px 20px;
	padding: 20px 4px 20px 0;
	border-top: 2px solid var(--ink);
	text-decoration: none;
	position: relative;
}
.pat-n {
	font: 600 0.875rem/1 var(--hand);
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.06em;
	color: var(--ink-2);
}
.pat-t {
	grid-row: 2;
	font-weight: 500;
	font-size: clamp(1.25rem, 1rem + 0.8vw, 1.7rem);
	line-height: 1.15;
	text-wrap: balance;
	justify-self: start;
	background: linear-gradient(var(--pink-t), var(--pink-t)) 0 88% / 0% 45% no-repeat;
	transition: background-size 0.45s var(--ease);
}
.pat-a {
	grid-row: 1 / span 2;
	align-self: center;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 2px solid var(--ink);
	border-radius: 50%;
	font: 600 1.1rem/1 var(--hand);
	transition:
		transform 0.35s var(--spring),
		background-color 0.25s;
}
.pat-a .ic {
	width: 18px;
	height: 18px;
}
.pat a:focus-visible .pat-t {
	background-size: 100% 45%;
}
@media (hover: hover) {
	.pat a:hover .pat-t {
		background-size: 100% 45%;
	}
}
@media (hover: hover) {
	.pat a:hover .pat-a {
		transform: rotate(45deg);
		background: var(--yellow);
	}
}
.pat a:active .pat-a {
	transform: scale(0.9);
}
.seal {
	position: absolute;
	right: 0;
	top: -210px;
	width: 132px;
	height: 132px;
	fill: none;
	stroke: var(--pink);
	stroke-width: 3;
	mix-blend-mode: multiply;
	rotate: 12deg;
	pointer-events: none;
}
.seal-r {
	transform-origin: 100px 100px;
	animation: spin 30s linear infinite;
}
.seal text {
	fill: var(--pink);
	stroke: none;
	font: 700 16px var(--hand);
	text-transform: uppercase;
}
.seal .seal-n {
	font: 800 62px var(--serif-d);
	font-variation-settings:
		"SOFT" 100,
		"WONK" 1;
}
@keyframes spin {
	to {
		rotate: 360deg;
	}
}

.contact {
	text-align: center;
	padding-bottom: clamp(72px, 9vw, 140px);
}
.contact .label {
	justify-content: center;
}
.say {
	position: relative;
	width: min(100%, 980px);
	margin: 0 auto clamp(96px, 8vw, 120px);
	rotate: -1.2deg;
	padding: clamp(40px, 6vw, 88px) clamp(20px, 4vw, 64px) clamp(44px, 5.5vw, 80px);
	border: 3px solid var(--ink);
	border-radius: 48% 52% 46% 54% / 52% 46% 54% 48%;
	background: var(--paper);
	box-shadow: 16px 14px 0 var(--pink);
}
.say::before,
.say::after {
	content: "";
	position: absolute;
	border: 3px solid var(--ink);
	border-radius: 50%;
	background: var(--paper);
	box-shadow: 7px 6px 0 var(--pink);
}
.say::before {
	left: 17%;
	bottom: -44px;
	width: 46px;
	height: 36px;
}
.say::after {
	left: 12%;
	bottom: -78px;
	width: 24px;
	height: 20px;
}
.say-h {
	font-size: clamp(4rem, 1.5rem + 11vw, 11rem);
	margin-bottom: 12px;
}
.say-p {
	text-wrap: balance;
	font-style: italic;
	font-size: clamp(1.25rem, 1rem + 1vw, 1.9rem);
	font-variation-settings:
		"SOFT" 100,
		"WONK" 1;
	margin-bottom: clamp(20px, 3vw, 34px);
}
.say-mail {
	display: inline-block;
	max-width: 100%;
	padding: 8px 6px;
	font-weight: 600;
	font-size: clamp(1rem, 0.4rem + 2.8vw, 2.7rem);
	line-height: 1.15;
	letter-spacing: -0.01em;
	text-decoration: none;
	overflow-wrap: anywhere;
	border-radius: 10px;
}
.say-mail span {
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	background: linear-gradient(var(--yellow), var(--yellow)) 0 90% / 100% 32% no-repeat;
	transition: background-size 0.4s var(--ease);
}
@media (hover: hover) {
	.say-mail:hover span {
		background-size: 100% 88%;
	}
}
.say-mail:active {
	transform: scale(0.97);
}
button.say-mail {
	border: 0;
	background: none;
	cursor: pointer;
}
.mail-alt {
	margin-top: 10px;
	font: 500 0.9375rem/1.4 var(--hand);
	color: var(--ink-2);
}
.mail-alt a {
	display: inline-block;
	padding: 10px 2px;
	color: var(--ink);
	font-weight: 700;
	text-decoration: underline 2px var(--pink);
	text-underline-offset: 4px;
}
@media (hover: hover) {
	.mail-alt a:hover {
		background: var(--yellow);
	}
}
html:not(.js) .ma-hint {
	display: none;
}
.copied {
	position: absolute;
	z-index: 2;
	padding: 7px 12px 6px;
	border: 2px solid var(--pink);
	border-radius: 6px;
	background: var(--pink-t);
	color: var(--ink);
	font: 700 0.8125rem/1 var(--hand);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	white-space: nowrap;
	box-shadow: 3px 3px 0 var(--pink);
	pointer-events: none;
	opacity: 0;
	rotate: -9deg;
	transition: opacity 0.4s;
}
.copied.on {
	opacity: 1;
	animation: stamp 0.45s var(--spring);
}
.sr {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
}
.arrive {
	animation: arrive 0.8s var(--spring);
}
@keyframes arrive {
	0% {
		scale: 1.25;
		rotate: -5deg;
	}
	55% {
		rotate: 1.5deg;
	}
}
.note-mail {
	position: absolute;
	left: 100%;
	bottom: 20%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	width: max-content;
	margin-left: -40px;
	transform: rotate(-7deg);
}
.note-mail svg {
	width: 56px;
	height: 40px;
	margin-left: -12px;
}
.links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
}
.pill-l {
	min-height: 48px;
	padding: 0.6em 1.3em;
}
.pill-k {
	background: var(--ink);
	color: var(--paper);
}
@media (hover: hover) {
	.pill-k:hover {
		background: var(--ink);
		color: var(--yellow);
	}
}

.colophon {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto auto;
	align-items: center;
	gap: 16px 40px;
	padding: 28px calc(var(--edge) + var(--gut)) 34px;
	font: 500 0.8125rem/1.45 var(--hand);
	color: var(--ink-2);
}
.co-1 {
	color: var(--ink);
	font-weight: 700;
}
.clock {
	font-variant-numeric: tabular-nums;
	color: var(--ink);
	font-weight: 700;
}
.co-top {
	display: inline-flex;
	align-items: center;
	gap: 0.3em;
	min-height: 44px;
	color: var(--ink);
	font-weight: 700;
	text-decoration: underline 2px var(--pink);
	text-underline-offset: 4px;
}
@media (hover: hover) {
	.co-top:hover {
		background: var(--yellow);
	}
}

.js .split .w {
	display: inline-block;
	overflow: clip;
	vertical-align: top;
	padding: 0 0.08em 0.14em 0;
	margin: 0 -0.08em -0.14em 0;
}
.js .split .w > span {
	display: inline-block;
	transform: translateY(112%);
	transition: transform 1s var(--ease) calc(var(--l, 0) * 95ms);
}
.js .split.in .w > span {
	transform: none;
}

@media (max-width: 1100px) {
	.nav {
		gap: 18px;
	}
	.note-snd {
		display: none;
	}
}
@media (max-width: 900px) {
	.js .menu-btn {
		display: inline-flex;
		align-items: center;
		gap: 10px;
		min-height: 48px;
		padding: 0 16px;
		border: 2px solid var(--ink);
		border-radius: 999px;
		background: var(--paper);
		font: 700 0.8125rem/1 var(--hand);
		letter-spacing: 0.14em;
		text-transform: uppercase;
		cursor: pointer;
		position: relative;
		z-index: 3;
	}
	.mb-i {
		position: relative;
		width: 18px;
		height: 12px;
	}
	.mb-i::before,
	.mb-i::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		height: 2px;
		border-radius: 2px;
		background: var(--ink);
		transition: transform 0.35s var(--spring);
	}
	.mb-i::before {
		top: 1px;
	}
	.mb-i::after {
		bottom: 1px;
	}
	.menu-btn[aria-expanded="true"] .mb-i::before {
		transform: translateY(4px) rotate(45deg);
	}
	.menu-btn[aria-expanded="true"] .mb-i::after {
		transform: translateY(-4px) rotate(-45deg);
	}
	.js .nav .nav-foot {
		display: grid;
		justify-items: start;
		gap: 2px;
		position: absolute;
		left: calc(var(--gut) + 8px);
		right: var(--gut);
		bottom: 28px;
	}
	.js .nav .nav-foot :is(a, button) {
		display: inline-flex;
		align-items: center;
		min-height: 44px;
		font: 600 0.9375rem/1.3 var(--hand);
		letter-spacing: 0.02em;
		text-transform: none;
		padding: 8px 4px;
	}
	.js .nav .nav-mail {
		font-size: 1.0625rem;
		text-decoration: underline 2px var(--ink);
		text-underline-offset: 4px;
		overflow-wrap: anywhere;
		text-align: left;
		border: 0;
		background: none;
		cursor: pointer;
	}
	.js .nav .nav-foot a::after {
		display: none;
	}
	.nav-foot .copied {
		left: auto;
		right: 0;
		top: -6px;
	}
	.top {
		flex-wrap: wrap;
	}
	.nav {
		order: 3;
		width: 100%;
		border-left: 0;
		padding-left: 0;
		flex-wrap: wrap;
		gap: 4px 20px;
	}
	.js .nav {
		position: fixed;
		inset: 0;
		z-index: 2;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: safe center;
		align-items: flex-start;
		gap: 6px;
		padding: 96px var(--gut) 48px calc(var(--gut) + 8px);
		overflow-y: auto;
		overscroll-behavior: contain;
		background: var(--grain), var(--pink);
		visibility: hidden;
		clip-path: circle(0 at calc(100% - 60px) 50px);
		transition:
			clip-path 0.6s var(--ease),
			visibility 0s 0.6s;
	}
	.js .nav.open {
		visibility: visible;
		clip-path: circle(150% at calc(100% - 60px) 50px);
		transition: clip-path 0.7s var(--ease);
	}
	.js .nav a {
		font: 650 clamp(2.6rem, 11vw, 4rem) / 1.05 var(--serif-d);
		font-variation-settings:
			"SOFT" 100,
			"WONK" 1;
		letter-spacing: -0.02em;
		text-transform: none;
		padding: 6px 0;
	}
	.js .nav a::after {
		height: 4px;
		background: var(--yellow);
		bottom: 10px;
	}

	.menu-open {
		overflow: hidden;
	}
	.menu-open .logo,
	.menu-open .top-r > :not(.menu-btn, .sound) {
		visibility: hidden;
	}
	/* the sound toggle stays on the menu sheet, beside Close */
	.menu-open .sound {
		position: relative;
		z-index: 3;
	}
	.menu-open .sound:not([aria-pressed="true"]) {
		background: var(--paper);
	}
	.hero {
		grid-template-columns: minmax(0, 1fr);
		align-items: start;
		align-content: start;
		padding-top: clamp(96px, 14vw, 120px);
		padding-bottom: 64px;
	}
	.art {
		--pw: min(90vw, 560px);
		grid-column: 1;
		grid-row: 1;
		justify-self: start;
		width: calc(var(--pw) / 0.6);
		max-width: none;
		margin: -4px 0 0 calc(50% - var(--pw) * 1.1667);
	}
	.hero-copy {
		grid-column: 1;
		grid-row: 2;
		padding-left: 0;
		margin-top: 10px;
	}
	.note-look {
		left: 41.5%;
		top: 1%;
		max-width: 8.5em;
		line-height: 1.1;
		transform: rotate(-5deg);
		font-size: 1rem;
	}
	.note-look svg {
		display: none;
	}
	.vert {
		display: none;
	}
	.scroll {
		display: none;
	}
	.regbar {
		display: none;
	}
	.about-copy,
	.toybox,
	.pubs,
	.patents {
		grid-column: 1 / -1;
	}
	.about-copy {
		max-width: none;
		margin-bottom: 44px;
	}
	.job {
		grid-template-columns: minmax(0, 1fr);
		gap: 8px;
	}
	.j-when,
	.j-co,
	.j-role,
	.j-what {
		grid-column: 1;
		grid-row: auto;
	}
	.j-when {
		order: -1;
	}
	.j-what {
		margin-top: 6px;
	}
	.seal {
		top: -30px;
		width: 104px;
		height: 104px;
	}
	.colophon {
		grid-template-columns: 1fr;
		gap: 8px;
	}
}
@media (max-width: 720px) {
	.proj,
	.pv-on .proj {
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas:
			"tile tile"
			"t no"
			"d d"
			"e e"
			"l l";
		gap: 0;
		padding: 28px 0 32px;
	}
	.pv-on .proj .tile {
		display: block;
	}
	.pv-on .pv,
	.pv-on .tile {
		aspect-ratio: 16 / 10;
		margin: 0 6px 22px 0;
	}
	.p-no {
		align-self: start;
		padding-top: 0.5em;
	}
	.p-d {
		margin-top: 12px;
	}
	.p-tech {
		margin-top: 6px;
	}
	.p-links {
		justify-content: flex-start;
		margin-top: 20px;
	}
	.projs.hov .proj:not(.on) > * {
		opacity: 1;
	}
}
@media (max-width: 560px) {
	.sound {
		width: 48px;
		min-height: 48px;
		padding: 0;
		justify-content: center;
	}
	.sound-l {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip-path: inset(50%);
		white-space: nowrap;
	}
	.top-r {
		gap: 10px;
	}
	.logo {
		width: 48px;
		height: 48px;
	}
	.bubble {
		padding: 0 16px;
		letter-spacing: 0.1em;
	}
	.kicker {
		font-size: 0.75rem;
		letter-spacing: 0.1em;
	}
	.lede {
		max-width: none;
	}
	.hero-cta .btn {
		flex: 1 1 auto;
	}
	.sheet:not(.hero) {
		padding-top: 64px;
		padding-bottom: 64px;
	}
	.seal {
		display: none;
	}
	html:not(.tour) .job-now::before {
		inset: 0 -8px;
	}
	.stk {
		font-size: 0.9375rem;
		border-width: 3px;
	}
	.s-l {
		font-size: 1.125rem;
	}
	.s-c {
		font-size: 0.875rem;
		width: 4.4em;
		height: 4.4em;
	}
	.about {
		padding-top: 104px;
	}
	.sheet-stk {
		min-height: 440px;
		padding: 20px;
	}
	.note-stk {
		right: 2%;
	}
	.say {
		border-radius: 36px;
	}
	.say::before {
		left: 16%;
		width: 36px;
		height: 28px;
		bottom: -38px;
	}
	.say::after {
		left: 9%;
		width: 18px;
		height: 16px;
		bottom: -64px;
	}
	.note-mail {
		display: none;
	}
}
@media (max-width: 560px) {
	.say-mail {
		font-size: clamp(1.3rem, 6.4vw, 1.6rem);
	}
	.gl .nl-p {
		display: none;
	}
}
@media (max-width: 380px) {
	.top-r {
		gap: 8px;
	}
	.kicker {
		font-size: 0.6875rem;
		letter-spacing: 0.06em;
		gap: 8px;
	}
	.bubble {
		padding: 0 12px;
		font-size: 0.8125rem;
	}
	.js .menu-btn {
		padding: 0 12px;
	}
	.js .menu-btn .mb-l {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip-path: inset(50%);
	}
	.js .menu-btn {
		width: 48px;
		justify-content: center;
	}
}

body {
	padding-inline: env(safe-area-inset-left) env(safe-area-inset-right);
}
.top {
	padding-top: max(clamp(18px, 2.2vw, 32px), env(safe-area-inset-top));
}
.human a,
.co-top,
.mail-alt a {
	-webkit-tap-highlight-color: transparent;
}
.human a:active,
.mail-alt a:active,
.co-top:active,
.nav a:active {
	background: var(--yellow);
}
.logo:active {
	scale: 0.94;
}
/* easter egg: holding the logo draws a ring in round it */
.logo {
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}
.logo::after {
	content: "";
	position: absolute;
	inset: -7px;
	border: 2.5px solid var(--ink);
	border-radius: 50%;
	opacity: 0;
	scale: 1.5;
	pointer-events: none;
}
.logo.hold::after {
	opacity: 1;
	scale: 1;
	transition:
		scale 1s 0.2s cubic-bezier(0.3, 0, 0.7, 1),
		opacity 0.3s 0.2s;
}
.egg {
	color: var(--ink-2);
}
.egg-t {
	display: none;
}
@media (hover: none) {
	.egg-k {
		display: none;
	}
	.egg-t {
		display: inline;
	}
}
html:not(.js) .egg {
	display: none;
}
.if-t {
	display: none;
}
@media (hover: none) {
	.if-f {
		display: none;
	}
	.if-t {
		display: inline;
	}
}
@media (max-width: 560px) {
	.human a {
		display: inline-block;
		padding: 11px 0;
		margin: -11px 0;
	}
	.mail-alt a {
		padding: 12px 4px;
	}
	.colophon,
	.doc-m {
		font-size: 0.875rem;
	}
	.js .nav {
		padding-top: max(96px, calc(env(safe-area-inset-top) + 80px));
	}
	.js .nav .nav-foot {
		bottom: calc(max(28px, env(safe-area-inset-bottom)) + max(0px, 100% - var(--ih, 100%)));
	}
}
@media (max-width: 900px) and (min-height: 501px), (max-width: 600px) {
	.tour .stops {
		scroll-snap-type: x proximity;
		scroll-padding-inline: var(--gut);
	}
	.stops li {
		scroll-snap-align: center;
	}
}

@media (hover: none) {
	.nl-f,
	.ns-f {
		display: none;
	}
	.nl-t,
	.ns-t {
		display: block;
	}
	.proj.reg .t-c {
		clip-path: inset(0);
		transition-delay: 0.3s;
	}
	.nr-f {
		display: none;
	}
	.nr-t {
		display: inline;
	}
}

@media (prefers-reduced-motion: reduce) {
	html,
	html.ld {
		scroll-behavior: auto;
	}
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		transition-delay: 0s !important;
	}
	.scroll-l::after {
		transform: none;
	}
	.seal-r {
		animation: none;
	}
	.nl-p {
		display: none !important;
	}
}

@media (max-width: 1279px) {
	.note-mail {
		display: none;
	}
}
@media (min-width: 901px) and (max-width: 1180px) {
	.note-look {
		display: none;
	}
}

html:not(.js) .clock-l,
html:not(.js) .sound,
html:not(.js) .note-snd,
html:not(.js) #scatter,
html:not(.js) .note-stk,
html:not(.js) .note-mail,
html:not(.gl) .note-look {
	display: none;
}
@media (prefers-reduced-motion: reduce) {
	.note-look {
		display: none;
	}
}

@media (max-height: 500px) and (min-width: 601px) and (orientation: landscape) {
	.hero {
		grid-template-columns: repeat(12, minmax(0, 1fr));
		align-items: center;
		min-height: auto;
		padding-top: 88px;
		padding-bottom: 36px;
	}
	.art {
		grid-column: 5 / -1;
		grid-row: 1;
		justify-self: end;
		width: min(calc((100svh - 70px) * 5 / 3), 72vw);
		margin: 0 calc(var(--gut) * -0.5) 0 0;
	}
	.hero-copy {
		grid-column: 1 / span 7;
		grid-row: 1;
		margin: 0;
	}
	.h1 {
		font-size: clamp(3rem, 19vh, 5.4rem);
		margin-bottom: 12px;
	}
	.lede {
		max-width: 30ch;
		font-size: 1rem;
		margin-bottom: 16px;
	}
	.note-look {
		display: none;
	}
	.tour .road-pin {
		grid-template:
			"deck ." minmax(0, 1fr)
			"bar bar" auto / minmax(0, min(27rem, 50vw)) minmax(0, 1fr);
		padding: calc(var(--navh) + 6px) max(var(--gut), env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom))
			max(var(--gut), env(safe-area-inset-left));
	}
	.tour .job,
	.tour .road-start {
		padding: 12px 16px 14px;
		box-shadow: 6px 5px 0 var(--sh);
	}
	.tour .job::before {
		content: "Stop " attr(data-n);
	}
	.tour .j-co,
	.rs-t {
		margin: 6px 0 2px;
		font-size: 1.5rem;
	}
	.tour .j-what,
	.rs-d {
		margin-top: 8px;
		padding-top: 8px;
		font-size: 0.875rem;
		line-height: 1.38;
	}
	.note-road {
		display: none;
	}
	.stops a {
		min-height: 44px;
		padding: 3px 12px 4px;
	}
}

:root {
	--navh: 0px;
}
.js {
	--navh: 78px;
}
.sheet[id] {
	scroll-margin-top: calc(var(--navh) + 8px);
}
.here {
	display: none;
}
.nav a {
	isolation: isolate;
}
.nav a[aria-current]::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 5px -10px;
	border-radius: 999px;
	background: var(--pink);
	box-shadow: inset 0 0 0 2px var(--ink);
	rotate: -3deg;
}
.top.stuck {
	position: fixed;
	top: max(10px, env(safe-area-inset-top));
	left: 50%;
	right: auto;
	translate: -50% 0;
	width: max-content;
	max-width: calc(100vw - 24px);
	gap: 20px;
	padding: 5px 7px 5px 5px;
	border: 2px solid var(--ink);
	border-radius: 999px;
	background: var(--grain), var(--paper);
	box-shadow: 6px 5px 0 var(--pink);
	animation: tab-in 0.6s var(--spring);
}
@keyframes tab-in {
	from {
		translate: -50% -150%;
		rotate: -3deg;
	}
}
.stuck .logo {
	width: 46px;
	height: 46px;
}
.stuck .note-snd,
.stuck .sound-l,
.stuck .nav a::after {
	display: none;
}
.stuck .sound {
	width: 46px;
	padding: 0;
	justify-content: center;
}
.stuck .bubble {
	min-height: 44px;
}
.stuck .bubble::after {
	display: none;
}
@media (max-width: 900px) {
	.js {
		--navh: 66px;
	}
	/* no resting transform here: the menu sheet inside must stay full-screen */
	.top.stuck {
		left: max(10px, env(safe-area-inset-left));
		right: max(10px, env(safe-area-inset-right));
		translate: none;
		width: auto;
		max-width: none;
		padding: 4px 4px 4px 4px;
		animation: tab-drop 0.5s var(--spring);
	}
	@keyframes tab-drop {
		from {
			translate: 0 -130%;
		}
	}
	.stuck .here {
		display: block;
		flex: 1;
		min-width: 0;
		font: 700 1.25rem/1 var(--serif-d);
		font-variation-settings:
			"SOFT" 100,
			"WONK" 1;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.stuck .top-r > :not(.menu-btn, .sound) {
		display: none;
	}
	.menu-open .top.stuck {
		border-color: transparent;
		background: none;
		box-shadow: none;
		animation: none;
	}
	.menu-open .here {
		visibility: hidden;
	}
	.js .nav a[aria-current]::before {
		inset: 8px -14px 6px;
		background: var(--yellow);
	}
}
@media (max-width: 600px) and (max-height: 760px) {
	.js {
		--navh: 60px;
	}
	.top.stuck .logo {
		width: 42px;
		height: 42px;
	}
	.tour .job,
	.tour .road-start {
		padding: 12px 16px 13px;
	}
	.tour .j-co,
	.rs-t {
		font-size: 1.6rem;
	}
	.tour .j-what,
	.rs-d {
		margin-top: 8px;
		padding-top: 8px;
		font-size: 0.875rem;
		line-height: 1.38;
	}
	.stops a {
		min-height: 44px;
	}
}

/* short screens (landscape phones): the menu scrolls, links shrink, the mail block flows */
@media (max-width: 900px) and (max-height: 560px) {
	.js .nav {
		justify-content: flex-start;
		gap: 0;
		padding-top: max(72px, calc(env(safe-area-inset-top) + 64px));
		padding-bottom: max(20px, env(safe-area-inset-bottom));
	}
	.js .nav a {
		font-size: clamp(1.7rem, 8vh, 2.3rem);
		padding: 4px 0;
	}
	.js .nav .nav-foot {
		position: static;
		margin-top: 14px;
	}
}
