@font-face {
	font-display: block;
	font-family: "Anton";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/anton-latin-400.woff2") format("woff2");
}

@font-face {
	font-display: block;
	font-family: "Bebas Neue";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/bebas-neue-latin-400.woff2") format("woff2");
}

@font-face {
	font-display: block;
	font-family: "Kaushan Script";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/kaushan-script-latin-400.woff2") format("woff2");
}

@font-face {
	font-display: block;
	font-family: "Oswald";
	font-style: normal;
	font-weight: 400 700;
	src: url("../fonts/oswald-latin-400-700.woff2") format("woff2");
}

:root {
	--fgf-blue: #05204c;
	--fgf-blue-2: #062653;
	--fgf-orange: #f46705;
	--fgf-cream: #f4e5c6;
	--fgf-cream-2: #fff0ce;
	--fgf-ink: #08213f;
	--fgf-max: 864px;
}

* {
	box-sizing: border-box;
}

html {
	background: var(--fgf-blue);
	scroll-behavior: smooth;
}

body {
	background: var(--fgf-blue);
	color: var(--fgf-cream);
	font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
	margin: 0;
	min-width: 320px;
}

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

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

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

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

.site-header,
.site-main--home,
.site-footer {
	margin-inline: auto;
	max-width: none;
	width: 100%;
}

.site-header {
	align-items: flex-start;
	display: grid;
	grid-template-columns: 245px 1fr;
	left: 0;
	padding: 31px 37px 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
}

.site-header__logo {
	filter: brightness(0) saturate(100%) invert(91%) sepia(12%) saturate(594%) hue-rotate(348deg) brightness(108%) contrast(96%);
	margin-top: -11px;
	width: 180px;
}

.site-header__nav {
	justify-self: end;
}

