@font-face {
  font-family: 'Repro';
  src:
	url('../fonts/ABCRepro-Regular.woff2') format('woff2'),
	url('../fonts/ABCRepro-Regular.woff') format('woff');
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Repro';
  src:
	url('../fonts/ABCRepro-RegularItalic.woff2') format('woff2'),
	url('../fonts/ABCRepro-RegularItalic.woff') format('woff');
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Repro';
  src:
	url('../fonts/ABCRepro-Bold.woff2') format('woff2'),
	url('../fonts/ABCRepro-Bold.woff') format('woff');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Repro';
  src:
	url('../fonts/ABCRepro-BoldItalic.woff2') format('woff2'),
	url('../fonts/ABCRepro-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Repro-Regular-Mono';
  src:
	url('../fonts/ABCReproMono-Regular.woff2') format('woff2'),
	url('../fonts/ABCReproMono-Regular.woff') format('woff');
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Marund-7002Corner';
  src:
	url('../fonts/26A1Marund-7002Corner.woff2') format('woff2'),
	url('../fonts/26A1Marund-7002Corner.woff') format('woff');
  font-weight: normal;
  font-display: swap;
}



/* ------------------------------------------------------------ */
/* BASE */

:root {
	--bgBlack: rgba(0,0,0,1);
	--bgWhite: rgba(255,255,255,1);
	--bgGray: rgba(237, 237, 237, 1);
	--bgTrans: transparent;
	--colorBlack: rgba(0,0,0,1);
	--colorWhite: rgba(255,255,255,1);
	--colorDisabled: rgba(196, 196, 196, 1);
	--fillDisabled: rgba(196, 196, 196, 1);
	--fillBlack: rgba(0,0,0,1);
	--fillWhite: rgba(255,255,255,1);
	--strokeBlack: rgba(0,0,0,1);
	--strokeWhite: rgba(255,255,255,1);
	--fillTrans: transparent;
	--body-small: 1.4rem;
	--body-reg: 2rem;
	--body-menu-controls: 1.4rem;
	--body-menu: 3.8rem;
	--body-line-height: 1.3;
	--body-large: 2.8rem;
	--body-large-exh: 3.2rem;
	--header-small: 2.3rem;
	--header-reg: 2.6rem;
	--header-line-height: 1.1;
	--header-large: 3.2rem;
	--header-xlarge: 3.2rem;
	--minFontSize: 1.4rem;
	--maxFontSize: 10rem;
	--scaler: 10vw;
	--fig-caption: 1.5rem;
	--column: 4;
	--pad-top: 2.7rem;
	--pad-left: 5.375vw;
	--bp-w-extra-small: 380px;
	--bp-w-small: 767px;
	--bp-w-medium: 1024px;
	--bp-w-large: 1204px;
	--bp-h-extra-extra-small: 380px;
	--bp-h-extra-small: 480px;
	--bp-h-small: 670px;
	--viewport-h: 100svh;

	--nav-h: 8rem;
	--nav-on-page-h: 13rem;
	--header-h: 8rem;
	--sticky-gap: 1rem;

}

@media only screen and (max-width: 1024px) {
	:root {
		--type-preset--marquee--font-size: 2.4rem;
	}
}

@media only screen and (max-width: 767px) {
	:root {
		--body-small: 1.2rem;
		--body-reg: 1.6rem;
		--body-line-height: 1.2;
		--body-large: 2.8rem;
		--body-large-gar: 3.2rem;
		--header-small: 2rem;
		--header-reg: 1.6rem;
		--header-line-height: 1.1;
		--size-45: 2.0rem;
		--header-large: 2.0rem;
		--header-xlarge: 2.4rem;
		--minFontSize: 1.4rem;
		--maxFontSize: 10rem;
		--scaler: 10vw;
		--fig-caption: 1.5rem;
		--column: 4;
		--pad-message: 0;
		--pad-left: 1rem;
	}
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	margin: 0;
	padding: 0;
}

html {
	font-size: 10px;
	line-height: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	height: 100%;
}

body {
	font-family: 'Repro', sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: var(--body-line-height);
	height: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	/* background: var(--bgWhite); */
	--color__background: #FFF;
}

body.home {
	--color__background: #F2EA0F;
}

#announcement-active.announcement-active {
	padding-top: 0;
}

@media only screen and (max-width: 768px) {
	html {
		  height: -webkit-fill-available;
	}

	body {
		min-height: -webkit-fill-available;
		min-height: 100vh;
		/* mobile viewport bug fix */
	}
}

/* ------------------------------------------------------------ */
/* ACCESSIBILITY */

.screen-reader-shortcut, .screen-readers {
  position: absolute !important;
  top: 0.5rem;
  left: 0.5rem;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  padding: 1.5rem 2rem 1rem;
  overflow: hidden;
  transition: all ease 0.2s;

  &:focus {
	clip: auto !important;
	height: 5rem;
	width: auto;
	display: block;
	background: #fff;
	z-index: 100000;
	box-shadow:
	  0 5px 5px -3px rgb(0 0 0 / 20%),
	  0 8px 10px 1px rgb(0 0 0 / 14%),
	  0 3px 14px 2px rgb(0 0 0 / 12%);
  }
}

.off_screen,
.off-screen {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* ------------------------------------------------------------ */
/* TYPOGRAPHY */

h1, h2, h3, h4, h5, h6 {
  /*color: var(--colorBlack);*/
  font-weight: normal;
}

section {
  h1,
  h2 {
	font-size: var(--body-small);
	line-height: var(--body-line-height);
  }
}

.exh-intro {
  h1.big-title {
	font-size: 15rem;
	text-align: center;
  }
}

.text-col, .text-table {
  h3,
  h4 {
	font-size: var(--body-reg);
	opacity: .5;
  }

  h3 {
	padding-left: 3rem;
	padding-bottom: 2rem;
	opacity: 1;
  }

  a {
	text-decoration: underline;
  }
}

.text-column a {
	text-decoration: underline;
}

p {
  font-size: var(--body-reg);
  margin-bottom: 2rem;

  &:last-child,
  &:only-child {
	margin-bottom: 0;
  }
}

strong {
  font-family: 'Repro', sans-serif;
  font-weight: 700;

  em {
  	font-style: italic;
  }
}

ul {
  li {
	font-size: var(--body-reg);
  }
}

time,
.date-time {
  /*font-size: var(--body-reg);*/
}

a {
  /*color: var(--colorBlack);*/
  text-decoration: none;

  &:hover {
	text-decoration: none;
  }

  &:focus {
	/*color: var(--colorYellow);*/
  }
}

figcaption {
	font-family: Repro-Regular-Mono;
	font-size: var(--size-12);
	text-align: center;
	padding: 1rem;
}

/* ------------------------------------------------------------ */
/* TEMP MOBILE RULES */
@media only screen and (max-width: 767px) {
	h3 {
		font-size: var(--body-large);
	}
}

/* ------------------------------------------------------------ */
/* HOVER and FOCUS STATES */

.navbar-site-nav {
  li {
	a {
	  &:hover,
	  &:focus {
		text-decoration: none;
	  }

	  &:focus {
		outline: 1px solid rgba(238,50,36,.1) !important;
	  }
	}
  }
}

button,
.member-login-ext {
  &:focus {
	outline: 1px solid rgba(160, 159, 159, 0.8) !important;
	outline-offset: 2px;
	border-radius: 5px;
  }
}

div,
section {
  &:focus {
	/*outline: none;*/
	/*border: none;*/
  }
}

@media only screen and (max-width: 767px) {
	h2.program-type {
		text-align: center;
	}
	.exh-intro h1.big-title {
		font-size: 4rem;
	}
	.text-col a {
		overflow-wrap: anywhere;
	}
}

/* ------------------------------------------------------------ */
/* ANIMATIONS & TRANSITIONS */

.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(.16,1,.3,1), cubic-bezier(.4,0,.2,1);
	transition-duration: .5s, .15s;
}

