
:root{
	--ndjr-max: 1320px;
	--ndjr-text: #141414;
	--ndjr-muted: #6b6b6b;
	--ndjr-line: rgba(20,20,20,.14);
	--ndjr-bg: #fff;
}

.ndjr-wrap{background:var(--ndjr-bg);color:var(--ndjr-text)}
.ndjr-container{width:min(calc(100% - 48px),var(--ndjr-max));margin-inline:auto}

.ndjr-hero{
	position:relative;
	min-height:clamp(520px,72vh,860px);
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
	background:#111 center/cover no-repeat;
	color:#fff;
}
.ndjr-hero:before{
	content:"";
	position:absolute;
	inset:0;
	background:linear-gradient(180deg,rgba(0,0,0,.20) 0%,rgba(0,0,0,.44) 55%,rgba(0,0,0,.68) 100%);
}
.ndjr-hero__inner{
	position:relative;
	z-index:1;
	width:min(calc(100% - 48px),1000px);
	text-align:center;
	padding:80px 0 70px;
}
.ndjr-hero__wordmark{
	display:block;
	max-width:min(620px,72vw);
	max-height:210px;
	width:auto;
	height:auto;
	object-fit:contain;
	margin:0 auto 26px;
	filter:drop-shadow(0 2px 18px rgba(0,0,0,.20));
}
.ndjr-hero__fallback-title{
	margin:0 0 22px;
	font-size:clamp(52px,8vw,110px);
	line-height:.92;
	letter-spacing:-.055em;
	font-weight:700;
}
.ndjr-hero__year{
	font-size:clamp(20px,2.2vw,30px);
	letter-spacing:.12em;
	font-weight:500;
}
.ndjr-hero__locations{
	margin-top:13px;
	font-size:clamp(14px,1.3vw,18px);
	line-height:1.5;
	white-space:pre-line;
	opacity:.9;
}

.ndjr-intro{
	padding:clamp(42px,4.8vw,72px) 0 clamp(72px,8vw,118px);
}
.ndjr-prose{
	max-width:900px;
	font-size:clamp(17px,1.3vw,21px);
	line-height:1.75;
}
.ndjr-prose--intro{
	margin-inline:auto;
	text-align:center;
}
.ndjr-prose--intro > *{
	margin-left:auto;
	margin-right:auto;
}
.ndjr-intro__payoff{
	max-width:980px;
	margin:clamp(42px,5vw,68px) auto 0;
	padding-top:clamp(26px,3vw,38px);
	border-top:1px solid rgba(20,20,20,.16);
	text-align:center;
	font-family:Baskerville,"Baskerville Old Face","Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;
	font-size:clamp(29px,3.1vw,47px);
	line-height:1.2;
	letter-spacing:-.018em;
	font-style:normal;
	font-weight:300;
}
.ndjr-prose > *:first-child{margin-top:0}
.ndjr-prose > *:last-child{margin-bottom:0}

