@font-face {
	font-display: swap;
	font-family: "FF Gothic";
	src: url("fonts/ff-gothic.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Iosevka Etoile";
	font-style: normal;
	font-weight: 400;
	src: url("fonts/IosevkaEtoile-Regular.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Iosevka Etoile";
	font-style: normal;
	font-weight: 700;
	src: url("fonts/IosevkaEtoile-Bold.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Iosevka Etoile";
	font-style: italic;
	font-weight: 400;
	src: url("fonts/IosevkaEtoile-Italic.woff2") format("woff2");
}

:root {
	--font-display: "FF Gothic", Arial, Helvetica, sans-serif;
	--font-heading: "Iosevka Etoile", Georgia, serif;
	--font-body: "Iosevka Etoile", Georgia, serif;
	--ink: #111111;
	--paper: #f7f4ee;
	--paper-soft: #fffaf1;
	--line: rgba(17, 17, 17, 0.18);
	--muted: #5f5b53;
	--acid: #d7ff38;
	--red: #e64c36;
	--sky: #b9d8ff;
	--max: 1480px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--paper);
	color: var(--ink);
	font-family: var(--font-body);
	font-size: 17px;
	line-height: 1.45;
	margin: 0;
}

body,
button,
input {
	letter-spacing: 0;
}

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

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

button,
input {
	font: inherit;
}

.skip-link {
	background: var(--acid);
	left: 1rem;
	padding: 0.75rem 1rem;
	position: absolute;
	top: -4rem;
	z-index: 20;
}

.skip-link:focus {
	top: 1rem;
}

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

.site-header {
	background: var(--paper);
	border-bottom: 1px solid var(--ink);
	position: sticky;
	top: 0;
	z-index: 10;
}

.topline {
	align-items: center;
	background: var(--ink);
	color: var(--paper-soft);
	display: flex;
	font-size: 0.82rem;
	gap: 1rem;
	justify-content: center;
	min-height: 34px;
	padding: 0.35rem 1rem;
	text-align: center;
}

.masthead {
	align-items: center;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: minmax(170px, 310px) 1fr;
	margin: 0 auto;
	max-width: var(--max);
	min-height: 82px;
	padding: 0 1.25rem;
}

.brand img {
	width: min(300px, 56vw);
}

.site-nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 1rem;
	justify-content: flex-end;
}

.nav-item {
	position: static;
}

.nav-trigger,
.nav-direct,
.search-open {
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	display: inline-flex;
	padding: 0;
}

.site-nav a,
.nav-trigger,
.search-open,
.text-link {
	border-bottom: 1px solid transparent;
	font-size: 0.95rem;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.nav-trigger:hover,
.nav-trigger:focus-visible,
.nav-trigger[aria-expanded="true"],
.search-open:hover,
.search-open:focus-visible,
.search-open[aria-expanded="true"],
.text-link:hover,
.text-link:focus-visible {
	border-color: currentColor;
}

.language-switcher {
	align-items: center;
	border: 1px solid var(--line);
	border-radius: 999px;
	display: inline-flex;
	gap: 0;
	margin-left: 0.25rem;
	min-height: 34px;
	overflow: hidden;
}

.language-switcher a {
	align-items: center;
	border-bottom: 0;
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 700;
	min-height: 34px;
	padding: 0 0.7rem;
}

.language-switcher a + a {
	border-left: 1px solid var(--line);
}

.language-switcher a:hover,
.language-switcher a:focus-visible,
.language-switcher .is-active {
	background: var(--ink);
	color: var(--paper-soft);
}

.search-open {
	align-items: center;
	gap: 0.45rem;
	padding-left: 1.35rem;
	position: relative;
}

.search-open::before {
	border: 1.7px solid currentColor;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.72rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-58%);
	width: 0.72rem;
}

.search-open::after {
	background: currentColor;
	content: "";
	height: 1.7px;
	left: 0.63rem;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	width: 0.42rem;
}

.search-overlay {
	background: rgba(17, 17, 17, 0.46);
	inset: 0;
	padding: clamp(0.75rem, 3vw, 2rem);
	position: fixed;
	z-index: 80;
}

.search-overlay[hidden] {
	display: none;
}

.search-panel {
	background: var(--paper-soft);
	border: 1px solid var(--ink);
	box-shadow: 0 32px 80px rgba(17, 17, 17, 0.24);
	display: grid;
	gap: 1rem;
	margin: min(7vh, 5rem) auto 0;
	max-height: min(760px, calc(100vh - 2rem));
	max-width: 860px;
	overflow: auto;
	padding: clamp(1rem, 2.5vw, 1.75rem);
}

.search-panel-head {
	align-items: start;
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, 1fr) auto;
}

