/*
Theme Name: NotDaily Festival
Theme URI: https://notdaily.ru/
Author: NotDaily
Description: Современная адаптивная тема для фестиваля автокультуры NotDaily. События, фотогалереи, новости и интеграция с Driftport.
Version: 1.8.6
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 8.0
Text Domain: notdaily
*/

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("assets/fonts/montserrat-cyrillic.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("assets/fonts/montserrat-latin.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: "Montserrat";
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url("assets/fonts/montserrat-italic-cyrillic.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url("assets/fonts/montserrat-italic-latin.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 {
	--nd-red: #ef242d;
	--nd-red-dark: #d7131c;
	--nd-black: #101010;
	--nd-gray-900: #202020;
	--nd-gray-700: #575757;
	--nd-gray-500: #858585;
	--nd-gray-300: #d8d8d5;
	--nd-gray-200: #e8e8e5;
	--nd-gray-100: #f3f3f1;
	--nd-white: #fff;
	--nd-shell: 1380px;
	--nd-side: clamp(20px, 4vw, 64px);
	--nd-header-height: 116px;
	--nd-radius-xs: 8px;
	--nd-radius-sm: 12px;
	--nd-radius-md: 18px;
	--nd-radius-lg: 28px;
}

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

html {
	scroll-behavior: smooth;
	text-size-adjust: 100%;
}

body {
	margin: 0;
	background: var(--nd-white);
	color: var(--nd-black);
	font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

main h1,
main h2,
main h3 {
	text-wrap: balance;
}

main p,
main small,
.entry-content li {
	text-wrap: pretty;
}

body.menu-open {
	overflow: hidden;
}

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

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

button,
input,
textarea,
select {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 3px solid var(--nd-red);
	outline-offset: 4px;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 12px;
	left: 12px;
	z-index: 999999;
	width: auto;
	height: auto;
	clip: auto;
	padding: 12px 18px;
	margin: 0;
	background: #fff;
	color: #111;
	font-weight: 700;
}

.site-shell {
	width: min(calc(100% - (var(--nd-side) * 2)), var(--nd-shell));
	margin-inline: auto;
}

.site-header {
	position: relative;
	z-index: 100;
	background: var(--nd-white);
}

/* Align header content with the outer edges of the wide homepage hero. */
.site-header > .utility-bar > .site-shell,
.site-header > .main-header > .site-shell {
	width: min(calc(100% - (var(--nd-side) * 2)), 1600px);
}

.utility-bar {
	min-height: 34px;
	background: var(--nd-black);
	color: var(--nd-white);
}

.utility-bar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 34px;
	gap: 32px;
}

.utility-bar__claim {
	margin: 0;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.utility-nav__list,
.primary-nav__list,
.utility-nav .menu,
.primary-nav .menu {
	display: flex;
	align-items: center;
	gap: 27px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.utility-nav a {
	display: block;
	padding: 10px 0;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	transition: color .2s ease;
}

.utility-nav a:hover,
.utility-nav a:focus-visible {
	color: var(--nd-red);
}

.main-header {
	border-bottom: 1px solid var(--nd-gray-200);
}

.main-header__inner {
	display: grid;
	grid-template-columns: 190px 1fr auto;
	align-items: center;
	min-height: 82px;
	gap: 34px;
}

.site-branding {
	display: flex;
	align-items: center;
}

.brand-logo {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: 164px;
	height: auto;
	overflow: visible;
}

.brand-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.brand-logo img.brand-logo__black {
	width: 100%;
	max-width: 100%;
	transform: none;
}

.brand-logo--light {
	width: 154px;
	height: auto;
	overflow: visible;
}

.custom-logo-link,
.custom-logo {
	display: block;
	max-width: 172px;
	height: auto;
}

.wordmark {
	display: inline-flex;
	align-items: baseline;
	gap: 5px;
	font-size: 31px;
	font-weight: 900;
	letter-spacing: -.07em;
	line-height: 1;
}

.wordmark i {
	color: var(--nd-red);
	font-size: 1.14em;
	font-style: normal;
	font-weight: 900;
}

.wordmark--light {
	color: var(--nd-white);
}

.primary-nav {
	justify-self: center;
}

.primary-nav__list,
.primary-nav .menu {
	gap: clamp(14px, 1.55vw, 28px);
}

.primary-nav li {
	position: relative;
}

.primary-nav > ul > li > a,
.primary-nav .menu > li > a {
	display: flex;
	align-items: center;
	min-height: 82px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.primary-nav .menu-item-has-children > a::after {
	width: 6px;
	height: 6px;
	margin: -3px 0 0 8px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	content: "";
	transform: rotate(45deg);
}

.primary-nav > ul > li > a::before,
.primary-nav .menu > li > a::before {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 3px;
	background: var(--nd-red);
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .25s ease;
}

.primary-nav > ul > li:hover > a::before,
.primary-nav > ul > li.current-menu-item > a::before,
.primary-nav .menu > li:hover > a::before,
.primary-nav .menu > li.current-menu-item > a::before {
	transform: scaleX(1);
}

.primary-nav .sub-menu {
	position: absolute;
	top: calc(100% - 1px);
	left: -22px;
	min-width: 220px;
	padding: 14px;
	margin: 0;
	visibility: hidden;
	background: var(--nd-black);
	border-radius: var(--nd-radius-sm);
	box-shadow: 0 18px 45px rgb(0 0 0 / 18%);
	list-style: none;
	opacity: 0;
	overflow: hidden;
	transform: translateY(8px);
	transition: .2s ease;
}

.primary-nav li:hover > .sub-menu,
.primary-nav li:focus-within > .sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.primary-nav .sub-menu a {
	display: block;
	padding: 10px 12px;
	border-radius: var(--nd-radius-xs);
	color: var(--nd-white);
	font-size: 13px;
	font-weight: 700;
}

.primary-nav .sub-menu a:hover {
	background: var(--nd-red);
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 18px;
}

.icon-button {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: var(--nd-radius-sm);
	background: transparent;
	color: inherit;
	cursor: pointer;
}

.icon-button svg,
.button svg,
.quick-link > svg,
.round-link svg,
.text-link svg,
.footer-event__meta svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.menu-toggle {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 78px;
	padding: 14px 0 14px 18px;
	border: 0;
	border-left: 1px solid var(--nd-gray-200);
	background: transparent;
	cursor: pointer;
}

.menu-toggle span {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.menu-toggle i,
.menu-toggle i::before,
.menu-toggle i::after {
	display: block;
	width: 19px;
	height: 2px;
	background: currentColor;
	content: "";
}

.menu-toggle i {
	position: relative;
}

.menu-toggle i::before {
	position: absolute;
	top: -6px;
}

.menu-toggle i::after {
	position: absolute;
	top: 6px;
}

.search-panel {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 24px 0;
	border-bottom: 1px solid var(--nd-gray-200);
	background: var(--nd-white);
	box-shadow: 0 20px 40px rgb(0 0 0 / 8%);
}

.search-panel__inner {
	display: flex;
	align-items: center;
	gap: 20px;
}

.search-form {
	display: flex;
	flex: 1;
	align-items: center;
	border-bottom: 2px solid var(--nd-black);
}

.search-field {
	flex: 1;
	min-width: 0;
	padding: 12px 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: clamp(24px, 3vw, 44px);
	font-weight: 700;
	letter-spacing: -.03em;
}

.search-submit {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: var(--nd-radius-sm);
	background: var(--nd-red);
	color: #fff;
	cursor: pointer;
}

.mobile-navigation {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	padding: 24px var(--nd-side) 32px;
	visibility: hidden;
	background: var(--nd-black);
	color: var(--nd-white);
	opacity: 0;
	transform: translateX(100%);
	transition: visibility .35s, opacity .35s, transform .35s cubic-bezier(.77, 0, .18, 1);
}

.mobile-navigation.is-open {
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}

.mobile-navigation__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 28px;
	border-bottom: 1px solid rgb(255 255 255 / 18%);
}

.mobile-navigation nav {
	overflow: auto;
	margin-block: auto;
}

.mobile-navigation__list {
	padding: 26px 0;
	margin: 0;
	list-style: none;
}

.mobile-navigation__list > li {
	border-bottom: 1px solid rgb(255 255 255 / 15%);
}

.mobile-navigation__list > li > a {
	display: block;
	padding: 15px 0;
	font-size: clamp(27px, 7vw, 48px);
	font-weight: 800;
	letter-spacing: -.04em;
}

.mobile-navigation .sub-menu {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 4px 18px;
	padding: 0 0 20px;
	margin: 0;
	list-style: none;
}

.mobile-navigation .sub-menu a {
	display: block;
	padding: 5px 0;
	color: #aaa;
	font-size: 14px;
}

.mobile-navigation__cta {
	display: flex;
	gap: 12px;
}

.hero {
	display: grid;
	grid-template-columns: 54% 46%;
	max-width: 1600px;
	min-height: 530px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 0 0 var(--nd-radius-lg) var(--nd-radius-lg);
	background: var(--nd-gray-100);
}

.hero__copy {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	overflow: hidden;
	padding: clamp(58px, 6vw, 96px) clamp(32px, 3.8vw, 56px);
}

.hero__copy::after {
	position: absolute;
	right: -38px;
	bottom: -31px;
	color: transparent;
	content: "AUTOCULTURE";
	font-size: clamp(68px, 8vw, 126px);
	font-weight: 900;
	letter-spacing: -.085em;
	line-height: .8;
	pointer-events: none;
	white-space: nowrap;
	-webkit-text-stroke: 1px rgb(16 16 16 / 8%);
}

.hero__copy > * {
	position: relative;
	z-index: 1;
}

.eyebrow,
.section-kicker {
	margin: 0 0 24px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .32em;
	line-height: 1.2;
	text-transform: uppercase;
}

.hero h1 {
	max-width: min(620px, 100%);
	margin: 0;
	font-size: clamp(40px, 3.7vw, 64px);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: .95;
	text-wrap: balance;
}

.hero-title__brand,
.hero-title__subject {
	display: block;
}

.hero-title__subject {
	font-size: .88em;
}

.hero-title__dash {
	font-style: normal;
	font-weight: 700;
}

.hero__mobile-subject {
	display: none;
}

.hero__lead {
	max-width: 520px;
	margin: 28px 0 34px;
	color: var(--nd-gray-700);
	font-size: clamp(17px, 1.5vw, 22px);
	line-height: 1.45;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.hero__copy .eyebrow,
.hero__copy h1,
.hero__copy .hero__lead,
.hero__copy .hero__actions {
	animation: nd-rise .7s both cubic-bezier(.2, .7, .2, 1);
}

.hero__copy h1 {
	animation-delay: .08s;
}

.hero__copy .hero__lead {
	animation-delay: .16s;
}

.hero__copy .hero__actions {
	animation-delay: .24s;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	min-height: 56px;
	padding: 0 24px;
	border: 1px solid transparent;
	border-radius: var(--nd-radius-sm);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .035em;
	line-height: 1;
	text-transform: uppercase;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.button:hover {
	transform: translateY(-2px);
}

.button--red {
	background: var(--nd-red);
	color: var(--nd-white);
}

.button--red:hover {
	background: var(--nd-red-dark);
}

.button--outline {
	border-color: var(--nd-black);
	background: transparent;
}

.button--outline:hover {
	background: var(--nd-black);
	color: var(--nd-white);
}

.button--ghost-light {
	border-color: rgb(255 255 255 / 70%);
	color: var(--nd-white);
}

.button--ghost-light:hover {
	border-color: var(--nd-white);
	background: var(--nd-white);
	color: var(--nd-black);
}

.hero__media {
	position: relative;
	min-height: 530px;
	overflow: hidden;
	background: #bbb;
}

.hero__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgb(0 0 0 / 0%) 55%, rgb(0 0 0 / 22%) 100%);
	content: "";
	pointer-events: none;
}

.hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: nd-image-in 1s both cubic-bezier(.2, .7, .2, 1);
}

.hero__media picture {
	display: block;
	width: 100%;
	height: 100%;
}

.hero__ring {
	position: absolute;
	top: -210px;
	left: -115px;
	z-index: 1;
	width: 330px;
	height: 330px;
	border: 55px solid var(--nd-red);
	border-radius: 50%;
}

.hero__badge {
	position: absolute;
	top: 46px;
	right: 48px;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	max-width: 120px;
	margin: 0;
	color: var(--nd-white);
	font-size: 17px;
	font-weight: 900;
	line-height: 1.05;
	text-transform: uppercase;
}

.hero__badge i {
	width: 12px;
	height: 42px;
	margin-right: 12px;
	background: var(--nd-red);
	transform: skew(-13deg);
}

.hero__signature {
	position: absolute;
	right: 40px;
	bottom: 35px;
	z-index: 2;
	margin: 0;
	color: var(--nd-white);
	font-size: 23px;
	font-style: italic;
	font-weight: 700;
	letter-spacing: -.04em;
	line-height: .95;
	transform: rotate(-6deg);
}

.hero__signature::after {
	display: block;
	width: 74px;
	height: 4px;
	margin: 8px 0 0 auto;
	background: var(--nd-red);
	content: "";
}

.festival-ticker {
	width: min(calc(100% - 28px), 1572px);
	margin: 14px auto 0;
	overflow: hidden;
	border-radius: var(--nd-radius-md);
	background: var(--nd-red);
	color: var(--nd-white);
}

.festival-ticker__track {
	display: flex;
	width: max-content;
	animation: nd-ticker 30s linear infinite;
}

.festival-ticker:hover .festival-ticker__track {
	animation-play-state: paused;
}

.festival-ticker__group {
	display: flex;
	flex: none;
	align-items: center;
	gap: clamp(24px, 3vw, 48px);
	padding: 15px clamp(16px, 2vw, 32px);
}

.festival-ticker span {
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
	white-space: nowrap;
}

.festival-ticker i {
	width: 8px;
	height: 25px;
	background: var(--nd-black);
	transform: skew(-15deg);
}

.quick-links {
	display: grid;
	grid-template-columns: 220px 1fr;
	align-items: stretch;
	margin-top: 14px;
	padding: 14px;
	background: var(--nd-gray-100);
}

.quick-links > h2 {
	display: flex;
	align-items: center;
	padding: 0 28px 0 16px;
	margin: 0;
	border-right: 1px solid var(--nd-gray-300);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .31em;
	text-transform: uppercase;
}

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

.quick-link {
	display: grid;
	grid-template-columns: 44px 1fr auto;
	align-items: center;
	min-height: 84px;
	padding: 10px 20px;
	border-radius: var(--nd-radius-sm);
	background: var(--nd-white);
	transition: background-color .2s ease, transform .2s ease;
}

.quick-link:hover {
	z-index: 1;
	background: #fbfbfb;
	transform: translateY(-2px);
}

.quick-link__icon {
	color: var(--nd-red);
}

.quick-link__icon svg {
	width: 30px;
	height: 30px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.quick-link strong,
.quick-link small {
	display: block;
}

.quick-link strong {
	font-size: 14px;
	font-weight: 800;
}

.quick-link small {
	margin-top: 3px;
	color: var(--nd-gray-700);
	font-size: 10px;
}

.quick-link > svg {
	width: 16px;
	height: 16px;
}

.audience-nav {
	display: grid;
	grid-template-columns: minmax(270px, 360px) 1fr;
	padding-top: clamp(62px, 7vw, 104px);
	padding-bottom: clamp(62px, 7vw, 104px);
	gap: clamp(42px, 6vw, 88px);
}

.audience-nav__heading {
	align-self: start;
	padding-top: 8px;
}

.audience-nav__heading .eyebrow {
	margin-bottom: 18px;
	color: var(--nd-red);
}

.audience-nav__heading h2 {
	margin: 0;
	font-size: clamp(31px, 2.8vw, 42px);
	font-weight: 900;
	letter-spacing: -.045em;
	line-height: .98;
	text-transform: uppercase;
}

.audience-nav__heading h2 span {
	display: block;
}

.audience-nav__heading > p:last-child {
	max-width: 310px;
	margin: 26px 0 0;
	color: var(--nd-gray-700);
	font-size: 13px;
	line-height: 1.65;
}

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

.audience-card {
	position: relative;
	display: grid;
	grid-template-columns: 44px 1fr 28px;
	align-items: start;
	min-height: 174px;
	padding: 28px 26px 24px;
	overflow: hidden;
	border: 1px solid var(--nd-gray-300);
	border-radius: var(--nd-radius-md);
	background: var(--nd-white);
	gap: 16px;
	transition: background-color .25s ease, color .25s ease;
}

.audience-card:hover,
.audience-card:focus-visible {
	background: var(--nd-black);
	color: var(--nd-white);
}

.audience-card:nth-child(4) {
	border-color: var(--nd-red);
	background: var(--nd-red);
	color: var(--nd-white);
}

.audience-card:nth-child(4) .audience-card__number,
.audience-card:nth-child(4) .audience-card__copy small {
	color: var(--nd-white);
}

.audience-card:nth-child(4) .audience-card__badge {
	background: var(--nd-black);
}

.audience-card:nth-child(4):hover,
.audience-card:nth-child(4):focus-visible {
	border-color: var(--nd-black);
	background: var(--nd-black);
}

.audience-card__number {
	padding-top: 4px;
	color: var(--nd-red);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
}

.audience-card__copy {
	position: relative;
	z-index: 2;
}

.audience-card__copy strong,
.audience-card__copy small {
	display: block;
}

.audience-card__copy strong {
	font-size: clamp(18px, 1.6vw, 24px);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1.08;
	text-wrap: balance;
}

.audience-card__copy small {
	max-width: 270px;
	margin-top: 14px;
	color: var(--nd-gray-700);
	font-size: 12px;
	line-height: 1.5;
	transition: color .25s ease;
}

.audience-card:hover .audience-card__copy small,
.audience-card:focus-visible .audience-card__copy small {
	color: #b7b7b7;
}

.audience-card > svg {
	position: relative;
	z-index: 2;
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	transition: transform .2s ease;
}

.audience-card:hover > svg {
	transform: translateX(4px);
}

.audience-card__badge {
	position: absolute;
	right: 25px;
	bottom: 21px;
	z-index: 2;
	padding: 6px 9px;
	border-radius: var(--nd-radius-xs);
	background: var(--nd-red);
	color: var(--nd-white);
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
	transform: skew(-8deg);
}

.brand-stripes {
	display: flex;
	align-items: center;
	gap: 8px;
	transform: skew(-14deg);
}

.brand-stripes i {
	display: block;
	width: 12px;
	height: 42px;
	border-radius: 2px;
	background: var(--nd-red);
}

.slant-mark,
.brand-stripes--watermark {
	position: absolute;
	right: 70px;
	bottom: -28px;
	display: flex;
	align-items: flex-end;
	gap: 7px;
	opacity: .08;
	transform: skew(-15deg);
	transition: opacity .25s ease, transform .25s ease;
}

.slant-mark i,
.brand-stripes--watermark i {
	display: block;
	width: 18px;
	height: 76px;
	border-radius: 2px;
	background: var(--nd-red);
}

.audience-card:hover .slant-mark,
.audience-card:focus-visible .slant-mark,
.audience-card:hover .brand-stripes--watermark,
.audience-card:focus-visible .brand-stripes--watermark {
	opacity: .72;
	transform: skew(-15deg) translateY(-8px);
}

.home-section {
	padding-top: clamp(58px, 6vw, 92px);
}

.section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 26px;
}

.section-heading h2 {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .29em;
	line-height: 1.2;
	text-transform: uppercase;
}

.section-heading h2::before {
	flex: 0 0 5px;
	width: 5px;
	height: 10px;
	margin-right: 16px;
	border-radius: 1px;
	background: var(--nd-red);
	box-shadow: 8px 0 0 var(--nd-red), 16px 0 0 var(--nd-red);
	content: "";
	transform: skew(-14deg);
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.text-link svg {
	width: 18px;
	height: 18px;
	transition: transform .2s ease;
}

.text-link:hover svg {
	transform: translateX(4px);
}

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

.event-grid {
	padding-bottom: 22px;
}

.event-card,
.gallery-card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--nd-gray-200);
	border-radius: var(--nd-radius-md);
	background: var(--nd-white);
	box-shadow: 0 12px 35px rgb(16 16 16 / 0%);
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.event-card:nth-child(2) {
	margin-top: 22px;
	margin-bottom: -22px;
}

.event-card:hover,
.gallery-card:hover {
	border-color: transparent;
	box-shadow: 0 18px 42px rgb(16 16 16 / 12%);
	transform: translateY(-6px);
}

.event-card__image,
.gallery-card__image,
.feature-story__image,
.news-row__image {
	display: block;
	overflow: hidden;
	background: var(--nd-gray-100);
}

.event-card__image {
	aspect-ratio: 1.65;
}

.event-card__image img,
.gallery-card__image img,
.feature-story__image img,
.news-row__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .55s cubic-bezier(.2, .7, .2, 1);
}

.event-card:hover img,
.gallery-card:hover img,
.feature-story:hover .feature-story__image img,
.news-row:hover img {
	transform: scale(1.035);
}

.event-card__body {
	display: grid;
	grid-template-columns: 74px 1fr 40px;
	align-items: center;
	min-height: 116px;
	padding: 16px;
	gap: 15px;
}

.event-card time {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 72px;
	border-right: 1px solid var(--nd-gray-200);
	color: var(--nd-red);
}

.event-card time strong {
	font-size: 36px;
	font-weight: 900;
	letter-spacing: -.07em;
	line-height: 1;
}

.event-card time span {
	margin-top: 5px;
	color: var(--nd-black);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.event-card__type,
.story-meta span {
	color: var(--nd-red);
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .17em;
	text-transform: uppercase;
}

.event-card h3 {
	margin: 0 0 5px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.15;
}

.event-card p {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	color: var(--nd-gray-700);
	font-size: 12px;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.round-link {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	transition: background-color .2s ease, color .2s ease;
}

.round-link:hover {
	background: var(--nd-red);
	color: var(--nd-white);
}

.round-link svg {
	width: 19px;
	height: 19px;
}

.news-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(360px, .95fr);
	gap: 18px;
}

.feature-story {
	display: grid;
	grid-template-columns: 44% 56%;
	min-height: 410px;
	overflow: hidden;
	border: 1px solid var(--nd-gray-200);
	border-radius: var(--nd-radius-lg);
	box-shadow: 0 18px 50px rgb(16 16 16 / 5%);
}

.feature-story__copy {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(28px, 2.5vw, 36px);
}

.story-meta {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 0 0 18px;
}

.story-meta time {
	color: var(--nd-gray-500);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.feature-story h3 {
	margin: 0;
	font-size: clamp(23px, 1.75vw, 30px);
	font-weight: 900;
	letter-spacing: -.035em;
	line-height: 1.08;
	text-wrap: balance;
}

.feature-story__copy > p:not(.story-meta) {
	margin: 24px 0 0;
	color: var(--nd-gray-700);
	font-size: 15px;
	line-height: 1.55;
}

.feature-story .round-link {
	position: absolute;
	right: 24px;
	bottom: 24px;
}

.news-list {
	display: flex;
	flex-direction: column;
	border-top: 1px solid var(--nd-gray-200);
}

.news-row {
	display: grid;
	flex: 1;
	grid-template-columns: 150px minmax(0, 1fr) 40px;
	align-items: center;
	min-height: 132px;
	padding: 12px 0;
	border-bottom: 1px solid var(--nd-gray-200);
	gap: 20px;
}

.news-row .round-link {
	justify-self: center;
	transform: translateX(-16px);
}

.news-row__image {
	align-self: stretch;
	border-radius: var(--nd-radius-sm);
}

.news-row .story-meta {
	margin: 0 0 10px;
}

.news-row h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
}

.home-section--gallery {
	padding-bottom: clamp(68px, 7vw, 104px);
}

.accreditation-cta {
	position: relative;
	display: grid;
	grid-template-columns: 230px 1fr auto;
	align-items: center;
	min-height: 210px;
	margin-bottom: clamp(68px, 7vw, 104px);
	overflow: hidden;
	border: 1px solid var(--nd-black);
	border-radius: var(--nd-radius-lg);
	background: var(--nd-white);
	gap: clamp(28px, 5vw, 74px);
	box-shadow: 0 22px 60px rgb(16 16 16 / 7%);
}

.accreditation-cta__graphic {
	position: relative;
	align-self: stretch;
	overflow: hidden;
	background: var(--nd-black);
}

.accreditation-cta__outline {
	position: absolute;
	top: 50%;
	left: 50%;
	color: transparent;
	font-size: 74px;
	font-weight: 900;
	letter-spacing: -.08em;
	-webkit-text-stroke: 1px rgb(255 255 255 / 28%);
	transform: translate(-50%, -50%) rotate(-90deg);
}

.brand-stripes--media {
	position: absolute;
	top: 50%;
	left: 50%;
	gap: 13px;
	transform: translate(-50%, -50%) skew(-14deg);
	}

.brand-stripes--media i {
	width: 26px;
	height: 92px;
	border-radius: 3px;
}

.accreditation-cta__copy {
	padding-block: 34px;
}

.accreditation-cta__copy .eyebrow {
	margin-bottom: 13px;
	color: var(--nd-red);
}

.accreditation-cta__copy h2 {
	margin: 0;
	font-size: clamp(30px, 3.3vw, 48px);
	font-weight: 900;
	letter-spacing: -.055em;
	line-height: 1;
	text-transform: uppercase;
}

.accreditation-cta__copy > p:last-child {
	max-width: 640px;
	margin: 14px 0 0;
	color: var(--nd-gray-700);
	font-size: 13px;
}

.accreditation-cta > .button {
	margin-right: 42px;
}

.gallery-card__image {
	position: relative;
	aspect-ratio: 1.7;
}

.gallery-card__image::after {
	position: absolute;
	inset: 0;
	background: rgb(0 0 0 / 45%);
	content: "";
	opacity: 0;
	transition: opacity .25s ease;
}

.gallery-card__image > span {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	color: var(--nd-white);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	opacity: 0;
	text-transform: uppercase;
	transform: translate(-50%, -30%);
	transition: .25s ease;
}

.gallery-card:hover .gallery-card__image::after,
.gallery-card:hover .gallery-card__image > span {
	opacity: 1;
}

.gallery-card:hover .gallery-card__image > span {
	transform: translate(-50%, -50%);
}

.gallery-card > div {
	display: grid;
	grid-template-columns: 1fr auto 40px;
	align-items: center;
	min-height: 66px;
	padding: 8px 14px 8px 18px;
	gap: 16px;
}

.gallery-card h3,
.gallery-card p {
	margin: 0;
}

.gallery-card h3 {
	font-size: 16px;
	font-weight: 800;
}

.gallery-card p {
	color: var(--nd-gray-500);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.driftport-cta {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	background: #151515;
	color: var(--nd-white);
}

.driftport-cta .button {
	box-shadow: 12px 12px 0 rgb(255 255 255 / 8%);
}

.driftport-cta::before {
	position: absolute;
	top: 50%;
	right: 20%;
	width: 460px;
	height: 460px;
	border: 1px solid rgb(255 255 255 / 7%);
	border-radius: 50%;
	content: "";
	transform: translateY(-50%);
}

.driftport-cta::after {
	position: absolute;
	top: -70px;
	right: -50px;
	width: 520px;
	height: 210px;
	background: repeating-linear-gradient(-18deg, transparent 0 31px, rgb(255 255 255 / 2%) 32px 34px);
	content: "";
	transform: rotate(-7deg);
}

.driftport-cta__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 180px 1fr auto;
	align-items: center;
	min-height: 170px;
	gap: 42px;
}

.driftport-mark {
	display: flex;
	align-items: center;
	margin: 0;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: .04em;
}

.driftport-mark i {
	width: 8px;
	height: 28px;
	margin-right: 7px;
	background: var(--nd-red);
	transform: skew(-14deg);
}

.driftport-cta h2 {
	margin: 0;
	font-size: clamp(29px, 3vw, 48px);
	font-weight: 900;
	letter-spacing: -.045em;
	line-height: 1;
	text-transform: uppercase;
}

.driftport-cta__inner > div p {
	margin: 10px 0 0;
	color: #b4b4b4;
	font-size: 14px;
}

.partner-strip {
	border-bottom: 1px solid var(--nd-gray-200);
}

.partner-strip__inner {
	display: grid;
	grid-template-columns: 190px 1fr auto;
	align-items: center;
	min-height: 82px;
	gap: 30px;
}

.partner-strip__inner > p {
	margin: 0;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .23em;
	text-transform: uppercase;
}

.partner-list {
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 30px;
	color: #888;
}

.partner-list span {
	font-size: clamp(14px, 1.6vw, 23px);
	font-style: italic;
	font-weight: 900;
	letter-spacing: -.04em;
}

.site-footer {
	background: var(--nd-black);
	color: var(--nd-white);
}

.site-footer__main {
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr) 250px;
	padding-top: 64px;
	padding-bottom: 58px;
	gap: clamp(28px, 3vw, 46px);
}

.footer-brand .brand-logo {
	width: 154px;
}

.footer-brand > p {
	margin: 24px 0;
	color: #b3b3b3;
	font-size: 12px;
}

.social-links {
	display: flex;
	gap: 10px;
}

.social-links a {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgb(255 255 255 / 25%);
	border-radius: var(--nd-radius-xs);
	font-size: 10px;
	font-weight: 900;
	transition: .2s ease;
}

.social-links a:hover {
	border-color: var(--nd-red);
	background: var(--nd-red);
}

.footer-nav-groups {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
}

.footer-mobile-nav {
	display: none;
}

.footer-nav-groups h2 {
	margin: 0 0 16px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.footer-nav-groups a {
	display: block;
	margin: 7px 0;
	color: #bdbdbd;
	font-size: 12px;
	transition: color .2s ease;
}

.footer-nav-groups a:hover {
	color: var(--nd-white);
}

.footer-event {
	padding-left: 36px;
	border-left: 1px solid rgb(255 255 255 / 20%);
}

.footer-event__meta {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 24px;
}

.footer-event__meta svg {
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
}

.footer-event__meta p {
	margin: 0;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.footer-event__meta strong,
.footer-event__meta span {
	display: block;
}

.footer-event__meta span {
	margin-top: 4px;
}

.footer-event .button {
	width: 100%;
	min-height: 48px;
}

.site-footer__bottom {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	min-height: 92px;
	border-top: 1px solid rgb(255 255 255 / 14%);
	color: #777;
	font-size: 9px;
}

.site-footer__bottom p {
	margin: 0;
}

.site-footer__bottom > div {
	display: flex;
	gap: 30px;
}

.footer-note {
	justify-self: end;
}

.footer-note i {
	margin-left: 9px;
	color: var(--nd-red);
	font-size: 17px;
	font-style: normal;
	font-weight: 900;
}

/* Inner pages */
.page-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(78px, 9vw, 140px) 0 clamp(58px, 7vw, 100px);
	border-radius: 0 0 var(--nd-radius-lg) var(--nd-radius-lg);
	background: var(--nd-gray-100);
}

.page-hero__inner {
	position: relative;
	z-index: 1;
}

.page-hero__copy {
	position: relative;
	z-index: 2;
}

.page-hero::after {
	position: absolute;
	top: -220px;
	right: -90px;
	width: 370px;
	height: 370px;
	border: 58px solid var(--nd-red);
	border-radius: 50%;
	content: "";
}

.page-hero .eyebrow {
	color: var(--nd-red);
}

.page-hero h1 {
	max-width: 1000px;
	margin: 0;
	font-size: clamp(46px, 7vw, 92px);
	font-weight: 900;
	letter-spacing: -.06em;
	line-height: .95;
}

.page-hero__lead {
	max-width: 670px;
	margin: 26px 0 0;
	color: var(--nd-gray-700);
	font-size: 18px;
	line-height: 1.55;
	text-wrap: pretty;
}

.single .page-hero h1 {
	font-size: clamp(32px, 4.6vw, 66px);
	line-height: 1.06;
	letter-spacing: -.04em;
	text-wrap: balance;
}

.entry-content > .entry-cover {
	display: block;
	width: 100%;
	max-height: 560px;
	margin-bottom: 32px;
	border-radius: var(--nd-radius);
	object-fit: cover;
}

.entry-content .wp-block-gallery {
	gap: 16px;
}

.entry-content .wp-block-gallery img {
	border-radius: 12px;
}

.entry-content .wp-block-gallery figcaption {
	font-size: 12px;
	line-height: 1.5;
}

.page-hero--media {
	padding: 0;
	background: var(--nd-gray-100);
}

.page-hero--media::after {
	display: none;
}

.page-hero--media .page-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(380px, .94fr);
	min-height: clamp(500px, 52vw, 650px);
	padding-right: 0;
	gap: clamp(42px, 6vw, 92px);
}

.page-hero--media .page-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 86px 0 78px;
}

.page-hero__media {
	position: relative;
	min-width: calc(100% + max(24px, (100vw - var(--nd-shell)) / 2));
	margin: 0;
	overflow: hidden;
	background: var(--nd-black);
}

.page-hero__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgb(0 0 0 / 16%), transparent 42%);
	content: "";
}