.ndjr-program{padding:clamp(18px,2.5vw,34px) 0 clamp(80px,10vw,150px)}
.ndjr-program__heading{
	display:flex;
	align-items:center;
	gap:clamp(18px,2.4vw,32px);
	margin:0 0 clamp(30px,3.4vw,44px);
	text-align:center;
	font-size:clamp(29px,3vw,42px);
	line-height:1.05;
	letter-spacing:-.035em;
	font-weight:500;
}
.ndjr-program__heading:before,
.ndjr-program__heading:after{
	content:"";
	flex:1 1 auto;
	height:1px;
	background:var(--ndjr-line);
}
.ndjr-program__list{border-top:1px solid var(--ndjr-line)}
.ndjr-program__row{
	display:grid;
	grid-template-columns:260px 135px minmax(330px,1fr) minmax(200px,230px);
	align-items:stretch;
	min-height:190px;
	border-bottom:1px solid var(--ndjr-line);
	text-decoration:none!important;
	color:inherit!important;
	background:#fff;
}
.ndjr-program__visual{
	position:relative;
	min-height:190px;
	overflow:hidden;
	background:#242424;
	isolation:isolate;
}
.ndjr-program__visual-bg{
	position:absolute;
	inset:0;
	z-index:0;
	background-position:center;
	background-size:cover;
	transform:scale(1.001);
	transition:transform .55s cubic-bezier(.2,.65,.25,1);
}
.ndjr-program__visual-bg--empty{background:linear-gradient(135deg,#242424,#3b3b3b)}
.ndjr-program__visual-shade{
	position:absolute;
	inset:0;
	z-index:1;
	background:rgba(0,0,0,.28);
}
.ndjr-program__visual-logo{
	position:absolute;
	inset:20px;
	z-index:2;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	color:#fff;
}
.ndjr-program__visual-logo img{
	display:block;
	max-width:68%;
	max-height:105px;
	width:auto;
	height:auto;
	object-fit:contain;
	filter:drop-shadow(0 2px 14px rgba(0,0,0,.28));
}
.ndjr-program__visual-logo span{
	font-size:14px;
	font-weight:700;
	letter-spacing:.12em;
	text-transform:uppercase;
}
.ndjr-program__row:hover .ndjr-program__visual-bg{transform:scale(1.045)}
.ndjr-program__date-card{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	min-height:190px;
	padding:18px 10px;
	background:#111;
	color:#fff;
	font-family:Arial,Helvetica,sans-serif;
	font-variant-numeric:tabular-nums;
}
.ndjr-program__day{
	font-size:clamp(66px,5.6vw,82px);
	line-height:.82;
	letter-spacing:-.065em;
	font-weight:700;
}
.ndjr-program__month{
	margin-top:15px;
	font-size:19px;
	line-height:1;
	letter-spacing:.17em;
	font-weight:700;
}
.ndjr-program__weekday{
	margin-top:10px;
	font-size:12px;
	line-height:1;
	letter-spacing:.20em;
	font-weight:600;
	color:rgba(255,255,255,.72);
}
.ndjr-program__content{
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding:27px 42px;
	min-width:0;
}
.ndjr-program__title{
	font-size:clamp(24px,2.35vw,34px);
	line-height:1.06;
	letter-spacing:-.035em;
	font-weight:650;
}
.ndjr-program__subtitle{
	margin-top:8px;
	font-size:clamp(15px,1.25vw,18px);
	line-height:1.4;
	font-weight:400;
	color:#4f4f4f;
}
.ndjr-program__description{
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow:hidden;
	max-width:680px;
	margin-top:17px;
	font-size:14.5px;
	line-height:1.55;
	font-weight:400;
	color:#626262;
}
.ndjr-program__where{
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding:27px 0 27px 32px;
	min-width:0;
}
.ndjr-program__meta-label{
	margin-bottom:7px;
	font-size:10px;
	line-height:1;
	letter-spacing:.16em;
	text-transform:uppercase;
	font-weight:700;
	color:#8a8a8a;
}
.ndjr-program__city{
	font-size:18px;
	line-height:1.2;
	font-weight:600;
}
.ndjr-program__venue{
	margin-top:5px;
	font-size:13.5px;
	line-height:1.45;
	font-weight:400;
	color:#5d5d5d;
}
.ndjr-program__time-block{margin-top:22px}
.ndjr-program__time{
	font-size:18px;
	line-height:1.15;
	font-weight:600;
	font-variant-numeric:tabular-nums;
}


.ndjr-program__links{
	display:grid;
	gap:8px;
	margin-top:24px;
	padding-top:18px;
	border-top:1px solid var(--ndjr-line);
}
.ndjr-program__link{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;
	color:var(--ndjr-text)!important;
	text-decoration:none!important;
	font-size:11px;
	line-height:1.2;
	letter-spacing:.08em;
	text-transform:uppercase;
	font-weight:650;
}
.ndjr-program__link span{font-size:15px;transition:transform .2s ease}
.ndjr-program__link:hover span{transform:translateX(4px)}
.ndjr-program__link--history{font-weight:750}

.ndjr-recognitions{padding:clamp(75px,9vw,130px) 0;background:#f5f5f2}
.ndjr-video{padding:clamp(75px,9vw,130px) 0}
.ndjr-video__embed{position:relative;aspect-ratio:16/9;background:#111;overflow:hidden}
.ndjr-video__embed iframe,.ndjr-video__embed video{width:100%;height:100%;display:block;border:0}
.ndjr-video__link{font-size:18px}


/* Chiusura editoriale: direzione */
.ndjr-signatures{
	padding:clamp(68px,7vw,104px) 0;
	background:#111;
	color:#fff;
}
.ndjr-signatures__eyebrow{
	margin:0 0 clamp(34px,4vw,52px);
	text-align:center;
	font-size:10px;
	line-height:1;
	letter-spacing:.22em;
	text-transform:uppercase;
	font-weight:600;
	color:rgba(255,255,255,.55);
}
.ndjr-signatures__grid{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:clamp(34px,5vw,80px);
	width:min(100%,820px);
	margin:0 auto;
	text-align:center;
}
.ndjr-signature__role{
	margin-bottom:12px;
	font-size:10px;
	line-height:1.2;
	letter-spacing:.16em;
	text-transform:uppercase;
	font-weight:600;
	color:rgba(255,255,255,.58);
}
.ndjr-signature__name{
	font-family:Baskerville,"Baskerville Old Face","Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;
	font-size:clamp(26px,2.7vw,38px);
	line-height:1.08;
	letter-spacing:-.015em;
	font-style:italic;
	font-weight:400;
	color:#fff;
}
.ndjr-back-nav{
	padding:28px 0 34px;
	background:#fff;
	border-top:1px solid var(--ndjr-line);
}
.ndjr-back-nav__link{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:10px;
	width:max-content;
	margin:0 auto;
	color:var(--ndjr-text)!important;
	text-decoration:none!important;
	font-size:12px;
	line-height:1;
	letter-spacing:.06em;
	text-transform:uppercase;
	font-weight:700;
}
.ndjr-back-nav__link span:first-child{
	font-size:19px;
	line-height:1;
	transition:transform .2s ease;
}
.ndjr-back-nav__link:hover span:first-child{
	transform:translateX(-4px);
}


.ndjr-archive{
	padding:clamp(64px,7vw,104px) 0 clamp(90px,10vw,150px);
}
.ndjr-archive__header{
	max-width:880px;
	margin:0 auto clamp(48px,6vw,84px);
	text-align:center;
}
.ndjr-archive__title{
	margin:0;
	font-size:clamp(36px,4.3vw,58px);
	line-height:1.02;
	letter-spacing:-.035em;
	font-weight:600;
}
.ndjr-archive__subtitle{
	max-width:720px;
	margin:18px auto 0;
	font-size:clamp(16px,1.4vw,20px);
	line-height:1.55;
	color:var(--ndjr-muted);
}

.ndjr-teasers{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,400px));
	justify-content:center;
	gap:clamp(20px,2.2vw,28px);
}
.ndjr-teaser{
	display:flex;
	flex-direction:column;
	min-width:0;
	background:#fff;
	color:var(--ndjr-text)!important;
	text-decoration:none!important;
	border:1px solid rgba(20,20,20,.10);
	border-radius:3px;
	overflow:hidden;
	box-shadow:0 2px 9px rgba(0,0,0,.11);
	transition:transform .25s ease,box-shadow .25s ease;
}
.ndjr-teaser:hover,
.ndjr-teaser:focus-visible{
	transform:translateY(-2px);
	box-shadow:0 8px 22px rgba(0,0,0,.13);
}
.ndjr-teaser__visual{
	position:relative;
	aspect-ratio:1.9/1;
	overflow:hidden;
	background:#181818;
	isolation:isolate;
}
.ndjr-teaser__media{
	position:absolute;
	inset:-2px;
	z-index:0;
	background:#181818 center/cover no-repeat;
	transform:scale(1.001);
	transition:transform .65s cubic-bezier(.2,.65,.25,1),filter .65s ease;
	will-change:transform;
}
.ndjr-teaser:hover .ndjr-teaser__media,
.ndjr-teaser:focus-visible .ndjr-teaser__media{
	transform:scale(1.05);
}
.ndjr-teaser__shade{
	position:absolute;
	inset:0;
	z-index:1;
	background:linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.22) 55%,rgba(0,0,0,.42) 100%);
	transition:background .3s ease;
}
.ndjr-teaser:hover .ndjr-teaser__shade,
.ndjr-teaser:focus-visible .ndjr-teaser__shade{
	background:linear-gradient(180deg,rgba(0,0,0,.11) 0%,rgba(0,0,0,.26) 55%,rgba(0,0,0,.47) 100%);
}
.ndjr-teaser__identity{
	position:absolute;
	inset:0;
	z-index:2;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:24px 34px;
	text-align:center;
}
.ndjr-teaser__identity-inner{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:100%;
}
.ndjr-teaser__payoff{
	max-width:92%;
	margin:18px auto 0;
	padding-top:14px;
	border-top:1px solid rgba(255,255,255,.72);
	color:#fff;
	font-size:clamp(12px,1vw,14px);
	line-height:1.35;
	font-weight:500;
	letter-spacing:.01em;
	text-shadow:0 1px 10px rgba(0,0,0,.35);
}
.ndjr-teaser__logo{
	display:block;
	max-width:min(72%,250px);
	max-height:92px;
	width:auto;
	height:auto;
	object-fit:contain;
	margin:auto;
	filter:drop-shadow(0 2px 14px rgba(0,0,0,.26));
}
.ndjr-teaser__fallback-title{
	margin:0;
	color:#fff;
	font-size:clamp(25px,2.1vw,34px);
	line-height:1;
	letter-spacing:-.035em;
	font-weight:650;
	text-shadow:0 2px 16px rgba(0,0,0,.32);
}
.ndjr-teaser__content{
	display:flex;
	flex-direction:column;
	flex:1;
	padding:22px 26px 20px;
}
.ndjr-teaser__date{
	margin:0 0 11px;
	font-size:12px;
	line-height:1.35;
	letter-spacing:.025em;
	font-weight:700;
	color:var(--ndjr-text);
}
.ndjr-teaser__edition{
	margin:0;
	font-size:clamp(21px,1.8vw,27px);
	line-height:1.12;
	letter-spacing:-.025em;
	font-weight:650;
	color:var(--ndjr-text);
}
.ndjr-teaser__excerpt{
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	min-height:48px;
	margin-top:15px;
	font-size:15.5px;
	line-height:1.55;
	font-weight:400;
	color:#303030;
}
.ndjr-teaser__cta{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	gap:10px;
	width:100%;
	margin-top:18px;
	padding-top:0;
	text-align:right;
	font-size:12px;
	line-height:1;
	letter-spacing:.055em;
	text-transform:uppercase;
	font-weight:700;
	color:var(--ndjr-text);
}
.ndjr-teaser__arrow{
	display:inline-block;
	font-size:21px;
	line-height:1;
	font-weight:400;
	transform:translateX(0);
	transition:transform .25s ease;
}
.ndjr-teaser:hover .ndjr-teaser__arrow,
.ndjr-teaser:focus-visible .ndjr-teaser__arrow{
	transform:translateX(5px);
}
.ndjr-teaser:focus-visible{
	outline:2px solid currentColor;
	outline-offset:4px;
}
.ndjr-empty{
	padding:30px 0;
	text-align:center;
	color:var(--ndjr-muted);
}

