﻿
#col-141 {
	width: 100%;
}
#col-142 {
	display: none;
}
#html-1343 .festival-content , #html-1343 .festival-content * {
	box-sizing: border-box;
}
#html-1343 .festival-content {
	--festival-gold: #8a6431;
	--festival-dark-gold: #735322;
	--festival-text: #2c2823;
	--festival-muted: #6e6256;
	--festival-paper: #fbf8f1;
	--festival-paper-dark: #f1e9dc;
	--festival-border: #d9cbb5;
	--festival-white: #fffdf9;
	max-width: 1180px;
	margin: 0 auto;
	padding: 60px 40px 75px;
	color: var(--festival-text);
	background: var(--festival-paper);
	font-family: var(--font1), Arial, sans-serif;
}
#html-1343 .festival-header {
	max-width: 1000px;
	margin: 0 auto 85px;
	text-align: center;
}
#html-1343 .festival-eyebrow {
	max-width: 950px;
	margin: 0 auto 17px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.6;
	text-transform: uppercase;
	color: var(--festival-muted);
}
#html-1343 .festival-title {
	margin: 5px 0 16px;
	font-family: 'Cinzel Decorative', Georgia, serif;
	font-size: clamp(4rem, 7.5vw, 6.4rem);
	font-weight: 700;
	line-height: 0.95;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--festival-gold);
}
#html-1343 .festival-title:after {
	content: "◆";
	display: block;
	margin: 19px 0 18px;
	font-family: Georgia, serif;
	font-size: 0.72rem;
	font-weight: 400;
	color: var(--festival-border);
}
#html-1343 .festival-date {
	margin-top: 20px;
	font-size: clamp(1.7rem, 3.2vw, 2.4rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--festival-text);
}
#html-1343 .festival-location {
	margin-top: 10px;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 1.5;
	text-transform: uppercase;
	color: var(--festival-muted);
}
#html-1343 .festival-day {
	margin-bottom: 24px;
}
#html-1343 .day-header {
	position: relative;
	margin: 0 0 42px;
	padding: 0 0 24px;
	text-align: center;
}
#html-1343 .day-header:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -4px;
	width: 8px;
	height: 8px;
	transform: translateX(-50%) rotate(45deg);
	background: var(--festival-gold);
}
#html-1343 .day-date {
	font-family: 'Cinzel', Georgia, serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: var(--festival-gold);
}
#html-1343 .day-title {
	margin-top: 7px;
	font-size: clamp(2rem, 3.2vw, 2.6rem);
	font-weight: 800;
	letter-spacing: 1.5px;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--festival-text);
}
#html-1343 .day-location {
	margin-top: 9px;
	font-size: 0.96rem;
	font-weight: 600;
	letter-spacing: 1.5px;
	line-height: 1.55;
	text-transform: uppercase;
	color: var(--festival-muted);
}
#html-1343 .program-list {
	display: flex;
	flex-direction: column;
}
#html-1343 .program-item {
	display: grid;
	grid-template-columns: 85px 280px minmax(0, 1fr);
	gap: 30px;
	align-items: start;
	padding: 34px 0;
	border-bottom: 1px solid var(--festival-border);
}
#html-1343 .program-item:first-child {
	border-top: 1px solid var(--festival-border);
}
#html-1343 .event-time {
	padding-top: 6px;
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1.1;
	text-align: right;
	color: var(--festival-gold);
}
#html-1343 .event-time span {
	display: block;
	margin-top: 7px;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--festival-muted);
}
#html-1343 .event-media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	max-width: 100%;
	height: auto;
	min-height: 0;
	overflow: hidden;
	background: var(--festival-paper-dark);
	border: 1px solid var(--festival-border);
}
#html-1343 .event-media:after {
	content: "";
	position: absolute;
	inset: 5px;
	border: 1px solid rgba(138, 100, 49, 0.18);
	pointer-events: none;
}
#html-1343 .event-media img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 250px;
	object-fit: cover;
	object-position: center;
	transition: transform 400ms ease;
}
#html-1343 .program-item:hover .event-media img {
	transform: scale(1.015);
}
#html-1343 .event-media-gallery {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	grid-template-rows: 1fr 1fr;
	gap: 4px;
	width: 100%;
	height: 230px;
	padding: 4px;
}
#html-1343 .event-media-gallery:after {
	display: none;
}
#html-1343 .event-media-gallery img {
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
	object-fit: cover;
	background: var(--festival-paper);
	object-position: 50% 24%;
}
#html-1343 .event-media-gallery img:first-child {
	grid-row: 1 / 3;
}
#html-1343 .event-content {
	min-width: 0;
	padding-top: 1px;
}
#html-1343 .event-title {
	margin: 0 0 10px;
	font-size: 1.42rem;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0.3px;
	color: var(--festival-text);
}
#html-1343 .event-artists {
	margin-bottom: 13px;
	font-size: 1rem;
	font-weight: 700;
	font-style: italic;
	line-height: 1.55;
	color: var(--festival-gold);
}
#html-1343 .event-description {
	max-width: 720px;
	font-size: 1.08rem;
	line-height: 1.78;
	color: #4d453d;
}
#html-1343 .event-description a {
	font-weight: 700;
	color: var(--festival-gold);
	text-decoration: underline;
	text-underline-offset: 3px;
}
#html-1343 .event-description a:hover {
	color: var(--festival-dark-gold);
}
#html-1343 .program-item-highlight {
	position: relative;
	margin: 24px 0;
	padding: 36px 24px 36px 0;
	border-top: 1px solid var(--festival-gold);
	border-bottom: 1px solid var(--festival-gold);
	background: linear-gradient(90deg, rgba(241, 233, 220, 0.7), rgba(241, 233, 220, 0));
}
#html-1343 .program-item-highlight:before {
	content: "HIGHLIGHT";
	position: absolute;
	top: 12px;
	right: 0;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 1.6px;
	color: var(--festival-gold);
}
#html-1343 .program-item-highlight .event-title {
	font-size: 1.52rem;
	color: var(--festival-gold);
}
#html-1343 .program-item-highlight .event-media {
	border-color: var(--festival-gold);
}
#html-1343 .festival-divider {
	display: flex;
	align-items: center;
	gap: 20px;
	max-width: 560px;
	margin: 62px auto 66px;
	color: var(--festival-gold);
}
#html-1343 .festival-divider span {
	flex: 1;
	height: 1px;
	background: var(--festival-border);
}
#html-1343 .festival-divider b {
	font-size: 1rem;
	font-weight: 400;
}
#html-1343 .section-title {
	margin: 0 0 16px;
	text-align: center;
	font-size: 1.75rem;
	font-weight: 800;
	letter-spacing: 1.5px;
	line-height: 1.35;
	text-transform: uppercase;
	color: var(--festival-gold);
}
#html-1343 .section-intro {
	max-width: 900px;
	margin: 0 auto 34px;
	font-size: 1.08rem;
	line-height: 1.78;
	text-align: center;
	color: var(--festival-muted);
}
#html-1343 .background-info {
	margin-top: 85px;
	padding: 75px 70px;
	background: var(--festival-paper-dark);
	border: 1px solid var(--festival-border);
}
#html-1343 .background-header {
	max-width: 900px;
	margin: 0 auto 62px;
	text-align: center;
}
#html-1343 .background-eyebrow {
	display: block;
	margin-bottom: 15px;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--festival-gold);
}
#html-1343 .background-info .section-title {
	margin-bottom: 23px;
	font-size: 2.05rem;
	line-height: 1.35;
}
#html-1343 .background-info .section-intro {
	max-width: 850px;
	margin: 0 auto;
	font-size: 1.18rem;
	line-height: 1.88;
	color: var(--festival-muted);
}
#html-1343 .walther-intro {
	display: grid;
	grid-template-columns: minmax(240px, 310px) minmax(0, 1fr);
	gap: 52px;
	align-items: center;
	max-width: 1000px;
	margin: 0 auto 68px;
	padding-bottom: 58px;
	border-bottom: 1px solid var(--festival-border);
}
#html-1343 .walther-intro-image {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0;
}
#html-1343 .walther-image-frame {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	max-width: 100%;
	padding: 10px;
	background: var(--festival-paper);
	border: 1px solid var(--festival-border);
	box-shadow: 0 5px 18px rgba(44, 40, 35, 0.07);
}
#html-1343 .walther-image-frame:after {
	content: "";
	position: absolute;
	inset: 6px;
	border: 1px solid rgba(138, 100, 49, 0.22);
	pointer-events: none;
}
#html-1343 .walther-image-frame img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 430px;
	object-fit: contain;
}
#html-1343 .walther-intro-image > span {
	display: block;
	margin-top: 13px;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.55;
	text-align: center;
	color: var(--festival-muted);
}
#html-1343 .walther-intro-text {
	padding-right: 20px;
}
#html-1343 .walther-intro-text p {
	margin: 0 0 21px;
	font-size: 1.18rem;
	line-height: 1.88;
	color: #4d453d;
}
#html-1343 .walther-intro-text p:last-child {
	margin-bottom: 0;
}
#html-1343 .evidence-list {
	max-width: 1000px;
	margin: 0 auto;
	border-top: 1px solid var(--festival-border);
}
#html-1343 .evidence-item {
	display: grid;
	grid-template-columns: 60px minmax(0, 1fr);
	gap: 28px;
	padding: 40px 0;
	border-bottom: 1px solid var(--festival-border);
}
#html-1343 .evidence-number {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 5px;
	font-family: Georgia, serif;
	font-size: 1.12rem;
	font-weight: 700;
	color: var(--festival-gold);
}
#html-1343 .evidence-content {
	min-width: 0;
}
#html-1343 .evidence-content h3 {
	margin: 0 0 15px;
	font-size: 1.45rem;
	font-weight: 800;
	line-height: 1.42;
	color: var(--festival-text);
}
#html-1343 .evidence-content p {
	margin: 0 0 18px;
	font-size: 1.15rem;
	line-height: 1.9;
	color: #4d453d;
}
#html-1343 .evidence-content p:last-child {
	margin-bottom: 0;
}
#html-1343 .evidence-with-image .evidence-image {
	float: right;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: fit-content;
	max-width: 42%;
	margin: 3px 0 24px 40px;
	padding: 9px;
	background: var(--festival-paper);
	border: 1px solid var(--festival-border);
	box-shadow: 0 5px 18px rgba(44, 40, 35, 0.07);
}
#html-1343 .evidence-with-image .evidence-image img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 420px;
	object-fit: contain;
}
#html-1343 .evidence-image-caption {
	display: flex;
	flex-direction: column;
	text-align: center;
	gap: 3px;
	clear: both;
	margin-top: 17px;
	font-size: 1rem;
	line-height: 1.55;
	color: var(--festival-muted);
}
#html-1343 .evidence-image-caption strong {
	font-size: 0.94rem;
	color: var(--festival-text);
}
#html-1343 .evidence-image-caption span {
	font-size: 0.84rem;
}
#html-1343 .evidence-grave .evidence-image img {
	max-height: 440px;
}
#html-1343 .background-source {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-top: 52px;
	font-size: 1rem;
	color: var(--festival-muted);
}
#html-1343 .background-source a {
	font-weight: 700;
	color: var(--festival-gold);
	text-decoration: none;
	border-bottom: 1px solid rgba(138, 100, 49, 0.4);
	transition: color 200ms ease, border-color 200ms ease;
}
#html-1343 .background-source a:hover {
	color: var(--festival-dark-gold);
	border-color: var(--festival-dark-gold);
}
#html-1343 .partners {
	margin-top: 75px;
}
#html-1343 .partner-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px;
	margin-top: 38px;
}
#html-1343 .partner-card {
	padding: 32px 34px 30px;
	border: 1px solid var(--festival-border);
	background: var(--festival-white);
	text-align: center;
}
#html-1343 .partner-images {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	min-height: 135px;
	margin-bottom: 24px;
}
#html-1343 .partner-images img {
	display: block;
	width: auto;
	height: auto;
	max-width: 155px;
	max-height: 105px;
	object-fit: contain;
}
#html-1343 .partner-images img:first-child {
	flex: 0 0 130px;
	width: 130px;
	height: 130px;
	max-width: 130px;
	max-height: 130px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}