.page-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-hero__corner {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 154px;
	height: 154px;
	border: 32px solid var(--nd-red);
	border-right: 0;
	border-bottom: 0;
	border-radius: 100% 0 0;
}

.content-layout {
	display: grid;
	grid-template-columns: minmax(0, 820px) 280px;
	justify-content: space-between;
	padding-top: 70px;
	padding-bottom: 100px;
	gap: 80px;
}

.entry-content {
	font-size: 17px;
	line-height: 1.75;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content h2,
.entry-content h3 {
	margin-top: 1.8em;
	font-weight: 900;
	letter-spacing: -.04em;
	line-height: 1.05;
}

.entry-content h2 {
	font-size: clamp(30px, 4vw, 48px);
}

.entry-content h3 {
	font-size: clamp(24px, 3vw, 34px);
}

.entry-content a {
	color: var(--nd-red);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.entry-content img {
	height: auto;
	border-radius: var(--nd-radius-md);
}

.entry-content .nd-lead {
	margin: 0 0 48px;
	color: var(--nd-black);
	font-size: clamp(23px, 3vw, 32px);
	font-weight: 650;
	letter-spacing: -.035em;
	line-height: 1.3;
}

.entry-content .nd-section-label {
	margin: 64px 0 8px;
	color: var(--nd-red);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .19em;
	text-transform: uppercase;
}

.entry-content .nd-section-label + h2 {
	margin-top: 0;
}

.entry-content .nd-meta-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 42px 0 66px;
	border: 1px solid var(--nd-gray-200);
	border-radius: var(--nd-radius-md);
	background: var(--nd-white);
}

.entry-content .nd-meta-item {
	min-width: 0;
	padding: 24px;
}

.entry-content .nd-meta-item + .nd-meta-item {
	border-left: 1px solid var(--nd-gray-200);
}

.entry-content .nd-meta-item small {
	display: block;
	margin-bottom: 5px;
	color: var(--nd-gray-700);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.entry-content .nd-meta-item strong {
	display: block;
	font-size: 15px;
	line-height: 1.35;
}

.entry-content .nd-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 30px 0 64px;
	gap: 18px;
}

.entry-content .nd-card-grid.nd-card-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.entry-content .nd-card {
	display: flex;
	min-width: 0;
	min-height: 230px;
	flex-direction: column;
	padding: 28px;
	border: 1px solid var(--nd-gray-200);
	border-radius: var(--nd-radius-md);
	background: var(--nd-white);
}

.entry-content .nd-card:has(.nd-card__image) {
	overflow: hidden;
	padding-top: 0;
}

.entry-content .nd-card__image {
	display: block;
	width: calc(100% + 56px);
	max-width: none;
	height: 190px;
	margin: 0 -28px 25px;
	border-radius: 0;
	object-fit: cover;
}

.entry-content .nd-card__number {
	margin: 0 0 24px;
	color: var(--nd-red);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .16em;
}

.entry-content .nd-card h3 {
	margin: 0 0 13px;
	font-size: clamp(22px, 2.7vw, 30px);
	letter-spacing: -.045em;
}

.entry-content .nd-card p {
	margin: 0;
	color: var(--nd-gray-700);
	font-size: 14px;
	line-height: 1.55;
}

.entry-content .nd-card .nd-card__link {
	margin-top: auto;
	padding-top: 26px;
}

.entry-content .nd-card__link a {
	color: var(--nd-black);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .08em;
	text-decoration: none;
	text-transform: uppercase;
}

.entry-content .nd-card__link a:hover {
	color: var(--nd-red);
}

.entry-content .nd-steps {
	display: grid;
	margin: 30px 0 64px;
	padding: 0;
	counter-reset: nd-step;
	gap: 0;
}

.entry-content .nd-step {
	position: relative;
	margin: 0;
	padding: 28px 24px 28px 82px;
	border-top: 1px solid var(--nd-gray-200);
	list-style: none;
	counter-increment: nd-step;
}

.entry-content .nd-step::before {
	position: absolute;
	top: 28px;
	left: 20px;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 50%;
	background: var(--nd-red);
	color: var(--nd-white);
	content: counter(nd-step, decimal-leading-zero);
	font-size: 10px;
	font-weight: 900;
}

.entry-content .nd-step strong {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 1.3;
}

.entry-content .nd-step span {
	color: var(--nd-gray-700);
	font-size: 14px;
	line-height: 1.55;
}

.entry-content .nd-callout {
	position: relative;
	overflow: hidden;
	margin: 58px 0;
	padding: clamp(30px, 5vw, 52px);
	border-radius: var(--nd-radius-lg);
	background: var(--nd-black);
	color: var(--nd-white);
}

.entry-content .nd-callout::after {
	position: absolute;
	top: -90px;
	right: -70px;
	width: 210px;
	height: 210px;
	border: 34px solid var(--nd-red);
	border-radius: 50%;
	content: "";
}

.entry-content .nd-callout > * {
	position: relative;
	z-index: 1;
	max-width: 620px;
}

.entry-content .nd-callout h2,
.entry-content .nd-callout h3 {
	margin-top: 0;
	color: var(--nd-white);
}

.entry-content .nd-callout p {
	color: rgb(255 255 255 / 72%);
}

.entry-content .nd-callout a {
	color: var(--nd-white);
}

.entry-content .nd-callout.nd-callout--red {
	background: var(--nd-red);
}

.entry-content .nd-callout.nd-callout--red::after {
	border-color: rgb(255 255 255 / 22%);
}

.entry-content .nd-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 32px 0 64px;
	padding: 0;
	gap: 12px;
}