@media(max-width:1080px){
	.ndjr-teasers{grid-template-columns:repeat(2,minmax(0,400px))}
}
@media(max-width:680px){
	.ndjr-teaser__location{font-size:13px;margin-bottom:11px}
	.ndjr-container{width:min(calc(100% - 30px),var(--ndjr-max))}
	.ndjr-hero{min-height:580px}
	.ndjr-hero__inner{width:calc(100% - 30px)}

	.ndjr-archive{padding-top:52px}
	.ndjr-archive__header{margin-bottom:42px}
	.ndjr-archive__title{font-size:38px}
	.ndjr-archive__subtitle{font-size:16px;margin-top:14px}
	.ndjr-teasers{grid-template-columns:minmax(0,1fr);gap:18px}
	.ndjr-teaser{width:100%;max-width:420px;margin-inline:auto}
	.ndjr-teaser__visual{aspect-ratio:1.72/1}
	.ndjr-teaser__content{padding:20px 22px 18px}
	.ndjr-teaser__logo{max-width:72%;max-height:84px}
	.ndjr-teaser__excerpt{font-size:15px;margin-top:16px;min-height:46px}
}


.ndjr-teaser__location{
	display:flex;
	align-items:flex-start;
	gap:8px;
	margin:0 0 12px;
	color:#4a4a4a;
	font-size:13.5px;
	line-height:1.45;
	font-weight:500;
}
.ndjr-teaser__location-icon{
	flex:0 0 auto;
	width:14px;
	margin-top:2px;
	font-size:14px;
	line-height:1;
	color:#444;
	text-align:center;
}
.ndjr-teaser__location span{
	display:block;
	min-width:0;
}