#html-1343 .partner-quote {
	margin-bottom: 17px;
	font-size: 1.02rem;
	font-style: italic;
	line-height: 1.72;
	color: #554b42;
}
#html-1343 .partner-name {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	font-size: 1.08rem;
	font-weight: 800;
	line-height: 1.5;
	text-align: center;
	color: var(--festival-text);
}
#html-1343 .partner-name span:first-child {
	color: var(--festival-text);
}
#html-1343 .partner-name span:last-child {
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.55;
	color: var(--festival-gold);
}
#html-1343 .partner-list {
	max-width: 950px;
	margin: 42px auto 0;
	padding-top: 26px;
	border-top: 1px solid var(--festival-border);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.85;
	text-align: center;
	color: var(--festival-muted);
}
#html-1343 .festival-footer {
	margin-top: 24px;
	padding-top: 23px;
	border-top: 1px solid var(--festival-border);
	font-size: 0.94rem;
	font-weight: 700;
	font-style: italic;
	line-height: 1.7;
	text-align: center;
	color: var(--festival-gold);
}
@media (max-width: 1100px) {
	#html-1343 .festival-content {
		padding: 50px 30px 68px;
	}
	#html-1343 .program-item {
		grid-template-columns: 70px 240px minmax(0, 1fr);
		gap: 24px;
	}
	#html-1343 .event-media {
		max-width: 240px;
	}
	#html-1343 .background-info {
		padding: 62px 50px;
	}
	#html-1343 .walther-intro {
		grid-template-columns: 250px minmax(0, 1fr);
		gap: 40px;
	}
}