.entry-content .nd-facts li {
	min-height: 86px;
	margin: 0;
	padding: 20px 22px 20px 48px;
	border-radius: var(--nd-radius-sm);
	background: var(--nd-gray-100);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.45;
}

.entry-content .nd-facts li::marker {
	color: var(--nd-red);
}

.entry-content .nd-details {
	margin: 30px 0 64px;
	border-top: 1px solid var(--nd-gray-200);
}

.entry-content .nd-details details {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid var(--nd-gray-200);
}

.entry-content .nd-details summary {
	position: relative;
	padding: 24px 52px 24px 0;
	cursor: pointer;
	font-size: 17px;
	font-weight: 850;
	line-height: 1.35;
	list-style: none;
}

.entry-content .nd-details summary::-webkit-details-marker {
	display: none;
}

.entry-content .nd-details summary::after {
	position: absolute;
	top: 20px;
	right: 0;
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 50%;
	background: var(--nd-gray-100);
	content: "+";
	font-size: 22px;
	font-weight: 500;
}

.entry-content .nd-details details[open] summary::after {
	background: var(--nd-red);
	color: var(--nd-white);
	content: "−";
}

.entry-content .nd-details details > div {
	padding: 0 52px 26px 0;
	color: var(--nd-gray-700);
	font-size: 15px;
}