@media(max-width:680px){
	.ndjr-intro{padding-top:34px}
	.ndjr-intro__payoff{margin-top:34px;padding-top:24px;font-size:clamp(27px,8vw,36px)}
}

@media(max-width:1050px){
	.ndjr-program__row{grid-template-columns:minmax(0,1fr) 120px}
	.ndjr-program__visual{min-height:175px}
	.ndjr-program__date-card{min-height:175px}
	.ndjr-program__content{grid-column:1/-1;padding:26px 6px 20px}
	.ndjr-program__where{grid-column:1/-1;padding:0 6px 28px;display:grid;grid-template-columns:minmax(0,1fr) 140px;gap:28px}
	.ndjr-program__time-block{margin-top:0}
}
@media(max-width:680px){
	.ndjr-program__row{grid-template-columns:minmax(0,1fr) 102px}
	.ndjr-program__visual,.ndjr-program__date-card{min-height:155px}
	.ndjr-program__visual-logo{inset:16px}
	.ndjr-program__visual-logo img{max-width:72%;max-height:82px}
	.ndjr-program__day{font-size:60px}
	.ndjr-program__month{font-size:17px;margin-top:12px}
	.ndjr-program__content{padding:23px 0 18px}
	.ndjr-program__title{font-size:26px}
	.ndjr-program__description{font-size:14px;margin-top:14px}
	.ndjr-program__where{padding:0 0 24px;grid-template-columns:1fr;gap:18px}
}