@media (max-width: 900px) {
	#html-1343 .festival-content {
		padding: 46px 25px 62px;
	}
	#html-1343 .festival-header {
		margin-bottom: 68px;
	}
	#html-1343 .program-item {
		grid-template-columns: 65px 210px minmax(0, 1fr);
		gap: 20px;
	}
	#html-1343 .event-media {
		max-width: 210px;
	}
	#html-1343 .event-title {
		font-size: 1.3rem;
	}
	#html-1343 .event-description {
		font-size: 1.05rem;
		line-height: 1.78;
	}
	#html-1343 .background-info {
		padding: 58px 40px;
	}
	#html-1343 .walther-intro {
		grid-template-columns: 220px minmax(0, 1fr);
		gap: 32px;
	}
	#html-1343 .walther-image-frame img {
		max-height: 350px;
	}
	#html-1343 .evidence-with-image .evidence-image {
		max-width: 40%;
		margin-left: 28px;
	}
	#html-1343 .evidence-with-image .evidence-image img {
		max-height: 330px;
	}
	#html-1343 .partner-grid {
		grid-template-columns: 1fr;
		max-width: 780px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width: 720px) {
	#html-1343 .festival-content {
		padding: 38px 18px 55px;
	}
	#html-1343 .festival-header {
		margin-bottom: 58px;
	}
	#html-1343 .festival-eyebrow {
		max-width: 100%;
		margin-bottom: 15px;
		font-size: 0.82rem;
		letter-spacing: 1.2px;
		line-height: 1.65;
	}
	#html-1343 .festival-title {
		font-size: clamp(3rem, 13vw, 4rem);
		letter-spacing: 1px;
	}
	#html-1343 .festival-title:after {
		margin: 15px 0;
		font-size: 0.58rem;
	}
	#html-1343 .festival-date {
		margin-top: 18px;
		font-size: clamp(1.35rem, 5vw, 1.65rem);
		letter-spacing: 1px;
	}
	#html-1343 .festival-location {
		font-size: 0.82rem;
		letter-spacing: 1px;
		line-height: 1.65;
	}
	#html-1343 .day-header {
		margin-bottom: 28px;
		padding-bottom: 19px;
	}
	#html-1343 .day-date {
		font-size: 0.98rem;
		letter-spacing: 1.7px;
	}
	#html-1343 .day-title {
		font-size: clamp(1.6rem, 6vw, 1.95rem);
		letter-spacing: 1px;
	}
	#html-1343 .day-location {
		font-size: 0.78rem;
		letter-spacing: 0.9px;
		line-height: 1.6;
	}
	#html-1343 .program-item , #html-1343 .program-item-highlight {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0;
		padding: 27px 0;
		margin: 0;
	}
	#html-1343 .event-time {
		grid-column: 1;
		grid-row: 1;
		display: flex;
		align-items: baseline;
		gap: 8px;
		padding-top: 0;
		font-size: 1.18rem;
		text-align: left;
	}
	#html-1343 .event-time span {
		display: inline;
		margin-top: 0;
		font-size: 0.72rem;
		letter-spacing: 0.8px;
	}
	#html-1343 .event-media {
		grid-column: 1;
		grid-row: 2;
		width: fit-content;
		max-width: 100%;
		margin: 16px auto 0;
	}
	#html-1343 .event-media img {
		max-width: 100%;
		max-height: 280px;
		object-fit: cover;
	}
	#html-1343 .event-media-gallery {
		width: 100%;
		height: clamp(190px, 55vw, 240px);
		padding: 3px;
	}
	#html-1343 .event-content {
		grid-column: 1;
		grid-row: 3;
		padding-top: 18px;
	}
	#html-1343 .event-title {
		margin-bottom: 8px;
		font-size: 1.25rem;
		line-height: 1.45;
	}
	#html-1343 .event-artists {
		margin-bottom: 10px;
		font-size: 0.94rem;
		line-height: 1.58;
	}
	#html-1343 .event-description {
		max-width: none;
		font-size: 1.05rem;
		line-height: 1.8;
	}
	#html-1343 .program-item-highlight {
		padding: 31px 0;
		margin: 7px 0;
	}
	#html-1343 .program-item-highlight:before {
		top: 9px;
		right: 0;
		font-size: 0.62rem;
	}
	#html-1343 .program-item-highlight .event-title {
		font-size: 1.28rem;
	}
	#html-1343 .festival-divider {
		gap: 12px;
		margin: 48px auto 54px;
	}
	#html-1343 .section-title {
		font-size: 1.42rem;
		line-height: 1.4;
	}
	#html-1343 .section-intro {
		font-size: 1.02rem;
		line-height: 1.78;
	}
	#html-1343 .background-info {
		margin-top: 58px;
		padding: 42px 22px;
	}
	#html-1343 .background-header {
		margin-bottom: 46px;
	}
	#html-1343 .background-eyebrow {
		font-size: 0.76rem;
		letter-spacing: 0.14em;
		line-height: 1.6;
	}
	#html-1343 .background-info .section-title {
		font-size: 1.62rem;
	}
	#html-1343 .background-info .section-intro {
		font-size: 1.08rem;
		line-height: 1.85;
	}
	#html-1343 .walther-intro {
		display: flex;
		flex-direction: column;
		gap: 30px;
		margin-bottom: 45px;
		padding-bottom: 40px;
	}
	#html-1343 .walther-intro-image {
		width: 100%;
	}
	#html-1343 .walther-image-frame {
		max-width: 100%;
		padding: 8px;
	}
	#html-1343 .walther-image-frame img {
		max-width: 100%;
		max-height: 430px;
	}
	#html-1343 .walther-intro-image > span {
		font-size: 0.86rem;
	}
	#html-1343 .walther-intro-text {
		padding-right: 0;
	}
	#html-1343 .walther-intro-text p {
		font-size: 1.08rem;
		line-height: 1.86;
	}
	#html-1343 .evidence-item {
		grid-template-columns: 30px minmax(0, 1fr);
		gap: 13px;
		padding: 31px 0;
	}
	#html-1343 .evidence-number {
		padding-top: 4px;
		font-size: 0.96rem;
	}
	#html-1343 .evidence-content h3 {
		margin-bottom: 12px;
		font-size: 1.25rem;
		line-height: 1.48;
	}
	#html-1343 .evidence-content p {
		font-size: 1.08rem;
		line-height: 1.86;
	}
	#html-1343 .evidence-with-image .evidence-image {
		float: none;
		width: fit-content;
		max-width: 100%;
		margin: 0 auto 25px;
		padding: 8px;
	}
	#html-1343 .evidence-with-image .evidence-image img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 390px;
	}
	#html-1343 .evidence-image-caption {
		margin-top: 12px;
		font-size: 0.86rem;
		line-height: 1.6;
		text-align: center;
	}
	#html-1343 .evidence-image-caption strong {
		font-size: 0.92rem;
	}
	#html-1343 .evidence-image-caption span {
		font-size: 0.8rem;
	}
	#html-1343 .evidence-grave .evidence-image img {
		max-height: 400px;
	}
	#html-1343 .background-source {
		flex-direction: column;
		gap: 7px;
		margin-top: 40px;
		font-size: 0.9rem;
		line-height: 1.65;
		text-align: center;
	}
	#html-1343 .partners {
		margin-top: 60px;
	}
	#html-1343 .partner-grid {
		gap: 18px;
		margin-top: 30px;
	}
	#html-1343 .partner-card {
		padding: 26px 20px 27px;
	}
	#html-1343 .partner-images {
		min-height: 110px;
		gap: 22px;
		margin-bottom: 21px;
	}
	#html-1343 .partner-images img {
		max-width: 135px;
		max-height: 85px;
	}
	#html-1343 .partner-images img:first-child {
		flex: 0 0 88px;
		width: 88px;
		height: 88px;
		max-width: 88px;
		max-height: 88px;
		aspect-ratio: 1 / 1;
		border-radius: 50%;
		object-fit: cover;
		object-position: center;
	}
	#html-1343 .partner-quote {
		font-size: 0.98rem;
		line-height: 1.74;
	}
	#html-1343 .partner-name {
		gap: 5px;
		font-size: 1.04rem;
		line-height: 1.52;
	}
	#html-1343 .partner-name span:last-child {
		font-size: 0.94rem;
		line-height: 1.58;
	}
	#html-1343 .partner-list {
		margin-top: 31px;
		padding-top: 22px;
		font-size: 0.78rem;
		line-height: 1.85;
	}
	#html-1343 .festival-footer {
		font-size: 0.84rem;
		line-height: 1.75;
	}
}