.entry-content .nd-details details > div > *:first-child {
	margin-top: 0;
}

.entry-content .nd-details details > div > *:last-child {
	margin-bottom: 0;
}

.entry-content .nd-cta {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	margin: 72px 0 0;
	padding: 34px;
	border: 1px solid var(--nd-gray-200);
	border-radius: var(--nd-radius-lg);
	background: var(--nd-gray-100);
	gap: 28px;
}

.entry-content .nd-cta h2,
.entry-content .nd-cta h3 {
	margin: 0 0 8px;
	font-size: clamp(26px, 3.4vw, 40px);
}

.entry-content .nd-cta p {
	margin: 0;
	color: var(--nd-gray-700);
}

.entry-content .nd-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 0 22px;
	border-radius: var(--nd-radius-sm);
	background: var(--nd-red);
	color: var(--nd-white);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .08em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.entry-content .nd-button:hover {
	background: var(--nd-black);
	color: var(--nd-white);
}

.entry-content .nd-button--dark {
	background: var(--nd-black);
}

.entry-content .nd-partner-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 30px 0 64px;
	gap: 12px;
}

.entry-content .nd-partner {
	display: grid;
	min-height: 116px;
	place-items: center;
	padding: 20px;
	border: 1px solid var(--nd-gray-200);
	border-radius: var(--nd-radius-sm);
	font-size: 14px;
	font-weight: 850;
	line-height: 1.25;
	text-align: center;
}