/* ------------------------------------------------------------ */
/* HEADER & NAVIGATION */
/* Still in process */

.primary-menu {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;

	width: 100%;

	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: flex-start;

	padding: var(--padding__page);
}

.primary-menu.active {
	height: 100svh;
}

.menu-wrapper {
	display: flex;
	flex-flow: column nowrap;
	/* align-items: center; */
	align-items: flex-start;
	justify-content: space-between;

	width: 100%;
	height: 100%;
	min-height: 6rem;
	max-height: 6rem;
	border: 1px solid var(--color__rule, transparent);
	border-radius: var(--border-radius);
	background-color: var(--color__menu);
	color: var(--color__menutext, var(--colorBlack));
	padding: 2rem;

	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}

.primary-menu.active .menu-wrapper {
	max-height: inherit;
}

.menu-wrapper .dots {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;

  width: calc(100% - 2 * var(--margin-inline__header));
  height: 2rem;
  margin-inline: var(--margin-inline__header);
}

.menu-wrapper .dots .menu-btn { justify-self: start; }
.menu-wrapper .dots .brand { justify-self: center; }
.menu-wrapper .dots .controls { justify-self: end; }

.menu-wrapper .dots:last-child {
	height: 0px;
	visibility: hidden;
}

.primary-menu.active .menu-wrapper .dots:last-child {
	height: 2rem;
	visibility: visible;
}

.dots {
	&::before, &::after {
		position: absolute;
		top: 0;
		content: '';
		display: inline-block;
		height: var(--height__dots);
		aspect-ratio: 1;
		background-image: url(../images/dot.svg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
}

.theme-dark .dots::before, .theme-dark .dots::after {
		background-image: url(../images/dot-yellow.svg);
}

.dots::before {
	left: -3rem;
}

.dots::after {
	right: -3rem;
}

.menu-wrapper .dots {
	&:first-child,
	&:last-child {
		align-items: center;
	}
}

.controls {
	display: flex;
	flex-flow: row nowrap;
	gap: 1rem;
	position: relative;
}

.menu-btn .menu-icon, .controls .search-icon {
	display: none;
}

.menu-btn,
.controls button {
	background: transparent;
	font-size: var(--body-small);
	line-height: var(--line-height-md);
	letter-spacing: var(--letter-spacing-xs);
	white-space: normal;
	border: 1px solid rgba(160, 159, 159, 0);
	border-radius: 5px;
	padding: 0 .25rem;
	display: flex;
	flex-flow: row nowrap;
}

.menu-btn:hover,
.controls button:hover {
	border: 1px solid rgba(160, 159, 159, 0.8);
}

.menu-btn:focus,
.controls button:focus {
	border: 1px solid rgba(160, 159, 159, 0);
}

.menu-btn .close-text, .menu-btn .close-icon {
	display: none
}

.menu-btn.nav-active .close-text {
	display: flex;
	margin-right: .5rem;
}

.controls .text {
	position: absolute;
	left: -10000px;
	width: 1px;
	overflow: hidden;
}

.mobile-controls {
	justify-content: space-around;
	margin-block: 8rem 4rem;
}
@media (min-width: 767px) {
	.mobile-controls {
		display: none;
	}
}

.controls .accessibility-toggle:hover .text {
	position: relative;
	left: inherit;
	width: auto;
	height: auto;
	padding-left: .25rem;
}

.primary-menu .brand {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.brand a{
	display: inline-flex;
	align-items: center;
	gap: 1rem;
}

.brand__edition {
	font-feature-settings: "ss16";
}

.logo{
	position: static;
	display: inline-flex;
	line-height: 0;
}

.logo svg{
	display: block;
	height: 1.85rem;
	width: auto;
	fill: var(--color__menutext, var(--colorBlack));
}

.menu-wrapper svg[stroke="black"] {
	stroke: currentColor;
}

.shop-link.ext-link {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-flex;
	width: fit-content;
	height: fit-content;
	line-height: var(--line-height-sm);
}

/* .shop-link.ext-link::after {
	font-feature-settings: "ss16";
} */

.membership-link.ext-link {
	padding-right: 2rem;
}

.membership-link.ext-link:hover {
	text-decoration: underline;
}

.ext-link::after {
	content: '↗';
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.5;
}

.shop-link.ext-link::after {
	right: -3rem;
}

.ext-link:hover::after {
	opacity: 1;
}

.brand a {
	display: inline-flex;
	width: fit-content;
	height: fit-content;
}

.inside-main-menu {
	display: none;
}

@media (max-width: 767px) {
	.menu-wrapper {
		min-height: 2rem;
		padding-block: 1rem;
	}
	.brand a {
		gap: .5rem;
	}
	#brand .logo svg {
		height: 1.575rem;
	}

	.menu-top.dots::before, .menu-top.dots::after {
		top: unset;
	}

	.menu-btn .menu-text, .menu-btn .close-text,
	.menu-btn.is-active .close-text,
	.menu-btn.nav-active .close-text,
	.menu-btn.nav-active .menu-icon,
	.menu-top .controls :is(.accessibility-toggle, .search-text) {
		display: none;
	}
	.menu-btn, .controls button {
		flex-direction: column;
		gap: 6px;
		height: 2rem;
		width: 2rem;
		justify-content: center;
		align-items: center;
	}
	.menu-btn .menu-icon,
	.menu-btn.nav-active .close-icon,
	.controls .search-icon {
		display: block;
	}
	.search-modal__actions {
		display: flex;
		flex-flow: column;
		justify-content: center;
	}
}

/* ------------------------------------------------------------ */
/* PRIMARY NAV */

nav.primary-navigation {
	position: relative;
	width: 100%;
}
@media (max-width: 767px) {
	nav.primary-navigation {
		height: 100%;
	}
}

/* Reset list defaults in nav only */
nav.primary-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Top-level UL only */
nav.primary-navigation ul#menu-primary-menu {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	width: 100%;
	padding: 1rem;
	text-align: center;
}
@media (min-width: 992px) {
	nav.primary-navigation ul#menu-primary-menu {
		text-align: revert;
		flex-direction: row;
		max-height: 5rem;
		gap: 8rem;
	}
}

/* Submenu should NOT be positioned relative to each LI */
nav.primary-navigation ul#menu-primary-menu > li {
	position: static;
}

/* Top label + toggle sizing */
nav.primary-navigation ul#menu-primary-menu > li > a,
nav.primary-navigation ul#menu-primary-menu > li button.dropdown-toggle,
#menu-primary-menu .nav-link-overlay > a,
#menu-primary-menu .nav-link-overlay > button.dropdown-toggle {
	position: relative;
	font-size: var(--size-26);
	line-height: var(--line-height-md);
}

/* ↓ indicator */
nav.primary-navigation ul#menu-primary-menu > li.menu-item-has-children > a::before,
nav.primary-navigation ul#menu-primary-menu > li.menu-item-has-children > button.dropdown-toggle::before,
#menu-primary-menu .nav-link-overlay > a::before,
#menu-primary-menu .nav-link-overlay > button.dropdown-toggle::before {
	content: '↓';
	position: absolute;
	top: 0;
	left: -3rem;
	font-feature-settings: "ss16";
	opacity: 0;
	transform: rotate(-90deg);
	transition: transform 200ms ease 50ms;
}