@media (max-width: 480px) {
	#html-1343 .festival-content {
		padding: 32px 15px 48px;
	}
	#html-1343 .festival-header {
		margin-bottom: 50px;
	}
	#html-1343 .festival-eyebrow {
		font-size: 0.76rem;
		letter-spacing: 0.9px;
		line-height: 1.65;
	}
	#html-1343 .festival-title {
		font-size: 2.85rem;
		letter-spacing: 0.5px;
	}
	#html-1343 .festival-date {
		font-size: 1.3rem;
		letter-spacing: 0.7px;
	}
	#html-1343 .festival-location {
		font-size: 0.76rem;
		letter-spacing: 0.7px;
	}
	#html-1343 .day-header {
		margin-bottom: 24px;
	}
	#html-1343 .day-date {
		font-size: 0.9rem;
	}
	#html-1343 .day-title {
		font-size: 1.55rem;
	}
	#html-1343 .day-location {
		font-size: 0.72rem;
	}
	#html-1343 .program-item , #html-1343 .program-item-highlight {
		padding: 24px 0;
	}
	#html-1343 .event-time {
		font-size: 1.1rem;
	}
	#html-1343 .event-time span {
		font-size: 0.68rem;
	}
	#html-1343 .event-media {
		margin-top: 14px;
		padding: 7px;
	}
	#html-1343 .event-media img {
		max-height: 250px;
	}
	#html-1343 .event-media-gallery {
		height: 195px;
		padding: 3px;
	}
	#html-1343 .event-content {
		padding-top: 16px;
	}
	#html-1343 .event-title {
		font-size: 1.18rem;
	}
	#html-1343 .event-artists {
		font-size: 0.9rem;
	}
	#html-1343 .event-description {
		font-size: 1.02rem;
		line-height: 1.8;
	}
	#html-1343 .program-item-highlight {
		padding: 28px 0;
	}
	#html-1343 .program-item-highlight .event-title {
		font-size: 1.2rem;
	}
	#html-1343 .festival-divider {
		margin: 43px auto 48px;
	}
	#html-1343 .background-info {
		margin-top: 50px;
		padding: 35px 18px;
	}
	#html-1343 .background-header {
		margin-bottom: 40px;
	}
	#html-1343 .background-info .section-title {
		font-size: 1.42rem;
	}
	#html-1343 .background-info .section-intro {
		font-size: 1.02rem;
		line-height: 1.82;
	}
	#html-1343 .walther-intro {
		gap: 26px;
		margin-bottom: 38px;
		padding-bottom: 34px;
	}
	#html-1343 .walther-image-frame {
		padding: 7px;
	}
	#html-1343 .walther-image-frame img {
		max-height: 350px;
	}
	#html-1343 .walther-intro-text p {
		font-size: 1.04rem;
		line-height: 1.84;
	}
	#html-1343 .evidence-item {
		grid-template-columns: 27px minmax(0, 1fr);
		gap: 11px;
		padding: 27px 0;
	}
	#html-1343 .evidence-number {
		font-size: 0.88rem;
	}
	#html-1343 .evidence-content h3 {
		font-size: 1.18rem;
		line-height: 1.46;
	}
	#html-1343 .evidence-content p {
		font-size: 1.02rem;
		line-height: 1.84;
	}
	#html-1343 .evidence-with-image .evidence-image {
		max-width: 100%;
		padding: 7px;
	}
	#html-1343 .evidence-with-image .evidence-image img {
		max-height: 350px;
	}
	#html-1343 .evidence-grave .evidence-image img {
		max-height: 370px;
	}
	#html-1343 .evidence-image-caption {
		font-size: 0.82rem;
	}
	#html-1343 .evidence-image-caption strong {
		font-size: 0.9rem;
	}
	#html-1343 .background-source {
		font-size: 0.84rem;
	}
	#html-1343 .partner-card {
		padding: 23px 16px 24px;
	}
	#html-1343 .partner-images {
		min-height: 90px;
		gap: 16px;
	}
	#html-1343 .partner-images img {
		max-width: 115px;
		max-height: 70px;
	}
	#html-1343 .partner-images img:first-child {
		flex: 0 0 76px;
		width: 76px;
		height: 76px;
		max-width: 76px;
		max-height: 76px;
		aspect-ratio: 1 / 1;
		border-radius: 50%;
		object-fit: cover;
		object-position: center;
	}
	#html-1343 .partner-quote {
		font-size: 0.94rem;
		line-height: 1.72;
	}
	#html-1343 .partner-name {
		font-size: 1.02rem;
	}
	#html-1343 .partner-name span:last-child {
		font-size: 0.92rem;
		line-height: 1.58;
	}
	#html-1343 .partner-list {
		font-size: 0.74rem;
		line-height: 1.8;
	}
	#html-1343 .festival-footer {
		font-size: 0.8rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	#html-1343 .festival-content * {
		scroll-behavior: auto !important;
		transition: none !important;
		animation: none !important;
	}
}
