@import "fonts/md-font.css";

@font-face {
	font-family: 'Comic Neue';
	src: url('fonts/ComicNeue-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Material Icons';
	src: url('fonts/MaterialIcons-Regular.woff2') format('woff2'),
		url('fonts/MaterialIcons-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 1.1em;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	vertical-align: middle;
}

/* Fuer alle Bereiche */
:root {
	--paper: #f5f0e5;
	--ink: #242322;
	--signal: #356ee9;
	--yellow: #ffd84d;
	--line: rgba(59, 59, 59, 0.24);
}

* {
	box-sizing: border-box;
}

html {
	background: #181719;
	scroll-behavior: smooth;
}

body {
	min-height: 100vh;
	margin: 0;
	color: var(--ink);
	font-family: Georgia, "Times New Roman", serif;
	background: #f1eee4;
}

button,
a {
	font: inherit;
}

a {
	color: inherit;
}

.text-bold {
	font-weight: 700;
}

.text-red {
	color: #f10000 !important;
}

.text-yellow {
	color: var(--yellow) !important;
}

.text-black-light {
	color: #b3afaf !important;
}

.lightbox {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	background: rgba(24, 23, 25, 0.92);
	cursor: zoom-out;
}

.lightbox[hidden] {
	display: none;
}

.lightbox-image {
	max-width: 100%;
	max-height: 100%;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
	cursor: default;
}

.lightbox-figure {
	margin: 0;
	max-width: 100%;
	max-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.lightbox-figure .lightbox-image {
	max-height: calc(100vh - 8rem);
}

.lightbox-caption {
	margin-top: 1rem;
	color: var(--paper);
	text-align: center;
	font-style: italic;
}

.lightbox-close {
	position: absolute;
	top: 1rem;
	right: 1.5rem;
	border: none;
	background: none;
	color: var(--paper);
	font-size: 2.4rem;
	line-height: 1;
	cursor: pointer;
}

.history-list img {
	cursor: zoom-in;
}

.lightbox-trigger {
	cursor: zoom-in;
}

.member-photo-trigger {
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	border: none;
	background: none;
	padding: 0 0.25em;
	margin: 0;
	color: inherit;
	cursor: zoom-in;
}

.member-photo-trigger .material-icons {
	font-size: 1.1em;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 0.25rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mt-auto {
	margin-top: auto !important;
}

.text-start {
	text-align: left !important;
}

.text-end {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-decoration-underline {
	text-decoration: underline !important;
}

.text-decoration-line-through {
	text-decoration: line-through !important;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 10;
	border-bottom: 1px solid var(--line);
	background: rgba(245, 240, 229, 0.94);
	backdrop-filter: blur(10px);
}

.site-header-inner {
	width: min(100% - 2rem, 1120px);
	min-height: 76px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
}

.site-brand {
	font-family: "md-font", sans-serif;
	font-size: 2.15rem;
	font-weight: normal;
	line-height: 1;
	text-decoration: none;
}

.main-menu {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.main-menu a {
	padding: 0.35rem 0;
	border-bottom: 2px solid transparent;
	font-size: 0.92rem;
	font-weight: 700;
	text-decoration: none;
}

.main-menu a:hover,
.main-menu a:focus-visible,
.main-menu a[aria-current="page"] {
	border-bottom-color: var(--signal);
}

.menu-toggle {
	display: none;
	padding: 0.5rem 0;
	border: 0;
	border-bottom: 2px solid var(--ink);
	color: var(--ink);
	background: transparent;
	cursor: pointer;
	font-size: 0.9rem;
	font-weight: 700;
}

#app-content,
.view {
	min-height: calc(100vh - 128px);
}

.view {
	padding: clamp(3rem, 4vw, 4rem) 1rem;
	background-color: var(--paper);
	background-size: cover;
	background-position: center;
}

.view-inner {
	width: min(100%, 1120px);
	margin: 0 auto;
}

.eyebrow,
.eyebrow-white {
	margin: 0 0 0.85rem;
	font-family: Arial, sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.eyebrow-white {
	color: #ffffff;
}

.display-title,
.display-title-home {
	max-width: 850px;
	margin: 0;
	font-family: "md-font", sans-serif;
	font-size: clamp(3.7rem, 11vw, 8rem);
	font-weight: normal;
	line-height: 0.86;
	color: #f6eb1b;
}

.display-title-home {
	color: #944dff;
	-webkit-text-stroke: 4px var(--ink);
	text-stroke: 4px var(--ink);
}

.intro {
	max-width: 560px;
	margin: 1.75rem 0 0;
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	line-height: 1.35;
}

.home-slogan {
	padding: 0.2rem 0;
	font-family: "md-font", sans-serif;
	font-size: clamp(1.5rem, 4vw, 2.5rem);
	font-weight: normal;
	line-height: 1.2;
	background-color: var(--paper);
	border-radius: 10px;
	border: 1px solid var(--ink);
	text-align: center !important;
}

.section-heading {
	margin: 0 0 1.5rem;
	font-family: "md-font", sans-serif;
	font-size: clamp(2.5rem, 6vw, 4.5rem);
	font-weight: normal;
	line-height: 0.92;
}

.section-copy {
	max-width: 620px;
	margin: 0 0 2rem;
	font-size: 1.1rem;
	line-height: 1.55;
}

.choice-grid,
.album-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: clamp(3rem, 8vw, 7rem);
}

.choice-grid {
	filter: opacity(0.95) !important;
}

.choice-card {
	display: flex;
	min-height: 250px;
	padding: .5rem;
	flex-direction: column;
	justify-content: center;
	border: 2px solid #ffffff;
	border-radius: 20px;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease;
	background-color: #e5e5e5 !important;
	filter: opacity(0.75);
}

.choice-title {
	font-family: "Comic Neue", "Comic Sans MS", "Comic Sans", cursive, sans-serif;
	font-weight: bold;
	font-size: clamp(2.4rem, 5vw, 4.2rem);
	-webkit-text-stroke: 2px #222513;
	text-stroke: 2px #222513;
}

.choice-card:hover,
.choice-card:focus-visible {
	transform: translateY(-4px);
	box-shadow: 2px 2px 0 #c0c0c0;
}

.choice-card strong {
	font-family: "md-font", sans-serif;
	font-size: clamp(2.4rem, 5vw, 4.2rem);
	font-weight: normal;
	line-height: 0.9;
}

/* .choice-card span {
	margin-top: 1rem;
	line-height: 1.4;
} */

.choice-card-studio {
	background: var(--yellow);
}

.choice-card-md {
	justify-content: flex-start;
	background: url("../images/md_schriftzug.png") no-repeat center center;
	background-size: calc(100% - 2rem) auto;
	background-size: contain;
}

.choice-card-bands {
	/* color: var(--paper); */
	color: var(--signal);
	background: var(--ink);
}

.choice-card-mr-p {
	color: var(--ink);
	justify-content: flex-start;
	background: url("../images/mr_p_schriftzug_wald.png") no-repeat center center;
	background-size: calc(100% - 5rem) auto;
	background-size: contain;
}

/* Für Home */
.view-home {
	background: url(../images/back-studio.jpg) no-repeat center center;
	background-size: cover;
	background-color: linear-gradient(130deg, rgba(239, 205, 236, 0.96), rgba(201, 147, 191, 0.74));
}

/* FürBands */
.view-bands {
	background: linear-gradient(130deg, rgba(76, 98, 105, 0.96), rgba(201, 147, 191, 0.74)), url(../images/harley_benton_st_blue.png) no-repeat center center;
}

/* Fuer Studio und Produktionen */
.view-studio {
	background-image: linear-gradient(130deg, rgba(245, 240, 229, 0.96), rgba(255, 216, 77, 0.74));
	background-size: cover;
}

.album-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 2.5rem;
}

.album-card {
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 6px;
	background: rgba(245, 240, 229, 0.78);
}

.news-card-header {
	display: flex;
	align-items: flex-end;
	min-height: 9rem;
	padding: 1rem;
	background: var(--ink);
	color: var(--paper);
}

.news-card-header h2 {
	margin: 0;
	font-family: "md-font", sans-serif;
	font-size: clamp(2.4rem, 5vw, 4rem);
	font-weight: normal;
	line-height: .85;
	text-transform: uppercase;
}

.news-card-body {
	padding: 1rem;
}

.news-card-item {
	padding: .8rem 0;
	border-top: 1px solid var(--line);
}

.news-card-item:first-child {
	padding-top: 0;
	border-top: 0;
}

.news-card-item time {
	display: block;
	margin-bottom: .35rem;
	color: #5d5a55;
	font-family: Arial, sans-serif;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.news-card-item p {
	margin: 0;
	line-height: 1.45;
}

.news-card-empty {
	margin: 0;
	color: #5d5a55;
}

.album-card:has(.track-accordion[open]) {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: minmax(10rem, 16rem) 1fr;
	column-gap: 1rem;
	overflow: visible;
}

.album-card:has(.track-accordion[open]) img {
	height: 100%;
	aspect-ratio: auto;
}

.album-card:has(.track-accordion[open]) .album-copy {
	display: contents;
}

.album-card:has(.track-accordion[open]) .album-copy h2,
.album-card:has(.track-accordion[open]) .album-copy>p {
	grid-column: 2;
	margin-right: 1rem;
}

.album-card:has(.track-accordion[open]) .album-copy h2 {
	margin-top: 1rem;
}

.album-card:has(.track-accordion[open]) .track-accordion {
	grid-column: 1 / -1;
	margin: 1rem;
}

.album-card img {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

.album-copy {
	padding: 1rem;
}

.album-copy h2 {
	margin: 0;
	font-family: "md-font", sans-serif;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1;
}

.album-copy p {
	margin: 0.65rem 0 0;
	font-size: 0.95rem;
	line-height: 1.4;
}

.track-accordion {
	margin-top: 1rem;
}

@media (max-width: 600px) {
	.album-card:has(.track-accordion[open]) {
		display: block;
	}

	.album-card:has(.track-accordion[open]) img {
		height: auto;
		aspect-ratio: 1;
	}

	.album-card:has(.track-accordion[open]) .album-copy {
		display: block;
	}

	.album-card:has(.track-accordion[open]) .album-copy h2,
	.album-card:has(.track-accordion[open]) .album-copy>p,
	.album-card:has(.track-accordion[open]) .track-accordion {
		margin-right: 0;
		margin-left: 0;
	}
}

.track-accordion summary {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.5rem 0.75rem;
	border: 1px solid var(--ink);
	border-radius: 4px;
	background: var(--ink);
	color: #fff;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.track-accordion summary::before {
	content: '+';
	font-size: 1.15rem;
	line-height: 0.8;
}

.track-accordion summary:hover,
.track-accordion summary:focus-visible {
	background: #0b4fa2;
	border-color: #0b4fa2;
	outline: 3px solid rgba(11, 79, 162, 0.28);
	outline-offset: 2px;
}

.track-accordion[open] summary::before {
	content: '-';
}

.track-accordion[open] summary {
	margin-bottom: 0.25rem;
}

.track-panel {
	overflow: visible;
	border: 1px solid var(--line);
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.32);
}

.track-list {
	margin: 1rem 0 0;
	padding-bottom: 1rem;
	padding-right: 1rem;
	padding-left: 1.35rem;
}

.track-list li {
	margin-top: 1rem;
	padding-left: 0.25rem;
}

.track-title {
	display: block;
	margin-bottom: 0.35rem;
	font-weight: 700;
	line-height: 1.25;
}

.track-note {
	position: relative;
	display: inline-block;
	margin-left: 0.35rem;
	vertical-align: middle;
}

.track-note-button {
	width: 1.3rem;
	height: 1.3rem;
	padding: 0;
	border: 1px solid #0b4fa2;
	border-radius: 50%;
	background: #0b4fa2;
	color: #ffd800;
	font: 700 0.8rem/1 serif;
	cursor: help;
}

.track-note-tooltip {
	position: absolute;
	z-index: 2;
	top: 1.65rem;
	left: 0;
	width: min(22rem, calc(100vw - 3rem));
	box-sizing: border-box;
	padding: 0.7rem 0.8rem;
	border: 1px solid var(--line);
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.16);
	color: var(--ink);
	font-size: 0.9rem;
	font-weight: 400;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.15s ease;
}

.track-note-tooltip p:first-child,
.track-note-tooltip ul:first-child,
.track-note-tooltip ol:first-child {
	margin-top: 0;
}

.track-note-tooltip p:last-child,
.track-note-tooltip ul:last-child,
.track-note-tooltip ol:last-child {
	margin-bottom: 0;
}

.track-note:hover .track-note-tooltip,
.track-note:focus-within .track-note-tooltip {
	visibility: visible;
	opacity: 1;
}

.track-note.is-open .track-note-tooltip {
	position: fixed;
	top: var(--tooltip-top);
	left: var(--tooltip-left);
	visibility: visible;
	opacity: 1;
}

.track-list audio {
	display: block;
	width: 100%;
}

.no-tracks {
	margin-top: 1rem !important;
	font-style: italic;
}

/* Fuer Magic Dreams */
.magic-dreams-text {
	position: relative;
	/* font-family: 'Arial Black', 'Impact', sans-serif; */
	/* Nutze am besten eine dicke, fette Schriftart */
	/* font-size: 80px; */
	/* font-weight: 900; */
	color: #ffeb00;
	/* Das leuchtende Gelb */
	text-transform: uppercase;
	letter-spacing: -2px;
	margin: 0;
	display: inline-block;

	/* 1. Die innere feine, dunkle Kontur direkt auf dem Text */
	-webkit-text-stroke: 2px #222513;

	/* 2. Der weiche, echte Schlagschatten ganz unten */
	filter: drop-shadow(8px 12px 6px rgba(0, 0, 0, 0.3));
}

/* Das Pseudo-Element erzeugt den dicken, fetten schwarzen Außenrand */
.magic-dreams-text::after {
	content: attr(data-text);
	/* Holt sich den Text automatisch aus dem HTML */
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	/* Schiebt den dicken Rand HINTER den gelben Text */
	color: #111406;
	/* Schwarz für den fetten Rand */
	-webkit-text-stroke: 0px transparent;
	/* Verhindert, dass die Innenkontur vererbt wird */

	/* Ein kreisförmiger, engmaschiger Schatten (6px Radius) für perfekte Glättung */
	text-shadow:
		/* Die 4 Hauptrichtungen */
		6px 0px 0 #111406, -6px 0px 0 #111406, 0px 6px 0 #111406, 0px -6px 0 #111406,
		/* Die 4 Diagonalen */
		4.2px 4.2px 0 #111406, -4.2px -4.2px 0 #111406, -4.2px 4.2px 0 #111406, 4.2px -4.2px 0 #111406,
		/* Die Zwischenschritte für die Rundung (Schließt alle Pixellücken) */
		5.5px 2.3px 0 #111406, 5.5px -2.3px 0 #111406, -5.5px 2.3px 0 #111406, -5.5px -2.3px 0 #111406,
		2.3px 5.5px 0 #111406, 2.3px -5.5px 0 #111406, -2.3px 5.5px 0 #111406, -2.3px -5.5px 0 #111406;

	/* Die 4 Hauptrichtungen bei 10px */
	/* 10px 0px 0 #111406,
		-10px 0px 0 #111406,
		0px 10px 0 #111406,
		0px -10px 0 #111406, */
	/* Die Hauptdiagonalen (ca. 7px / 7px) */
	/* 7.1px 7.1px 0 #111406,
		-7.1px -7.1px 0 #111406,
		-7.1px 7.1px 0 #111406,
		7.1px -7.1px 0 #111406, */
	/* Enge Zwischenschritte für die perfekte Rundung */
	/* 9.2px 3.8px 0 #111406,
		9.2px -3.8px 0 #111406,
		-9.2px 3.8px 0 #111406,
		-9.2px -3.8px 0 #111406,
		3.8px 9.2px 0 #111406,
		3.8px -9.2px 0 #111406,
		-3.8px 9.2px 0 #111406,
		-3.8px -9.2px 0 #111406, */
	/* Zusätzliche Füllpixel für extrem dicke Ränder */
	/* 5.0px 8.6px 0 #111406,
		5.0px -8.6px 0 #111406,
		-5.0px 8.6px 0 #111406,
		-5.0px -8.6px 0 #111406,
		8.6px 5.0px 0 #111406,
		8.6px -5.0px 0 #111406,
		-8.6px 5.0px 0 #111406,
		-8.6px -5.0px 0 #111406; */
}

.view-magic-dreams {
	color: #f9f3e8;
	background-color: #212d34;
	/* background-image: linear-gradient(135deg, rgba(33, 45, 52, 0.9), rgba(39, 63, 69, 0.72)), url("../images/md_800x600.jpg"); */
	background-image: linear-gradient(135deg, rgba(33, 45, 52, 0.9), rgba(39, 63, 69, 0.72)), url("../css/magic-dreams-bg.svg");
}

.view-magic-dreams .eyebrow {
	color: var(--yellow);
}

.band-subnav {
	display: flex;
	gap: 1rem;
	margin-bottom: 3rem;
}

.band-subnav a {
	padding-bottom: 0.25rem;
	border-bottom: 2px solid transparent;
	color: inherit;
	font-family: Arial, sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.band-subnav a:hover,
.band-subnav a:focus-visible,
.band-subnav a[aria-current="page"] {
	border-bottom-color: var(--yellow);
}

.band-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(250px, 0.8fr);
	gap: clamp(2rem, 7vw, 6rem);
	align-items: start;
}

.band-facts {
	margin: 0;
	padding: 1rem 1rem;
	border: 1px solid rgba(249, 243, 232, 0.45);
	border-radius: 10px;
	background: rgba(28, 27, 26, 0.46);
}

.band-facts dt {
	margin-top: 1rem;
	font-family: Arial, sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #f6eb1b;
}

.band-facts dt:first-child {
	margin-top: 0;
}

.band-facts dd {
	margin: 0.3rem 0 0;
	line-height: 1.5;
}

.band-facts-slogan {
	/* font-weight: 700; */
	color: #f6eb1b;
}

.band-content,
.history-list {
	max-width: 760px;
	margin-top: 4rem;
}

.band-content section,
.history-list section {
	padding: 1.5rem 0;
	border-top: 1px solid rgba(249, 243, 232, 0.35);
}

.band-content h2,
.history-list h2 {
	margin: 0 0 0.75rem;
	font-family: "md-font", sans-serif;
	font-size: 2rem;
	font-weight: normal;
	color: #f6eb1b;
}

.band-content p,
.history-list p {
	margin: 0;
	line-height: 1.65;
}

.band-content section {
	margin-bottom: 3rem;
	padding: 2rem;
	background: rgba(0, 0, 0, 0.42);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 1.5rem;
	backdrop-filter: blur(8px);
}

.history-list img {
	display: block;
	max-width: min(100%, 360px);
	margin-top: 1.25rem;
	border: 1px solid rgba(249, 243, 232, 0.45);
}

/* Fuer Mr. P. */
.view-mr-p {
	color: #251b1b;
	background-color: #ebded5;
	background-image: linear-gradient(145deg, rgba(235, 222, 213, 0.95), rgba(233, 77, 53, 0.38));
}

.mr-p-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr);
	gap: clamp(2rem, 7vw, 6rem);
	align-items: center;
}

.release-cover {
	display: block;
	width: 100%;
	max-width: 420px;
	border: 2px solid var(--ink);
	border-radius: 6px;
	box-shadow: 10px 10px 0 var(--ink);
}

.site-footer {
	padding: 1.25rem 1rem;
	color: var(--paper);
	background: var(--ink);
	font-family: Arial, sans-serif;
	font-size: 0.75rem;
	text-align: center;
}

.site-footer p {
	margin: 0;
}

.site-footer a {
	color: inherit;
}

.site-footer a:hover,
.site-footer a:focus-visible {
	color: var(--yellow);
}

.view-legal {
	background-image: linear-gradient(130deg, rgba(245, 240, 229, 0.96), rgba(220, 215, 202, 0.82));
}

.legal-content {
	max-width: 860px;
}

.legal-content .page-content {
	width: auto;
	padding: 0;
}

.legal-content .page-section {
	padding: 0;
	background: transparent;
	border: 0;
}

.legal-content .page-text {
	color: var(--ink);
	line-height: 1.6;
}

.legal-content .page-text h1,
.legal-content .page-text h2,
.legal-content .page-text h3 {
	margin: 2rem 0 0.75rem;
	font-family: "md-font", sans-serif;
	font-weight: normal;
}

.legal-content .page-text h1 {
	font-size: 2rem;
}

.legal-content .page-text h2 {
	font-size: 1.55rem;
}

@media (max-width: 700px) {
	.site-header-inner {
		min-height: 64px;
	}

	.site-brand {
		font-size: 1.7rem;
	}

	.menu-toggle {
		display: block;
	}

	.main-menu {
		display: none;
		position: absolute;
		top: 64px;
		left: 0;
		width: 100%;
		padding: 1rem;
		flex-direction: column;
		align-items: flex-start;
		border-bottom: 1px solid var(--line);
		background: var(--paper);
	}

	.main-menu.is-open {
		display: flex;
	}

	.choice-grid,
	.album-grid,
	.band-layout,
	.mr-p-layout {
		grid-template-columns: 1fr;
	}

	.choice-grid {
		margin-top: 3rem;
	}

	.choice-card {
		min-height: 190px;
	}

	.band-subnav {
		margin-bottom: 2rem;
	}
}