.entry-content .nd-contact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 30px 0 64px;
	gap: 18px;
}

.entry-content .nd-contact {
	padding: 28px;
	border-radius: var(--nd-radius-md);
	background: var(--nd-gray-100);
}

.entry-content .nd-contact h3 {
	margin-top: 0;
	font-size: 26px;
}

.entry-content .nd-contact p {
	margin-bottom: 8px;
}

.entry-content .nd-contact a {
	font-weight: 750;
}

.entry-sidebar {
	position: sticky;
	top: 112px;
	align-self: start;
	padding: 26px 26px 20px;
	border: 1px solid var(--nd-gray-200);
	border-radius: var(--nd-radius-md);
	background: var(--nd-white);
}

.entry-sidebar h2 {
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: -.04em;
	line-height: 1.1;
}

.entry-sidebar__eyebrow {
	margin: 0 0 7px;
	color: var(--nd-red);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.entry-sidebar a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
	border-top: 1px solid var(--nd-gray-200);
	font-size: 13px;
	font-weight: 700;
	gap: 16px;
}

.entry-sidebar a svg {
	width: 17px;
	min-width: 17px;
	fill: none;
	stroke: currentcolor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.entry-sidebar a:hover,
.entry-sidebar a.is-active {
	color: var(--nd-red);
}

.archive-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding-top: 58px;
	padding-bottom: 100px;
	gap: 28px;
}

.archive-card {
	overflow: hidden;
	border: 1px solid var(--nd-gray-200);
	border-radius: var(--nd-radius-md);
}

.archive-card__image {
	display: block;
	aspect-ratio: 1.5;
	overflow: hidden;
	background: var(--nd-gray-100);
}

.archive-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.archive-card__body {
	padding: 24px;
}

.archive-card__body h2 {
	margin: 10px 0 14px;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: -.04em;
	line-height: 1.05;
}

.archive-card__body > p:last-of-type {
	color: var(--nd-gray-700);
	font-size: 14px;
}

.pagination {
	grid-column: 1 / -1;
	margin-top: 28px;
}

.nav-links {
	display: flex;
	gap: 7px;
}

.page-numbers {
	display: grid;
	place-items: center;
	min-width: 42px;
	height: 42px;
	border: 1px solid var(--nd-gray-200);
	border-radius: var(--nd-radius-xs);
	font-size: 12px;
	font-weight: 800;
}

.page-numbers.current,
.page-numbers:hover {
	border-color: var(--nd-red);
	background: var(--nd-red);
	color: var(--nd-white);
}

.empty-state {
	padding: 100px 0;
	text-align: center;
}

.empty-state h1 {
	margin: 0;
	font-size: clamp(80px, 17vw, 220px);
	font-weight: 900;
	letter-spacing: -.08em;
	line-height: .8;
}

.empty-state h2 {
	margin: 30px 0 10px;
	font-size: 32px;
}

.empty-state p {
	margin: 0 0 30px;
	color: var(--nd-gray-700);
}