nav.primary-navigation ul#menu-primary-menu > li.menu-item-has-children > a:hover::before,
nav.primary-navigation ul#menu-primary-menu > li.menu-item-has-children > button.dropdown-toggle:hover::before,
#menu-primary-menu .nav-link-overlay > a:hover::before,
#menu-primary-menu .nav-link-overlay > button.dropdown-toggle:hover::before {
	opacity: .5;
	transform: rotate(0deg);
	transition: transform 200ms ease 100ms;
}

#menu-primary-menu .nav-link-overlay > button.dropdown-toggle.toggled-on::before {
	content: '↓';
	position: absolute;
	top: 0;
	left: -3rem;
	font-feature-settings: "ss16";
	opacity: 1;
	transform: rotate(0deg);
	/* transform: rotate(-180deg); */
	transition: transform 200ms ease 50ms;
}

#menu-primary-menu .sub-menu a {
	position: relative;
}

#menu-primary-menu .sub-menu a::after {
	content: "→";
	position: absolute;
	top: 0.125rem;
	right: -3rem;
	/* font-feature-settings: "ss16"; */
	opacity: 0;
	/* transform: rotate(-180deg); */
	transition: transform 200ms ease 50ms;
}

#menu-primary-menu .sub-menu a:hover {
	text-decoration: underline;
}

#menu-primary-menu .sub-menu a:hover::after {
	opacity: .5;
	transform: rotate(0deg);
}

/* Overlay wrapper (label width) */
#menu-primary-menu .nav-link-overlay {
	display: inline-grid;
	grid-template-areas: "stack";
	align-items: center;
	justify-items: start;
	position: relative;
}

#menu-primary-menu .nav-link-overlay > a,
#menu-primary-menu .nav-link-overlay > button.dropdown-toggle {
	grid-area: stack;
}

#menu-primary-menu .nav-link-overlay > a {
	position: relative;
	z-index: 1;
	pointer-events: none;
}

#menu-primary-menu .nav-link-overlay > button.dropdown-toggle {
	position: relative;
	z-index: 2;

	width: 100%;
	height: 100%;

	background: transparent;
	border: 0 !important;
	padding: 0;
	margin: 0;

	display: block;
}

.dropdown-toggle:focus,
#menu-primary-menu .nav-link-overlay > button.dropdown-toggle:hover {
	border: none !important;
	outline: 0 !important;
}

#menu-primary-menu .nav-link-overlay > a {
	text-decoration-thickness: 2px;
	text-underline-offset: 0.15em;
}

nav.primary-navigation ul#menu-primary-menu > li > a:hover,
#menu-primary-menu .nav-link-overlay:has(> button.dropdown-toggle:hover) > a,
#menu-primary-menu .nav-link-overlay:has(> button.dropdown-toggle:focus) > a {
	text-decoration: underline;
}

/* Hide WP helper text inside the button */
#menu-primary-menu .dropdown-toggle .screen-readers,
#menu-primary-menu .dropdown-toggle .screen-reader-text,
#menu-primary-menu .dropdown-toggle .screen-reader-shortcut {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}

/* Full-width submenu row under the main UL */
nav.primary-navigation ul#menu-primary-menu > li > ul.sub-menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	width: 100%;
	margin: 0;
	padding: 1rem;
	list-style: none;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	gap: 8rem;
	z-index: 10;
}
@media (max-width: 992px) {
	nav.primary-navigation ul#menu-primary-menu > li > ul.sub-menu {
		position: static;
		flex-direction: column;
		gap: 1rem;
		align-items: center;
		padding-top: 2rem;

		& li {
			font-size: var(--size-20);
		}
	}
}

/* Hide submenu when closed */
nav.primary-navigation ul#menu-primary-menu > li > ul.sub-menu[hidden] {
	display: none !important;
}

/* Default: keep the menu row and any submenus hidden */
.primary-menu nav.primary-navigation {
	display: none;
}

/* When menu is opened, reveal it */
.primary-menu.active nav.primary-navigation {
	display: block;
}

/* Safety: never show submenus unless menu is active */
.primary-menu:not(.active) #menu-primary-menu > li > ul.sub-menu {
	display: none !important;
}

/* Start hidden */
#menu-primary-menu > li { opacity: 0; }

.primary-menu.active.menu-animate #menu-primary-menu > li {
  animation-name: menuItemPopIn;
  animation-duration: 0s;            /* no fade */
  animation-timing-function: steps(1, end);
  animation-fill-mode: forwards;
}

@keyframes menuItemPopIn { to { opacity: 1; } }

/* Reduced motion: don't animate opacity */
@media (prefers-reduced-motion: reduce) {
  #menu-primary-menu > li, #menu-primary-menu .sub-menu > li {
	opacity: 1;
  }
}

/* Lead-in: 0.5s, then 0.2s stagger */
.primary-menu.active.menu-animate #menu-primary-menu > li:nth-child(1) { animation-delay: 0.5s; }
.primary-menu.active.menu-animate #menu-primary-menu > li:nth-child(2) { animation-delay: 0.7s; }
.primary-menu.active.menu-animate #menu-primary-menu > li:nth-child(3) { animation-delay: 0.9s; }
.primary-menu.active.menu-animate #menu-primary-menu > li:nth-child(4) { animation-delay: 1.1s; }
.primary-menu.active.menu-animate #menu-primary-menu > li:nth-child(5) { animation-delay: 1.3s; }
.primary-menu.active.menu-animate #menu-primary-menu > li:nth-child(6) { animation-delay: 1.5s; }
.primary-menu.active.menu-animate #menu-primary-menu > li:nth-child(7) { animation-delay: 1.7s; }

/* Submenu items start hidden (but only matters when submenu is shown) */
#menu-primary-menu .sub-menu > li {
  opacity: 0;
}

/* When a submenu is opened + armed, pop items in */
#menu-primary-menu .sub-menu.submenu-animate > li {
  animation-name: menuItemPopIn;          /* reuse your existing keyframes */
  animation-duration: 0s;                 /* no fade */
  animation-timing-function: steps(1, end);
  animation-fill-mode: forwards;
}

/* Lead-in 0.25s, then 0.12s stagger (fast) */
#menu-primary-menu .sub-menu.submenu-animate > li:nth-child(1) { animation-delay: 0.25s; }
#menu-primary-menu .sub-menu.submenu-animate > li:nth-child(2) { animation-delay: 0.37s; }
#menu-primary-menu .sub-menu.submenu-animate > li:nth-child(3) { animation-delay: 0.49s; }
#menu-primary-menu .sub-menu.submenu-animate > li:nth-child(4) { animation-delay: 0.61s; }
#menu-primary-menu .sub-menu.submenu-animate > li:nth-child(5) { animation-delay: 0.73s; }
#menu-primary-menu .sub-menu.submenu-animate > li:nth-child(6) { animation-delay: 0.85s; }
#menu-primary-menu .sub-menu.submenu-animate > li:nth-child(7) { animation-delay: 0.97s; }

/* Important: when submenu is hidden, don't leave stale opacity */
#menu-primary-menu .sub-menu[hidden] > li {
  opacity: 0;
}

nav.social-navigation ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row nowrap;
}

nav.social-navigation ul li,
nav.social-navigation ul li a {
	font-size: var(--size-16);
	line-height: var(--line-height-lg);
	letter-spacing: var(--letter-spacing-xs);
}

nav.social-navigation ul li a:hover {
	text-decoration: underline;
}

nav.social-navigation ul li {
	margin-right: 1rem;
	list-style: none;
}

.membership-link {
	justify-self: flex-end;
	font-size: var(--size-16);
	line-height: var(--line-height-lg);
	letter-spacing: var(--letter-spacing-xs);
}

@media (max-width: 767px) {
	.social-navigation, .membership-link {
		display: none;
	}
}

/* ------------------------------------------------------------ */
/* NAV IMAGE HOVER */

