@font-face {
	font-family: Inter;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/inter-latin-400.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: Inter;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/inter-latin-ext-400.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/inter-latin-500.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Inter Tight";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/inter-tight-latin-600.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Inter Tight";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/inter-tight-latin-ext-600.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "Inter Tight";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/inter-tight-latin-700.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--b65-ink: #0a0a0a;
	--b65-paper: #f5f3ee;
	--b65-white: #ffffff;
	--b65-signal: #e65032;
	--b65-max: 1440px;
	--b65-gutter: clamp(1.25rem, 4vw, 4rem);
	--b65-header: 6.35rem;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--b65-paper);
	color: var(--b65-ink);
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
	font-size: 1.125rem;
	line-height: 1.5;
}

img,
svg,
video {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-underline-offset: 0.2em;
	transition: color 0.18s ease, border-color 0.18s ease;
}

a:hover {
	color: var(--b65-signal);
}

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

h1,
h2,
h3,
h4 {
	font-family: "Inter Tight", "Helvetica Neue", Arial, sans-serif;
	font-weight: 600;
	line-height: 1.08;
	margin: 0 0 0.6em;
	text-wrap: balance;
}

h1 {
	font-size: clamp(2.4rem, 7vw, 6rem);
}

h2 {
	font-size: clamp(1.6rem, 3.5vw, 2.6rem);
}

h3 {
	font-size: clamp(1.2rem, 2vw, 1.6rem);
}

p {
	max-width: 38rem;
}

.b65-skip,
.skip-link,
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.b65-skip:focus,
.skip-link:focus,
.screen-reader-text:focus {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0.5rem 0.8rem;
	overflow: visible;
	clip: auto;
	clip-path: none;
	white-space: normal;
	left: 0.75rem;
	top: 0.75rem;
	background: var(--b65-ink);
	color: var(--b65-paper);
	z-index: 1000;
}

.b65-label {
	font-size: 0.75rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	margin: 0 0 0.75rem;
}

.b65-button {
	display: inline-block;
	padding: 0.7rem 1.1rem;
	background: var(--b65-ink);
	color: var(--b65-paper);
	text-decoration: none;
	border: 1px solid var(--b65-ink);
	border-radius: 0;
	font: inherit;
	font-size: 0.95rem;
	cursor: pointer;
}

.b65-button:hover {
	background: var(--b65-signal);
	border-color: var(--b65-signal);
	color: var(--b65-white);
}

.b65-button--ghost {
	background: transparent;
	color: var(--b65-ink);
}

.b65-button--ghost:hover {
	color: var(--b65-white);
}

.b65-header {
	position: sticky;
	top: 0;
	z-index: 40;
	background: color-mix(in srgb, var(--b65-paper) 92%, transparent);
	backdrop-filter: blur(8px);
	border-bottom: 1px solid color-mix(in srgb, var(--b65-ink) 12%, transparent);
}

.b65-header__inner {
	max-width: var(--b65-max);
	margin: 0 auto;
	padding: 1rem var(--b65-gutter);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	min-height: var(--b65-header);
}

.b65-brand {
	text-decoration: none;
	display: grid;
	gap: 0.2rem;
}

.b65-brand__mark {
	font-family: "Inter Tight", sans-serif;
	font-weight: 700;
	font-size: clamp(2.1rem, 4.4vw, 3.15rem);
	letter-spacing: 0.02em;
	line-height: 0.95;
}