@keyframes nd-rise {
	from {
		opacity: 0;
		transform: translateY(18px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes nd-image-in {
	from {
		opacity: .45;
		transform: scale(1.045);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes nd-ticker {
	to {
		transform: translateX(-50%);
	}
}

@media (max-width: 1180px) {
	.main-header__inner {
		grid-template-columns: 165px 1fr auto;
		gap: 20px;
	}

	.primary-nav__list,
	.primary-nav .menu {
		gap: 11px;
	}

	.primary-nav > ul > li > a,
	.primary-nav .menu > li > a {
		font-size: 9px;
	}

	.accreditation-cta {
		grid-template-columns: 190px 1fr auto;
		gap: 28px;
	}

	.accreditation-cta > .button {
		margin-right: 28px;
	}

	.hero {
		grid-template-columns: 55% 45%;
	}

	.hero__copy {
		padding-inline: 42px;
	}

	.quick-links {
		grid-template-columns: 1fr;
	}

	.quick-links > h2 {
		padding: 12px 8px 20px;
		border-right: 0;
	}

	.news-layout {
		grid-template-columns: 1fr;
	}

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

	.news-row {
		grid-template-columns: minmax(0, 1fr) 40px;
		grid-template-rows: 145px auto;
		align-items: start;
		border: 1px solid var(--nd-gray-200);
		border-radius: var(--nd-radius-md);
		overflow: hidden;
		padding: 0;
		gap: 0;
	}

	.news-row__image {
		grid-column: 1 / -1;
		border-radius: 0;
	}

	.news-row > div {
		padding: 18px;
	}

	.news-row .round-link {
		margin: 12px 0 0;
	}

	.driftport-cta__inner {
		grid-template-columns: 150px 1fr auto;
		gap: 26px;
	}

	.site-footer__main {
		grid-template-columns: 220px 1fr;
	}

	.footer-event {
		grid-column: 1 / -1;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 28px 0 0;
		border-top: 1px solid rgb(255 255 255 / 15%);
		border-left: 0;
	}

	.footer-event__meta {
		margin: 0;
	}
}

@media (max-width: 900px) {
	:root {
		--nd-header-height: 72px;
	}

	.utility-bar,
	.primary-nav,
	.search-toggle {
		display: none;
	}

	.main-header__inner {
		grid-template-columns: 1fr auto;
		min-height: 72px;
	}

	.header-actions {
		grid-column: 2;
	}

	.menu-toggle {
		border-left: 0;
	}

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

	.hero__copy {
		padding: 66px var(--nd-side) 58px;
	}

	.hero__media {
		min-height: 56vw;
	}

	.hero__ring {
		top: -200px;
	}

	.audience-nav {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.audience-nav__heading > p:last-child {
		max-width: 620px;
	}

	.accreditation-cta {
		grid-template-columns: 180px 1fr;
		padding-right: 28px;
	}

	.accreditation-cta > .button {
		grid-column: 2;
		justify-self: start;
		margin: 0 0 30px;
	}

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

	.event-grid,
	.gallery-grid,
	.archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.event-card:last-child,
	.gallery-card:last-child {
		grid-column: 1 / -1;
	}

	.event-card:nth-child(2) {
		margin: 0;
	}

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

	.feature-story__image {
		min-height: 390px;
	}

	.feature-story__copy {
		min-height: 300px;
	}

	.driftport-cta__inner {
		grid-template-columns: 1fr auto;
		padding-top: 42px;
		padding-bottom: 42px;
	}

	.driftport-mark {
		grid-column: 1 / -1;
	}

	.partner-strip__inner {
		grid-template-columns: 1fr auto;
		padding-block: 25px;
	}

	.partner-list {
		grid-column: 1 / -1;
		grid-row: 2;
		justify-content: space-between;
		order: 3;
	}

	.site-footer__main {
		grid-template-columns: 1fr;
	}

	.footer-nav-groups {
		max-width: 700px;
	}

	.site-footer__bottom {
		grid-template-columns: 1fr 1fr;
		padding-block: 25px;
		gap: 16px;
	}

	.site-footer__bottom > div {
		grid-column: 1 / -1;
		grid-row: 2;
		order: 3;
	}

	.content-layout {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.entry-sidebar {
		width: 100%;
	}
}

@media (max-width: 640px) {
	:root {
		--nd-side: 18px;
	}

	.wordmark {
		font-size: 27px;
	}

	.brand-logo {
		width: 139px;
		height: 34px;
	}

	.menu-toggle span {
		display: none;
	}

	.menu-toggle {
		min-width: 42px;
		padding-left: 10px;
	}

	.mobile-navigation__cta {
		flex-direction: column;
	}

	.mobile-navigation__cta .button {
		width: 100%;
	}

	.hero__copy {
		padding-top: 54px;
	}

	.hero__copy::after {
		right: -16px;
		bottom: -12px;
		font-size: 70px;
	}

	.eyebrow {
		margin-bottom: 18px;
		font-size: 9px;
	}

	.hero h1 {
		font-size: clamp(43px, 13vw, 66px);
	}

	.hero__lead {
		margin-block: 22px 28px;
		font-size: 16px;
	}

	.hero__actions,
	.hero__actions .button {
		width: 100%;
	}

	.hero__media {
		min-height: 68vw;
	}

	.hero__ring {
		top: -110px;
		left: -72px;
		width: 190px;
		height: 190px;
		border-width: 34px;
	}

	.hero__badge {
		top: 24px;
		right: 22px;
		font-size: 12px;
	}

	.hero__badge i {
		height: 30px;
	}

	.hero__signature {
		right: 20px;
		bottom: 20px;
		font-size: 17px;
	}

	.quick-links {
		width: 100%;
		padding-inline: var(--nd-side);
		margin-top: 0;
	}

	.quick-links__grid {
		grid-template-columns: 1fr;
	}

	.audience-nav {
		padding-top: 58px;
		padding-bottom: 58px;
	}

	.festival-ticker {
		width: calc(100% - 24px);
		margin-top: 12px;
	}

	.festival-ticker__group {
		gap: 24px;
		padding-block: 13px;
	}

	.audience-nav__grid {
		grid-template-columns: 1fr;
	}

	.audience-card {
		min-height: 156px;
		padding: 24px 20px;
	}

	.audience-card__copy strong {
		font-size: 21px;
	}

	.accreditation-cta {
		grid-template-columns: 1fr;
		padding: 0;
		gap: 0;
	}

	.accreditation-cta__graphic {
		min-height: 116px;
	}

	.accreditation-cta__graphic span {
		font-size: 68px;
		transform: translate(-50%, -50%);
	}

	.accreditation-cta__copy {
		padding: 30px 22px 24px;
	}

	.accreditation-cta > .button {
		grid-column: auto;
		width: calc(100% - 44px);
		margin: 0 22px 30px;
	}

	.quick-link {
		min-height: 78px;
	}

	.home-section {
		padding-top: 58px;
	}

	.section-heading {
		align-items: center;
	}

	.section-heading h2 {
		font-size: 11px;
	}

	.text-link {
		font-size: 0;
		gap: 0;
	}

	.text-link svg {
		width: 23px;
		height: 23px;
	}

	.event-grid,
	.gallery-grid,
	.archive-grid {
		grid-template-columns: 1fr;
	}

	.event-card:last-child,
	.gallery-card:last-child {
		grid-column: auto;
	}

	.event-grid {
		padding-bottom: 0;
	}

	.event-card__body {
		grid-template-columns: 62px 1fr 34px;
		padding: 12px;
		gap: 12px;
	}

	.event-card time strong {
		font-size: 31px;
	}

	.feature-story__image {
		min-height: 63vw;
	}

	.feature-story__copy {
		min-height: 330px;
		padding: 28px 24px 64px;
	}

	.news-list {
		grid-template-columns: 1fr;
	}

	.news-row {
		grid-template-rows: 52vw auto;
	}

	.gallery-card > div {
		grid-template-columns: 1fr 34px;
	}

	.gallery-card p {
		display: none;
	}

	.driftport-cta__inner {
		grid-template-columns: 1fr;
		padding-block: 42px;
		gap: 24px;
	}

	.driftport-mark {
		grid-column: auto;
	}

	.driftport-cta h2 {
		font-size: 33px;
	}

	.driftport-cta .button {
		width: 100%;
	}

	.partner-strip__inner {
		grid-template-columns: 1fr auto;
	}

	.partner-list {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		width: 100%;
		gap: 20px 12px;
		text-align: center;
	}

	.footer-nav-groups {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 38px 24px;
	}

	.footer-event {
		align-items: stretch;
		flex-direction: column;
		gap: 22px;
	}

	.site-footer__bottom {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.site-footer__bottom > div {
		grid-column: auto;
		grid-row: auto;
		flex-direction: column;
		gap: 8px;
	}

	.footer-note {
		justify-self: start;
	}

	.page-hero::after {
		top: -110px;
		right: -100px;
		width: 210px;
		height: 210px;
		border-width: 34px;
	}

	.page-hero h1 {
		font-size: 48px;
	}

	.content-layout {
		padding-top: 48px;
		padding-bottom: 70px;
	}
}

/* Compact mobile composition. */
@media (max-width: 640px) {
	:root {
		--nd-side: 16px;
		--nd-header-height: 62px;
	}

	.main-header__inner {
		min-height: 62px;
	}

	.brand-logo {
		width: 124px;
		height: auto;
	}

	.menu-toggle {
		min-width: 38px;
		padding: 10px 0 10px 8px;
	}

	.mobile-navigation {
		padding: 18px var(--nd-side) 22px;
	}

	.mobile-navigation__head {
		padding-bottom: 16px;
	}

	.mobile-navigation__list {
		padding: 16px 0;
	}

	.mobile-navigation nav {
		margin: 12px 0 auto;
	}

	.mobile-navigation__list > li > a {
		padding: 10px 0;
		font-size: 23px;
	}

	.mobile-navigation .sub-menu {
		padding-bottom: 14px;
	}

	.mobile-navigation .sub-menu a {
		font-size: 12px;
	}

	.button {
		min-height: 48px;
		padding-inline: 16px;
		gap: 14px;
		font-size: 10px;
	}

	.hero {
		border-radius: 0 0 20px 20px;
	}

	.hero__copy {
		padding: 36px var(--nd-side) 32px;
	}

	.hero__copy::after {
		right: -12px;
		bottom: -7px;
		font-size: 58px;
	}

	.hero__copy .eyebrow {
		margin-bottom: 12px;
		font-size: 8px;
		letter-spacing: .24em;
	}

	.hero h1 {
		font-size: clamp(38px, 10.8vw, 46px);
		line-height: .91;
	}

	.hero__lead {
		margin-block: 18px 20px;
		font-size: 14px;
		line-height: 1.45;
	}

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

	.hero__actions .button {
		min-width: 0;
		padding-inline: 13px;
		gap: 8px;
		font-size: 9px;
	}

	.hero__actions .button svg {
		width: 17px;
		height: 17px;
	}

	.hero__media {
		min-height: 54vw;
	}

	.hero__media img {
		object-position: center center;
	}

	.hero__ring {
		top: -86px;
		left: -58px;
		width: 158px;
		height: 158px;
		border-width: 28px;
	}

	.hero__badge {
		top: 18px;
		right: 16px;
		font-size: 10px;
	}

	.hero__badge i {
		height: 25px;
		margin-right: 8px;
	}

	.hero__signature {
		right: 16px;
		bottom: 16px;
		font-size: 14px;
	}

	.festival-ticker {
		width: calc(100% - 20px);
		margin-top: 10px;
		border-radius: 12px;
	}

	.festival-ticker__group {
		gap: 20px;
		padding: 10px 14px;
	}

	.festival-ticker span {
		font-size: 9px;
	}

	.festival-ticker i {
		height: 20px;
	}

	.audience-nav {
		padding-top: 42px;
		padding-bottom: 42px;
		gap: 24px;
	}

	.audience-nav__heading h2 {
		font-size: 34px;
	}

	.audience-nav__heading > p:last-child {
		margin-top: 16px;
		font-size: 12px;
		line-height: 1.55;
	}

	.audience-nav__grid {
		gap: 10px;
	}

	.audience-card {
		grid-template-columns: 32px 1fr 18px;
		min-height: 118px;
		padding: 17px 16px;
		gap: 10px;
		border-radius: 14px;
	}

	.audience-card__copy strong {
		font-size: 18px;
	}

	.audience-card__copy small {
		margin-top: 8px;
		font-size: 10px;
		line-height: 1.4;
	}

	.audience-card__badge {
		right: 14px;
		bottom: 12px;
		padding: 5px 7px;
		font-size: 7px;
	}

	.home-section {
		padding-top: 44px;
	}

	.home-section--gallery {
		padding-bottom: 44px;
	}

	.section-heading {
		margin-bottom: 16px;
	}

	.section-heading h2 {
		gap: 9px;
		font-size: 10px;
	}

	.section-heading h2::before {
		width: 14px;
		height: 6px;
	}

	.text-link svg {
		width: 20px;
		height: 20px;
	}

	.event-grid,
	.gallery-grid,
	.news-list,
	.archive-grid {
		gap: 12px;
	}

	.event-card__image {
		aspect-ratio: 1.85;
	}

	.event-card__body {
		grid-template-columns: 54px 1fr 30px;
		min-height: 98px;
		padding: 10px;
		gap: 10px;
	}

	.event-card time {
		min-height: 58px;
	}

	.event-card time strong {
		font-size: 28px;
	}

	.event-card h3 {
		font-size: 14px;
	}

	.event-card p {
		font-size: 10px;
	}

	.feature-story__image {
		min-height: 52vw;
	}

	.feature-story__copy {
		min-height: 238px;
		padding: 22px 20px 52px;
	}

	.feature-story h3 {
		font-size: 25px;
	}

	.feature-story__copy > p:not(.story-meta) {
		margin-top: 16px;
		font-size: 12px;
	}

	.feature-story .round-link {
		right: 16px;
		bottom: 14px;
	}

	.news-row {
		grid-template-rows: 46vw auto;
	}

	.news-row > div {
		padding: 14px;
	}

	.news-row h3 {
		font-size: 14px;
	}

	.gallery-card__image {
		aspect-ratio: 1.85;
	}

	.gallery-card > div {
		min-height: 56px;
		padding: 7px 10px 7px 14px;
	}

	.gallery-card h3 {
		font-size: 14px;
	}

	.accreditation-cta {
		margin-bottom: 44px;
		border-radius: 20px;
	}

	.accreditation-cta__graphic {
		min-height: 84px;
	}

	.accreditation-cta__graphic span {
		font-size: 52px;
	}

	.accreditation-cta__copy {
		padding: 22px 18px 16px;
	}

	.accreditation-cta__copy h2 {
		font-size: 29px;
	}

	.accreditation-cta__copy > p:last-child {
		margin-top: 10px;
		font-size: 11px;
	}

	.accreditation-cta > .button {
		width: calc(100% - 36px);
		margin: 0 18px 22px;
	}

	.driftport-cta__inner {
		padding-block: 30px;
		gap: 16px;
	}

	.driftport-mark {
		font-size: 14px;
	}

	.driftport-cta h2 {
		font-size: 28px;
	}

	.driftport-cta__inner > div p {
		margin-top: 8px;
		font-size: 12px;
	}

	.partner-strip__inner {
		padding-block: 20px;
	}

	.partner-list {
		gap: 16px 8px;
	}

	.partner-list span {
		font-size: 12px;
	}

	.site-footer__main {
		padding-top: 40px;
		padding-bottom: 34px;
		gap: 30px;
	}

	.footer-brand > p {
		margin: 16px 0;
		font-size: 11px;
	}

	.footer-nav-groups {
		gap: 24px 18px;
	}

	.footer-nav-groups h2 {
		margin-bottom: 10px;
	}

	.footer-nav-groups a {
		margin: 5px 0;
		font-size: 11px;
	}

	.footer-event {
		padding-top: 22px;
		gap: 16px;
	}

	.site-footer__bottom {
		padding-block: 20px;
		gap: 12px;
	}

	.page-hero {
		padding: 56px 0 44px;
	}

	.page-hero h1 {
		font-size: 40px;
	}

	.page-hero p:last-child {
		margin-top: 18px;
		font-size: 15px;
	}

	.content-layout {
		padding-top: 36px;
		padding-bottom: 60px;
		gap: 32px;
	}

	.entry-sidebar {
		padding: 20px;
	}

	.archive-grid {
		padding-top: 40px;
		padding-bottom: 70px;
	}
}

/* Structural mobile redesign: one-screen hero, compact grids and swipe rails. */
@media (max-width: 640px) {
	.hero {
		position: relative;
		display: grid;
		grid-template: 1fr / 1fr;
		width: calc(100% - 20px);
		min-height: 500px;
		margin: 10px auto 0;
		border-radius: 22px;
		background: var(--nd-black);
	}

	.hero__copy {
		z-index: 2;
		grid-area: 1 / 1;
		justify-content: flex-end;
		min-height: 500px;
		padding: 34px 20px 22px;
		background: linear-gradient(180deg, rgb(0 0 0 / 12%) 12%, rgb(0 0 0 / 38%) 45%, rgb(0 0 0 / 94%) 100%);
		color: var(--nd-white);
	}

	.hero__copy::after,
	.hero__ring,
	.hero__badge,
	.hero__signature {
		display: none;
	}

	.hero__media {
		position: absolute;
		inset: 0;
		z-index: 1;
		grid-area: 1 / 1;
		height: 100%;
		min-height: 0;
	}

	.hero__media::after {
		background: linear-gradient(180deg, rgb(0 0 0 / 5%) 25%, rgb(0 0 0 / 48%) 70%, rgb(0 0 0 / 80%) 100%);
	}

	.hero__copy .eyebrow {
		color: var(--nd-white);
	}

	.hero h1 {
		max-width: 330px;
		font-size: clamp(38px, 10.8vw, 44px);
		text-shadow: 0 2px 22px rgb(0 0 0 / 30%);
	}

	.hero-title__dash,
	.hero-title__subject {
		display: none;
	}

	.hero__mobile-subject {
		display: block;
		margin-bottom: 5px;
		color: var(--nd-white);
		font-size: 17px;
		font-weight: 800;
		letter-spacing: -.02em;
		line-height: 1.1;
	}

	.hero__lead > span {
		display: block;
	}

	.hero__lead {
		max-width: 330px;
		margin-block: 14px 18px;
		color: rgb(255 255 255 / 78%);
		font-size: 13px;
	}

	.hero__actions .button {
		min-height: 46px;
	}

	.hero__actions .button--outline {
		border-color: rgb(255 255 255 / 55%);
		background: rgb(0 0 0 / 18%);
		color: var(--nd-white);
	}

	.festival-ticker {
		display: none;
	}

	.audience-nav {
		padding-top: 36px;
		padding-bottom: 40px;
		gap: 20px;
	}

	.audience-nav__heading .eyebrow {
		margin-bottom: 10px;
	}

	.audience-nav__heading h2 {
		font-size: clamp(26px, 7.5vw, 30px);
		line-height: .94;
	}

	.audience-nav__heading > p:last-child {
		display: none;
	}

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

	.audience-card {
		grid-template-columns: 1fr 18px;
		grid-template-rows: auto 1fr;
		min-height: 112px;
		padding: 14px;
		gap: 10px 6px;
	}

	.audience-card__number {
		grid-column: 1;
		grid-row: 1;
		padding: 0;
	}

	.audience-card__copy {
		align-self: end;
		grid-column: 1 / -1;
		grid-row: 2;
	}

	.audience-card__copy strong {
		max-width: 118px;
		font-size: 15px;
		line-height: 1.02;
	}

	.audience-card__copy small,
	.audience-card__badge {
		display: none;
	}

	.audience-card > svg {
		grid-column: 2;
		grid-row: 1;
		width: 18px;
		height: 18px;
	}

	.audience-card .slant-mark {
		right: 16px;
		bottom: -45px;
		transform: scale(.62) skew(-15deg);
		transform-origin: right bottom;
	}

	.home-section {
		padding-top: 38px;
	}

	.section-heading {
		margin-bottom: 13px;
	}

	.event-grid,
	.gallery-grid,
	.news-list {
		display: flex;
		flex-direction: row;
		grid-template-columns: none;
		overflow-x: auto;
		overflow-y: hidden;
		margin-right: calc(var(--nd-side) * -1);
		padding: 0 var(--nd-side) 10px 0;
		gap: 12px;
		scroll-padding-inline: var(--nd-side);
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.event-grid::-webkit-scrollbar,
	.gallery-grid::-webkit-scrollbar,
	.news-list::-webkit-scrollbar,
	.partner-list::-webkit-scrollbar {
		display: none;
	}

	.event-card,
	.gallery-card {
		flex: 0 0 min(82vw, 330px);
		margin: 0;
		scroll-snap-align: start;
	}

	.event-card:nth-child(2),
	.event-card:last-child,
	.gallery-card:last-child {
		grid-column: auto;
		margin: 0;
	}

	.event-card__image,
	.gallery-card__image {
		aspect-ratio: 1.72;
	}

	.news-layout {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.feature-story {
		grid-template-columns: 42% 58%;
		min-height: 190px;
		border-radius: 18px;
	}

	.feature-story__image {
		height: 100%;
		min-height: 0;
	}

	.feature-story__copy {
		min-height: 0;
		padding: 17px 14px 44px;
	}

	.feature-story h3 {
		display: -webkit-box;
		overflow: hidden;
		font-size: 18px;
		line-height: 1.03;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}

	.feature-story__copy > p:not(.story-meta) {
		display: none;
	}

	.feature-story .story-meta {
		flex-wrap: wrap;
		gap: 5px 8px;
		margin-bottom: 10px;
	}

	.feature-story .round-link {
		right: 10px;
		bottom: 8px;
	}

	.news-list {
		margin-top: 0;
	}

	.news-row {
		display: grid;
		flex: 0 0 min(84vw, 326px);
		grid-template-columns: 92px minmax(0, 1fr) 38px;
		grid-template-rows: 110px;
		min-height: 110px;
		padding: 0 12px 0 0;
		gap: 0;
		scroll-snap-align: start;
	}

	.news-row__image {
		grid-column: 1;
		grid-row: 1;
		border-radius: 0;
	}

	.news-row > div {
		align-self: center;
		padding: 10px;
	}

	.news-row .story-meta {
		gap: 6px;
		margin-bottom: 7px;
	}

	.news-row h3 {
		display: -webkit-box;
		overflow: hidden;
		font-size: 12px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.news-row .round-link {
		align-self: center;
		margin: 0;
		transform: none;
	}

	.home-section--gallery {
		padding-bottom: 34px;
	}

	.accreditation-cta {
		display: block;
		min-height: 0;
		padding: 22px 18px;
		margin-bottom: 32px;
		border: 0;
		border-radius: 18px;
		background: var(--nd-black);
		color: var(--nd-white);
		box-shadow: none;
	}

	.accreditation-cta__graphic {
		display: none;
	}

	.accreditation-cta__copy {
		padding: 0;
	}

	.accreditation-cta__copy .eyebrow {
		margin-bottom: 9px;
	}

	.accreditation-cta__copy h2 {
		font-size: 27px;
	}

	.accreditation-cta__copy > p:last-child {
		display: none;
	}

	.accreditation-cta > .button {
		width: 100%;
		margin: 16px 0 0;
		border-color: var(--nd-red);
		background: var(--nd-red);
		color: var(--nd-white);
	}

	.driftport-cta__inner {
		min-height: 0;
		padding-block: 24px;
		gap: 11px;
	}

	.driftport-mark {
		font-size: 11px;
	}

	.driftport-mark i {
		height: 22px;
	}

	.driftport-cta h2 {
		font-size: 25px;
	}

	.driftport-cta__inner > div p {
		display: none;
	}

	.driftport-cta .button {
		min-height: 46px;
		box-shadow: 8px 8px 0 rgb(255 255 255 / 8%);
	}

	.partner-strip__inner {
		display: grid;
		grid-template-columns: 1fr auto;
		min-height: 0;
		padding-block: 17px;
		gap: 12px;
	}

	.partner-list {
		display: flex;
		grid-column: 1 / -1;
		grid-row: auto;
		justify-content: flex-start;
		width: auto;
		overflow-x: auto;
		gap: 24px;
		text-align: left;
		white-space: nowrap;
		scrollbar-width: none;
	}

	.site-footer__main {
		display: grid;
		grid-template-columns: 1fr;
		padding-top: 28px;
		padding-bottom: 22px;
		gap: 22px;
	}

	.footer-brand {
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		gap: 16px;
	}

	.footer-brand > p,
	.footer-nav-groups {
		display: none;
	}

	.footer-mobile-nav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		border-top: 1px solid rgb(255 255 255 / 14%);
		border-left: 1px solid rgb(255 255 255 / 14%);
	}

	.footer-mobile-nav a {
		padding: 11px 12px;
		border-right: 1px solid rgb(255 255 255 / 14%);
		border-bottom: 1px solid rgb(255 255 255 / 14%);
		font-size: 10px;
		font-weight: 800;
		text-transform: uppercase;
	}

	.footer-event {
		display: grid;
		grid-column: 1;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		padding: 18px 0 0;
		border-top: 1px solid rgb(255 255 255 / 15%);
		gap: 10px;
	}

	.footer-event__meta {
		align-items: center;
		margin: 0;
		gap: 9px;
	}

	.footer-event__meta svg {
		width: 20px;
		height: 20px;
	}

	.footer-event__meta p {
		font-size: 9px;
	}

	.footer-event .button {
		width: auto;
		min-height: 42px;
		padding-inline: 12px;
		font-size: 8px;
	}

	.site-footer__bottom {
		display: flex;
		min-height: 0;
		flex-wrap: wrap;
		padding-block: 17px;
		gap: 8px 14px;
	}

	.site-footer__bottom > div {
		display: flex;
		flex: 0 0 100%;
		flex-flow: row wrap;
		gap: 7px 14px;
	}

	.footer-note {
		display: none;
	}
}

@media (max-width: 900px) {
	.page-hero--media .page-hero__inner {
		grid-template-columns: 1fr;
		min-height: 0;
		padding-right: var(--nd-side);
		gap: 0;
	}

	.page-hero--media .page-hero__copy {
		padding: 66px 0 54px;
	}

	.page-hero__media {
		width: calc(100% + (var(--nd-side) * 2));
		min-width: 0;
		height: min(48vw, 420px);
		margin-left: calc(var(--nd-side) * -1);
	}

	.entry-sidebar {
		position: static;
	}

	.entry-sidebar nav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 24px;
	}

	.entry-content .nd-card-grid.nd-card-grid--three,
	.entry-content .nd-partner-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.page-hero,
	.page-hero--media {
		border-radius: 0 0 var(--nd-radius-md) var(--nd-radius-md);
	}

	.page-hero--media .page-hero__copy {
		padding: 47px 0 38px;
	}

	.page-hero h1 {
		font-size: clamp(38px, 12vw, 54px);
		letter-spacing: -.055em;
		line-height: .98;
	}

	.page-hero__lead {
		margin-top: 18px;
		font-size: 15px;
	}

	.page-hero__media {
		height: 238px;
	}

	.page-hero__corner {
		width: 90px;
		height: 90px;
		border-width: 20px;
	}

	.content-layout {
		padding-top: 44px;
		padding-bottom: 68px;
		gap: 36px;
	}

	.entry-content {
		font-size: 15px;
		line-height: 1.65;
	}

	.entry-content .nd-lead {
		margin-bottom: 34px;
		font-size: 21px;
	}

	.entry-content .nd-section-label {
		margin-top: 48px;
	}

	.entry-content .nd-meta-strip,
	.entry-content .nd-card-grid,
	.entry-content .nd-card-grid.nd-card-grid--three,
	.entry-content .nd-facts,
	.entry-content .nd-partner-grid,
	.entry-content .nd-contact-grid,
	.entry-content .nd-cta {
		grid-template-columns: 1fr;
	}

	.entry-content .nd-meta-strip {
		margin-block: 30px 48px;
	}

	.entry-content .nd-meta-item {
		padding: 18px 20px;
	}

	.entry-content .nd-meta-item + .nd-meta-item {
		border-top: 1px solid var(--nd-gray-200);
		border-left: 0;
	}

	.entry-content .nd-card-grid,
	.entry-content .nd-partner-grid,
	.entry-content .nd-contact-grid {
		margin-bottom: 48px;
	}

	.entry-content .nd-card {
		min-height: 0;
		padding: 22px;
	}

	.entry-content .nd-card__image {
		width: calc(100% + 44px);
		height: 172px;
		margin: 0 -22px 21px;
	}

	.entry-content .nd-card .nd-card__link {
		padding-top: 20px;
	}

	.entry-content .nd-step {
		padding: 23px 12px 23px 62px;
	}

	.entry-content .nd-step::before {
		top: 22px;
		left: 8px;
	}

	.entry-content .nd-callout {
		margin-block: 44px;
		border-radius: var(--nd-radius-md);
	}

	.entry-content .nd-details details > div {
		padding-right: 0;
	}

	.entry-content .nd-cta {
		margin-top: 52px;
		padding: 26px;
	}

	.entry-content .nd-button {
		width: 100%;
	}

	.entry-sidebar {
		padding: 22px 20px 15px;
	}

	.entry-sidebar nav {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 360px) {
	.hero,
	.hero__copy {
		min-height: 470px;
	}

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

	.audience-nav__heading h2 {
		font-size: 23px;
		letter-spacing: -.04em;
	}
}

@media (min-width: 901px) {
	.menu-toggle {
		display: none;
	}

	.main-header__inner {
		grid-template-columns: 190px 1fr 42px;
	}
}

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