@media (min-width: 767px) {
	#image-container {
		position: absolute;
		bottom: 15%;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
		width: min(60vw, 520px);
		height: 25vh;
		overflow: hidden;
		pointer-events: none;
	}
	.nav-img-preview {
		position: absolute;
		top: 15%;
		left: 50%;
		transform: translateX(-50%);
		width: min(60vw, 520px);
		height: 25vh;
		overflow: hidden;
		pointer-events: none;
	}
	#logo-container {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		z-index: 101;
		/* width: min(80vw, 1200px); */
		/* width: 100%;
		height: min(15vh, 90vw); */

		width: min(92vw, 1400px);
		aspect-ratio: 238 / 20;
		height: auto;
		flex: 0 0 auto;

		overflow: hidden;
		pointer-events: none;
		display: none;

		mix-blend-mode: difference;
		color: #fff; /* difference will invert against whatever is behind */
	}
	/* show when cycling */
	#logo-container.is-active {
		display: block;
	}
	#logo-container img,
	#image-container img,
	.nav-img-preview img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: contain;
		opacity: 0;
		transition: opacity 0.15s ease;
		pointer-events: none;
		display: block;
	}
	#logo-container img {
		filter: invert(1);
		transition: none !important;
	}
	#logo-container.variant-animation img {
	  	transition: none !important;
	}
	#logo-container img.active,
	#image-container img.active,
	.nav-img-preview img.active {
		opacity: 1;
	}
}

@supports ((-webkit-backdrop-filter:blur()) or (backdrop-filter:blur())) {
	.navigation-overlay {
		background: 0 0;
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
	}
}

.navigation-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;
	visibility: hidden;
	opacity: 0;
	background: var(--color__menu);
	z-index: 2;
}

.navigation-overlay.is-active {
	visibility: visible;
	height: 100%;
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	.nav-img-preview,
	.shop-preview,
	.variant-animation {
		display: none;
	}
	.hero .variant-animation {
		display: block;
	}
}

/* ------------------------------------------------------------ */
/* NAV SEARCH */

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

.search-modal {
	width: 35%;
	position: absolute;
	top: 1rem;
	right: 5rem;
	display: flex;
	flex-flow: row nowrap;
}

.search-modal-dialog { width: 100%; }

#page-search {
	padding: 4rem 0;
}

.inside-search-menu {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

.inside-search-menu form,
.search-modal-form {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	font-size: var(--size-16);
	line-height: var(--line-height-sm);
	margin-bottom: 0;
}

.inside-search-menu form {
	position: relative;
	justify-content: center;
	border: 1px solid var(--colorDarkGrey);
	border-radius: 5px;
}

.inside-search-menu form label,
.search-modal-form label {
	margin-bottom: 0;
}

.inside-search-menu,
.search-modal-field {
	position: relative;
	max-height: 4.4rem;
}

.search-modal-icon-label {
	position: absolute;
	top: 50%;
	left: 0.6rem;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;

	width: 3.2rem;
	height: 3.2rem;

	cursor: text;
	z-index: 2;
}

.search-modal-icon-label svg {
	display: block;
}

#page-searchsubmit,
.search-modal-submit {
	position: absolute;
	top: 50%;
	right: 0.4rem;
	transform: translateY(-50%);
	height: calc(100% - 2rem);
	padding: 0 .5rem;
	margin-right: 1rem;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
	background: transparent;
	font-size: var(--size-16);
	background-color: var(--line-height-xxs);
	z-index: 2;
}

#page-searchsubmit {
	margin: 0;
}

.search-modal-submit:hover {
	outline: 1px solid rgba(160, 159, 159, 0.8) !important;
	outline-offset: 2px;
}

.inside-search-menu .search-input,
#search-modal-input {
	width: 33vw;
	padding-left: 4.2rem;
	padding-right: 8.5rem;
	box-sizing: border-box;
	margin: 0;
	font-size: var(--size-16);
	line-height: var(--line-height-sm);
	border: 1px solid var(--color__rule, transparent);
	background: var(--color__background);
}

.close-search {
	background: transparent;
	padding: 0 1rem;
	border: none;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	height: 100%;
	background: var(--color__menu);
}

body.search-results .content-module {
	border: 1px solid var(--colorLightGrey);
}

body.search-results .content-module header {
	padding-bottom: var(--padding-bottom__header);
}

@media (max-width: 767px) {
	.search-modal {
		width: auto;
		inset: 5px calc(2 * var(--margin-inline__header));
	}
	.search-modal-form {
		height: 3rem;
	}
	#search-modal-input {
		width: 100%;
		height: 100%;
	}
	#page-searchsubmit {
		height: auto;
	}
	.search-modal-submit {
		height: auto;
	}
	.close-search {
		padding-inline: 0.35rem;
		height: 2rem;
		width: 2rem;
	}
	.close-search:focus {
		outline-offset: 2px;
	}
}

/* ------------------------------------------------------------ */
/* ON PAGE NAV */

.on-page-nav-active .menu-wrapper {
	border-radius: var(--border-radius) var(--border-radius) 0 0;
	border-bottom: none;
}

.on-page-nav {
	position: sticky;
	z-index: 2;
	top: 7rem;
	width: 100%;
	max-height: 6rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	overflow-y: hidden;
	padding: 0 var(--padding__page) var(--padding__page) var(--padding__page);
}

.on-page-nav-wrapper {
	position: relative;
	display: flex;
	flex-basis: 100%;
	width: 100%;
	min-height: 6rem;
	/* max-height: 6rem; */
	visibility: visible;
	overflow: hidden;
	background-color: var(--color__menu);
	color: var(--color__menutext, var(--colorBlack));
	padding: 1rem 2rem;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border: 1px solid var(--color__rule, transparent);
	border-top-color: var(--color__rule, var(--colorDarkGrey));
	border-radius: 0 0 var(--border-radius) var(--border-radius);
}

.on-page-options {
	/* position: relative; */
	position: absolute;
	top: 2rem;
	padding: .125rem .25rem .125rem var(--margin-inline__header);
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	pointer-events: none;
	/* min-width: 15vw; */

	color: var(--color__menutext, var(--colorBlack));
}

.on-page-options h2 {
	position: relative;
	font-size: var(--body-small);
	line-height: var(--line-height-md);
	letter-spacing: var(--letter-spacing-xs);
	font-weight: normal;
	padding: 0 0 0 2.25rem;
}

.on-page-options h2::before {
	font-family: 'Repro', sans-serif;
	content: "↳";
	position: absolute;
	left: 0.125rem;
	top: 0.125rem;
	font-size: inherit;
	line-height: 1;
	font-size: var(--body-small);
}

.nav-options {
	/* width: 80%; */
	/* padding-right: calc(15vw + var(--margin-inline__header)); */
	margin: 0;

	flex: 1;
	display: flex;
	flex-direction: row;
	/* flex-wrap: wrap; */
	align-items: center;
	align-content: center;
	justify-content: center;

	gap: 6rem;
}

.nav-options li {
	list-style: none;
	margin: 0;
}

/* ON PAGE NAV */

.on-page-nav .nav-options {
	--on-page-options-w: 0px;

	width: 100%;
	margin: 0;

	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;

	gap: 4rem;

	justify-content: center;

	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;

	padding-left: var(--on-page-options-w);
	padding-right: var(--on-page-options-w);

	box-sizing: border-box;
	scrollbar-gutter: stable;
}

.on-page-nav .nav-options > li {
	flex: 0 0 auto;
}

.on-page-nav .nav-options.is-overflowing {
	justify-content: flex-start;
	padding-left: calc(var(--on-page-options-w, 0px) + 4rem);
	scroll-padding-left: calc(var(--on-page-options-w, 0px) + 4rem);
	padding-right: 4rem;
}