.search-panel-head h2 {
	font-size: clamp(2rem, 4vw, 4.2rem);
	line-height: 0.92;
	margin: 0;
	max-width: 11ch;
}

.search-close {
	background: var(--ink);
	border: 1px solid var(--ink);
	border-radius: 999px;
	color: var(--paper-soft);
	cursor: pointer;
	min-height: 40px;
	padding: 0.55rem 0.9rem;
}

.search-close:hover,
.search-close:focus-visible {
	background: var(--acid);
	color: var(--ink);
}

.search-input {
	background: var(--paper);
	border: 1px solid var(--ink);
	border-radius: 0;
	color: var(--ink);
	font-size: clamp(1.35rem, 3vw, 2rem);
	min-height: 68px;
	outline: 0;
	padding: 0.85rem 1rem;
	width: 100%;
}

.search-input:focus-visible {
	box-shadow: 0 0 0 3px var(--acid);
}

.search-results-head {
	align-items: center;
	color: var(--muted);
	display: flex;
	font-size: 0.82rem;
	font-weight: 700;
	justify-content: space-between;
}

.search-results-head kbd {
	border: 1px solid var(--line);
	border-radius: 999px;
	font: inherit;
	min-width: 2rem;
	padding: 0.15rem 0.45rem;
	text-align: center;
}

.search-suggestions {
	border-top: 1px solid var(--ink);
	display: grid;
}

.search-result {
	border-bottom: 1px solid var(--line);
	display: grid;
	gap: 0.25rem;
	padding: 0.95rem 0.75rem;
}

.search-result:hover,
.search-result:focus-visible,
.search-result.is-active {
	background: var(--acid);
	outline: 0;
}

.search-result span {
	color: var(--muted);
	font-size: 0.75rem;
	font-weight: 700;
}

.search-result strong {
	font-size: clamp(1.25rem, 2.2vw, 1.8rem);
	font-weight: 400;
	line-height: 1.05;
}

.search-result em,
.search-empty {
	color: var(--muted);
	font-style: normal;
	line-height: 1.35;
	margin: 0;
}

.search-empty {
	border-bottom: 1px solid var(--line);
	padding: 1rem 0;
}

body.search-is-open {
	overflow: hidden;
}

.mega-panel {
	background: var(--paper-soft);
	border-bottom: 1px solid var(--ink);
	border-top: 1px solid var(--ink);
	box-shadow: 0 28px 44px rgba(17, 17, 17, 0.12);
	display: grid;
	gap: clamp(1.25rem, 3vw, 2.5rem);
	grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.25fr) minmax(260px, 0.72fr);
	left: 0;
	padding: clamp(1.25rem, 3vw, 2.6rem) max(1.25rem, calc((100vw - var(--max)) / 2 + 1.25rem));
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 30;
}

.mega-panel[hidden] {
	display: none;
}

.mega-intro {
	align-self: end;
	display: grid;
	gap: 1rem;
}

.mega-intro h2 {
	font-size: clamp(2.2rem, 4.5vw, 5.6rem);
	line-height: 0.88;
	max-width: 8ch;
}

.mega-intro p:not(.eyebrow) {
	color: var(--muted);
	max-width: 27rem;
}

.mega-intro .button {
	justify-self: start;
}

