@font-face {
	font-family: "Fraunces";
	src: url("fonts/fraunces-latin-wght-normal.woff2") format("woff2");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Atkinson Hyperlegible";
	src: url("fonts/atkinson-hyperlegible-latin-400-normal.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Atkinson Hyperlegible";
	src: url("fonts/atkinson-hyperlegible-latin-700-normal.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

:root {
	--bg: #141311;
	--surface: #f3efe6;
	--ink: #f4f0e6;
	--ink-dark: #1c1a16;
	--accent: #1e5c40;
	--line: #3a342c;
	--font-display: "Fraunces", serif;
	--font-body: "Atkinson Hyperlegible", sans-serif;
	--space-sm: 8px;
	--space-md: 20px;
	--space-lg: 48px;
	--space-xl: 96px;
	--wrap: 72rem;
	--radius: 0px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

:where(html) {
	scroll-behavior: smooth;
}

:where(body) {
	margin: 0;
	background: var(--bg);
	color: var(--ink);
	font-family: var(--font-body);
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
}

:where(h1, h2, p, ul, figure, address) {
	margin: 0;
}

:where(img) {
	max-width: 100%;
	height: auto;
	display: block;
}

:where(a) {
	color: inherit;
}

:where(a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible) {
	outline: 2px solid var(--accent);
	outline-offset: 3px;
}

.skip {
	position: absolute;
	left: var(--space-md);
	top: -4rem;
	background: var(--accent);
	color: var(--ink);
	padding: 0.5rem 0.8rem;
	z-index: 5;
}

.skip:focus {
	top: var(--space-md);
}

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

.hero {
	position: relative;
	min-height: 100svh;
	display: flex;
	flex-direction: column;
	color: var(--ink);
}

.hero__media,
.hero__scrim,
.hero__fallback {
	position: absolute;
	inset: 0;
}

.hero__photo,
.hero__fallback {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 62%;
}

.hero__fallback {
	background:
		linear-gradient(160deg, rgba(30, 92, 64, 0.35), transparent 45%),
		var(--bg);
}

.hero__scrim {
	background: linear-gradient(to top, rgba(20, 19, 17, 0.92) 0%, rgba(20, 19, 17, 0.28) 46%, rgba(20, 19, 17, 0.42) 100%);
}

.hero__top,
.hero__bottom {
	position: relative;
	z-index: 1;
}

.hero__top {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: var(--space-md);
	padding-top: 1.25rem;
}

.brand,
.brand-lockup {
	font-family: var(--font-display);
	font-weight: 600;
	letter-spacing: -0.03em;
	text-decoration: none;
}

.brand {
	font-size: 1.35rem;
}

.nav__links {
	display: none;
	gap: 1.25rem;
}

.nav__links a,
.nav__jump,
.quiet {
	text-decoration: none;
	font-size: 1rem;
}

.nav__links a:hover,
.nav__jump:hover,
.quiet:hover,
.band a:hover,
.colophon a:hover {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.hero__bottom {
	margin-top: auto;
	padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
	max-width: calc(var(--wrap) + 2.5rem);
}

.hero h1 {
	font-family: var(--font-display);
	font-weight: 600;
	font-size: clamp(3.4rem, 8vw, 6.4rem);
	line-height: 0.92;
	letter-spacing: -0.045em;
	max-width: 8ch;
}

.lede {
	max-width: 28rem;
	margin-top: 1rem;
	font-size: 1.2rem;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.25rem;
	margin-top: 1.5rem;
}

.button {
	appearance: none;
	border: 0;
	border-radius: var(--radius);
	background: var(--accent);
	color: var(--ink);
	font-family: var(--font-body);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	padding: 0.95rem 1.25rem;
	cursor: pointer;
}

.button:hover {
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.band {
	padding-block: clamp(4rem, 9vw, 7.5rem);
}

.band--paper {
	background: var(--surface);
	color: var(--ink-dark);
}

.band--dark {
	background: var(--bg);
	color: var(--ink);
}

.band h2 {
	font-family: var(--font-display);
	font-weight: 600;
	font-size: clamp(2.4rem, 5vw, 4.2rem);
	line-height: 0.98;
	letter-spacing: -0.04em;
	max-width: 14ch;
}

.prose p,
.split p,
.inquire p {
	max-width: 38rem;
	margin-top: 1.25rem;
}

.bleed {
	width: 100%;
	margin-top: var(--space-xl);
}

.bleed .frame__photo,
.pair .frame__photo {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.bleed .frame__photo {
	max-height: 78vh;
	width: 100%;
	object-fit: cover;
}

.bleed figcaption,
.pair figcaption {
	width: min(var(--wrap), calc(100% - 2.5rem));
	margin: 0.7rem auto 0;
	font-size: 0.95rem;
}

.pair {
	display: grid;
	grid-template-columns: 1.35fr 0.8fr;
	gap: var(--space-md);
	margin-top: var(--space-lg);
	align-items: start;
}

.pair figure:first-child .frame__photo {
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.pair figure:last-child .frame__photo {
	aspect-ratio: 3 / 4;
	object-fit: cover;
	margin-top: 12vh;
}

.split {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: clamp(2rem, 5vw, 5rem);
	align-items: end;
}

.facts {
	list-style: none;
	padding: 0;
	border-top: 1px solid var(--line);
}

.facts li {
	border-bottom: 1px solid var(--line);
	padding-block: 0.9rem;
	font-family: var(--font-display);
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	letter-spacing: -0.03em;
}

address {
	font-style: normal;
	font-family: var(--font-display);
	font-size: clamp(1.7rem, 3vw, 2.4rem);
	line-height: 1.25;
	letter-spacing: -0.03em;
	margin-top: 1.25rem;
}

.map iframe {
	width: 100%;
	height: 22rem;
	border: 0;
	background: var(--line);
	filter: grayscale(1) contrast(0.92);
}

.inquire {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: clamp(2rem, 5vw, 4rem);
	align-items: start;
}

.form {
	display: grid;
	gap: 1.25rem;
}

.fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem 1.25rem;
}

.fields label,
.form label {
	display: grid;
	gap: 0.4rem;
	font-size: 0.95rem;
}

.fields .full {
	grid-column: 1 / -1;
}

input,
select,
textarea {
	width: 100%;
	border: 0;
	border-bottom: 1px solid var(--line);
	border-radius: var(--radius);
	background: transparent;
	color: inherit;
	font: inherit;
	padding: 0.65rem 0;
}

.band--dark input,
.band--dark select,
.band--dark textarea {
	border-bottom-color: rgba(244, 240, 230, 0.45);
}

textarea {
	resize: vertical;
}

.hp {
	position: absolute;
	left: -10000px;
	height: 0;
	overflow: hidden;
}

.notice {
	padding-bottom: 0.25rem;
}

.notice--warn {
	font-weight: 700;
}

.colophon {
	padding-bottom: 2rem;
	color: var(--ink);
	font-size: 0.95rem;
}

.fallback {
	min-height: 70vh;
	display: grid;
	align-items: center;
}

.fallback h1 {
	font-family: var(--font-display);
	font-size: clamp(2.5rem, 6vw, 4.5rem);
	letter-spacing: -0.04em;
	line-height: 0.95;
	margin-top: 0.75rem;
}

.fallback p {
	margin-top: 1.25rem;
}

@media (min-width: 800px) {
	.nav__jump {
		display: none;
	}

	.nav__links {
		display: flex;
	}
}

@media (max-width: 799px) {
	.pair,
	.split,
	.inquire,
	.fields {
		grid-template-columns: 1fr;
	}

	.pair figure:last-child .frame__photo {
		margin-top: 0;
	}

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

	.map iframe {
		height: 16rem;
	}
}

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