.on-page-nav .nav-options {
	scrollbar-width: none;
}
.on-page-nav .nav-options::-webkit-scrollbar {
	display: none;
}


.nav-options li a {
	font-size: var(--body-reg);
}

.nav-options li a:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.on-page-nav {
		top: 5rem;
	}
	.on-page-nav-wrapper {
		min-height: 2rem;
	}
	.on-page-nav .on-page-options {
		top: 50%;
		translate: 0 -50%;
	}
}

/* —————————————————————————————————————————————————— */
/* GRID */

.col-100 {
	display: flex;
	width: 100%;
}

.col-80 {
	display: flex;
	flex-direction: column;
	width: 80%;
}

.col-77 {
	display: flex;
	flex-direction: column;
	width: 77%;
}

.col-75 {
	display: flex;
	flex-direction: column;
	width: 75%;
}

.col-60 {
	display: flex;
	flex-direction: column;
	width: 60%;
}

.col-55 {
	display: flex;
	flex-direction: column;
	width: 55%;
}

.col-50 {
	display: flex;
	flex-direction: column;
	width: 50%;
}

.col-45 {
	display: flex;
	flex-direction: column;
	width: 45%;
}

.col-40 {
	display: flex;
	flex-direction: column;
	width: 40%;
}

.col-35 {
	display: flex;
	width: 35%;
}

.col-33 {
	display: flex;
	flex-direction: column;
	width: 33.3333333%;
	padding: 1rem;
}

.col-30 {
	display: flex;
	flex-direction: column;
	width: 30%;
	padding: 1rem;
	margin-right: 3%;
}

.col-25 {
	display: flex;
	flex-direction: column;
	width: 25%;
	padding: 1rem;
}

.col-20 {
	display: flex;
	width: 20%;
	padding: 1rem;
}

.col-15 {
	display: flex;
	width: 15%;
}

.grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
  align-items: start;
  padding: 2rem;
}

/* ------------------------------------------------------------ */
/* BASICS */

main {
	padding-top: 8rem;
}

/* ------------------------------------------------------------ */
/* ANIMATIONS AND TRANSITIONS */
/* VIEWPORT REVEAL (class-triggered, CSS-animated)
 *
 * Pattern:
 *  - JS observes the container and toggles a state class once:
 *      container: .js-reveal  (or legacy .reveal-viewport/.reveal-midpoint)
 *      state:     .is-revealed (and also .is-active for back-compat)
 *  - CSS controls visuals (opacity, delays, staggering)
 *  - IMPORTANT: hide only under html.js so no-JS stays readable.
 */

/* ----------------------------- */
/* Base: items start hidden (JS only) */

html.js .js-reveal .js-reveal-item,
html.js .reveal-viewport .js-reveal-item,
html.js .reveal-midpoint .js-reveal-item {
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
  transition: opacity 420ms ease;
}

/* When revealed: items become visible */
html.js .js-reveal.is-revealed .js-reveal-item,
html.js .js-reveal.is-active .js-reveal-item,
html.js .reveal-viewport.is-revealed .js-reveal-item,
html.js .reveal-viewport.is-active .js-reveal-item,
html.js .reveal-midpoint.is-revealed .js-reveal-item,
html.js .reveal-midpoint.is-active .js-reveal-item {
  opacity: 1;
  visibility: visible;
}

/* ----------------------------- */
/* Illustration module specifics
 * - Only the illustration should animate in (opacity + optional transform)
 * - Overlay graphic text should NEVER animate
 *
 * Pattern:
 *   container: .js-reveal
 *   item:      .js-reveal-item (on the illustration element)
 *   state:     .is-revealed (preferred) / .is-active (legacy)
 */

/* Overlay protection (never animate) */
html.js .js-reveal .graphic-text,
html.js .reveal-viewport .graphic-text,
html.js .reveal-midpoint .graphic-text {
	opacity: 1;
	visibility: visible;
	transition: none;
	will-change: auto;
	backface-visibility: hidden;
	transform: translateZ(0); /* helps Safari/Chrome flicker */
}

/* Illustration: define BOTH the hidden transform state + the transitions */
html.js .illustration.js-reveal-item {
	transform: translateY(18px) scale(0.985);

	transition-property: opacity, transform;
	transition-duration: 420ms;
	transition-timing-function: ease;
	will-change: opacity, transform;
}

/* When the container reveals, reset transform to final */
html.js .js-reveal.is-revealed .illustration.js-reveal-item,
html.js .js-reveal.is-active .illustration.js-reveal-item,
html.js .reveal-viewport.is-revealed .illustration.js-reveal-item,
html.js .reveal-viewport.is-active .illustration.js-reveal-item,
html.js .reveal-midpoint.is-revealed .illustration.js-reveal-item,
html.js .reveal-midpoint.is-active .illustration.js-reveal-item {
	transform: translateY(0) scale(1);
}

/* Reduced motion: don't move/scale the illustration */
@media (prefers-reduced-motion: reduce) {
  html.js .illustration.js-reveal-item {
	transform: none !important;
	transition: none !important;
	will-change: auto;
  }
}

/* ----------------------------- */
/* Stagger helper (opt-in)
 * Add .js-reveal-stagger to a parent (like a UL) and mark children .js-reveal-item.
 * This does nothing unless you use the class.
 */

html.js .js-reveal-stagger {
  --stagger-step: 120ms;
  --stagger-lead: 0ms;
}

html.js .js-reveal-stagger > .js-reveal-item:nth-child(1) { transition-delay: calc(var(--stagger-lead) + var(--stagger-step) * 0); }
html.js .js-reveal-stagger > .js-reveal-item:nth-child(2) { transition-delay: calc(var(--stagger-lead) + var(--stagger-step) * 1); }
html.js .js-reveal-stagger > .js-reveal-item:nth-child(3) { transition-delay: calc(var(--stagger-lead) + var(--stagger-step) * 2); }
html.js .js-reveal-stagger > .js-reveal-item:nth-child(4) { transition-delay: calc(var(--stagger-lead) + var(--stagger-step) * 3); }
html.js .js-reveal-stagger > .js-reveal-item:nth-child(5) { transition-delay: calc(var(--stagger-lead) + var(--stagger-step) * 4); }
html.js .js-reveal-stagger > .js-reveal-item:nth-child(6) { transition-delay: calc(var(--stagger-lead) + var(--stagger-step) * 5); }
html.js .js-reveal-stagger > .js-reveal-item:nth-child(7) { transition-delay: calc(var(--stagger-lead) + var(--stagger-step) * 6); }
html.js .js-reveal-stagger > .js-reveal-item:nth-child(8) { transition-delay: calc(var(--stagger-lead) + var(--stagger-step) * 7); }

/* ----------------------------- */
/* Reduced motion: don't animate, don't hide */
@media (prefers-reduced-motion: reduce) {
  html.js .js-reveal .js-reveal-item,
  html.js .reveal-viewport .js-reveal-item,
  html.js .reveal-midpoint .js-reveal-item {
	opacity: 1;
	visibility: visible;
	transition: none;
  }
}

/* ------------------------------------------------------------ */
/* TYPING JS */

.type-on-scroll {
  position: relative;
}

.type-on-scroll .type-ghost {
  visibility: hidden;
}

.type-on-scroll .type-anim {
  position: absolute;
  inset: 0;
  white-space: inherit;
}

.type-on-scroll.in-view .type-ghost {
  visibility: hidden;
}

/* ------------------------------------------------------------ */
/* STILL IN PROCESS MODULE */

.in-process {
	padding: 2rem;
	width: 100%;
	height: calc(100vh - 12rem);
	height: calc(100svh - 12rem);
	border-radius: var(--border-radius);
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	background: transparent;
}