.mega-columns {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mega-columns section {
	border-left: 1px solid var(--line);
	padding-left: 1rem;
}

.mega-columns h3 {
	font-size: 0.85rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.mega-link {
	border-bottom: 1px solid var(--line);
	display: grid;
	gap: 0.2rem;
	padding: 0.75rem 0;
	text-decoration: none;
}

.mega-link strong {
	font-size: clamp(1.25rem, 2vw, 1.8rem);
	font-weight: 400;
	line-height: 1;
}

.mega-link span {
	color: var(--muted);
	font-size: 0.92rem;
	line-height: 1.3;
}

.mega-feature {
	align-self: stretch;
	background: var(--ink);
	color: var(--paper-soft);
	display: grid;
	grid-template-rows: auto auto auto 1fr;
	min-height: 100%;
	text-decoration: none;
}

.mega-feature img {
	aspect-ratio: 16 / 10;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mega-feature span,
.mega-feature strong,
.mega-feature em {
	display: block;
	margin-inline: 1rem;
}

.mega-feature span {
	color: var(--acid);
	font-size: 0.72rem;
	font-weight: 700;
	margin-top: 1rem;
}

.mega-feature strong {
	font-size: clamp(1.5rem, 2.6vw, 2.4rem);
	font-weight: 400;
	line-height: 1;
	margin-top: 0.35rem;
}

.mega-feature em {
	color: rgba(255, 250, 241, 0.72);
	font-style: normal;
	line-height: 1.35;
	margin-bottom: 1rem;
	margin-top: 0.75rem;
}

.menu-toggle {
	background: transparent;
	border: 1px solid var(--ink);
	border-radius: 999px;
	color: var(--ink);
	display: none;
	justify-self: end;
	padding: 0.6rem 0.9rem;
}

.hero {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(330px, 0.7fr);
	margin: 0 auto;
	max-width: var(--max);
	min-height: min(760px, calc(100vh - 116px));
	position: relative;
}

.hero-media {
	border-right: 1px solid var(--ink);
	min-height: 520px;
}

.hero-media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hero-copy {
	align-self: end;
	padding: clamp(1.5rem, 4vw, 4rem);
}

.eyebrow {
	font-size: 0.82rem;
	font-weight: 700;
	margin: 0 0 0.8rem;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.visit-facts strong {
	hyphens: auto;
	overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-heading);
}

h1 {
	font-size: clamp(4rem, 9vw, 9rem);
	font-weight: 400;
	line-height: 0.96;
	margin-bottom: 1.35rem;
	max-width: 7ch;
}

h2 {
	font-size: clamp(2rem, 4vw, 4.8rem);
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}

h3 {
	font-size: clamp(1.45rem, 2vw, 2.2rem);
	font-weight: 400;
	line-height: 1.08;
}

.hero h1 {
	font-family: var(--font-display);
	line-height: 0.86;
}

.hero-text {
	color: var(--muted);
	font-size: clamp(1.05rem, 1.4vw, 1.35rem);
	max-width: 34rem;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 2rem;
}

.button,
.filter-chip,
.newsletter-form button {
	align-items: center;
	border: 1px solid var(--ink);
	border-radius: 999px;
	display: inline-flex;
	min-height: 46px;
	padding: 0.7rem 1.05rem;
}

.button-primary,
.newsletter-form button {
	background: var(--ink);
	color: var(--paper-soft);
}

.button-secondary,
.filter-chip {
	background: transparent;
	color: var(--ink);
}

.button:hover,
.button:focus-visible,
.filter-chip:hover,
.filter-chip:focus-visible {
	background: var(--acid);
	color: var(--ink);
}

.hero-date {
	background: var(--acid);
	border: 1px solid var(--ink);
	bottom: 1.5rem;
	left: clamp(1rem, 4vw, 4rem);
	max-width: 260px;
	padding: 1rem;
	position: absolute;
}

.hero-date span,
.visit-facts span,
.program-meta {
	color: var(--muted);
	display: block;
	font-size: 0.78rem;
}

.hero-date strong,
.visit-facts strong {
	display: block;
	font-size: 1.35rem;
	font-weight: 400;
	line-height: 1.1;
	margin-top: 0.35rem;
}

.section {
	border-top: 1px solid var(--ink);
	margin: 0 auto;
	max-width: var(--max);
	padding: clamp(2rem, 5vw, 5rem) 1.25rem;
}

.section-heading {
	align-items: end;
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-bottom: clamp(1.8rem, 4vw, 3.5rem);
}

.section-heading .eyebrow {
	grid-column: 1 / -1;
	margin-bottom: 0;
}

.section-heading h2 {
	max-width: min(100%, 64rem);
}

.filter-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-bottom: 1.25rem;
}

.filter-chip {
	cursor: pointer;
	min-height: 40px;
}

.filter-chip.is-active {
	background: var(--ink);
	color: var(--paper-soft);
}

.program-grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.program-card {
	background: var(--paper-soft);
	outline: 1px solid var(--line);
}

.program-card[hidden] {
	display: none;
}

.program-card a {
	display: grid;
	grid-template-rows: auto 1fr;
	height: 100%;
}

.program-card figure {
	aspect-ratio: 4 / 3;
	margin: 0;
	overflow: hidden;
}

.program-card img,
.feature-card img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.program-card-body {
	display: grid;
	gap: 1.1rem;
	padding: 1.15rem;
}

.program-meta {
	display: flex;
	gap: 0.8rem;
	justify-content: space-between;
}

.program-card p {
	color: var(--muted);
	margin-bottom: 0;
}

.program-card:hover img {
	transform: scale(1.03);
}

.program-card img {
	transition: transform 180ms ease;
}

.visit-section {
	background: var(--sky);
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.visit-panel p:last-child {
	color: var(--muted);
	font-size: 1.2rem;
	max-width: 34rem;
}

.visit-facts {
	border-left: 1px solid var(--ink);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.visit-facts div {
	border-right: 1px solid var(--ink);
	padding: 1rem;
}

.features-section {
	background: var(--paper-soft);
}

.feature-grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-card {
	background: var(--paper);
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
	min-height: 360px;
	outline: 1px solid var(--line);
}

.feature-card div {
	align-self: end;
	padding: 1.2rem;
}

.feature-card p {
	color: var(--muted);
}

.newsletter-section {
	align-items: start;
	background: var(--red);
	border-top: 1px solid var(--ink);
	color: var(--ink);
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
	margin: 0 auto;
	max-width: var(--max);
	padding: clamp(2rem, 5vw, 5rem) 1.25rem;
}

.newsletter-section h2 {
	max-width: min(100%, 56rem);
}

.newsletter-form label {
	display: block;
	font-size: 0.85rem;
	font-weight: 700;
	margin-bottom: 0.4rem;
}

.field-row {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: minmax(0, 1fr) auto;
}

.newsletter-form input {
	background: var(--paper-soft);
	border: 1px solid var(--ink);
	border-radius: 999px;
	color: var(--ink);
	min-height: 52px;
	padding: 0.8rem 1rem;
	width: 100%;
}

.newsletter-form p {
	font-size: 0.9rem;
	margin: 0.8rem 0 0;
	max-width: 42rem;
}

.page-hero {
	border-bottom: 1px solid var(--ink);
	display: grid;
	gap: clamp(1.25rem, 3vw, 2.5rem);
	grid-template-columns: minmax(0, 1fr);
	margin: 0 auto;
	max-width: var(--max);
	min-height: auto;
	padding: clamp(2rem, 5vw, 5rem) 1.25rem;
}

.page-hero > div:first-child {
	align-self: end;
}

.page-hero h1 {
	font-size: clamp(4rem, 7vw, 8rem);
	max-width: min(100%, 82rem);
}

.page-hero-copy {
	align-self: end;
	border-top: 1px solid var(--ink);
	display: grid;
	gap: 1.5rem;
	max-width: 58rem;
	padding-top: 1.25rem;
}

.page-hero-copy p {
	color: var(--muted);
	font-size: clamp(1.1rem, 1.8vw, 1.5rem);
	margin-bottom: 0;
	max-width: 36rem;
}

.page-hero-program {
	background: var(--acid);
}

.page-hero-news {
	background: var(--paper-soft);
}

.page-hero-visit {
	background: var(--sky);
}

.listing-section {
	background: var(--paper);
}

.calendar-list {
	border-top: 1px solid var(--ink);
	display: grid;
}

.calendar-item[hidden],
.news-card[hidden] {
	display: none;
}

.calendar-item a {
	align-items: stretch;
	border-bottom: 1px solid var(--line);
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(170px, 0.38fr) minmax(220px, 0.45fr) minmax(0, 1fr) minmax(170px, 0.36fr);
	padding: 1rem 0;
}

.calendar-item a:hover,
.calendar-item a:focus-visible {
	background: var(--paper-soft);
	outline: 0;
}

.calendar-date,
.calendar-time,
.visit-detail-grid article,
.ticket-strip div,
.direction-panel div,
.info-list article {
	border-left: 1px solid var(--line);
	padding-left: 1rem;
}

.calendar-date span,
.calendar-time span,
.visit-detail-grid span,
.ticket-strip span,
.direction-panel span,
.article-aside span,
.news-card span {
	color: var(--muted);
	display: block;
	font-size: 0.78rem;
	font-weight: 700;
}

.calendar-date strong,
.calendar-time strong,
.visit-detail-grid strong,
.ticket-strip strong,
.direction-panel strong,
.article-aside strong {
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.15;
	margin: 0.3rem 0 1rem;
}

.calendar-item figure {
	margin: 0;
	overflow: hidden;
}

.calendar-item img {
	aspect-ratio: 4 / 3;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.calendar-copy {
	display: grid;
	gap: 0.65rem;
}

.calendar-copy h3,
.news-card h3 {
	margin-bottom: 0;
}

.calendar-copy p,
.calendar-copy em,
.news-card p,
.article-body p,
.info-list p,
.visit-detail-grid p,
.direction-section p {
	color: var(--muted);
}

.calendar-copy em {
	font-style: normal;
}

.program-focus {
	background: var(--paper-soft);
}

.news-feature {
	background: var(--ink);
	color: var(--paper-soft);
	padding: 0;
}

.news-feature-link {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	margin: 0 auto;
	max-width: var(--max);
	min-height: 520px;
}

.news-feature figure {
	border-right: 1px solid rgba(255, 250, 241, 0.28);
	margin: 0;
}

.news-feature img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.news-feature-link > div {
	align-self: end;
	padding: clamp(1.5rem, 4vw, 4rem);
}

.news-feature h2 {
	max-width: min(100%, 56rem);
}

.news-feature p:not(.eyebrow) {
	color: rgba(255, 250, 241, 0.72);
	font-size: 1.15rem;
	max-width: 34rem;
}

.news-grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-card {
	background: var(--paper-soft);
	outline: 1px solid var(--line);
}

.news-card a {
	display: grid;
	grid-template-rows: auto 1fr;
	height: 100%;
}

.news-card img {
	aspect-ratio: 16 / 10;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.news-card div {
	display: grid;
	gap: 0.8rem;
	padding: 1rem;
}

.home-news-section {
	background: var(--paper);
}

.article-page {
	margin: 0 auto;
	max-width: var(--max);
}

.article-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
	min-height: min(680px, calc(100vh - 116px));
}

.article-hero > div {
	align-self: end;
	padding: clamp(1.5rem, 4vw, 4rem);
}

.article-hero h1 {
	font-size: clamp(3.1rem, 5vw, 5.2rem);
	max-width: min(100%, 68rem);
}

.article-hero > div > p:not(.eyebrow) {
	color: var(--muted);
	font-size: clamp(1.1rem, 1.6vw, 1.4rem);
	max-width: 35rem;
}

.article-hero figure {
	border-left: 1px solid var(--ink);
	margin: 0;
}

.article-hero img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.article-layout {
	border-top: 1px solid var(--ink);
	display: grid;
	gap: clamp(1.5rem, 4vw, 4rem);
	grid-template-columns: minmax(220px, 0.32fr) minmax(0, 0.68fr);
	padding: clamp(2rem, 5vw, 5rem) 1.25rem;
}

.article-aside {
	align-self: start;
	border-top: 1px solid var(--ink);
	display: grid;
	gap: 0.45rem;
	padding-top: 1rem;
	position: sticky;
	top: 128px;
}

.article-body {
	font-size: clamp(1.08rem, 1.35vw, 1.28rem);
	max-width: 760px;
}

.article-body p {
	margin-bottom: 1.35rem;
}

.article-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 2rem;
}

.tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.tag-list a {
	border: 1px solid var(--line);
	border-radius: 999px;
	font-size: 0.85rem;
	padding: 0.35rem 0.65rem;
}

.visit-detail-section {
	background: var(--paper-soft);
}

.visit-detail-grid,
.ticket-strip,
.direction-panel,
.info-list {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.visit-detail-grid article,
.ticket-strip div,
.direction-panel div,
.info-list article {
	background: var(--paper);
	min-height: 160px;
	padding: 1rem;
}

.ticket-strip {
	border-top: 1px solid var(--ink);
	margin-top: 1px;
}

.direction-section {
	background: var(--sky);
	display: grid;
	gap: clamp(1.5rem, 4vw, 4rem);
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
}

.direction-section > div:first-child {
	align-self: end;
}

.direction-section h2 {
	max-width: min(100%, 56rem);
}

.direction-section .button {
	margin-top: 1rem;
}

.access-section,
.faq-section {
	background: var(--paper);
}

.site-footer {
	align-items: start;
	background: var(--ink);
	color: var(--paper-soft);
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(180px, 1fr) minmax(260px, 1fr) auto;
	margin: 0 auto;
	max-width: var(--max);
	padding: 2rem 1.25rem;
}

.site-footer > * {
	min-width: 0;
}

.site-footer img {
	filter: invert(1);
	max-width: 240px;
}

.site-footer address {
	font-style: normal;
}

.site-footer nav {
	display: flex;
	gap: 1rem;
}

.site-footer address,
.site-footer nav {
	overflow-wrap: anywhere;
}

@media (max-width: 1020px) {
	.masthead {
		grid-template-columns: minmax(160px, 1fr) auto;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.site-nav {
		background: var(--paper);
		border-top: 1px solid var(--ink);
		display: none;
		grid-column: 1 / -1;
		gap: 0;
		justify-content: start;
		padding: 0 0 1rem;
	}

	.site-nav.is-open {
		display: flex;
	}

	.nav-item,
	.nav-direct,
	.nav-trigger,
	.search-open,
	.language-switcher {
		width: 100%;
	}

	.nav-trigger,
	.nav-direct,
	.search-open {
		border-bottom: 1px solid var(--line);
		padding: 0.9rem 0;
		text-align: left;
	}

	.search-open {
		justify-content: flex-start;
		padding-left: 1.35rem;
	}

	.nav-trigger,
	.nav-direct {
		justify-content: space-between;
	}

	.language-switcher {
		border: 0;
		border-bottom: 1px solid var(--line);
		border-radius: 0;
		margin-left: 0;
		overflow: visible;
		padding: 0.65rem 0;
	}

	.language-switcher a {
		border: 1px solid var(--line);
		flex: 0 0 auto;
		min-height: 36px;
	}

	.language-switcher a + a {
		border-left: 0;
	}

	.nav-trigger::after {
		content: "+";
	}

	.nav-trigger[aria-expanded="true"]::after {
		content: "-";
	}

	.mega-panel {
		box-shadow: none;
		gap: 1.25rem;
		grid-template-columns: 1fr;
		padding: 1rem 0 1.5rem;
		position: static;
		width: 100%;
	}

	.mega-intro h2 {
		font-size: clamp(2.1rem, 12vw, 4rem);
	}

	.mega-columns {
		grid-template-columns: 1fr;
	}

	.mega-columns section {
		border-left: 0;
		border-top: 1px solid var(--line);
		padding-left: 0;
		padding-top: 1rem;
	}

	.hero,
	.visit-section,
	.newsletter-section,
	.page-hero,
	.news-feature-link,
	.article-hero,
	.article-layout,
	.direction-section {
		grid-template-columns: 1fr;
	}

	.page-hero {
		min-height: auto;
	}

	.page-hero-copy {
		border-left: 0;
		border-top: 1px solid var(--ink);
		padding-left: 0;
		padding-top: 1.25rem;
	}

	.calendar-item a {
		grid-template-columns: minmax(140px, 0.35fr) minmax(0, 0.65fr);
	}

	.calendar-item figure,
	.calendar-time {
		grid-column: 1 / -1;
	}

	.calendar-time {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.news-feature figure,
	.article-hero figure {
		border-left: 0;
		border-right: 0;
		grid-row: 1;
		min-height: 360px;
	}

	.article-aside {
		position: static;
		top: auto;
	}

	.hero-media {
		border-bottom: 1px solid var(--ink);
		border-right: 0;
		min-height: 420px;
	}

	.hero-copy {
		padding-bottom: 7.5rem;
	}

	.program-grid,
	.news-grid,
	.visit-detail-grid,
	.ticket-strip,
	.direction-panel,
	.info-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.visit-facts {
		border-left: 0;
	}

	.feature-card,
	.feature-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	body {
		font-size: 16px;
	}

	.topline {
		align-items: stretch;
		flex-direction: column;
		gap: 0.1rem;
	}

	.masthead {
		min-height: 68px;
	}

	.search-overlay {
		padding: 0.6rem;
	}

	.search-panel {
		margin-top: 0;
		max-height: calc(100vh - 1.2rem);
		padding: 1rem;
	}

	.search-panel-head {
		grid-template-columns: 1fr;
	}

	.search-panel-head h2 {
		font-size: 2.35rem;
		max-width: min(100%, 26rem);
	}

	.search-close {
		justify-self: start;
	}

	.search-input {
		font-size: 1.2rem;
		min-height: 58px;
	}

	.hero {
		min-height: auto;
	}

	.hero-media {
		min-height: 300px;
	}

	h1 {
		font-size: 4.2rem;
	}

	.hero-date {
		bottom: 1rem;
		left: 1rem;
		right: 1rem;
	}

	.section-heading,
	.program-grid,
	.news-grid,
	.visit-detail-grid,
	.ticket-strip,
	.direction-panel,
	.info-list,
	.visit-facts,
	.field-row,
	.site-footer {
		grid-template-columns: 1fr;
	}

	.page-hero h1,
	.article-hero h1 {
		font-size: 3.35rem;
		line-height: 0.92;
	}

	.calendar-item a,
	.calendar-time {
		grid-template-columns: 1fr;
	}

	.calendar-date,
	.calendar-time,
	.visit-detail-grid article,
	.ticket-strip div,
	.direction-panel div,
	.info-list article {
		border-left: 0;
	}

	.news-feature-link,
	.article-hero {
		min-height: auto;
	}

	.news-feature figure,
	.article-hero figure {
		min-height: 280px;
	}

	.section-heading .text-link {
		justify-self: start;
	}

	.visit-facts div {
		border-bottom: 1px solid var(--ink);
		border-right: 0;
	}

	.feature-card {
		min-height: 0;
	}

	.feature-card img {
		aspect-ratio: 4 / 3;
	}

	.site-footer nav {
		flex-wrap: wrap;
	}
}

@media (max-width: 820px) {
	.site-footer {
		grid-template-columns: 1fr;
	}
}