@media(max-width:680px){
	.ndjr-program__heading{font-size:30px;gap:16px;margin-bottom:28px}
	.ndjr-program__weekday{font-size:11px;margin-top:8px}
	.ndjr-signatures__grid{grid-template-columns:1fr;gap:34px}
	.ndjr-signatures{padding:58px 0}
}


/* Storico eventi */
.ndjr-history-hero{
	position:relative;
	min-height:clamp(500px,68vh,760px);
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
	background:#161616 center/cover no-repeat;
	color:#fff;
}
.ndjr-history-hero__shade{
	position:absolute;
	inset:0;
	background:linear-gradient(180deg,rgba(0,0,0,.25) 0%,rgba(0,0,0,.44) 48%,rgba(0,0,0,.72) 100%);
}
.ndjr-history-hero__inner{
	position:relative;
	z-index:1;
	width:min(calc(100% - 48px),1080px);
	padding:84px 0 72px;
	text-align:center;
}
.ndjr-history-hero__wordmark{
	display:block;
	width:auto;
	height:auto;
	max-width:min(620px,72vw);
	max-height:210px;
	object-fit:contain;
	margin:0 auto clamp(24px,3vw,34px);
	filter:drop-shadow(0 3px 18px rgba(0,0,0,.25));
}
.ndjr-history-hero__subtitle{
	max-width:820px;
	margin:16px auto 0;
	font-size:clamp(18px,1.8vw,25px);
	line-height:1.35;
	font-weight:350;
}
.ndjr-history-hero__meta{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	gap:10px 24px;
	margin-top:28px;
	font-size:12px;
	line-height:1.4;
	letter-spacing:.08em;
	text-transform:uppercase;
	font-weight:600;
	color:rgba(255,255,255,.82);
}
.ndjr-history-hero__location{
	display:inline-flex;
	align-items:center;
	gap:8px;
}
.ndjr-history-hero__location svg{
	width:15px;
	height:15px;
	fill:currentColor;
	flex:0 0 auto;
}
.ndjr-history-description{
	padding:clamp(72px,8vw,118px) 0;
}
.ndjr-history-description__inner{
	max-width:900px;
	margin:0 auto;
}
.ndjr-history-content__title{
	margin:0 0 clamp(28px,3vw,42px);
	font-size:clamp(34px,3.6vw,50px);
	line-height:1.04;
	letter-spacing:-.035em;
	font-weight:620;
}
.ndjr-history-prose{
	max-width:900px;
	margin:0;
	font-size:clamp(17px,1.35vw,21px);
	line-height:1.78;
}
.ndjr-history-prose p:first-child{margin-top:0}
.ndjr-history-prose p:last-child{margin-bottom:0}