.process-wrapper {
	width: 100%;
	height: 100%;
	height: calc(100vh - 12rem);
	height: calc(100svh - 12rem);
	border-radius: var(--border-radius);
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	background: var(--colorLightGrey);
}

.process-wrapper h2 {
	font-size: var(--size-45);
	line-height: var(--line-height-md);
}

/* ------------------------------------------------------------ */
/* RELATED EVENTS */

.related-events-container .index-container:empty {
	display: none;
}

/* ------------------------------------------------------------ */
/* EVENTS LANDING */

.page-template-event-page .content-module header {
	margin-inline: var(--margin-inline__header);
}

.page-template-event-page .header-body {
	display: grid;
	grid-template-columns: 1fr;
	place-items: center;
	gap: var(--gap-block__module);
	padding-inline: var(--padding-inline__header);
	padding-bottom: var(--padding-bottom__header);
}

.page-template-event-page .header-body h2 {
	text-align: center;
	width: max-content;
	display: inline-block;
	border: 2px solid currentColor;
	border-radius: var(--border-radius-lg);
	padding: .2em .4em;
	line-height: var(--line-height-md);
	font-weight: 800;
	letter-spacing: var(--letter-spacing-xs);
}

.page-template-event-page .header-body h2:has(> a.section-link) {
	padding: 0;
}

.page-template-event-page .header-body h2:has(> a.section-link) {
	border-radius: var(--border-radius-lg);
	overflow: visible;
}

.page-template-event-page .header-body h2 > a.section-link {
	color: inherit;
	text-decoration: none;
	display: block;
	padding: .2em .4em;
	border-radius: var(--border-radius-lg);
	max-width: 100%;
}

.page-template-event-page .header-body h2 > a.section-link {
	position: relative;
}

@media only screen and (min-width: 767px) {
	.page-template-event-page .header-body {
		grid-template-columns: 1fr 1fr 1fr;
		flex-basis: 100%;
	}
	.page-template-event-page .header-body > * {
		grid-column: 2;
	}
}

/* ------------------------------------------------------------ */
/* FOOTER */

footer {
	position: relative;
	width: 100%;
	min-height: calc(100svh - 7rem);
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	padding: var(--padding__page);
}

.footer-wrapper {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: flex-start;
	flex: 1;
	width: 100%;
	height: 100%;
	border-radius: var(--border-radius);
	background-color: var(--colorBlack);
	padding: 2rem;
	gap: 2rem;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.footer-wrapper .dots {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	width: calc(100% - 6rem);
	height: 2rem;
	margin-inline: var(--margin-inline__header);
}

.footer-wrapper .dots {
	&::before, &::after {
		background-image: url(../images/dot-yellow.svg);
	}
}

.footer-wrapper .dots:first-of-type {
	display: flex;
	align-items: center;
	justify-content: center;
	grid-template-columns: unset;
}

.footer-wrapper .dots:first-of-type p {
	margin: 0;
}

.footer-wrapper .dots:last-of-type {
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	width: calc(100% - 6rem);
	height: 2rem;
	margin-inline: var(--margin-inline__header);
}

.footer-wrapper .dots:last-of-type > :first-child { justify-self: start; }
.footer-wrapper .dots:last-of-type > :nth-child(2) { justify-self: center; }
.footer-wrapper .dots:last-of-type > :last-child  { justify-self: end; }

.footer-bottom { margin-top: auto; }

footer .col-wrapper {
	/* flex: 1; */
}

footer .col-wrapper .col-50 {
	padding: 0 2rem;
}

footer nav.col-50 {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;

	width: 50%;
	column-gap: 2rem;
	row-gap: 0;
}

footer nav .menu-primary-menu-container {
	width: 100%;
}

footer nav .menu-primary-menu-container .dropdown-toggle {
	display: none;
}

footer nav.col-50 ul { margin: 0 0 1.5rem 0; padding: 0; list-style: none; }
footer nav.col-50 li { margin: 0; padding: 0; }
footer nav.col-50 h3 { margin: 0; }

footer nav.col-50 ul ul {
	margin-bottom: 0;
}

footer ul li {
	font-size: var(--body-reg);
	line-height: var(--line-height-xs);
}

/* full-width title row */
footer nav.col-50 > h2 {
	flex: 0 0 100%;
	margin: 0;
	padding: var(--gap-block__module) 0;
}

footer nav.col-50 > .col-33{
	flex: 0 0 calc((100% - 4rem) / 3);
	max-width: calc((100% - 4rem) / 3);
	padding: 0;
	margin: 0;
	min-width: 0;
}

footer .brand {
	position: relative;
	/* padding: 2rem 1rem 4%; */
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	flex: 1;
}

footer .logo svg {
	height: auto;
	width: 80vw;
}

footer .svg-fill {
	fill: var(--colorYellow);
}

footer .form-newsletter {
	form {
		background: rgba(255, 255, 255, .15);
		border-radius: 5px;
		max-width: 66rem;
	}
}

footer .form-newsletter {
	& > * {
		padding: var(--gap-block__module);
	}
}

footer .form-newsletter {
	input, fieldset {
		background: rgba(255, 255, 255, .15);
		color: rgba(242, 234, 15, .6);
	}
}

footer .form-newsletter {
  input:focus-visible,
  #submit:focus-visible {
	color: rgba(242, 234, 15, 1);
  }

  input:focus-visible::placeholder {
	color: rgba(242, 234, 15, 1);
	opacity: 1;
  }

  fieldset:focus-within {
	color: rgba(242, 234, 15, 1);
  }
}

footer .form-newsletter {
	::placeholder {
		color: var(--colorYellow);
		opacity: .6;
	}
}

footer .form-newsletter {
	#submit {
		max-width: max-content;
		color: rgba(242, 234, 15, .6);
	}
}

footer .form-newsletter {
	#submit:hover {
		color: rgba(242, 234, 15, 1);
	}
}

footer .form-newsletter {
	label:has([type="checkbox"]:checked) {
		color: rgba(242, 234, 15, 1);
	}
}

footer h2 {
	font-size: var(--size-26);
	line-height: var(--line-height-md);
	color: var(--colorYellow);
	padding: 0;
	margin: 0;
}

footer h3 {
	font-size: var(--size-26);
	line-height: var(--line-height-md);
	color: var(--colorYellow);
	margin: 0;
	padding: 0;
}

footer p,
footer nav a,
.coordinates {
	font-size: var(--size-16);
	line-height: var(--line-height-sm);
	color: var(--colorYellow);
}

footer nav a:hover {
	color: var(--colorYellow);
	text-decoration: underline;
}

/* Footer nav */
@media (min-width: 700px) {
	footer nav.col-50 .menu-primary-menu-container {
		width: 100%;
	}

	#menu-primary-menu-1.footer-nav {
		display: block;
		width: 100%;
		max-width: 100%;

		margin-bottom: 0;

		/* 3 columns */
		column-count: 3;
		column-gap: 2rem;
		column-fill: balance;

		grid-template-areas: none !important;
		grid-template-columns: none !important;
		grid-template-rows: none !important;
	}

	#menu-primary-menu-1.footer-nav > li.menu-item {
		break-inside: avoid;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;

		display: inline-block;
		width: 100%;

		margin: 0 0 2rem 0;
		padding: 0;
	}

	#menu-primary-menu-1.footer-nav .sub-menu {
		margin: 0;
		padding: 0;
	}

	#menu-primary-menu-1.footer-nav .sub-menu li {
		position: relative;
		padding-left: 1.5rem;
	}

	#menu-primary-menu-1.footer-nav .sub-menu li::before {
		content: "↳";
		position: absolute;
		left: 0;
		top: 0.75rem;
		line-height: 1;
		color: var(--colorYellow);
		font-size: var(--size-12);
	}
}