.b65-brand__tag {
	font-size: clamp(0.7rem, 1.1vw, 0.82rem);
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.b65-nav {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.b65-nav__list {
	display: flex;
	gap: 1.45rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.b65-nav__list a {
	text-decoration: none;
	font-size: 1rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.b65-nav__list .current-menu-item a,
.b65-nav__list .current_page_item a {
	color: var(--b65-signal);
}

.b65-langs {
	font-size: 1rem;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.b65-langs__current {
	color: var(--b65-signal);
	font-weight: 500;
}

.b65-langs__missing {
	opacity: 0.35;
}

.b65-langs a {
	text-decoration: none;
}

.b65-nav-toggle {
	display: none;
	background: none;
	border: 0;
	padding: 0.35rem;
	cursor: pointer;
	color: inherit;
	align-items: center;
	gap: 0.5rem;
}

.b65-nav-toggle__bars,
.b65-nav-toggle__bars::before,
.b65-nav-toggle__bars::after {
	display: block;
	width: 1.35rem;
	height: 2px;
	background: currentColor;
	position: relative;
}

.b65-nav-toggle__bars::before,
.b65-nav-toggle__bars::after {
	content: "";
	position: absolute;
	left: 0;
}

.b65-nav-toggle__bars::before {
	top: -6px;
}

.b65-nav-toggle__bars::after {
	top: 6px;
}

.b65-hero {
	position: relative;
	background: var(--b65-ink);
	color: var(--b65-paper);
}

.b65-hero--type {
	min-height: min(85vh, 52rem);
	display: grid;
	align-items: end;
	padding: clamp(2rem, 6vw, 5rem) var(--b65-gutter) clamp(2.5rem, 6vw, 4.5rem);
	background: #0a0a0a;
}

.b65-hero--image {
	min-height: min(85vh, 52rem);
	display: grid;
	grid-template-rows: minmax(68vh, 1fr) auto;
	overflow: hidden;
	padding: 0 var(--b65-gutter) clamp(1.25rem, 3vw, 2rem);
	color: var(--b65-paper);
}

.b65-hero--image .b65-hero__media {
	position: absolute;
	inset: 0;
}

.b65-hero--image .b65-hero__media img {
	width: 142%;
	max-width: none;
	height: 118%;
	object-fit: cover;
	object-position: 58% 16%;
	transform: translate(-22%, -6%);
}

.b65-hero--image .b65-hero__content {
	position: relative;
	z-index: 1;
	grid-row: 2;
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0.95rem 1.25rem 1.1rem;
	background: color-mix(in srgb, var(--b65-ink) 58%, transparent);
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(14rem, 0.9fr);
	column-gap: clamp(1.5rem, 4vw, 3rem);
	align-items: end;
}

.b65-hero--image .b65-label,
.b65-hero--image .b65-hero__title,
.b65-hero--image .b65-hero__sub {
	grid-column: 1;
}

.b65-hero--image .b65-hero__lead,
.b65-hero--image .b65-hero__date,
.b65-hero--image .b65-hero__actions {
	grid-column: 2;
}

.b65-hero--image .b65-hero__title {
	font-size: clamp(1.7rem, 3.6vw, 3.2rem);
	margin-bottom: 0.15em;
}

.b65-hero--image .b65-hero__sub {
	max-width: none;
	margin-bottom: 0;
	font-size: clamp(1.15rem, 2vw, 1.7rem);
}

.b65-hero--image .b65-hero__lead,
.b65-hero--image .b65-hero__date {
	max-width: none;
}

.b65-hero--image .b65-label {
	margin-bottom: 0.35rem;
}

.b65-hero--type .b65-hero__content {
	max-width: var(--b65-max);
	width: 100%;
	margin: 0 auto;
}

.b65-hero--image .b65-hero__date {
	color: var(--b65-signal);
}

.b65-hero--image .b65-button--ghost {
	color: var(--b65-paper);
	border-color: var(--b65-paper);
}

.b65-hero__title {
	margin-bottom: 0.2em;
}

.b65-hero__sub {
	font-family: "Inter Tight", sans-serif;
	font-size: clamp(1.4rem, 3vw, 2.2rem);
	max-width: 28ch;
	margin-bottom: 0.8rem;
}

.b65-hero__lead,
.b65-hero__date {
	max-width: 36rem;
}

.b65-hero__date {
	color: var(--b65-signal);
	font-weight: 500;
}

.b65-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	max-width: none;
}

.b65-hero--type .b65-button--ghost {
	color: var(--b65-paper);
	border-color: var(--b65-paper);
}

.b65-section {
	max-width: var(--b65-max);
	margin: 0 auto;
	padding: clamp(3rem, 8vw, 6rem) var(--b65-gutter);
}

.b65-section__head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 1rem;
	margin-bottom: 1.75rem;
}

.b65-stance__inner {
	max-width: 40rem;
}

.b65-stance p {
	margin-bottom: 1.1rem;
}

.b65-dates__list {
	display: grid;
	gap: 1.5rem;
}

.b65-card {
	margin: 0;
}

.b65-card__link {
	text-decoration: none;
	display: grid;
	gap: 0.75rem;
}

.b65-card__date {
	color: var(--b65-signal);
	font-size: 0.95rem;
	font-weight: 500;
	margin: 0;
}

.b65-card__title {
	margin: 0;
}

.b65-card__year,
.b65-card__format,
.b65-card__teaser {
	margin: 0.25rem 0 0;
}

.b65-card__media img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	background: var(--b65-white);
}

.b65-card--date .b65-card__link {
	grid-template-columns: minmax(9rem, 14rem) 1fr;
	align-items: start;
	border-top: 1px solid color-mix(in srgb, var(--b65-ink) 16%, transparent);
	padding-top: 1rem;
}

.b65-projects__grid {
	display: grid;
	gap: 1.5rem 1.25rem;
	grid-template-columns: 1fr;
}

.b65-process {
	background: var(--b65-ink);
	color: var(--b65-paper);
	max-width: none;
	padding: 0;
	display: grid;
}

.b65-process__media {
	margin: 0;
	background: #111;
}

.b65-process__media img {
	width: 100%;
	height: 100%;
	min-height: min(52vh, 34rem);
	object-fit: cover;
	object-position: center;
}

.b65-process__copy {
	padding: clamp(2rem, 6vw, 4.5rem) max(var(--b65-gutter), calc((100% - var(--b65-max)) / 2 + var(--b65-gutter)));
}

.b65-process__title {
	margin: 0 0 1.75rem;
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-weight: 500;
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.b65-process__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0;
}

.b65-process__list li {
	display: grid;
	grid-template-columns: 2.6rem 1fr;
	column-gap: 1rem;
	align-items: baseline;
	padding: 0.85rem 0;
	border-top: 1px solid color-mix(in srgb, var(--b65-paper) 18%, transparent);
}

.b65-process__list li:last-child {
	border-bottom: 1px solid color-mix(in srgb, var(--b65-paper) 18%, transparent);
}

.b65-process__num {
	font-size: 0.8rem;
	letter-spacing: 0.12em;
	color: var(--b65-signal);
	font-weight: 500;
}

.b65-process__verb {
	font-family: "Inter Tight", sans-serif;
	font-size: clamp(1.55rem, 3.2vw, 2.35rem);
	letter-spacing: -0.02em;
	line-height: 1.15;
}

@media (min-width: 900px) {
	.b65-process {
		grid-template-columns: 1.35fr 1fr;
		align-items: stretch;
	}

	.b65-process__copy {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

.b65-space__links {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.5rem;
	align-items: center;
	max-width: none;
}

.b65-footer {
	border-top: 1px solid color-mix(in srgb, var(--b65-ink) 16%, transparent);
	padding: clamp(2.5rem, 6vw, 4rem) var(--b65-gutter);
}

.b65-footer__grid {
	max-width: var(--b65-max);
	margin: 0 auto;
	display: grid;
	gap: 2rem;
}

.b65-footer__legal {
	list-style: none;
	margin: 0;
	padding: 0;
}

.b65-footer__legal li + li {
	margin-top: 0.4rem;
}

.b65-footer__mail {
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.b65-nl-hint {
	margin: 0 0 0.85rem;
}

.b65-form--newsletter p {
	margin: 0 0 0.7rem;
}

.b65-form--newsletter input[type="email"] {
	margin-bottom: 0;
}

.b65-nl-privacy {
	margin: 0 0 0.7rem;
	font-size: 0.9rem;
}

.b65-form--newsletter .b65-button {
	width: 100%;
}

.b65-main--page {
	padding: clamp(2rem, 5vw, 4rem) var(--b65-gutter) 4rem;
	max-width: var(--b65-max);
	margin: 0 auto;
}

.b65-pagehead h1 {
	max-width: 16ch;
}

.b65-prose {
	max-width: 40rem;
}

.b65-prose p,
.b65-prose li {
	max-width: 38rem;
}

.b65-about-links {
	margin-top: clamp(2.5rem, 5vw, 4rem);
	max-width: 40rem;
}

.b65-about-links h2 {
	margin: 0 0 1.25rem;
	font-size: clamp(1.2rem, 2vw, 1.6rem);
}

.b65-about-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1.5rem;
}

.b65-about-links li {
	padding-top: 1.25rem;
	border-top: 1px solid color-mix(in srgb, var(--b65-ink) 14%, transparent);
}

.b65-about-links__who {
	margin: 0;
	font-family: "Inter Tight", sans-serif;
	font-size: 1.25rem;
}

.b65-about-links__meta {
	margin: 0.2rem 0 0.45rem;
	font-size: 0.95rem;
}

.b65-about-links a {
	text-underline-offset: 0.18em;
}

.b65-entry__sub {
	font-family: "Inter Tight", sans-serif;
	font-size: clamp(1.4rem, 3vw, 2.1rem);
	max-width: 28ch;
}

.b65-entry__date {
	color: var(--b65-signal);
	font-weight: 500;
}

.b65-entry__hero {
	margin: 1.5rem 0 2rem;
	background: var(--b65-white);
}

.b65-entry__hero img {
	width: 100%;
	max-height: 70vh;
	object-fit: cover;
}

.b65-entry__lead {
	font-size: 1.25rem;
	max-width: 38rem;
}

.b65-entry__meta {
	margin: 2rem 0;
	padding: 1.25rem 0;
	border-top: 1px solid color-mix(in srgb, var(--b65-ink) 16%, transparent);
	border-bottom: 1px solid color-mix(in srgb, var(--b65-ink) 16%, transparent);
}

.b65-entry__meta dl {
	display: grid;
	grid-template-columns: 10rem 1fr;
	gap: 0.5rem 1rem;
	margin: 0 0 1rem;
}

.b65-entry__meta dt {
	font-size: 0.75rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.b65-entry__meta dd {
	margin: 0;
}

.b65-schedule {
	margin: 2rem 0 3rem;
	display: grid;
	gap: 0;
}

.b65-schedule__row {
	display: grid;
	grid-template-columns: minmax(12rem, 1fr) 1.4fr;
	gap: 1rem;
	padding: 1rem 0;
	border-top: 1px solid color-mix(in srgb, var(--b65-ink) 16%, transparent);
}

.b65-schedule__what {
	font-family: "Inter Tight", sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin: 0;
}

.b65-gallery {
	display: grid;
	gap: 1.25rem;
	margin: 2.5rem 0;
}

.b65-gallery figure {
	margin: 0;
	background: var(--b65-white);
}

.b65-gallery figcaption,
.b65-credits {
	font-size: 0.875rem;
}

.b65-archive__list,
.b65-projects__grid--page {
	display: grid;
	gap: 2rem 1.25rem;
}

.b65-facts {
	margin-top: 3rem;
}

.b65-facts dl {
	display: grid;
	grid-template-columns: 10rem 1fr;
	gap: 0.7rem 1rem;
}

.b65-facts dt {
	font-size: 0.75rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.b65-facts dd {
	margin: 0;
}

.b65-enquiry {
	margin-top: 3rem;
	max-width: 36rem;
}

.b65-form label {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.9rem;
}

.b65-form input[type="text"],
.b65-form input[type="email"],
.b65-form textarea {
	width: 100%;
	border: 1px solid var(--b65-ink);
	border-radius: 0;
	background: var(--b65-white);
	padding: 0.65rem 0.7rem;
	font: inherit;
	margin-bottom: 1rem;
}

.b65-form__hp {
	position: absolute;
	left: -9999px;
}

.b65-form__notice {
	color: var(--b65-signal);
}

.b65-form__notice--ok {
	color: var(--b65-ink);
}

.wp-site-blocks,
.b65-site {
	min-height: 100vh;
}

.wp-block-template-skip-link {
	display: none !important;
}

@media (min-width: 720px) {
	.b65-projects__grid,
	.b65-projects__grid--page,
	.b65-archive__list {
		grid-template-columns: repeat(12, 1fr);
	}

	.b65-projects__grid .b65-card,
	.b65-projects__grid--page .b65-card {
		grid-column: span 6;
	}

	.b65-archive__list .b65-card {
		grid-column: span 6;
	}

	.b65-footer__grid {
		grid-template-columns: 1.3fr 1fr 0.8fr;
	}

	.b65-gallery {
		grid-template-columns: 1.2fr 0.8fr;
	}
}

@media (max-width: 860px) {
	.b65-hero--image {
		grid-template-rows: minmax(58vh, 1fr) auto;
	}

	.b65-hero--image .b65-hero__content {
		grid-template-columns: 1fr;
		row-gap: 0.35rem;
	}

	.b65-hero--image .b65-label,
	.b65-hero--image .b65-hero__title,
	.b65-hero--image .b65-hero__sub,
	.b65-hero--image .b65-hero__lead,
	.b65-hero--image .b65-hero__date,
	.b65-hero--image .b65-hero__actions {
		grid-column: 1;
	}

	.b65-hero--image .b65-hero__media img {
		width: 128%;
		transform: translate(-14%, -4%);
	}

	.b65-nav-toggle {
		display: flex;
	}

	.b65-nav {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: var(--b65-paper);
		border-bottom: 1px solid color-mix(in srgb, var(--b65-ink) 12%, transparent);
		padding: 1rem var(--b65-gutter) 1.5rem;
		flex-direction: column;
		align-items: flex-start;
	}

	.b65-header.is-open .b65-nav {
		display: flex;
	}

	.b65-nav__list {
		flex-direction: column;
		gap: 0.85rem;
	}

	.b65-card--date .b65-card__link {
		grid-template-columns: 1fr;
	}

	.b65-schedule__row,
	.b65-entry__meta dl,
	.b65-facts dl {
		grid-template-columns: 1fr;
	}
}

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

	a,
	button {
		transition: none;
	}
}