/* Gutenberg nel corpo editoriale dello Storico eventi */
.ndjr-history-prose .wp-block-image{
	max-width:100%;
	margin-top:clamp(28px,3.5vw,48px);
	margin-bottom:clamp(28px,3.5vw,48px);
}
.ndjr-history-prose .wp-block-image img{
	display:block;
	max-width:100%;
	height:auto;
}
.ndjr-history-prose .wp-block-image.aligncenter{
	text-align:center;
}
.ndjr-history-prose .wp-block-image.aligncenter img{
	margin-left:auto;
	margin-right:auto;
}
.ndjr-history-prose .wp-block-image.alignleft{
	float:left;
	margin-right:28px;
}
.ndjr-history-prose .wp-block-image.alignright{
	float:right;
	margin-left:28px;
}
.ndjr-history-prose .wp-block-image.alignwide,
.ndjr-history-prose .wp-block-image.alignfull{
	width:100%;
}
.ndjr-history-prose .wp-block-image.alignwide img,
.ndjr-history-prose .wp-block-image.alignfull img{
	width:100%;
}
.ndjr-history-prose .wp-block-image figcaption{
	margin-top:9px;
	font-family:inherit;
	font-size:12px;
	line-height:1.45;
	color:#777;
	text-align:center;
}
.ndjr-history-prose:after{
	content:"";
	display:block;
	clear:both;
}

@media(max-width:680px){
	.ndjr-history-prose .wp-block-image.alignleft,
	.ndjr-history-prose .wp-block-image.alignright{
		float:none;
		margin-left:0;
		margin-right:0;
	}
}

.ndjr-history-section-title{
	display:flex;
	align-items:center;
	gap:clamp(18px,2.4vw,32px);
	margin:0 0 clamp(38px,5vw,62px);
	text-align:center;
	font-size:clamp(30px,3vw,43px);
	line-height:1.05;
	letter-spacing:-.035em;
	font-weight:500;
}
.ndjr-history-section-title:before,
.ndjr-history-section-title:after{
	content:"";
	flex:1 1 auto;
	height:1px;
	background:var(--ndjr-line);
}
.ndjr-history-recognitions{
	padding:clamp(72px,8vw,118px) 0;
	background:#f5f5f2;
}
.ndjr-history-recognitions__grid{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:clamp(22px,2.4vw,34px);
}
.ndjr-history-recognition{
	min-width:0;
	border-top:1px solid rgba(20,20,20,.24);
	padding-top:16px;
}
.ndjr-history-recognition__image{
	aspect-ratio:16/10;
	overflow:hidden;
	margin-bottom:24px;
	background:#ddd;
}
.ndjr-history-recognition__image img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.ndjr-history-recognition__body{
	padding-right:clamp(0px,1vw,12px);
}
.ndjr-history-recognition__artist{
	margin:0 0 14px;
}
.ndjr-history-recognition__artist-link{
	display:inline-flex;
	align-items:center;
	gap:10px;
	max-width:100%;
	color:var(--ndjr-text)!important;
	text-decoration:none!important;
}
a.ndjr-history-recognition__artist-link{
	transition:opacity .2s ease;
}
a.ndjr-history-recognition__artist-link:hover{
	opacity:.68;
}
.ndjr-history-recognition__artist-avatar{
	display:block;
	flex:0 0 38px;
	width:38px;
	height:38px;
	border-radius:50%;
	overflow:hidden;
	background:#e8e8e5;
}
.ndjr-history-recognition__artist-avatar img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:50%;
}
.ndjr-history-recognition__artist-name{
	display:block;
	min-width:0;
	font-size:12px;
	line-height:1.25;
	letter-spacing:.065em;
	text-transform:uppercase;
	font-weight:650;
	color:var(--ndjr-text);
}
.ndjr-history-recognition h3{
	margin:0 0 14px;
	font-size:clamp(18px,1.45vw,22px);
	line-height:1.18;
	letter-spacing:-.02em;
	font-weight:680;
}
.ndjr-history-recognition__motivation{
	font-family:inherit;
	font-size:clamp(15px,1.05vw,17px);
	line-height:1.6;
	color:#444;
}
.ndjr-history-recognition__motivation p{margin:0 0 .75em}
.ndjr-history-recognition__motivation p:last-child{margin-bottom:0}
.ndjr-history-recognition__motivation ul,
.ndjr-history-recognition__motivation ol{padding-left:1.2em}
.ndjr-history-gallery{
	padding:clamp(76px,9vw,128px) 0;
}
.ndjr-history-gallery__grid{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:10px;
}
.ndjr-history-gallery__link{
	position:relative;
	display:block;
	aspect-ratio:4/3;
	overflow:hidden;
	background:#181818;
}
.ndjr-history-gallery__link img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	transform:scale(1.001);
	transition:transform .5s cubic-bezier(.2,.65,.25,1),opacity .35s ease;
}
.ndjr-history-gallery__link:hover img{
	transform:scale(1.04);
	opacity:.88;
}
html.ndjr-lightbox-open{overflow:hidden}
.ndjr-history-lightbox{
	position:fixed;
	inset:0;
	z-index:999999;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:54px;
	background:rgba(0,0,0,.96);
	opacity:0;
	visibility:hidden;
	transition:opacity .22s ease,visibility .22s ease;
}
.ndjr-history-lightbox.is-open{opacity:1;visibility:visible}
.ndjr-history-lightbox__stage{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
}
.ndjr-history-lightbox__stage img{
	display:block;
	max-width:94vw;
	max-height:90vh;
	width:auto;
	height:auto;
	object-fit:contain;
}
.ndjr-history-lightbox__close{
	position:absolute;
	top:18px;
	right:22px;
	z-index:2;
	width:44px;
	height:44px;
	padding:0;
	border:0;
	background:transparent;
	color:#fff;
	font-size:36px;
	line-height:1;
	font-weight:200;
	cursor:pointer;
}
.ndjr-history-closing{
	padding:clamp(40px,5vw,68px) 0 clamp(86px,9vw,130px);
}
.ndjr-history-closing__text{
	max-width:930px;
	margin:0 auto;
	padding:clamp(38px,5vw,62px) 0;
	border-top:1px solid var(--ndjr-line);
	border-bottom:1px solid var(--ndjr-line);
	text-align:center;
	font-family:Baskerville,"Baskerville Old Face","Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;
	font-size:clamp(25px,2.6vw,38px);
	line-height:1.36;
	font-weight:300;
}
.ndjr-history-closing__text p{margin:0}