@media (max-width: 767px) {
	footer .col-wrapper {
		flex-wrap: wrap;
	}
	footer :is(div, nav).col-50 {
		width: 100%;
	}
	footer div.col-50 {
		order: 2;
	}
	footer .col-wrapper .col-50.form-newsletter {
		padding-inline: 1rem;
	}
	footer .footer-wrapper .dots.utilities {
		height: auto;
		max-height: auto;
	}
	footer .utilities {
		gap: 1rem 0;
	}
	footer .utilities > * {
		grid-column: 2;
	}
	footer .utilities::before,
	footer .utilities::after {
		grid-row: 3;
	}
	.footer-wrapper .dots:last-of-type > :last-child {
		justify-self: start;
	}
}

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

footer nav.col-50 .arrow-list li,
.arrow-list li {
	position: relative;
	padding-left: 1.5rem;
}

/* arrow */
.arrow-list li::before {
	content: "↳";
	position: absolute;
	left: 0;
	top: 0.75rem;
	font-size: inherit;
	line-height: 1;
	color: var(--colorYellow);
	font-size: var(--size-12);
}

/* link text */
.arrow-list a {
	position: relative;
	font-size: var(--size-16);
	line-height: var(--line-height-sm);
	color: var(--colorYellow);
	text-decoration: none;
	display: inline-block;
}

/* optional: style the "(coming)" */
.arrow-list a span {
	font-size: 0.75em;
	opacity: 0.6;
}

/* hover — subtle, not cheesy */
.arrow-list a:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------------ */
/* NEED TO THINK OF A BETTER WAY :) */
/* Temp H1 fixes */
/* .page-template-visit,
.page-template-about,
.page-template-support {
	padding-top: 10rem;
} */

.page-template-visit h1,
.page-template-about h1,
.page-template-support h1 {
	font-family: Marund-7002Corner;
	font-size: var(--header-reg);
	line-height: var(--line-height-md);
	letter-spacing: var(--letter-spacing-sm);
	margin-bottom: 0;
}

/* ------------------------------------------------------------ */
/* LANDING: HOME ETC. */

/* ------------------------------------------------------------ */
/* GIANT BTN */

/* ------------------------------------------------------------ */
/* BILLBOARD */


/* ------------------------------------------------------------ */
/* POP CONTENT */

.content-module.popular-content {
	position: relative;
	/*width: 100%;*/
	padding: 0;
}

.pop-wrapper {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(220px, 1fr);
	gap: .5rem;
	align-items: stretch;
	background: transparent;
	border-radius: var(--border-radius);
	border: 1px solid var(--colorDarkGrey);
	padding: 1rem;
	overflow-x: scroll;
}

.header-col {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	min-width: 240px;
	flex: 1;
}

.header-col h3 {
	font-size: var(--size-26);
	line-height: var(--line-height-sm);
	letter-spacing: var(--letter-spacing-md);
	font-weight: 700;
	max-width: 8ch;
	text-align: center;
}

.popular-content ul {
	display: contents;
}

.popular-content li {
	width: 20vw;
	max-width: 280px;
	min-width: 220px;
	width: clamp(220px, 20vw, 280px);
	height: 100%;
	display: flex;
	list-style: none;
}

.popular-content li a {
	background: transparent;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	flex: 1;
	border-radius: none;
	border: 1px solid transparent;
	overflow: hidden;
	padding: 1rem;
}

.popular-content li a:hover {
	background: var(--color__hover);
	color: var(--color__hovertext);
	border-radius: var(--border-radius);
	border: 1px solid transparent;
	overflow: hidden;
}

.popular-content li a p {
	position: relative;
	margin: 0 0 1rem;
	text-align: center;
	width: fit-content;
	display: inline-block;
}

.popular-content li a p::after {
	position: absolute;
	top: 0;
	right: -2ch;
	content: "\2192";
	margin-left: 1ch;
	opacity: 0;
}

.popular-content li a:hover p::after {
	opacity: 1;
	z-index: 1;
}

.img-wrapper {
	flex: 1;
	width: 100%;
	inset: 0;
	z-index: 0;
}

.img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

@media (max-width: 767px) {
	.pop-wrapper {
		grid-auto-flow: row;
		grid-auto-columns: unset;
		grid-template-columns: 1fr 1fr;

		.header-col, .popular-list li {
			width: 100%;
			min-width: unset;
			max-width: unset;
		}
	}
	.pop-wrapper .img-wrapper {
		min-height: 10rem;
	}
	.pop-wrapper > :first-child {
		grid-column: 1 / -1;
	}
}

/* ------------------------------------------------------------ */
/* ABOUT */

/* Support BOTH: old .scrim and new #scrim */
.scrim,
#scrim {
  --scrim-blur: 20px;

  position: fixed;
  inset: 0;
  background-color: var(--color__menu);

  -webkit-backdrop-filter: blur(var(--scrim-blur));
  backdrop-filter: blur(var(--scrim-blur));

  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 2;
}

#scrim {
  --scrim-blur: 20px;
  backdrop-filter: blur(var(--scrim-blur));
  -webkit-backdrop-filter: blur(var(--scrim-blur));
}

.scrim.hidden,
#scrim.hidden {
	opacity: 0;
	visibility: hidden;
}

.scrim span,
#scrim .scrim-word {
	font-family: Marund-7002Corner;
	font-size: var(--size-130);
	line-height: var(--line-height-md);
	letter-spacing: var(--letter-spacing-sm);
	color: var(--color__menutext);
	margin: 0;
}

#scrim span {
	font-family: Marund-7002Corner;
	font-size: var(--header-reg);
	line-height: var(--line-height-md);
	letter-spacing: var(--letter-spacing-sm);
	color: var(--color__menutext);
	margin: 0;
}

@media (min-width: 992px) {
  .single-event .hero {
	flex-direction: row;
	gap: 6rem;
	min-height: calc(100svh - 15rem);
  }

  .single-event .hero__image {
	flex: 3 0 1px;
	display: flex;
	align-items: center;      /* vertical centering within the column */
  }

  /* optional: if you also want it horizontally centered */
  /* .hero__image { justify-content: center; } */
}


/* ------------------------------------------------------------ */
/* TEMP MOBILE RULES */
@media only screen and (max-width: 767px) {
	.primary-menu .brand {
		transform: translate(-50%, -45%);
	}
	#scrim .scrim-word {
		font-size: var(--header-reg);
	}
	.on-page-nav .nav-options {
		gap: 2rem;
	}
}


/**
 * 
 * main-rosemary.css
 * 
 */

