:root {
	--ink: #111;
	--muted: #85857e;
	--soft-muted: #a2a29a;
	--canvas: #f7f7f3;
	--surface: #fff;
	--line: #dcdcd5;
	--ease: cubic-bezier(.22, .61, .36, 1);
	font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
	color: var(--ink);
	background: var(--canvas);
	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

* {
	box-sizing: border-box;
}

html {
	min-width: 320px;
	background: var(--canvas);
}

body {
	min-width: 320px;
	min-height: 100svh;
	margin: 0;
	overflow-x: clip;
	background:
		radial-gradient(circle at 8% 8%, rgb(255 255 255 / .9), transparent 28rem),
		var(--canvas);
}

a {
	color: inherit;
	text-decoration: none;
}

p,
h1,
h2 {
	margin: 0;
}

.site-shell {
	min-height: 100svh;
	display: flex;
	flex-direction: column;
}

.site-header {
	position: relative;
	z-index: 2;
	min-height: 76px;
	padding:
		max(16px, env(safe-area-inset-top))
		clamp(20px, 5vw, 72px)
		16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	border-bottom: 1px solid rgb(17 17 17 / .08);
	background:
		radial-gradient(ellipse at 14% -80%, rgb(255 255 255 / .98) 0%, rgb(255 255 255 / .58) 34%, transparent 62%),
		radial-gradient(ellipse at 86% 180%, rgb(214 224 232 / .4) 0%, transparent 55%),
		linear-gradient(110deg, rgb(255 255 255 / .74) 0%, rgb(238 243 247 / .48) 52%, rgb(255 255 255 / .72) 100%);
	backdrop-filter: blur(30px) saturate(190%) contrast(104%);
	-webkit-backdrop-filter: blur(30px) saturate(190%) contrast(104%);
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / .96),
		inset 0 -1px 0 rgb(255 255 255 / .45),
		0 14px 34px rgb(17 17 17 / .05);
}

.wordmark {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -.08em;
}

.wordmark span,
.monogram span {
	color: #70706b;
}

.header-label {
	color: #77776f;
	font-size: 12px;
	letter-spacing: .01em;
}

main {
	width: min(100%, 1240px);
	margin: 0 auto;
	padding: clamp(54px, 8vw, 96px) clamp(20px, 5vw, 72px);
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 64px;
	flex: 1;
}

.identity {
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.monogram {
	width: 78px;
	height: 78px;
	display: grid;
	place-items: center;
	border: 1px solid #deded7;
	border-radius: 50%;
	background: var(--surface);
	box-shadow: 0 14px 34px rgb(17 17 17 / .055);
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -.08em;
	animation: enter .72s var(--ease) both;
}

.identity-copy {
	margin-top: clamp(38px, 6vw, 68px);
}

.eyebrow,
.section-kicker {
	color: #8d8d85;
	font-size: 11px;
	line-height: 1.4;
	letter-spacing: .09em;
	text-transform: uppercase;
}

h1 {
	margin-top: 14px;
	font-size: clamp(48px, 11vw, 74px);
	font-weight: 400;
	line-height: .9;
	letter-spacing: -.075em;
	text-wrap: balance;
	animation: enter .72s .08s var(--ease) both;
}

.eyebrow {
	animation: enter .72s .04s var(--ease) both;
}

.introduction {
	max-width: 470px;
	margin-top: 26px;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.65;
	animation: enter .72s .14s var(--ease) both;
}

.location {
	margin-top: 34px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #787870;
	font-size: 12px;
	animation: enter .72s .2s var(--ease) both;
}

.location-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--ink);
	box-shadow: 0 0 0 4px rgb(17 17 17 / .07);
}

.directory {
	min-width: 0;
}

.directory-heading {
	margin-bottom: 28px;
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	animation: enter .72s .08s var(--ease) both;
}

h2 {
	margin-top: 8px;
	font-size: clamp(36px, 7vw, 54px);
	font-weight: 400;
	line-height: .98;
	letter-spacing: -.065em;
}

.directory-note {
	max-width: 220px;
	padding-bottom: 3px;
	color: var(--muted);
	font-size: 12px;
	line-height: 1.5;
	text-align: right;
}

.link-list {
	display: block;
	border-top: 1px solid var(--line);
}