.ndjr-history-video{
	padding:clamp(18px,3vw,42px) 0 clamp(82px,9vw,128px);
}
.ndjr-history-video__figure{
	width:min(100%,1080px);
	margin:0 auto;
}
.ndjr-history-video__embed{
	position:relative;
	aspect-ratio:16/9;
	overflow:hidden;
	background:#0a0a0a;
}
.ndjr-history-video__embed iframe,
.ndjr-history-video__embed video,
.ndjr-history-video__embed object,
.ndjr-history-video__embed embed{
	position:absolute;
	inset:0;
	display:block;
	width:100%!important;
	height:100%!important;
	border:0;
}
.ndjr-history-video__caption{
	max-width:860px;
	margin:16px auto 0;
	padding:0 4px;
	font-family:inherit;
	font-size:13px;
	line-height:1.55;
	letter-spacing:.015em;
	font-weight:400;
	color:#686868;
	text-align:left;
}

.ndjr-history-support{
	padding:clamp(62px,7vw,96px) 0;
	background:#fafafa;
	border-top:1px solid var(--ndjr-line);
}
.ndjr-history-support__inner{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:48px 80px;
	align-items:center;
}
.ndjr-history-support__block{text-align:center}
.ndjr-history-support__label{
	margin:0 0 24px;
	font-size:10px;
	line-height:1.25;
	letter-spacing:.18em;
	text-transform:uppercase;
	font-weight:650;
	color:#7b7b7b;
}
.ndjr-history-support__logos{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	gap:24px 34px;
}
.ndjr-history-support__logos img{
	display:block;
	max-width:145px;
	max-height:56px;
	width:auto;
	height:auto;
	object-fit:contain;
}
.ndjr-history-support__patronage-logo img{
	display:block;
	max-width:165px;
	max-height:72px;
	width:auto;
	height:auto;
	object-fit:contain;
	margin:0 auto;
}

@media(max-width:980px){
	.ndjr-history-recognitions__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
	.ndjr-history-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
	.ndjr-history-support__inner{grid-template-columns:1fr}
}
@media(max-width:680px){
	.ndjr-history-hero{min-height:620px}
	.ndjr-history-hero__inner{width:min(calc(100% - 32px),1080px);padding:68px 0 54px}
	.ndjr-history-hero__wordmark{max-width:82vw;max-height:170px}
	.ndjr-history-hero__meta{flex-direction:column;gap:8px;margin-top:24px}
	.ndjr-history-recognitions__grid{grid-template-columns:1fr}
	.ndjr-history-gallery__grid{grid-template-columns:1fr;gap:8px}
	.ndjr-history-lightbox{padding:42px 18px 20px}
	.ndjr-history-support__logos img{max-width:125px;max-height:50px}
}