:root {
	--colorLightGrey: #D9D9D9;
	--colorYellow: #F2EA0F;
	--colorWhite: #FFFFFF;
	--colorBlack: #000000;
	--colorDarkGrey: #9D9C9C;

	--space__module: var(--space-10);
	--space__submodule: var(--space-20);

	--padding__page: var(--space-10);
	--padding__module: var(--space-20) var(--space-10);

	--page-flow: calc(var(--header-reg) * 2 / 3);

	--margin-inline__header: var(--space__submodule);
	--margin-inline__content: calc(var(--padding__page) + var(--space-10) + var(--space-20));
	--padding-inline__header: var(--margin-inline__header);
	--padding-bottom__header: var(--space-20);
	--padding__card: var(--space-20);

	--gap-block__page: var(--space-20);
	--gap-block__module: var(--space-10);

	--border-radius: var(--space-10);
	--border-radius-lg: var(--space-20);

	--height__dots: var(--space-16);

	@media (min-width: 767px) {
		--space__module: var(--space-20);
		--space__submodule: var(--space-30);

		--margin-inline__content: calc(var(--padding__page) + var(--space-20) + var(--space-30));

		--padding__module: var(--space-20);
		--padding__card: var(--space-40);

		--height__dots: var(--space-20);
	}

	/** SPACING
	 *  root font-size is set to 10px
	 */

	--space-6: 0.6rem;
	--space-8: 0.8rem;
	--space-10: 1rem;
	--space-15: 1.5rem;
	--space-18: 1.8rem;
	--space-16: 1.6rem;
	--space-20: 2rem;
	--space-23: 2.3rem;
	--space-25: 2.5rem;
	--space-30: 3rem;
	--space-40: 4rem;


	/** DESKTOP TYPOGRAPHY VALUES
	 *  manually collected from Figma
	 *
	 *  Text Sizes: */
	--size-12: 1.2rem;
	--size-16: 1.6rem;
	--size-20: 2.0rem;
	--size-26: 2.6rem;
	--size-40: 4rem;
	--size-45: 4.5rem;
	--size-50: 5.0rem;
	--size-60: 6.0rem;
	--size-90: 9.0rem;
	--size-130: 13rem;
	--size-180: 18rem;

	--body-small: var(--size-16);
	--body-smallmed: var(--size-20);
	--body-reg: var(--size-26);
	--body-large: var(--size-45);

	--header-reg: var(--size-90);

	 /** Line Heights, rounded:
	 * 		75% (20/26)
	 * 		80% (16/20)
	 * 		98% (15.63/16)
	 *		100%
	 * 		105% (27/26, 64/60, 48/45)
	 * 		110% (54/50, 98.33/90, 50/45, 18/16)
	 * 		115% (30/26, 14/12)
	 * 		125% (20/16, 15.22/12)
	 * 		155% (70/45)
	 * 		175% (27.65/16)
	 */
	--line-height-xxs: 75%;
	--line-height-xs: 80%;
	--line-height-sm: 100%;
	--line-height-md: 110%;
	--line-height-lg: 125%;
	--line-height-xl: 155%;
	--line-height-xxl: 175%;

	/** Letter Spacings: */
	--letter-spacing-xs: -4%;
	--letter-spacing-sm: -3%;
	--letter-spacing-md: -2%;
}

@media only screen and (max-width: 767px) {
	:root {
		/** MOBILE TYPOGRAPHY VALUES
		 *  manually collected from Figma
		 *
		 *  Text Sizes: */
 		--size-12: 1.2rem;
		--size-14: 1.4rem;
		--size-16: 1.6rem;
		--size-18: 1.8rem;
		--size-20: 2.0rem;
		--size-30: 3.0rem;
		--size-32: 3.2rem;
		--size-40: 4.0rem;
		--size-48: 4.8rem;
		--size-52: 5.2rem;

		--body-small: var(--size-14);
		--body-smallmed: var(--size-16);
		--body-reg: var(--size-20);
		--body-large: var(--size-30);

		--header-reg: var(--size-40);

		/** Line Heights, rounded: */
 		--line-height-xs: 95%;  /* (38/40) */
		--line-height-sm: 100%;
		--line-height-md: 110%; /* (32/30, ~21/20, 22/20, 44/40, 20/18, 35/32) */
		--line-height-lg: 115%; /* (23/20, 14/12) */
		--line-height-xl: 128%; /* (18/14, 23/18) */

		/** Letter Spacings: */
		--letter-spacing-xs: -4%;
		--letter-spacing-sm: -3%;
		--letter-spacing-md: 0%;
	}
}

/* RESET */
address {
	font-weight: normal;
	font-style: normal;
	margin: 0;
}

/* LIST */
.unstyled-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* PAGE LAYOUT */
h1 {
	text-align: center;
}
.page-description, #c_events {
	margin: var(--space-10) var(--margin-inline__content);
}
.page-description {
	margin-bottom: var(--page-flow);
}

.event-filters-container {
	border-block: 1px solid var(--color__rule, var(--colorLightGrey));
	padding-block: var(--space-20);
	display: flex;
	align-items: start;
	gap: 2rem;

	ul {
		display: inline-flex;
		flex-wrap: wrap;
		gap: .5rem 0;
	}
}
.event-filters-inner {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem 2rem;
}

.c_events_container {
		display: grid;
		gap: var(--space-40);
		grid-template-columns: 1fr;
		align-items: start;
		padding-block: var(--space-40);
}

.c_event_post a {
	& > * + * { margin-top: var(--space-10) }
}

@media (min-width: 767px) {
	.c_events_container {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 992px) {
	.page-description {
		width: 50%;
		margin-inline: auto;
	}
}

/* SINGLE ARTWORK */

.single-artwork {
	.artwork-info {
		display: block;
	}
	.artwork-info p {
		font: inherit;
	}
	.artwork-figure {
		flex: 1 0 50%;
	}
	.site-description-container .label {
		max-width: 100%;
		flex-grow: 1;
	}

	.hero.columns {
		flex-direction: column;
		margin-inline: var(--space-30);
		margin-bottom: var(--space-30);
		flex-flow: nowrap;

	}
	.artwork-info .address a {
		text-decoration: underline;
	}
}

/* SINGLE PERSON */

.single-people {
	h1 {
		margin-inline: var(--margin-inline__content);
	}
	.columns {
		margin-inline: var(--margin-inline__content);
		display: flex;
		flex-direction: column;
		gap: 6rem var(--space-30);
		margin-bottom: var(--space-30);
	}
	figure {
		position: sticky;
		top: calc(var(--nav-h) + var(--sticky-gap));
		margin: 0;
	}
	.info-group {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1lh;
		margin-bottom: 6rem;

		a {
			text-decoration: underline;
		}

		p {
			margin: 0;
			font-weight: 700;
		}
	}
}

@media (min-width: 992px) {
	.single-people {
		.columns {
			flex-direction: row;
			gap: 6rem;
		}
		.col:first-child {
			flex: 4 0 1px;
		}
		.col:nth-child(2) {
			flex: 5 0 1px;
		}
	}
}

/* EDITIONS LANDING */

.editions-container {
	margin-inline: var(--space-30);

	.edition-poster {
		width: 100%;
		display: grid;
		grid-template-areas: 'whole';
		place-items: center;
		position: relative;
		margin-block: var(--page-flow);

		& > * {
			grid-area: whole;
		}

		a {
			color: white;
			text-align: center;
			width: 100%;
		}

		a::after {
			content: '';
			position: absolute;
			inset: 0;
		}

		img {
			width: 100%;
			aspect-ratio: 1.8;
			object-fit: cover;
		}

		&:hover, &:focus {
			a {
				z-index: 1;
			}
		}
	}
}

/* PROGRAMMING LANDING */

.program-card {
	border-bottom: 1px solid var(--color__rule);
	margin-inline: var(--margin-inline__header);
	padding: var(--space-20) var(--space-10);

	display: flex;
	flex-direction: row;
	gap: 4rem;

	& > * {
		width: 50%;
	}
	img {
		aspect-ratio: 1.7;
		object-fit: cover;
	}
}

.convenings {
	--page-flow: var(--space-20);
}

/* ------------------------------------------------------------ */
/* TEMP MOBILE RULES */
@media only screen and (max-width: 767px) {
	.program-card {
		flex-direction: column;
		gap: 1rem;
	}
	.program-card img, .program-card h3 {
		width: 100%;
	}
}

/* SINGLE EDITION */

body.single-edition {
	section.content-module.scheme-white {
		--color__background: transparent;
	}
	.edition-hero {
		--color__background: inherit;
	}

	.content-module.text + .content-module.text.scheme-white header:not(.dots-on):not(.linerule-on):not(:has(h2:not(.off-screen))) + .column-container,
	.content-module.text + .content-module.text.scheme-white .column-container:first-child {
		padding-top: 0;
	}
}