.site-header__menu,
.site-footer__menu {
	align-items: center;
	display: flex;
	gap: 38px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-header__menu a {
	color: var(--fgf-cream);
	display: block;
	font-family: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
	font-size: 21px;
	line-height: 1;
	padding-top: 10px;
	position: relative;
	text-shadow: 0 2px 8px rgba(5, 32, 76, 0.8);
}

.site-header__menu a:hover {
	color: var(--fgf-orange);
}

.site-header__menu a:hover::after {
	background: var(--fgf-orange);
	bottom: -11px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
}

.site-header__menu li:nth-child(5) {
	display: none;
}

.site-header__menu li:nth-child(4) {
	margin-right: 0;
}

.site-header__menu li:last-child a {
	align-items: center;
	background: linear-gradient(180deg, #f67b2a 0%, #e9641f 100%);
	border: 0;
	border-radius: 4px;
	box-shadow:
		0 3px 5px rgba(5, 18, 38, 0.2),
		inset 0 -1px 0 rgba(112, 45, 12, 0.12);
	color: #fff4df;
	display: flex;
	font-family: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
	font-size: 22px;
	font-weight: 400;
	height: 41px;
	justify-content: center;
	min-width: 147px;
	padding: 0 24px;
	text-shadow: 0 1px 3px rgba(5, 20, 39, 0.32);
	text-transform: uppercase;
}

.site-header__menu li:last-child a::after {
	content: none;
}

.site-header__toggle {
	background: transparent;
	border: 0;
	display: none;
	height: 42px;
	justify-self: end;
	padding: 8px;
	width: 48px;
}

.site-header__toggle span:not(.screen-reader-text) {
	background: var(--fgf-orange);
	display: block;
	height: 3px;
	margin: 5px 0;
	width: 30px;
}

.site-main--home {
	overflow: hidden;
}

.fgf-hero,
.fgf-lineup,
.fgf-details,
.fgf-venue,
.fgf-sponsors,
.fgf-mind,
.fgf-footer-strip {
	background-color: var(--fgf-blue);
	background-image:
		radial-gradient(circle at 92% 9%, rgba(246, 103, 5, 0.9) 0 2px, transparent 3px),
		radial-gradient(circle at 91% 10%, rgba(246, 103, 5, 0.55) 0 1px, transparent 2px),
		radial-gradient(circle at 8% 18%, rgba(246, 103, 5, 0.5) 0 1px, transparent 2px),
		radial-gradient(circle at 85% 72%, rgba(246, 103, 5, 0.35) 0 1px, transparent 2px),
		linear-gradient(165deg, #062756 0%, #05204c 48%, #05234f 100%);
	background-repeat: no-repeat;
	background-size: 530px 530px, 420px 420px, 460px 460px, 360px 360px, 100% 100%;
	position: relative;
}

.fgf-hero {
	background-image: linear-gradient(rgba(5, 32, 76, 0.18), rgba(5, 32, 76, 0.06)), url("../images/background-no-text.png");
	background-position: top center;
	background-size: cover;
	height: auto;
	min-height: 840px;
	overflow: hidden;
	padding: 112px 20px 68px;
}

.fgf-hero::before,
.fgf-hero::after {
	content: none;
}

.fgf-hero::before,
.fgf-venue::before,
.fgf-sponsors::before,
.fgf-mind::before,
.fgf-footer-strip::before {
	background:
		repeating-linear-gradient(90deg, transparent 0 14px, var(--fgf-orange) 14px 18px, transparent 18px 24px);
	bottom: 0;
	content: "";
	height: 190px;
	opacity: 0.85;
	position: absolute;
	right: 18px;
	width: 132px;
}

.fgf-hero::before {
	content: none;
}

.fgf-hero::after {
	background:
		radial-gradient(circle at 100% 0, rgba(246, 103, 5, 0.95) 0 42px, rgba(246, 103, 5, 0.55) 43px 54px, transparent 55px),
		repeating-radial-gradient(circle at 100% 0, transparent 0 20px, rgba(244, 229, 198, 0.22) 21px 23px, transparent 24px 42px);
	content: "";
	height: 320px;
	position: absolute;
	right: 0;
	top: 55px;
	width: 320px;
}

.fgf-hero::after {
	content: none;
}

.fgf-hero__mast {
	margin-inline: auto;
	position: relative;
	z-index: 2;
}

.fgf-hero__logo {
	display: none;
}

.fgf-hero__headline {
	margin: 0 auto;
	max-width: 680px;
	text-align: center;
}

.fgf-hero h1 {
	color: var(--fgf-cream-2);
	font-family: "Anton", Impact, sans-serif;
	font-size: 148px;
	font-weight: 400;
	line-height: 0.96;
	margin: 0;
	text-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.fgf-hero h1 span,
.fgf-hero h1 strong {
	display: block;
	transform: scaleX(1.42);
	transform-origin: center;
}

.fgf-hero h1 strong {
	color: var(--fgf-orange);
	font-size: 0.73em;
	font-weight: 400;
	line-height: 0.9;
}

.fgf-hero__headline p {
	align-items: center;
	color: var(--fgf-cream);
	display: flex;
	font-family: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
	font-size: 37px;
	gap: 18px;
	justify-content: center;
	letter-spacing: 11px;
	margin: 18px 0 0;
	word-spacing: 10px;
}

.fgf-hero__headline p::before,
.fgf-hero__headline p::after,
.fgf-section-title p::before,
.fgf-section-title p::after {
	background: var(--fgf-orange);
	content: "";
	height: 2px;
	width: 75px;
}

.fgf-hero__meta {
	display: grid;
	gap: 0;
	grid-template-columns: 190px 170px 240px;
	justify-content: center;
	margin: 12px auto 0;
	max-width: 100%;
	text-align: center;
}

.fgf-hero__meta > div {
	align-items: center;
	display: flex;
	flex-direction: column;
	min-height: 118px;
	padding: 0 22px;
}

.fgf-hero__meta > div + div {
	border-left: 2px solid var(--fgf-orange);
}

.fgf-icon {
	fill: none;
	height: 52px;
	margin-bottom: 13px;
	stroke: var(--fgf-orange);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.2;
	width: 52px;
}

.fgf-hero__meta span,
.fgf-detail span,
.fgf-footer-strip span {
	color: var(--fgf-cream);
	font-family: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
	font-size: 29px;
	line-height: 0.95;
}

.fgf-hero__meta > div:nth-child(3) span {
	white-space: nowrap;
}

.fgf-hero__meta strong,
.fgf-detail strong,
.fgf-footer-strip strong {
	color: var(--fgf-orange);
	display: block;
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
}

.fgf-hero__meta .fgf-hero__time {
	color: var(--fgf-cream);
	font-size: 70px;
	line-height: 0.9;
	margin-top: 9px;
}

.fgf-hero__fundraiser {
	margin-top: 14px;
	text-align: center;
}

.fgf-hero__fundraiser span {
	display: block;
	font-family: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
	font-size: 29px;
	letter-spacing: 8px;
	margin-bottom: 8px;
}

.fgf-mind-mark {
	display: block;
	object-fit: contain;
}

.fgf-hero__mind-mark {
	height: 60px;
	margin: 16px auto 0;
	max-width: 62vw;
	width: 360px;
}

.fgf-mind__mark {
	height: 88px;
	margin-top: 5px;
	width: 300px;
}

.fgf-hero__fundraiser strong,
.fgf-mind__brand strong {
	display: block;
	font-family: "Kaushan Script", "Brush Script MT", cursive;
	font-size: 68px;
	font-weight: 400;
	line-height: 0.9;
}

.fgf-lineup {
	border-top: 3px solid var(--fgf-orange);
	border-bottom: 3px solid var(--fgf-orange);
	overflow: hidden;
	padding: 18px 20px 34px;
}

.fgf-lineup::before {
	background:
		repeating-linear-gradient(90deg, transparent 0 12px, rgba(244, 229, 198, 0.12) 12px 14px, transparent 14px 22px);
	content: "";
	height: 132px;
	left: 22px;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 162px;
}

.fgf-lineup::after {
	background:
		repeating-radial-gradient(circle at center, transparent 0 22px, rgba(244, 229, 198, 0.11) 22px 24px, transparent 24px 42px);
	border-radius: 50%;
	content: "";
	height: 320px;
	position: absolute;
	right: -110px;
	top: 52px;
	width: 320px;
}

.fgf-lineup__shell {
	margin: 0 auto;
	max-width: 1440px;
	position: relative;
	z-index: 1;
}

.fgf-section-title--lineup {
	justify-content: center;
	margin-bottom: 14px;
	position: relative;
}

.fgf-lineup__target {
	border: 2px solid rgba(244, 229, 198, 0.78);
	border-radius: 50%;
	display: block;
	height: 56px;
	left: 50%;
	position: absolute;
	top: -60px;
	transform: translateX(-50%);
	width: 56px;
}

.fgf-lineup__target::before,
.fgf-lineup__target::after {
	border-radius: 50%;
	content: "";
	position: absolute;
}

.fgf-lineup__target::before {
	background: var(--fgf-orange);
	height: 20px;
	inset: 16px;
}

.fgf-lineup__target::after {
	border: 2px solid rgba(244, 229, 198, 0.55);
	inset: 6px;
}

.fgf-lineup__burst {
	background:
		repeating-linear-gradient(102deg, transparent 0 22px, rgba(244, 229, 198, 0.18) 22px 24px, transparent 24px 28px);
	height: 110px;
	left: 50%;
	opacity: 0.45;
	position: absolute;
	top: -18px;
	transform: translateX(-50%);
	width: 520px;
	clip-path: polygon(48% 0, 52% 0, 100% 100%, 0 100%);
}

.fgf-lineup__heading {
	color: var(--fgf-cream-2);
	font-family: "Anton", Impact, sans-serif;
	font-size: clamp(58px, 4.6vw, 102px);
	font-weight: 400;
	line-height: 0.96;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.fgf-lineup__heading strong {
	color: var(--fgf-orange);
	display: inline;
	font-size: 1em;
	font-weight: 400;
}

.fgf-lineup__intro {
	color: var(--fgf-cream);
	font-size: 19px;
	letter-spacing: 0.02em;
	margin: 12px auto 0;
	max-width: 820px;
	text-align: center;
}

.fgf-lineup__grid {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.96fr);
	margin-top: 32px;
}

.fgf-lineup-card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
		linear-gradient(160deg, rgba(8, 33, 63, 0.8), rgba(5, 32, 76, 0.96));
	border: 2px solid rgba(244, 103, 5, 0.9);
	border-radius: 16px;
	box-shadow: 0 20px 46px rgba(2, 12, 28, 0.34);
	min-height: 100%;
	overflow: hidden;
	position: relative;
}

.fgf-lineup-card--feature {
	min-height: 506px;
}

.fgf-lineup-card__media {
	inset: 0;
	position: absolute;
}

.fgf-lineup-card__media img {
	height: 100%;
	min-height: 506px;
	object-fit: cover;
	width: 100%;
}

.fgf-lineup-card--feature::before {
	background: linear-gradient(90deg, rgba(8, 11, 13, 0.92) 0%, rgba(8, 11, 13, 0.88) 38%, rgba(8, 11, 13, 0.15) 62%, rgba(8, 11, 13, 0) 100%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.fgf-lineup-card__body {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 32px 36px 36px;
	position: relative;
	z-index: 1;
}

.fgf-lineup-card--feature .fgf-lineup-card__body {
	justify-content: space-between;
	inset: 0;
	max-width: 360px;
	position: absolute;
}

.fgf-lineup-card__label-row {
	align-items: center;
	display: flex;
	gap: 18px;
}

.fgf-lineup-card__label-row::after {
	background: var(--fgf-orange);
	content: "";
	height: 2px;
	width: 128px;
}

.fgf-lineup-card__role {
	color: var(--fgf-orange);
	font-family: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
	font-size: 28px;
	letter-spacing: 0.12em;
	margin-bottom: 0;
}

.fgf-lineup-card h3 {
	color: var(--fgf-cream-2);
	font-family: "Anton", Impact, sans-serif;
	font-size: clamp(72px, 6vw, 96px);
	font-weight: 400;
	line-height: 0.88;
	margin: 0;
	text-transform: uppercase;
}

.fgf-lineup-card--feature h3 span {
	display: block;
}

.fgf-lineup-card__listen {
	align-items: center;
	display: inline-flex;
	font-family: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
	font-size: 24px;
	gap: 14px;
	letter-spacing: 0.06em;
}

.fgf-lineup-card__listen-icon {
	border: 2px solid var(--fgf-orange);
	border-radius: 50%;
	display: inline-block;
	height: 42px;
	position: relative;
	width: 42px;
}

.fgf-lineup-card__listen-icon::before {
	border-bottom: 8px solid transparent;
	border-left: 12px solid var(--fgf-orange);
	border-top: 8px solid transparent;
	content: "";
	left: 14px;
	position: absolute;
	top: 11px;
}

.fgf-lineup-card__eq {
	align-items: end;
	bottom: 0;
	display: grid;
	gap: 4px;
	grid-auto-columns: 1fr;
	grid-auto-flow: column;
	height: 74px;
	left: 0;
	padding: 0 4px 0 3px;
	position: absolute;
	right: 0;
	z-index: 2;
}

.fgf-lineup-card__eq span {
	background: linear-gradient(180deg, rgba(244, 229, 198, 0.85), var(--fgf-orange));
	border-radius: 2px 2px 0 0;
	display: block;
}

.fgf-lineup-card__eq span:nth-child(1) { height: 34px; }
.fgf-lineup-card__eq span:nth-child(2) { height: 22px; }
.fgf-lineup-card__eq span:nth-child(3) { height: 48px; }
.fgf-lineup-card__eq span:nth-child(4) { height: 30px; }
.fgf-lineup-card__eq span:nth-child(5) { height: 58px; }
.fgf-lineup-card__eq span:nth-child(6) { height: 26px; }
.fgf-lineup-card__eq span:nth-child(7) { height: 44px; }
.fgf-lineup-card__eq span:nth-child(8) { height: 32px; }
.fgf-lineup-card__eq span:nth-child(9) { height: 18px; }
.fgf-lineup-card__eq span:nth-child(10) { height: 38px; }
.fgf-lineup-card__eq span:nth-child(11) { height: 26px; }
.fgf-lineup-card__eq span:nth-child(12) { height: 34px; }
.fgf-lineup-card__eq span:nth-child(13) { height: 20px; }
.fgf-lineup-card__eq span:nth-child(14) { height: 62px; }
.fgf-lineup-card__eq span:nth-child(15) { height: 74px; }
.fgf-lineup-card__eq span:nth-child(16) { height: 40px; }
.fgf-lineup-card__eq span:nth-child(17) { height: 28px; }
.fgf-lineup-card__eq span:nth-child(18) { height: 18px; }
.fgf-lineup-card__eq span:nth-child(19) { height: 24px; }
.fgf-lineup-card__eq span:nth-child(20) { height: 36px; }
.fgf-lineup-card__eq span:nth-child(21) { height: 42px; }
.fgf-lineup-card__eq span:nth-child(22) { height: 26px; }
.fgf-lineup-card__eq span:nth-child(23) { height: 58px; }
.fgf-lineup-card__eq span:nth-child(24) { height: 28px; }
.fgf-lineup-card__eq span:nth-child(25) { height: 20px; }
.fgf-lineup-card__eq span:nth-child(26) { height: 46px; }
.fgf-lineup-card__eq span:nth-child(27) { height: 18px; }
.fgf-lineup-card__eq span:nth-child(28) { height: 34px; }
.fgf-lineup-card__eq span:nth-child(29) { height: 52px; }
.fgf-lineup-card__eq span:nth-child(30) { height: 24px; }
.fgf-lineup-card__eq span:nth-child(31) { height: 66px; }
.fgf-lineup-card__eq span:nth-child(32) { height: 38px; }
.fgf-lineup-card__eq span:nth-child(33) { height: 28px; }
.fgf-lineup-card__eq span:nth-child(34) { height: 60px; }

.fgf-lineup-card--teaser {
	background:
		radial-gradient(circle at 26% 14%, rgba(244, 103, 5, 0.28) 0 2px, transparent 3px),
		radial-gradient(circle at 62% 78%, rgba(244, 103, 5, 0.38) 0 1px, transparent 2px),
		linear-gradient(160deg, rgba(5, 26, 68, 0.96), rgba(6, 29, 77, 0.94));
	min-height: 506px;
}

.fgf-lineup-card--teaser .fgf-lineup-card__body {
	inset: 0;
	justify-content: center;
	padding: 30px 42px;
	position: absolute;
	text-align: left;
	z-index: 2;
}

.fgf-lineup-card--teaser h3 {
	font-size: clamp(68px, 5vw, 90px);
	line-height: 0.92;
	max-width: 360px;
}

.fgf-lineup-card--teaser h3 span {
	display: block;
}

.fgf-lineup-card--teaser h3 span:last-child {
	color: var(--fgf-orange);
}

.fgf-lineup-card--teaser p {
	align-items: center;
	color: var(--fgf-cream);
	display: flex;
	font-family: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
	font-size: 24px;
	gap: 16px;
	letter-spacing: 0.08em;
	line-height: 1;
	margin: 34px 0 0;
}

.fgf-lineup-card--teaser p::before {
	border: 2px solid var(--fgf-orange);
	border-radius: 50%;
	content: "!";
	display: inline-flex;
	font-size: 20px;
	height: 32px;
	align-items: center;
	justify-content: center;
	width: 32px;
}

.fgf-lineup-card__turntable {
	inset: 0;
	position: absolute;
}

.fgf-lineup-card__record {
	background:
		radial-gradient(circle at center, rgba(244, 103, 5, 0.92) 0 34px, transparent 35px),
		radial-gradient(circle at center, rgba(5, 32, 76, 0) 0 96px, rgba(5, 32, 76, 0) 97px),
		repeating-radial-gradient(circle at center, rgba(255,255,255,0) 0 9px, rgba(244, 229, 198, 0.08) 10px 11px, rgba(255,255,255,0) 12px 18px),
		radial-gradient(circle at center, #09152f 0 170px, #06122a 171px);
	border: 2px solid rgba(244, 103, 5, 0.55);
	border-radius: 50%;
	height: 370px;
	position: absolute;
	right: 54px;
	top: 86px;
	width: 370px;
}

.fgf-lineup-card__record::before {
	background: #0d1734;
	border: 2px solid rgba(244, 103, 5, 0.6);
	border-radius: 50%;
	content: "";
	height: 88px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 88px;
}

.fgf-lineup-card__record::after {
	background: var(--fgf-orange);
	border-radius: 50%;
	content: "";
	height: 16px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 16px;
}

.fgf-lineup-card__arm {
	border-right: 4px solid rgba(244, 229, 198, 0.95);
	border-top: 4px solid rgba(244, 229, 198, 0.95);
	border-top-right-radius: 140px;
	height: 258px;
	position: absolute;
	right: 68px;
	top: 44px;
	width: 170px;
}

.fgf-lineup-card__arm::before,
.fgf-lineup-card__arm::after {
	content: "";
	position: absolute;
}

.fgf-lineup-card__arm::before {
	background: rgba(244, 229, 198, 0.95);
	border-radius: 999px;
	height: 60px;
	right: -14px;
	top: -8px;
	width: 22px;
}

.fgf-lineup-card__arm::after {
	background: rgba(244, 229, 198, 0.95);
	bottom: 6px;
	height: 24px;
	right: -3px;
	transform: rotate(-28deg);
	width: 42px;
}

.fgf-lineup-card__teaser-bars {
	background:
		repeating-linear-gradient(90deg, transparent 0 12px, rgba(244, 103, 5, 0.75) 12px 16px, transparent 16px 22px);
	bottom: 0;
	content: "";
	height: 102px;
	position: absolute;
	right: 26px;
	width: 94px;
}

.fgf-lineup {
	background:
		url("../images/lineup-section-bg.png") center top / cover no-repeat,
		var(--fgf-blue);
	border-bottom: 3px solid var(--fgf-orange);
	padding: 48px 28px 34px;
}

.fgf-lineup::before,
.fgf-lineup::after {
	content: none;
}

.fgf-lineup__shell {
	margin: 0 auto;
	max-width: 1480px;
}

.fgf-lineup__header {
	margin: 0 auto 34px;
	max-width: 1420px;
	text-align: center;
}

.fgf-lineup__eyebrow {
	align-items: center;
	color: var(--fgf-orange);
	display: inline-flex;
	font-family: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
	font-size: 30px;
	gap: 22px;
	letter-spacing: 0.34em;
	line-height: 1;
	margin: 0 0 20px;
}

.fgf-lineup__eyebrow::before,
.fgf-lineup__eyebrow::after {
	background: var(--fgf-orange);
	content: "";
	height: 2px;
	width: 66px;
}

.fgf-lineup__heading {
	align-items: flex-end;
	color: var(--fgf-cream-2);
	display: flex;
	font-family: "Anton", Impact, sans-serif;
	font-size: clamp(40px, 4.95vw, 86px);
	font-weight: 400;
	gap: 0.16em;
	justify-content: center;
	line-height: 0.96;
	margin: 0;
	text-transform: uppercase;
}

.fgf-lineup__heading span,
.fgf-lineup__heading strong {
	display: block;
	color: var(--fgf-orange);
	font-weight: 400;
	white-space: nowrap;
}

.fgf-lineup__heading span {
	color: var(--fgf-cream-2);
}

.fgf-lineup__intro {
	color: var(--fgf-cream);
	font-size: 18px;
	letter-spacing: 0.01em;
	margin: 16px auto 0;
	max-width: 900px;
}

.fgf-lineup__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1436px;
}

.fgf-lineup-card {
	border: 3px solid var(--fgf-orange);
	border-radius: 18px;
	min-height: 508px;
	overflow: hidden;
	position: relative;
}

.fgf-lineup-card--feature {
	background: url("../images/tom-deacon-lineup-card.png") center / 100% 100% no-repeat;
	border: 0;
	border-radius: 0;
	overflow: visible;
}

.fgf-lineup-card--feature::before {
	content: none;
}

.fgf-lineup-card--feature .fgf-lineup-card__photo,
.fgf-lineup-card--feature .fgf-lineup-card__shade,
.fgf-lineup-card--feature .fgf-lineup-card__content,
.fgf-lineup-card--feature .fgf-lineup-card__equalizer {
	display: none;
}

.fgf-lineup-card__photo {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: 60% 22%;
	filter: brightness(1.16) contrast(1.06) saturate(1.04);
	position: absolute;
	transform: translateX(8%) scale(1.15);
	transform-origin: 50% 0;
	width: 100%;
}

.fgf-lineup-card__shade {
	background: linear-gradient(90deg, rgba(5, 9, 13, 0.95) 0%, rgba(5, 9, 13, 0.78) 30%, rgba(5, 9, 13, 0.04) 58%, rgba(5, 9, 13, 0) 100%);
	inset: 0;
	position: absolute;
}

.fgf-lineup-card__content {
	inset: 0;
	padding: 36px 42px;
	position: absolute;
	z-index: 2;
}

.fgf-lineup-card--feature .fgf-lineup-card__content {
	padding-top: 100px;
}

.fgf-lineup-card__role-row {
	align-items: center;
	display: flex;
	gap: 18px;
}

.fgf-lineup-card__role-row::after {
	background: var(--fgf-orange);
	content: "";
	height: 2px;
	width: 180px;
}

.fgf-lineup-card__role {
	color: var(--fgf-orange);
	font-family: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
	font-size: 28px;
	letter-spacing: 0.14em;
}

.fgf-lineup-card .fgf-lineup-card__name {
	color: var(--fgf-cream-2);
	font-family: "Anton", Impact, sans-serif;
	font-size: clamp(78px, 5.8vw, 104px);
	font-weight: 400;
	line-height: 0.88;
	margin: 0;
	text-transform: uppercase;
}

.fgf-lineup-card__name span {
	display: block;
}

.fgf-lineup-card__listen {
	align-items: center;
	bottom: 34px;
	color: var(--fgf-cream-2);
	display: inline-flex;
	font-family: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
	font-size: 21px;
	gap: 14px;
	left: 42px;
	letter-spacing: 0.06em;
	position: absolute;
	z-index: 3;
}

.fgf-lineup-card--feature .fgf-lineup-card__listen {
	bottom: 96px;
}

.fgf-lineup-card__listen-icon {
	border: 2px solid var(--fgf-orange);
	border-radius: 50%;
	height: 40px;
	position: relative;
	width: 40px;
}

.fgf-lineup-card__listen-icon::before {
	border-bottom: 7px solid transparent;
	border-left: 11px solid var(--fgf-orange);
	border-top: 7px solid transparent;
	content: "";
	left: 14px;
	position: absolute;
	top: 11px;
}

.fgf-lineup-card__equalizer {
	align-items: end;
	bottom: 0;
	display: grid;
	gap: 5px;
	grid-auto-columns: 1fr;
	grid-auto-flow: column;
	height: 68px;
	left: 0;
	padding: 0 4px;
	position: absolute;
	right: 0;
	z-index: 2;
}

.fgf-lineup-card__equalizer span {
	background: linear-gradient(180deg, rgba(244, 229, 198, 0.92), var(--fgf-orange));
	border-radius: 2px 2px 0 0;
	display: block;
}

.fgf-lineup-card__equalizer span:nth-child(1) { height: 32px; }
.fgf-lineup-card__equalizer span:nth-child(2) { height: 20px; }
.fgf-lineup-card__equalizer span:nth-child(3) { height: 42px; }
.fgf-lineup-card__equalizer span:nth-child(4) { height: 28px; }
.fgf-lineup-card__equalizer span:nth-child(5) { height: 56px; }
.fgf-lineup-card__equalizer span:nth-child(6) { height: 24px; }
.fgf-lineup-card__equalizer span:nth-child(7) { height: 36px; }
.fgf-lineup-card__equalizer span:nth-child(8) { height: 22px; }
.fgf-lineup-card__equalizer span:nth-child(9) { height: 16px; }
.fgf-lineup-card__equalizer span:nth-child(10) { height: 34px; }
.fgf-lineup-card__equalizer span:nth-child(11) { height: 22px; }
.fgf-lineup-card__equalizer span:nth-child(12) { height: 18px; }
.fgf-lineup-card__equalizer span:nth-child(13) { height: 48px; }
.fgf-lineup-card__equalizer span:nth-child(14) { height: 66px; }
.fgf-lineup-card__equalizer span:nth-child(15) { height: 26px; }
.fgf-lineup-card__equalizer span:nth-child(16) { height: 18px; }
.fgf-lineup-card__equalizer span:nth-child(17) { height: 30px; }
.fgf-lineup-card__equalizer span:nth-child(18) { height: 20px; }
.fgf-lineup-card__equalizer span:nth-child(19) { height: 44px; }
.fgf-lineup-card__equalizer span:nth-child(20) { height: 24px; }
.fgf-lineup-card__equalizer span:nth-child(21) { height: 18px; }
.fgf-lineup-card__equalizer span:nth-child(22) { height: 34px; }
.fgf-lineup-card__equalizer span:nth-child(23) { height: 18px; }
.fgf-lineup-card__equalizer span:nth-child(24) { height: 30px; }
.fgf-lineup-card__equalizer span:nth-child(25) { height: 50px; }
.fgf-lineup-card__equalizer span:nth-child(26) { height: 22px; }
.fgf-lineup-card__equalizer span:nth-child(27) { height: 58px; }
.fgf-lineup-card__equalizer span:nth-child(28) { height: 20px; }
.fgf-lineup-card__equalizer span:nth-child(29) { height: 36px; }
.fgf-lineup-card__equalizer span:nth-child(30) { height: 62px; }

.fgf-lineup-card--teaser {
	background-color: #143671;
}

.fgf-lineup-card__content--teaser {
	padding: 74px 40px 42px;
}

.fgf-lineup-card .fgf-lineup-card__teaser-copy {
	color: var(--fgf-cream-2);
	font-family: "Anton", Impact, sans-serif;
	font-size: clamp(70px, 5vw, 92px);
	font-weight: 400;
	line-height: 0.88;
	margin: 0;
	max-width: 330px;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
}

.fgf-lineup-card__teaser-copy span {
	display: block;
}

.fgf-lineup-card__teaser-copy span:nth-child(3),
.fgf-lineup-card__teaser-copy span:nth-child(4) {
	color: var(--fgf-orange);
	font-size: 0.82em;
	line-height: 0.95;
}

.fgf-lineup-card__note {
	align-items: center;
	color: var(--fgf-cream-2);
	display: flex;
	font-family: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
	font-size: 21px;
	gap: 16px;
	letter-spacing: 0.05em;
	margin: 34px 0 0;
	position: relative;
	z-index: 2;
}

.fgf-lineup-card__note::before {
	align-items: center;
	border: 2px solid var(--fgf-orange);
	border-radius: 50%;
	color: var(--fgf-orange);
	content: "!";
	display: inline-flex;
	font-size: 20px;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.fgf-lineup-card__art {
	background:
		url("../images/lineup-teaser-art.png") center / 105% 105% no-repeat,
		#002157;
	inset: 0;
	position: absolute;
}

.fgf-lineup-card__record,
.fgf-lineup-card__arm,
.fgf-lineup-card__bars {
	display: none;
}

.fgf-details {
	border-top: 3px solid var(--fgf-orange);
	height: 242px;
	padding: 39px 31px 34px;
}

.fgf-details__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0 auto;
	max-width: 780px;
}

.fgf-detail {
	align-items: center;
	display: flex;
	flex-direction: column;
	min-height: 156px;
	padding: 0 24px;
	text-align: center;
}

.fgf-detail + .fgf-detail {
	border-left: 2px solid var(--fgf-orange);
}

.fgf-detail .fgf-icon {
	height: 56px;
	width: 56px;
}

.fgf-detail span {
	font-size: 25px;
}

.fgf-detail strong {
	color: var(--fgf-cream);
	font-size: 58px;
}

.fgf-detail strong.is-orange {
	color: var(--fgf-orange);
	font-size: 34px;
}

.fgf-detail .fgf-mind-mark {
	height: 54px;
	margin-top: 8px;
	max-width: none;
	width: 184px;
}

.fgf-detail::after {
	background: var(--fgf-orange);
	content: "";
	height: 2px;
	margin-top: auto;
	width: 43px;
}

.fgf-venue {
	border-top: 3px solid var(--fgf-orange);
	background-image: linear-gradient(rgba(5, 32, 76, 0.42), rgba(5, 32, 76, 0.2)), url("../images/background-no-text.png");
	background-position: center bottom, center calc(100% + 118px);
	background-size: 100% 100%, cover;
	height: 335px;
	overflow: hidden;
	padding: 26px 30px 35px;
	text-align: center;
}

.fgf-venue::before {
	bottom: -5px;
	height: 222px;
	right: 11px;
}

.fgf-venue::after {
	background:
		repeating-radial-gradient(circle at 0 50%, transparent 0 23px, rgba(244, 229, 198, 0.25) 24px 27px, transparent 28px 45px);
	content: "";
	height: 250px;
	left: -110px;
	position: absolute;
	top: 62px;
	width: 250px;
}

.fgf-section-title {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.fgf-section-title .fgf-icon {
	height: 38px;
	margin-bottom: 0;
	width: 38px;
}

.fgf-section-title p {
	align-items: center;
	color: var(--fgf-orange);
	display: flex;
	font-family: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
	font-size: 29px;
	gap: 20px;
	line-height: 1;
	margin: 0;
	letter-spacing: 14px;
}

.fgf-venue h2 {
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: clamp(62px, 9vw, 83px);
	font-weight: 400;
	line-height: 0.95;
	margin: -7px auto 0;
	position: relative;
	z-index: 1;
}

.fgf-venue h2 span,
.fgf-venue h2 strong {
	display: block;
	transform: scaleX(1.08);
	transform-origin: center;
}

.fgf-venue h2 strong {
	color: var(--fgf-orange);
	font-size: 1.12em;
	font-weight: 400;
}

.fgf-record {
	border: 2px solid rgba(244, 229, 198, 0.9);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(244, 229, 198, 0.24);
	height: 56px;
	margin: 13px auto 0;
	position: relative;
	width: 56px;
}

.fgf-record::before {
	background: var(--fgf-orange);
	border: 2px solid var(--fgf-cream);
	border-radius: 50%;
	content: "";
	height: 18px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 18px;
}

.fgf-record::after {
	background:
		linear-gradient(var(--fgf-orange), var(--fgf-orange)) left 50% / 88px 3px no-repeat,
		linear-gradient(var(--fgf-orange), var(--fgf-orange)) right 50% / 88px 3px no-repeat;
	content: "";
	height: 42px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 244px;
	z-index: -1;
}

.fgf-sponsors {
	border-top: 3px solid var(--fgf-orange);
	background-image:
		linear-gradient(rgba(5, 32, 76, 0.42), rgba(5, 32, 76, 0.1)),
		url("../images/background-no-text.png");
	background-position: center top, center calc(100% + 84px);
	background-size: 100% 100%, cover;
	overflow: hidden;
	padding: 54px 30px 62px;
	text-align: center;
}

.fgf-sponsors::before {
	bottom: 0;
	height: 210px;
	opacity: 0.62;
	right: 26px;
	width: 126px;
}

.fgf-sponsors::after {
	background:
		repeating-radial-gradient(circle at 0 50%, transparent 0 24px, rgba(244, 229, 198, 0.22) 25px 27px, transparent 28px 45px);
	content: "";
	height: 280px;
	left: -118px;
	position: absolute;
	top: 38px;
	width: 280px;
}

.fgf-sponsors__shell {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
	z-index: 1;
}

.fgf-sponsors__kicker {
	display: grid;
	grid-template-columns: 62px auto 62px;
	gap: 18px;
	margin-bottom: 14px;
}

.fgf-sponsors__kicker::before,
.fgf-sponsors__kicker::after {
	background: var(--fgf-orange);
	content: "";
	height: 2px;
	width: 62px;
}

.fgf-sponsors__kicker::before,
.fgf-sponsors__kicker::after,
.fgf-sponsors__kicker .fgf-icon {
	align-self: center;
}

.fgf-sponsors__kicker .fgf-icon {
	height: 38px;
	width: 38px;
}

.fgf-sponsors h2 {
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: clamp(62px, 9vw, 108px);
	font-weight: 400;
	line-height: 0.88;
	margin: 0 auto;
	max-width: 760px;
	transform: scaleX(1.08);
	transform-origin: center;
}

.fgf-sponsors h2 span,
.fgf-sponsors h2 strong {
	display: block;
}

.fgf-sponsors h2 strong {
	color: var(--fgf-orange);
	font-weight: 400;
}

.fgf-sponsors__intro {
	color: var(--fgf-cream-2);
	font-size: 22px;
	line-height: 1.35;
	margin: 14px auto 0;
	max-width: 560px;
	text-shadow: 0 2px 10px rgba(5, 20, 39, 0.38);
}

.fgf-sponsors__grid {
	display: flex;
	gap: 16px;
	justify-content: center;
	margin: 34px auto 0;
	max-width: 300px;
	width: 100%;
}

.fgf-sponsor {
	align-items: center;
	aspect-ratio: 2.9 / 1;
	background: #000;
	border: 2px solid rgba(244, 103, 5, 0.92);
	border-radius: 8px;
	box-shadow:
		0 12px 28px rgba(1, 13, 34, 0.22),
		inset 0 0 0 1px rgba(244, 229, 198, 0.08);
	color: var(--fgf-cream);
	display: flex;
	flex: 0 1 300px;
	justify-content: center;
	min-height: 104px;
	overflow: hidden;
	padding: 8px 10px;
}

.fgf-sponsor img {
	height: 100%;
	max-height: none;
	max-width: none;
	object-fit: contain;
	width: 100%;
}

.fgf-sponsor span:not(.screen-reader-text) {
	color: var(--fgf-cream);
	font-family: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
	font-size: clamp(24px, 2.8vw, 34px);
	line-height: 1;
	position: relative;
	text-shadow: 0 2px 8px rgba(2, 12, 30, 0.4);
	text-transform: uppercase;
}

.fgf-sponsor span:not(.screen-reader-text)::before,
.fgf-sponsor span:not(.screen-reader-text)::after {
	background: var(--fgf-orange);
	content: "";
	display: inline-block;
	height: 2px;
	margin: 0 11px 7px;
	width: 24px;
}

.fgf-mind {
	align-items: center;
	border-top: 3px solid var(--fgf-orange);
	display: grid;
	grid-template-columns: 1fr 1px 1fr;
	height: 196px;
	overflow: hidden;
	padding: 28px 88px 28px;
}

.fgf-mind::before {
	bottom: 0;
	height: 110px;
	left: 19px;
	right: auto;
	width: 100px;
}

.fgf-mind::after {
	background: var(--fgf-orange);
	content: "";
	height: 105px;
	left: 50%;
	position: absolute;
	top: 42px;
	width: 2px;
}

.fgf-mind__brand span {
	display: block;
	font-family: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
	font-size: 32px;
	letter-spacing: 5px;
}

.fgf-mind__brand {
	transform: translateY(-7px);
}

.fgf-mind__actions {
	display: grid;
	gap: 17px;
	grid-column: 3;
	justify-self: stretch;
	padding-left: 57px;
}

.fgf-button {
	align-items: center;
	border: 2px solid var(--fgf-orange);
	border-radius: 6px;
	display: flex;
	font-family: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
	font-size: 33px;
	justify-content: center;
	line-height: 1;
	min-height: 57px;
	padding: 12px 24px;
}

.fgf-button span {
	font-family: Arial, sans-serif;
	font-size: 34px;
	margin-left: 22px;
}

.fgf-button--solid {
	background: linear-gradient(180deg, #ff7a13 0%, #e55400 100%);
	color: #fff4df;
}

.fgf-button--outline {
	color: var(--fgf-cream);
}

.site-footer {
	background: linear-gradient(180deg, #062653 0%, #05204c 100%);
	overflow: hidden;
}

.fgf-footer-strip {
	align-items: center;
	border-top: 3px solid var(--fgf-orange);
	display: grid;
	grid-template-columns: 230px 1fr 1fr 1.35fr;
	height: 160px;
	overflow: hidden;
	padding: 27px 41px;
	position: relative;
}

.fgf-footer-strip::before {
	height: 120px;
	opacity: 0.55;
}

.fgf-footer-strip img {
	filter: brightness(0) saturate(100%) invert(91%) sepia(12%) saturate(594%) hue-rotate(348deg) brightness(108%) contrast(96%);
	width: 190px;
}

.fgf-footer-strip > img {
	transform: translateY(-8px);
}

.fgf-footer-strip > div {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 90px;
	padding: 0 20px;
	text-align: center;
}

.fgf-footer-strip .fgf-icon {
	height: 42px;
	margin-bottom: 8px;
	width: 42px;
}

.fgf-footer-strip > div + div {
	border-left: 2px solid var(--fgf-orange);
}

.fgf-footer-strip strong {
	color: var(--fgf-cream);
	font-size: 42px;
}

.fgf-footer-strip div:first-of-type strong,
.fgf-footer-strip div:last-of-type strong {
	color: var(--fgf-orange);
	font-size: 31px;
}

.fgf-footer-strip span {
	font-size: 23px;
}

.site-footer__nav {
	background: linear-gradient(180deg, #ff7b05 0%, #ea5c00 100%);
	color: var(--fgf-ink);
	min-height: 79px;
	padding: 26px 70px;
}

.site-footer__menu {
	gap: 0;
	justify-content: flex-end;
}

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

.site-footer__menu li + li::before {
	background: var(--fgf-ink);
	content: "";
	height: 23px;
	margin: 0 21px;
	width: 2px;
}

.site-footer__menu a {
	font-family: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
	font-size: 22px;
	line-height: 1;
	white-space: nowrap;
}

.site-footer__menu a[href="#instagram"],
.site-footer__menu a[href="#twitter"] {
	align-items: center;
	background-color: currentColor;
	display: inline-flex;
	font-size: 0;
	height: 24px;
	justify-content: center;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 24px;
}

.site-footer__menu a[href="#instagram"] {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7a5 5 0 0 1 5-5zm0 3a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2H7zm5 3.5a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9zm0 3a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM17.5 6.4a1.1 1.1 0 1 1 0 2.2 1.1 1.1 0 0 1 0-2.2z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7a5 5 0 0 1 5-5zm0 3a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2H7zm5 3.5a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9zm0 3a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM17.5 6.4a1.1 1.1 0 1 1 0 2.2 1.1 1.1 0 0 1 0-2.2z'/%3E%3C/svg%3E");
}

.site-footer__menu a[href="#twitter"] {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 5.8c-.7.3-1.5.5-2.3.6.8-.5 1.4-1.2 1.7-2.1-.8.5-1.7.8-2.6 1A4.03 4.03 0 0 0 11.9 9c0 .3 0 .6.1.9-3.4-.2-6.5-1.8-8.5-4.3-.4.6-.5 1.2-.5 2 0 1.4.7 2.6 1.8 3.3-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.3.1-.7.1-1.1.1-.3 0-.5 0-.8-.1.5 1.7 2 2.8 3.8 2.9A8.1 8.1 0 0 1 3 19c-.3 0-.7 0-1-.1A11.4 11.4 0 0 0 8.2 21c7.4 0 11.5-6.1 11.5-11.5v-.5c.8-.6 1.5-1.3 2-2.1z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 5.8c-.7.3-1.5.5-2.3.6.8-.5 1.4-1.2 1.7-2.1-.8.5-1.7.8-2.6 1A4.03 4.03 0 0 0 11.9 9c0 .3 0 .6.1.9-3.4-.2-6.5-1.8-8.5-4.3-.4.6-.5 1.2-.5 2 0 1.4.7 2.6 1.8 3.3-.7 0-1.3-.2-1.9-.5v.1c0 2 1.4 3.6 3.3 4-.3.1-.7.1-1.1.1-.3 0-.5 0-.8-.1.5 1.7 2 2.8 3.8 2.9A8.1 8.1 0 0 1 3 19c-.3 0-.7 0-1-.1A11.4 11.4 0 0 0 8.2 21c7.4 0 11.5-6.1 11.5-11.5v-.5c.8-.6 1.5-1.3 2-2.1z'/%3E%3C/svg%3E");
}

.site-footer__menu li:has(a[href="#instagram"])::before,
.site-footer__menu li:has(a[href="#twitter"])::before {
	content: none;
}

.site-footer__menu li:has(a[href="#instagram"]),
.site-footer__menu li:has(a[href="#twitter"]) {
	margin-left: 15px;
}

.site-footer__menu a[href="#instagram"] {
	height: 22px;
	width: 22px;
}

.entry {
	margin: 120px auto;
	max-width: 760px;
	padding: 0 24px;
}

.entry h1 {
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: 60px;
}

@media (max-width: 900px) {
	.site-header,
	.site-main--home,
	.site-footer {
		max-width: 100%;
	}
}

@media (min-width: 1000px) {
	.site-header {
		grid-template-columns: 315px 1fr;
		padding: 43px 48px 0;
	}

	.site-header__logo {
		margin-top: -8px;
		width: 245px;
	}

	.site-header__menu {
		gap: 48px;
	}

	.site-header__menu a {
		font-size: 28px;
		padding-top: 10px;
	}

	.site-header__menu li:nth-child(4) {
		margin-right: 0;
	}

	.site-header__menu li:last-child a {
		border-radius: 4px;
		font-size: 30px;
		height: 52px;
		min-width: 184px;
		padding: 0 30px;
	}

	.fgf-hero {
		height: auto;
		min-height: 985px;
		padding: 156px 20px 74px;
	}

	.fgf-hero__headline {
		max-width: 760px;
	}

	.fgf-hero h1 {
		font-size: 190px;
		line-height: 0.92;
	}

	.fgf-hero h1 span,
	.fgf-hero h1 strong {
		transform: scaleX(1.48);
	}

	.fgf-hero h1 strong {
		font-size: 0.72em;
	}

	.fgf-hero__headline p {
		margin-top: 20px;
	}

	.fgf-hero__meta {
		margin-top: 17px;
		grid-template-columns: 200px 180px 250px;
		max-width: 100%;
	}

	.fgf-hero__fundraiser {
		margin-top: 12px;
	}

	.fgf-hero__fundraiser span {
		margin-bottom: 3px;
	}

	.fgf-hero__mind-mark {
		height: 50px;
		margin-top: 12px;
		width: 300px;
	}

	.fgf-lineup {
		padding: 28px 18px 24px;
	}

	.fgf-lineup__grid {
		gap: 24px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 1436px;
	}
}

@media (min-width: 761px) and (max-width: 1120px) {
	.site-header {
		grid-template-columns: 190px 1fr;
		padding-inline: 28px;
	}

	.site-header__logo {
		width: 190px;
	}

	.site-header__menu {
		gap: 22px;
	}

	.site-header__menu li:nth-child(4) {
		margin-right: 0;
	}

	.site-header__menu a {
		font-size: 21px;
	}

	.site-header__menu li:last-child a {
		font-size: 22px;
		height: 41px;
		min-width: 132px;
		padding-inline: 18px;
	}

	.fgf-hero {
		background-position: top center;
		min-height: 0;
		padding: 114px 18px 74px;
	}

	.fgf-hero__headline {
		max-width: min(640px, calc((100vw - 64px) * 0.75));
	}

	.fgf-hero h1 {
		font-size: 140px;
		line-height: 0.94;
	}

	.fgf-hero h1 span,
	.fgf-hero h1 strong {
		transform: scaleX(1.34);
	}

	.fgf-hero__headline p {
		font-size: 34px;
		letter-spacing: 9px;
		margin-top: 18px;
		word-spacing: 8px;
	}

	.fgf-hero__meta {
		grid-template-columns: 180px 160px 226px;
		margin-top: 18px;
	}

	.fgf-hero__meta > div {
		padding-inline: 18px;
	}

	.fgf-hero__meta .fgf-hero__time {
		font-size: 64px;
	}

	.fgf-hero__fundraiser {
		margin-top: 16px;
	}

	.fgf-hero__mind-mark {
		height: 58px;
		margin-top: 8px;
	}

	.fgf-lineup__grid {
		grid-template-columns: minmax(0, 720px);
		justify-content: center;
	}

	.fgf-sponsors__grid {
		max-width: 680px;
	}
}

@media (max-width: 760px) {
	.site-header {
		align-items: center;
		grid-template-columns: 1fr auto;
		padding: 22px 22px 0;
	}

	.site-header__logo {
		margin-top: 0;
		width: 176px;
	}

	.site-header__toggle {
		border: 2px solid var(--fgf-cream);
		border-radius: 7px;
		display: grid;
		place-content: center;
		row-gap: 5px;
	}

	.site-header__toggle span:not(.screen-reader-text) {
		background: var(--fgf-cream);
		margin: 0;
	}

	.site-header__nav {
		background: rgba(5, 32, 76, 0.98);
		border: 2px solid var(--fgf-orange);
		display: none;
		grid-column: 1 / -1;
		margin-top: 18px;
		padding: 16px;
		width: 100%;
	}

	.site-header__nav.is-open {
		display: block;
	}

	.site-header__menu {
		align-items: stretch;
		display: grid;
		gap: 0;
	}

	.site-header__menu li:nth-child(5) {
		display: block;
	}

	.site-header__menu li:nth-child(4) {
		margin-right: 0;
	}

	.site-header__menu a,
	.site-header__menu li:last-child a {
		background: transparent;
		border: 0;
		border-bottom: 1px solid rgba(244, 229, 198, 0.2);
		border-radius: 0;
		box-shadow: none;
		color: var(--fgf-cream);
		font-family: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
		font-size: 26px;
		height: auto;
		justify-content: flex-start;
		min-width: 0;
		padding: 13px 4px;
	}

	.site-header__menu a::after,
	.site-header__menu a:hover::after {
		content: none;
	}

	.fgf-hero {
		background-size: 820px auto;
		height: auto;
		min-height: auto;
		padding: 124px 18px 56px;
	}

	.fgf-hero::before,
	.fgf-venue::before,
	.fgf-sponsors::before,
	.fgf-footer-strip::before {
		right: -72px;
	}

	.fgf-hero h1 {
		font-size: 110px;
		line-height: 0.94;
	}

	.fgf-hero h1 span,
	.fgf-hero h1 strong {
		display: block;
		margin-inline: auto;
		transform: scaleX(1.48);
		width: fit-content;
	}

	.fgf-hero__headline p {
		font-size: 29px;
		gap: 12px;
		letter-spacing: 8px;
		margin-top: 16px;
		word-spacing: 8px;
	}

	.fgf-hero__headline p::before,
	.fgf-hero__headline p::after {
		width: 42px;
	}

	.fgf-hero__meta {
		grid-template-columns: 1fr;
		margin-top: 30px;
		max-width: 330px;
	}

	.fgf-hero__meta > div {
		border-left: 0 !important;
		border-top: 2px solid var(--fgf-orange);
		min-height: 0;
		padding: 20px 0;
	}

	.fgf-hero__fundraiser {
		margin-top: 12px;
	}

	.fgf-hero__fundraiser span {
		font-size: 24px;
		letter-spacing: 6px;
		margin-bottom: 10px;
	}

	.fgf-hero__mind-mark {
		height: 52px;
		margin-top: 10px;
		width: min(300px, 78vw);
	}

	.fgf-lineup {
		background-position: center top, center center;
		background-size: cover, auto;
		padding: 42px 14px 22px;
	}

	.fgf-lineup__header {
		margin-bottom: 20px;
	}

	.fgf-lineup__eyebrow {
		font-size: 22px;
		gap: 12px;
		letter-spacing: 8px;
		margin-bottom: 12px;
	}

	.fgf-lineup__eyebrow::before,
	.fgf-lineup__eyebrow::after {
		width: 34px;
	}

	.fgf-lineup__heading {
		display: block;
		font-size: clamp(34px, 10.2vw, 50px);
		line-height: 0.98;
	}

	.fgf-lineup__heading span,
	.fgf-lineup__heading strong {
		white-space: normal;
	}

	.fgf-lineup__intro {
		font-size: 16px;
		max-width: 330px;
	}

	.fgf-lineup__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.fgf-lineup-card {
		aspect-ratio: 1.12 / 1;
		min-height: 0;
	}

	.fgf-lineup-card__content {
		padding: 24px 22px;
	}

	.fgf-lineup-card__role-row::after {
		width: 88px;
	}

	.fgf-lineup-card__role {
		font-size: 20px;
	}

	.fgf-lineup-card__name {
		font-size: clamp(58px, 15vw, 78px);
		margin-top: 88px;
	}

	.fgf-lineup-card__listen {
		bottom: 22px;
		font-size: 20px;
		left: 22px;
	}

	.fgf-lineup-card__listen-icon {
		height: 38px;
		width: 38px;
	}

	.fgf-lineup-card__listen-icon::before {
		left: 13px;
		top: 11px;
	}

	.fgf-lineup-card__equalizer {
		height: 60px;
	}

	.fgf-lineup-card__content--teaser {
		padding: 28px 22px 24px;
	}

	.fgf-lineup-card__teaser-copy {
		font-size: clamp(50px, 11.8vw, 68px);
	}

	.fgf-lineup-card__note {
		font-size: 18px;
		margin-top: 22px;
	}

	.fgf-details {
		height: auto;
		padding: 24px;
	}

	.fgf-details__grid,
	.fgf-footer-strip {
		grid-template-columns: 1fr;
	}

	.fgf-detail {
		min-height: 0;
		padding: 22px 0;
	}

	.fgf-detail + .fgf-detail {
		border-left: 0;
		border-top: 2px solid var(--fgf-orange);
	}

	.fgf-venue {
		height: auto;
		min-height: 300px;
		padding: 52px 18px 36px;
	}

	.fgf-section-title p {
		font-size: 28px;
		letter-spacing: 8px;
	}

	.fgf-section-title p::before,
	.fgf-section-title p::after {
		width: 38px;
	}

	.fgf-venue h2 {
		font-size: clamp(52px, 16vw, 72px);
	}

	.fgf-sponsors {
		background-position: center top, center center;
		background-size: 100% 100%, 780px auto;
		padding: 42px 18px 46px;
	}

	.fgf-sponsors::before {
		left: -72px;
		right: auto;
	}

	.fgf-sponsors::after {
		right: -150px;
	}

	.fgf-sponsors h2 {
		font-size: clamp(45px, 12vw, 66px);
	}

	.fgf-sponsors__intro {
		font-size: 18px;
		max-width: 330px;
	}

	.fgf-sponsors__grid {
		margin-top: 26px;
		max-width: 360px;
	}

	.fgf-sponsor {
		aspect-ratio: 2.8 / 1;
		flex-basis: min(360px, 100%);
		min-height: 94px;
		padding: 8px 10px;
	}

	.fgf-mind {
		height: auto;
		grid-template-columns: 1fr;
		padding: 32px 28px;
		text-align: center;
	}

	.fgf-mind::before {
		left: -72px;
	}

	.fgf-mind::after {
		content: none;
	}

	.fgf-mind__brand small {
		margin-left: 0;
	}

	.fgf-mind__actions {
		grid-column: auto;
		margin-top: 28px;
		padding-left: 0;
	}

	.fgf-footer-strip {
		height: auto;
		gap: 16px;
		padding: 28px 24px;
	}

	.fgf-footer-strip img {
		justify-self: center;
		width: 200px;
	}

	.fgf-footer-strip > div + div {
		border-left: 0;
		border-top: 2px solid var(--fgf-orange);
	}

	.site-footer__nav {
		padding: 26px 22px;
	}

	.site-footer__menu {
		flex-wrap: wrap;
		row-gap: 18px;
	}

	.site-footer__menu li:has(a[href="#instagram"]),
	.site-footer__menu li:has(a[href="#twitter"]) {
		margin-left: 12px;
	}
}

@media (max-width: 420px) {
	.fgf-hero {
		padding-top: 132px;
	}

	.fgf-hero h1 {
		font-size: 84px;
	}

	.fgf-hero h1 span,
	.fgf-hero h1 strong {
		transform: scaleX(1.44);
	}

	.fgf-hero__headline p {
		font-size: 25px;
		letter-spacing: 6px;
	}

	.fgf-hero__headline p::before,
	.fgf-hero__headline p::after {
		width: 34px;
	}
}