.link-item {
	position: relative;
	min-height: 82px;
	padding: 14px 12px;
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) 28px;
	align-items: center;
	gap: 16px;
	border-bottom: 1px solid var(--line);
	isolation: isolate;
	overflow: hidden;
	touch-action: manipulation;
	animation: enter .68s calc(.14s + var(--item-index) * 55ms) var(--ease) both;
	transition:
		color .28s ease,
		border-color .28s ease,
		transform .45s var(--ease);
}

.link-item::before {
	content: "";
	position: absolute;
	inset: 4px 0;
	z-index: -1;
	border-radius: 7px;
	background: var(--ink);
	opacity: 0;
	transform: scale(.985);
	transition:
		opacity .28s ease,
		transform .48s var(--ease);
}

.link-icon {
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border: 1px solid #e3e3dd;
	border-radius: 50%;
	background: var(--surface);
	transition:
		background .28s ease,
		border-color .28s ease,
		transform .48s var(--ease);
}

.link-icon img {
	width: 17px;
	height: 17px;
	display: block;
	object-fit: contain;
	transition: filter .28s ease;
}

.link-copy {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.link-copy strong {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -.035em;
}

.link-copy > span {
	color: #8c8c84;
	font-size: 12px;
	line-height: 1.45;
	transition: color .28s ease;
}

.link-arrow {
	justify-self: end;
	font-size: 20px;
	font-weight: 300;
	transition: transform .48s var(--ease);
}

.link-item:focus-visible {
	outline: 2px solid var(--ink);
	outline-offset: 4px;
	border-radius: 7px;
}

.link-item:active {
	transform: scale(.99);
}

footer {
	min-height: 78px;
	padding:
		24px
		clamp(20px, 5vw, 72px)
		max(24px, env(safe-area-inset-bottom));
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	color: #a2a29c;
	background: var(--ink);
	font-size: 11px;
	line-height: 1.4;
	letter-spacing: .02em;
}

@keyframes enter {
	from {
		opacity: 0;
		transform: translateY(14px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (hover: hover) and (pointer: fine) {
	.link-item:hover {
		color: #fff;
		transform: translateX(3px);
	}

	.link-item:hover::before {
		opacity: 1;
		transform: scale(1);
	}

	.link-item:hover .link-icon {
		border-color: #333;
		background: #222;
		transform: scale(.95);
	}

	.link-item:hover .link-icon img {
		filter: brightness(0) invert(1);
	}

	.link-item:hover .link-copy > span {
		color: #aaa;
	}

	.link-item:hover .link-arrow {
		transform: translate(-3px, -2px) rotate(-45deg) scale(1.1);
	}
}

@media (min-width: 900px) {
	main {
		min-height: calc(100svh - 154px);
		padding-top: clamp(64px, 7vh, 94px);
		padding-bottom: clamp(64px, 7vh, 94px);
		grid-template-columns: minmax(300px, .82fr) minmax(470px, 1.18fr);
		align-items: center;
		gap: clamp(72px, 10vw, 150px);
	}

	.identity {
		align-self: stretch;
		justify-content: center;
	}

	.directory {
		align-self: center;
	}

	h1 {
		font-size: clamp(58px, 5.6vw, 82px);
	}
}

@media (max-width: 640px) {
	.site-header {
		min-height: 66px;
	}

	main {
		padding-top: 46px;
		padding-bottom: 64px;
		gap: 58px;
	}

	.monogram {
		width: 68px;
		height: 68px;
	}

	.identity-copy {
		margin-top: 34px;
	}

	h1 {
		font-size: clamp(48px, 15vw, 66px);
	}

	.introduction {
		font-size: 15px;
	}

	.directory-heading {
		display: block;
	}

	.directory-note {
		max-width: 310px;
		margin-top: 14px;
		text-align: left;
	}

	.link-item {
		min-height: 86px;
		padding-right: 8px;
		padding-left: 4px;
		gap: 13px;
	}

	.link-copy strong {
		font-size: 19px;
	}

	.link-copy > span {
		font-size: 13px;
	}

	footer {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}
}

@media (max-width: 360px) {
	main {
		padding-right: 18px;
		padding-left: 18px;
	}

	.link-item {
		grid-template-columns: 40px minmax(0, 1fr) 22px;
		gap: 11px;
	}

	.link-icon {
		width: 40px;
		height: 40px;
	}

	.link-copy > span {
		font-size: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-delay: 0ms !important;
		transition-duration: .01ms !important;
	}
}

@media (prefers-reduced-transparency: reduce) {
	.site-header {
		background: var(--surface);
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		box-shadow: none;
	}
}
