﻿@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600");
@import url("fontawesome-all.min.css");

@font-face {
	font-family: "LXGW WenKai";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../webfonts/lxgw-wenkai/LXGWWenKai-Regular.ttf") format("truetype");
}

/*
	Klavier Music Culture by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	html {
		box-sizing: border-box;
	}

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

	body {
		background: #f0f4f4;
		color: #5b5b5b;
		font-size: 15pt;
		line-height: 1.85em;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 300;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	input, textarea, select {
		font-size: 15pt;
		line-height: 1.85em;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 300;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 400;
		color: #483949;
		line-height: 1.25em;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
		border-bottom-color: transparent;
	}

	h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
		font-weight: 600;
	}

	h2 {
		font-size: 2.85em;
	}

	h3 {
		font-size: 1.25em;
	}

	h4 {
		font-size: 1em;
		margin: 0 0 0.25em 0;
	}

	strong, b {
		font-weight: 400;
		color: #483949;
	}

	em, i {
		font-style: italic;
	}

	a {
		color: inherit;
		border-bottom: solid 1px rgba(128, 128, 128, 0.15);
		text-decoration: none;
		-moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	}

		a:hover {
			color: #ef8376;
			border-bottom-color: transparent;
		}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	blockquote {
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p, ul, ol, dl, table {
		margin-bottom: 1em;
	}

	p {
		text-align: justify;
	}

	br.clear {
		clear: both;
	}

	hr {
		position: relative;
		display: block;
		border: 0;
		top: 4.5em;
		margin-bottom: 9em;
		height: 6px;
		border-top: solid 1px rgba(128, 128, 128, 0.2);
		border-bottom: solid 1px rgba(128, 128, 128, 0.2);
	}

		hr:before, hr:after {
			content: '';
			position: absolute;
			top: -8px;
			display: block;
			width: 1px;
			height: 21px;
			background: rgba(128, 128, 128, 0.2);
		}

		hr:before {
			left: -1px;
		}

		hr:after {
			right: -1px;
		}

	.timestamp {
		color: rgba(128, 128, 128, 0.75);
		font-size: 0.8em;
	}

/* Container */

	.container {
		margin: 0 auto;
		max-width: 100%;
		width: 1400px;
	}

		@media screen and (max-width: 1680px) {

			.container {
				width: 1200px;
			}

		}

		@media screen and (max-width: 1280px) {

			.container {
				width: 100%;
			}

		}

		@media screen and (max-width: 960px) {

			.container {
				width: 100%;
			}

		}

		@media screen and (max-width: 840px) {

			.container {
				width: 100%;
			}

		}

		@media screen and (max-width: 736px) {

			.container {
				width: 100%;
			}

		}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

			.row.gtr-0 > * {
				padding: 0px 0 0 0px;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0px;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0px;
				}

		.row.gtr-25 {
			margin-top: -10px;
			margin-left: -10px;
		}

			.row.gtr-25 > * {
				padding: 10px 0 0 10px;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -10px;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 10px;
				}

		.row.gtr-50 {
			margin-top: -20px;
			margin-left: -20px;
		}

			.row.gtr-50 > * {
				padding: 20px 0 0 20px;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -20px;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 20px;
				}

		.row {
			margin-top: -40px;
			margin-left: -40px;
		}

			.row > * {
				padding: 40px 0 0 40px;
			}

			.row.gtr-uniform {
				margin-top: -40px;
			}

				.row.gtr-uniform > * {
					padding-top: 40px;
				}

		.row.gtr-150 {
			margin-top: -60px;
			margin-left: -60px;
		}

			.row.gtr-150 > * {
				padding: 60px 0 0 60px;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -60px;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 60px;
				}

		.row.gtr-200 {
			margin-top: -80px;
			margin-left: -80px;
		}

			.row.gtr-200 > * {
				padding: 80px 0 0 80px;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -80px;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 80px;
				}

		@media screen and (max-width: 1680px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-wide {
					order: -1;
				}

				.row > .col-1-wide {
					width: 8.33333%;
				}

				.row > .off-1-wide {
					margin-left: 8.33333%;
				}

				.row > .col-2-wide {
					width: 16.66667%;
				}

				.row > .off-2-wide {
					margin-left: 16.66667%;
				}

				.row > .col-3-wide {
					width: 25%;
				}

				.row > .off-3-wide {
					margin-left: 25%;
				}

				.row > .col-4-wide {
					width: 33.33333%;
				}

				.row > .off-4-wide {
					margin-left: 33.33333%;
				}

				.row > .col-5-wide {
					width: 41.66667%;
				}

				.row > .off-5-wide {
					margin-left: 41.66667%;
				}

				.row > .col-6-wide {
					width: 50%;
				}

				.row > .off-6-wide {
					margin-left: 50%;
				}

				.row > .col-7-wide {
					width: 58.33333%;
				}

				.row > .off-7-wide {
					margin-left: 58.33333%;
				}

				.row > .col-8-wide {
					width: 66.66667%;
				}

				.row > .off-8-wide {
					margin-left: 66.66667%;
				}

				.row > .col-9-wide {
					width: 75%;
				}

				.row > .off-9-wide {
					margin-left: 75%;
				}

				.row > .col-10-wide {
					width: 83.33333%;
				}

				.row > .off-10-wide {
					margin-left: 83.33333%;
				}

				.row > .col-11-wide {
					width: 91.66667%;
				}

				.row > .off-11-wide {
					margin-left: 91.66667%;
				}

				.row > .col-12-wide {
					width: 100%;
				}

				.row > .off-12-wide {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-25 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 10px;
						}

				.row.gtr-50 {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row.gtr-50 > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 20px;
						}

				.row {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-uniform > * {
							padding-top: 40px;
						}

				.row.gtr-150 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-150 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 60px;
						}

				.row.gtr-200 {
					margin-top: -80px;
					margin-left: -80px;
				}

					.row.gtr-200 > * {
						padding: 80px 0 0 80px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -80px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 80px;
						}

		}

		@media screen and (max-width: 1280px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-normal {
					order: -1;
				}

				.row > .col-1-normal {
					width: 8.33333%;
				}

				.row > .off-1-normal {
					margin-left: 8.33333%;
				}

				.row > .col-2-normal {
					width: 16.66667%;
				}

				.row > .off-2-normal {
					margin-left: 16.66667%;
				}

				.row > .col-3-normal {
					width: 25%;
				}

				.row > .off-3-normal {
					margin-left: 25%;
				}

				.row > .col-4-normal {
					width: 33.33333%;
				}

				.row > .off-4-normal {
					margin-left: 33.33333%;
				}

				.row > .col-5-normal {
					width: 41.66667%;
				}

				.row > .off-5-normal {
					margin-left: 41.66667%;
				}

				.row > .col-6-normal {
					width: 50%;
				}

				.row > .off-6-normal {
					margin-left: 50%;
				}

				.row > .col-7-normal {
					width: 58.33333%;
				}

				.row > .off-7-normal {
					margin-left: 58.33333%;
				}

				.row > .col-8-normal {
					width: 66.66667%;
				}

				.row > .off-8-normal {
					margin-left: 66.66667%;
				}

				.row > .col-9-normal {
					width: 75%;
				}

				.row > .off-9-normal {
					margin-left: 75%;
				}

				.row > .col-10-normal {
					width: 83.33333%;
				}

				.row > .off-10-normal {
					margin-left: 83.33333%;
				}

				.row > .col-11-normal {
					width: 91.66667%;
				}

				.row > .off-11-normal {
					margin-left: 91.66667%;
				}

				.row > .col-12-normal {
					width: 100%;
				}

				.row > .off-12-normal {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -9px;
					margin-left: -9px;
				}

					.row.gtr-25 > * {
						padding: 9px 0 0 9px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -9px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 9px;
						}

				.row.gtr-50 {
					margin-top: -18px;
					margin-left: -18px;
				}

					.row.gtr-50 > * {
						padding: 18px 0 0 18px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -18px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 18px;
						}

				.row {
					margin-top: -36px;
					margin-left: -36px;
				}

					.row > * {
						padding: 36px 0 0 36px;
					}

					.row.gtr-uniform {
						margin-top: -36px;
					}

						.row.gtr-uniform > * {
							padding-top: 36px;
						}

				.row.gtr-150 {
					margin-top: -54px;
					margin-left: -54px;
				}

					.row.gtr-150 > * {
						padding: 54px 0 0 54px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -54px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 54px;
						}

				.row.gtr-200 {
					margin-top: -72px;
					margin-left: -72px;
				}

					.row.gtr-200 > * {
						padding: 72px 0 0 72px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -72px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 72px;
						}

		}

		@media screen and (max-width: 960px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-narrow {
					order: -1;
				}

				.row > .col-1-narrow {
					width: 8.33333%;
				}

				.row > .off-1-narrow {
					margin-left: 8.33333%;
				}

				.row > .col-2-narrow {
					width: 16.66667%;
				}

				.row > .off-2-narrow {
					margin-left: 16.66667%;
				}

				.row > .col-3-narrow {
					width: 25%;
				}

				.row > .off-3-narrow {
					margin-left: 25%;
				}

				.row > .col-4-narrow {
					width: 33.33333%;
				}

				.row > .off-4-narrow {
					margin-left: 33.33333%;
				}

				.row > .col-5-narrow {
					width: 41.66667%;
				}

				.row > .off-5-narrow {
					margin-left: 41.66667%;
				}

				.row > .col-6-narrow {
					width: 50%;
				}

				.row > .off-6-narrow {
					margin-left: 50%;
				}

				.row > .col-7-narrow {
					width: 58.33333%;
				}

				.row > .off-7-narrow {
					margin-left: 58.33333%;
				}

				.row > .col-8-narrow {
					width: 66.66667%;
				}

				.row > .off-8-narrow {
					margin-left: 66.66667%;
				}

				.row > .col-9-narrow {
					width: 75%;
				}

				.row > .off-9-narrow {
					margin-left: 75%;
				}

				.row > .col-10-narrow {
					width: 83.33333%;
				}

				.row > .off-10-narrow {
					margin-left: 83.33333%;
				}

				.row > .col-11-narrow {
					width: 91.66667%;
				}

				.row > .off-11-narrow {
					margin-left: 91.66667%;
				}

				.row > .col-12-narrow {
					width: 100%;
				}

				.row > .off-12-narrow {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -8px;
					margin-left: -8px;
				}

					.row.gtr-25 > * {
						padding: 8px 0 0 8px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -8px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 8px;
						}

				.row.gtr-50 {
					margin-top: -16px;
					margin-left: -16px;
				}

					.row.gtr-50 > * {
						padding: 16px 0 0 16px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -16px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 16px;
						}

				.row {
					margin-top: -32px;
					margin-left: -32px;
				}

					.row > * {
						padding: 32px 0 0 32px;
					}

					.row.gtr-uniform {
						margin-top: -32px;
					}

						.row.gtr-uniform > * {
							padding-top: 32px;
						}

				.row.gtr-150 {
					margin-top: -48px;
					margin-left: -48px;
				}

					.row.gtr-150 > * {
						padding: 48px 0 0 48px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -48px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 48px;
						}

				.row.gtr-200 {
					margin-top: -64px;
					margin-left: -64px;
				}

					.row.gtr-200 > * {
						padding: 64px 0 0 64px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -64px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 64px;
						}

		}

		@media screen and (max-width: 840px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-narrower {
					order: -1;
				}

				.row > .col-1-narrower {
					width: 8.33333%;
				}

				.row > .off-1-narrower {
					margin-left: 8.33333%;
				}

				.row > .col-2-narrower {
					width: 16.66667%;
				}

				.row > .off-2-narrower {
					margin-left: 16.66667%;
				}

				.row > .col-3-narrower {
					width: 25%;
				}

				.row > .off-3-narrower {
					margin-left: 25%;
				}

				.row > .col-4-narrower {
					width: 33.33333%;
				}

				.row > .off-4-narrower {
					margin-left: 33.33333%;
				}

				.row > .col-5-narrower {
					width: 41.66667%;
				}

				.row > .off-5-narrower {
					margin-left: 41.66667%;
				}

				.row > .col-6-narrower {
					width: 50%;
				}

				.row > .off-6-narrower {
					margin-left: 50%;
				}

				.row > .col-7-narrower {
					width: 58.33333%;
				}

				.row > .off-7-narrower {
					margin-left: 58.33333%;
				}

				.row > .col-8-narrower {
					width: 66.66667%;
				}

				.row > .off-8-narrower {
					margin-left: 66.66667%;
				}

				.row > .col-9-narrower {
					width: 75%;
				}

				.row > .off-9-narrower {
					margin-left: 75%;
				}

				.row > .col-10-narrower {
					width: 83.33333%;
				}

				.row > .off-10-narrower {
					margin-left: 83.33333%;
				}

				.row > .col-11-narrower {
					width: 91.66667%;
				}

				.row > .off-11-narrower {
					margin-left: 91.66667%;
				}

				.row > .col-12-narrower {
					width: 100%;
				}

				.row > .off-12-narrower {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -8px;
					margin-left: -8px;
				}

					.row.gtr-25 > * {
						padding: 8px 0 0 8px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -8px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 8px;
						}

				.row.gtr-50 {
					margin-top: -16px;
					margin-left: -16px;
				}

					.row.gtr-50 > * {
						padding: 16px 0 0 16px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -16px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 16px;
						}

				.row {
					margin-top: -32px;
					margin-left: -32px;
				}

					.row > * {
						padding: 32px 0 0 32px;
					}

					.row.gtr-uniform {
						margin-top: -32px;
					}

						.row.gtr-uniform > * {
							padding-top: 32px;
						}

				.row.gtr-150 {
					margin-top: -48px;
					margin-left: -48px;
				}

					.row.gtr-150 > * {
						padding: 48px 0 0 48px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -48px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 48px;
						}

				.row.gtr-200 {
					margin-top: -64px;
					margin-left: -64px;
				}

					.row.gtr-200 > * {
						padding: 64px 0 0 64px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -64px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 64px;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-mobile {
					order: -1;
				}

				.row > .col-1-mobile {
					width: 8.33333%;
				}

				.row > .off-1-mobile {
					margin-left: 8.33333%;
				}

				.row > .col-2-mobile {
					width: 16.66667%;
				}

				.row > .off-2-mobile {
					margin-left: 16.66667%;
				}

				.row > .col-3-mobile {
					width: 25%;
				}

				.row > .off-3-mobile {
					margin-left: 25%;
				}

				.row > .col-4-mobile {
					width: 33.33333%;
				}

				.row > .off-4-mobile {
					margin-left: 33.33333%;
				}

				.row > .col-5-mobile {
					width: 41.66667%;
				}

				.row > .off-5-mobile {
					margin-left: 41.66667%;
				}

				.row > .col-6-mobile {
					width: 50%;
				}

				.row > .off-6-mobile {
					margin-left: 50%;
				}

				.row > .col-7-mobile {
					width: 58.33333%;
				}

				.row > .off-7-mobile {
					margin-left: 58.33333%;
				}

				.row > .col-8-mobile {
					width: 66.66667%;
				}

				.row > .off-8-mobile {
					margin-left: 66.66667%;
				}

				.row > .col-9-mobile {
					width: 75%;
				}

				.row > .off-9-mobile {
					margin-left: 75%;
				}

				.row > .col-10-mobile {
					width: 83.33333%;
				}

				.row > .off-10-mobile {
					margin-left: 83.33333%;
				}

				.row > .col-11-mobile {
					width: 91.66667%;
				}

				.row > .off-11-mobile {
					margin-left: 91.66667%;
				}

				.row > .col-12-mobile {
					width: 100%;
				}

				.row > .off-12-mobile {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -5px;
					margin-left: -5px;
				}

					.row.gtr-25 > * {
						padding: 5px 0 0 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-50 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 10px;
						}

				.row {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform > * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row.gtr-150 > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row.gtr-200 > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 40px;
						}

		}

/* Sections/Article */

	section, article {
		margin-bottom: 3em;
	}

		section > :last-child, section:last-child, article > :last-child, article:last-child {
			margin-bottom: 0;
		}

		section.special > header, section.special > footer, article.special > header, article.special > footer {
			text-align: center;
		}

	.row > section, .row > article {
		margin-bottom: 0;
	}

	header {
		margin: 0 0 1em 0;
	}

		header > p {
			display: block;
			font-size: 1.5em;
			margin: 1em 0 2em 0;
			line-height: 1.5em;
			text-align: inherit;
		}

	footer {
		margin: 2.5em 0 0 0;
	}

/* Image */

	.image {
		position: relative;
		display: inline-block;
		border: 0;
		outline: 0;
	}

		.image img {
			display: block;
			width: 100%;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 4em 0;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

	#features article .image.featured {
		margin-bottom: 1em;
	}

	#features article header {
		margin-bottom: 0.45em;
	}

	#features article h3 {
		margin-bottom: 0;
	}

	#features article p {
		margin-bottom: 0;
		text-align: left;
	}

/* List */

	ul {
		list-style: disc;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

	ol {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

/* Actions */

	ul.actions {
		margin: 3em 0 0 0;
		list-style: none;
		padding-left: 0;
	}

		form ul.actions {
			margin-top: 0;
		}

		ul.actions li {
			display: inline-block;
			margin: 0 0.75em 0 0.75em;
			padding-left: 0;
		}

			ul.actions li:first-child {
				margin-left: 0;
			}

			ul.actions li:last-child {
				margin-right: 0;
			}

/* Divided */

	ul.divided {
		list-style: none;
		padding-left: 0;
	}

		ul.divided li {
			border-top: solid 1px rgba(128, 128, 128, 0.2);
			padding-top: 1.5em;
			margin-top: 1.5em;
			padding-left: 0;
		}

			ul.divided li:first-child {
				border-top: 0;
				padding-top: 0;
				margin-top: 0;
			}

/* Menu */

	ul.menu {
		height: 1em;
		line-height: 1em;
		list-style: none;
		padding-left: 0;
	}

		ul.menu li {
			display: inline-block;
			border-left: solid 1px rgba(128, 128, 128, 0.2);
			padding-left: 1.25em;
			margin-left: 1.25em;
		}

			ul.menu li:first-child {
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}

/* Icons */

	ul.icons {
		position: relative;
		background: rgba(128, 128, 128, 0.05);
		border-radius: 4em;
		display: inline-block;
		padding: 0.35em 0.75em 0.35em 0.75em;
		font-size: 1.25em;
		cursor: default;
		list-style: none;
	}

		ul.icons li {
			display: inline-block;
			padding: 0 0.5em;
			position: relative;
		}

			ul.icons li a {
				display: inline-block;
				background: none;
				width: 2.5em;
				height: 2.5em;
				line-height: 2.5em;
				text-align: center;
				border-radius: 100%;
				border: 0;
				color: inherit;
			}

				ul.icons li a:hover {
					color: #ef8376;
				}

			ul.icons li a.social-icon-image {
				line-height: 2.5em;
				position: relative;
				vertical-align: middle;
			}

				ul.icons li a.social-icon-image:before {
					background-color: currentColor;
					content: '';
					display: inline-block;
					height: 1.35em;
					-webkit-mask-position: center;
					mask-position: center;
					-webkit-mask-repeat: no-repeat;
					mask-repeat: no-repeat;
					-webkit-mask-size: contain;
					mask-size: contain;
					position: relative;
					top: -0.2em;
					vertical-align: middle;
					width: 1.35em;
				}

				ul.icons li a.social-icon-image img {
					display: none;
				}

				ul.icons li a.social-icon-xiaohongshu:before {
					height: 1.76em;
					-webkit-mask-image: url("../../assets/img/logo/Xiaohongshu-Icons.svg");
					mask-image: url("../../assets/img/logo/Xiaohongshu-Icons.svg");
					width: 1.76em;
				}

				ul.icons li a.social-icon-kuaishou:before {
					height: 1.08em;
					-webkit-mask-image: url("../../assets/img/logo/Kuaishou-Icons.svg");
					mask-image: url("../../assets/img/logo/Kuaishou-Icons.svg");
					width: 1.08em;
				}

				ul.icons li a.social-icon-bilibili:before {
					height: 1.08em;
					-webkit-mask-image: url("../../assets/img/logo/Bilibili-Icons.svg");
					mask-image: url("../../assets/img/logo/Bilibili-Icons.svg");
					width: 1.08em;
				}

			ul.icons li .qr-popover {
				background: #fff;
				border: solid 1px rgba(216, 180, 95, 0.65);
				border-radius: 0.85em;
				bottom: calc(100% + 0.85em);
				box-shadow: 0 0.75em 2em rgba(0, 0, 0, 0.22);
				color: #483949;
				left: 50%;
				opacity: 0;
				padding: 0.75em;
				pointer-events: none;
				position: absolute;
				-moz-transform: translate(-50%, 0.4em);
				-webkit-transform: translate(-50%, 0.4em);
				-ms-transform: translate(-50%, 0.4em);
				transform: translate(-50%, 0.4em);
				-moz-transition: opacity 0.25s ease, -moz-transform 0.25s ease;
				-webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
				-ms-transition: opacity 0.25s ease, -ms-transform 0.25s ease;
				transition: opacity 0.25s ease, transform 0.25s ease;
				width: 8.25em;
				z-index: 1000;
			}

				ul.icons li .qr-popover:after {
					background: #fff;
					border-bottom: solid 1px rgba(216, 180, 95, 0.65);
					border-right: solid 1px rgba(216, 180, 95, 0.65);
					bottom: -0.42em;
					content: '';
					height: 0.75em;
					left: 50%;
					position: absolute;
					-moz-transform: translateX(-50%) rotate(45deg);
					-webkit-transform: translateX(-50%) rotate(45deg);
					-ms-transform: translateX(-50%) rotate(45deg);
					transform: translateX(-50%) rotate(45deg);
					width: 0.75em;
				}

				ul.icons li .qr-popover img {
					display: block;
					height: auto;
					width: 100%;
				}

				ul.icons li .qr-popover span {
					display: block;
					font-size: 0.7em;
					font-weight: 600;
					line-height: 1.2em;
					margin-top: 0.55em;
					text-align: center;
				}

			ul.icons li:hover .qr-popover, ul.icons li:focus-within .qr-popover {
				opacity: 1;
				-moz-transform: translate(-50%, 0);
				-webkit-transform: translate(-50%, 0);
				-ms-transform: translate(-50%, 0);
				transform: translate(-50%, 0);
			}

/* Form */

	form label {
		display: block;
		font-weight: 400;
		color: #483949;
		margin: 0 0 1em 0;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
		-webkit-appearance: none;
		display: block;
		border: 0;
		background: #fafafa;
		width: 100%;
		border-radius: 0.5em;
		border: solid 1px #E5E5E5;
		padding: 1em;
		-moz-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
		-webkit-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
		-ms-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
		transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
	}

		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="password"]:focus,
		form select:focus,
		form textarea:focus {
			background: #fff;
			border-color: #df7366;
		}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select {
		line-height: 1em;
	}

	form textarea {
		min-height: 9em;
	}

	form ::-webkit-input-placeholder {
		color: #555 !important;
	}

	form :-moz-placeholder {
		color: #555 !important;
	}

	form ::-moz-placeholder {
		color: #555 !important;
	}

	form :-ms-input-placeholder {
		color: #555 !important;
	}

	form ::-moz-focus-inner {
		border: 0;
	}

/* Table */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr {
				border-top: solid 1px #e5e5e5;
			}

				table.default tbody tr:first-child {
					border-top: 0;
				}

				table.default tbody tr:nth-child(2n+1) {
					background: #fafafa;
				}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				text-align: left;
				font-weight: 400;
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default thead {
				border-bottom: solid 2px #e5e5e5;
			}

			table.default tfoot {
				border-top: solid 2px #e5e5e5;
			}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		position: relative;
		display: inline-block;
		background: #df7366;
		color: #fff;
		text-align: center;
		border-radius: 0.5em;
		text-decoration: none;
		padding: 0.65em 3em 0.65em 3em;
		border: 0;
		cursor: pointer;
		outline: 0;
		font-weight: 300;
		-moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {
			color: #fff;
			background: #ef8376;
		}

		input[type="button"].alt,
		input[type="submit"].alt,
		input[type="reset"].alt,
		button.alt,
		.button.alt {
			background: #2B252C;
		}

			input[type="button"].alt:hover,
			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			button.alt:hover,
			.button.alt:hover {
				background: #3B353C;
			}

	@keyframes music-note-button-hover {
		0%, 100% {
			-moz-transform: translateY(0) scale(1);
			-webkit-transform: translateY(0) scale(1);
			-ms-transform: translateY(0) scale(1);
			transform: translateY(0) scale(1);
		}

		50% {
			-moz-transform: translateY(-0.18em) scale(1.08);
			-webkit-transform: translateY(-0.18em) scale(1.08);
			-ms-transform: translateY(-0.18em) scale(1.08);
			transform: translateY(-0.18em) scale(1.08);
		}
	}

	@keyframes music-note-swing {
		0%, 55%, 100% {
			-moz-transform: translateY(0) rotate(0deg) scale(1);
			-webkit-transform: translateY(0) rotate(0deg) scale(1);
			-ms-transform: translateY(0) rotate(0deg) scale(1);
			transform: translateY(0) rotate(0deg) scale(1);
		}

		10% {
			-moz-transform: translateY(-0.06em) rotate(-10deg) scale(1.04);
			-webkit-transform: translateY(-0.06em) rotate(-10deg) scale(1.04);
			-ms-transform: translateY(-0.06em) rotate(-10deg) scale(1.04);
			transform: translateY(-0.06em) rotate(-10deg) scale(1.04);
		}

		22% {
			-moz-transform: translateY(0.03em) rotate(9deg) scale(0.98);
			-webkit-transform: translateY(0.03em) rotate(9deg) scale(0.98);
			-ms-transform: translateY(0.03em) rotate(9deg) scale(0.98);
			transform: translateY(0.03em) rotate(9deg) scale(0.98);
		}

		34% {
			-moz-transform: translateY(-0.04em) rotate(-6deg) scale(1.02);
			-webkit-transform: translateY(-0.04em) rotate(-6deg) scale(1.02);
			-ms-transform: translateY(-0.04em) rotate(-6deg) scale(1.02);
			transform: translateY(-0.04em) rotate(-6deg) scale(1.02);
		}

		45% {
			-moz-transform: translateY(0) rotate(3deg) scale(1);
			-webkit-transform: translateY(0) rotate(3deg) scale(1);
			-ms-transform: translateY(0) rotate(3deg) scale(1);
			transform: translateY(0) rotate(3deg) scale(1);
		}
	}

	@keyframes contact-float-bounce {
		0%, 100% {
			-moz-transform: translateY(0) scale(1);
			-webkit-transform: translateY(0) scale(1);
			-ms-transform: translateY(0) scale(1);
			transform: translateY(0) scale(1);
		}

		7% {
			-moz-transform: translateY(0.08em) scale(1.06, 0.94);
			-webkit-transform: translateY(0.08em) scale(1.06, 0.94);
			-ms-transform: translateY(0.08em) scale(1.06, 0.94);
			transform: translateY(0.08em) scale(1.06, 0.94);
		}

		19% {
			-moz-transform: translateY(-0.72em) scale(0.96, 1.06);
			-webkit-transform: translateY(-0.72em) scale(0.96, 1.06);
			-ms-transform: translateY(-0.72em) scale(0.96, 1.06);
			transform: translateY(-0.72em) scale(0.96, 1.06);
		}

		31% {
			-moz-transform: translateY(0.1em) scale(1.04, 0.96);
			-webkit-transform: translateY(0.1em) scale(1.04, 0.96);
			-ms-transform: translateY(0.1em) scale(1.04, 0.96);
			transform: translateY(0.1em) scale(1.04, 0.96);
		}

		40% {
			-moz-transform: translateY(-0.22em) scale(0.99, 1.02);
			-webkit-transform: translateY(-0.22em) scale(0.99, 1.02);
			-ms-transform: translateY(-0.22em) scale(0.99, 1.02);
			transform: translateY(-0.22em) scale(0.99, 1.02);
		}

		49%, 59% {
			-moz-transform: translateY(0) scale(1);
			-webkit-transform: translateY(0) scale(1);
			-ms-transform: translateY(0) scale(1);
			transform: translateY(0) scale(1);
		}
	}

	@keyframes contact-float-ripple {
		0% {
			opacity: 0.55;
			-moz-transform: scale(1);
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
		}

		100% {
			opacity: 0;
			-moz-transform: scale(1.489);
			-webkit-transform: scale(1.489);
			-ms-transform: scale(1.489);
			transform: scale(1.489);
		}
	}

	@keyframes contact-float-message {
		0%, 50%, 100% {
			opacity: 0;
			-moz-transform: translate(0.6em, -50%) scale(0.94);
			-webkit-transform: translate(0.6em, -50%) scale(0.94);
			-ms-transform: translate(0.6em, -50%) scale(0.94);
			transform: translate(0.6em, -50%) scale(0.94);
		}

		10%, 34% {
			opacity: 1;
			-moz-transform: translate(0, -50%) scale(1);
			-webkit-transform: translate(0, -50%) scale(1);
			-ms-transform: translate(0, -50%) scale(1);
			transform: translate(0, -50%) scale(1);
		}
	}

	@keyframes teachers-marquee {
		0% {
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
		}

		100% {
			-moz-transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			transform: translateX(-50%);
		}
	}

/* Floating Contact */

	.contact-float {
		align-items: center;
		background: rgb(198, 163, 82);
		border-radius: 100%;
		bottom: 2em;
		box-shadow: 0 0.75em 1.6em rgba(0, 0, 0, 0.28);
		color: #fff;
		display: flex;
		height: 3.4em;
		justify-content: center;
		position: fixed;
		right: 2em;
		text-decoration: none;
		width: 3.4em;
		z-index: 10001;
		-moz-animation: contact-float-bounce 2.45s cubic-bezier(0.28, 0.84, 0.42, 1) infinite;
		-webkit-animation: contact-float-bounce 2.45s cubic-bezier(0.28, 0.84, 0.42, 1) infinite;
		-ms-animation: contact-float-bounce 2.45s cubic-bezier(0.28, 0.84, 0.42, 1) infinite;
		animation: contact-float-bounce 2.45s cubic-bezier(0.28, 0.84, 0.42, 1) infinite;
		-moz-transition: background-color 0.35s ease, box-shadow 0.35s ease;
		-webkit-transition: background-color 0.35s ease, box-shadow 0.35s ease;
		-ms-transition: background-color 0.35s ease, box-shadow 0.35s ease;
		transition: background-color 0.35s ease, box-shadow 0.35s ease;
	}

		.contact-float:before {
			border: solid 2px rgba(198, 163, 82, 0.62);
			border-radius: inherit;
			content: '';
			inset: 0;
			position: absolute;
			-moz-animation: contact-float-ripple 2s ease-out infinite;
			-webkit-animation: contact-float-ripple 2s ease-out infinite;
			-ms-animation: contact-float-ripple 2s ease-out infinite;
			animation: contact-float-ripple 2s ease-out infinite;
		}

		.contact-float:after {
			background: #fff;
			border-radius: 999px;
			box-shadow: 0 0.55em 1.35em rgba(0, 0, 0, 0.18);
			color: #2b252c;
			content: '\70B9\51FB\8054\7CFB\6211\4EEC';
			font-size: 0.95em;
			font-weight: 600;
			line-height: 1em;
			padding: 0.85em 1.1em;
			position: absolute;
			right: calc(100% + 1em);
			top: 50%;
			white-space: nowrap;
			-moz-animation: contact-float-message 5.5s ease-in-out infinite;
			-webkit-animation: contact-float-message 5.5s ease-in-out infinite;
			-ms-animation: contact-float-message 5.5s ease-in-out infinite;
			animation: contact-float-message 5.5s ease-in-out infinite;
			-moz-transform-origin: right center;
			-webkit-transform-origin: right center;
			-ms-transform-origin: right center;
			transform-origin: right center;
		}

		.contact-float:hover {
			background: rgb(214, 181, 103);
			box-shadow: 0 0.9em 1.9em rgba(0, 0, 0, 0.34);
			color: #fff;
		}

	.contact-float__icon {
		position: relative;
		z-index: 1;
	}

		.contact-float__icon:before {
			content: '\f086';
			display: inline-block;
			font-family: 'Font Awesome 5 Free';
			font-size: 1.23em;
			font-style: normal;
			font-weight: 900;
			line-height: 1;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
		}

/* Post */

	.post.stub {
		text-align: center;
	}

		.post.stub header {
			margin: 0;
		}

/* Icons */

	.icon {
		text-decoration: none;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon:before {
			line-height: inherit;
			font-size: 1.25em;
		}

		.icon > .label {
			display: none;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

		.icon.circled {
			position: relative;
			display: inline-block;
			background: #2b252c;
			color: #fff;
			border-radius: 100%;
			width: 3em;
			height: 3em;
			line-height: 3em;
			text-align: center;
			font-size: 1.25em;
		}

			header .icon.circled {
				margin: 0 0 2em 0;
			}

/* Wrapper */

	.wrapper {
		background: #fff;
		margin: 0 0 2em 0;
		padding: 6em 0 6em 0;
	}

		.wrapper.style2 {
			padding-top: 0;
		}

		.wrapper.features-wrapper {
			margin-bottom: 0;
			padding-bottom: 1.5em;
		}

			.wrapper.features-wrapper #features {
				margin-bottom: 0;
			}

/* Header */

	#header {
		position: relative;
		--header-bg-offset: 0px;
		background: #1C0920;
		color: #fff;
		overflow: hidden;
		text-align: center;
		padding: 7.5em 0 2em 0;
		cursor: default;
	}

		#header .header-bg {
			position: absolute;
			inset: 0;
			z-index: 0;
			background-image: url("../img/Klavier_Photo_1.jpg?v=20260611");
			background-size: cover;
			background-position: center 35%;
			background-repeat: no-repeat;
			filter: blur(6px);
			-moz-transform: translateY(var(--header-bg-offset)) scale(1.16);
			-webkit-transform: translateY(var(--header-bg-offset)) scale(1.16);
			-ms-transform: translateY(var(--header-bg-offset)) scale(1.16);
			transform: translateY(var(--header-bg-offset)) scale(1.16);
			transform-origin: center 35%;
		}

		#header:before {
			content: '';
			display: inline-block;
			vertical-align: middle;
			height: 100%;
		}

		#header .inner {
			position: relative;
			z-index: 1;
			margin: 0;
			display: inline-block;
			vertical-align: middle;
		}

		#header header {
			display: inline-block;
		}

			#header header > p {
				font-size: 1.25em;
				margin: 0;
			}

		#header .company-name {
			color: #fff;
			font-family: "LXGW WenKai", "FZYouHei", "FZYouHeiS-R-GB", "Microsoft YaHei", sans-serif;
			font-size: clamp(2.6em, 2.6vw, 4.1em);
			font-weight: 400;
			letter-spacing: 0.12em;
			line-height: 1.4em;
			margin-top: 0.35em;
			text-shadow: 0 0.08em 0.25em rgba(0, 0, 0, 0.45);
			-moz-transform: translateY(-0.15em);
			-webkit-transform: translateY(-0.15em);
			-ms-transform: translateY(-0.15em);
			transform: translateY(-0.15em);
		}

		#header h1 {
			color: #fff;
			display: inline-block;
			font-size: 3em;
			line-height: 1em;
			margin: 0 0 0.65em 0;
			opacity: 1;
			padding: 0.35em 1em;
			position: relative;
			-moz-transform: scale(1);
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
			-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
			transition: transform 0.5s ease, opacity 0.5s ease;
			z-index: 1;
		}

			#header h1 a {
				color: inherit;
			}

			#header h1:before, #header h1:after {
				-moz-transition: width 0.85s ease;
				-webkit-transition: width 0.85s ease;
				-ms-transition: width 0.85s ease;
				transition: width 0.85s ease;
				-moz-transition-delay: 0.25s;
				-webkit-transition-delay: 0.25s;
				-ms-transition-delay: 0.25s;
				transition-delay: 0.25s;
				background: #fff;
				content: '';
				display: block;
				height: 2px;
				position: absolute;
				width: 100%;
			}

			#header h1:before {
				left: 0;
				top: 0;
			}

			#header h1:after {
				bottom: 0;
				right: 0;
			}

			#header h1.logo-heading {
				font-size: 0;
				line-height: 0;
				padding: 0;
			}

				#header h1.logo-heading:before,
				#header h1.logo-heading:after {
					display: none;
				}

				#header h1.logo-heading a {
					display: inline-block;
				}

				#header h1.logo-heading img {
					display: block;
					height: auto;
					width: clamp(240px, 24vw, 460px);
				}

		#header .inner header > p,
		#header .inner footer {
			-moz-transition: opacity 0.9s ease, -moz-transform 0.9s ease;
			-webkit-transition: opacity 0.9s ease, -webkit-transform 0.9s ease;
			-ms-transition: opacity 0.9s ease, -ms-transform 0.9s ease;
			transition: opacity 0.9s ease, transform 0.9s ease;
			opacity: 1;
			-moz-transform: translateY(0);
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
		}

		#header .inner header > p {
			-moz-transition-delay: 2s;
			-webkit-transition-delay: 2s;
			-ms-transition-delay: 2s;
			transition-delay: 2s;
		}

		#header .inner footer {
			-moz-transition-delay: 2.35s;
			-webkit-transition-delay: 2.35s;
			-ms-transition-delay: 2.35s;
			transition-delay: 2.35s;
		}

		#header hr {
			-moz-transition: opacity 0.85s ease, -moz-transform 0.85s ease;
			-webkit-transition: opacity 0.85s ease, -webkit-transform 0.85s ease;
			-ms-transition: opacity 0.85s ease, -ms-transform 0.85s ease;
			transition: opacity 0.85s ease, transform 0.85s ease;
			-moz-transition-delay: 1.75s;
			-webkit-transition-delay: 1.75s;
			-ms-transition-delay: 1.75s;
			transition-delay: 1.75s;
			opacity: 1;
			-moz-transform: scaleX(1);
			-webkit-transform: scaleX(1);
			-ms-transform: scaleX(1);
			transform: scaleX(1);
		}

		body.homepage.is-preload #header .inner header > p,
		body.homepage.is-preload #header .inner footer {
			opacity: 0;
			-moz-transform: translateY(0.75em);
			-webkit-transform: translateY(0.75em);
			-ms-transform: translateY(0.75em);
			transform: translateY(0.75em);
		}

		body.homepage.is-preload #header hr {
			opacity: 0;
			-moz-transform: scaleX(0);
			-webkit-transform: scaleX(0);
			-ms-transform: scaleX(0);
			transform: scaleX(0);
		}

		body.homepage.is-preload #header h1 {
			-moz-transform: scale(0.95);
			-webkit-transform: scale(0.95);
			-ms-transform: scale(0.95);
			transform: scale(0.95);
			opacity: 0;
		}

			body.homepage.is-preload #header h1:before,
			body.homepage.is-preload #header h1:after {
				width: 0;
			}

		#header .button {
			display: inline-block;
			border-radius: 100%;
			width: 4.5em;
			height: 4.5em;
			line-height: 4.5em;
			text-align: center;
			font-size: 1.25em;
			padding: 0;
		}

		#header .music-note-button {
			background: rgb(198, 163, 82);
			box-shadow: 0 0.65em 1.4em rgba(0, 0, 0, 0.28);
			color: #fff;
			height: clamp(3.2em, 4vw, 4.8em);
			line-height: clamp(3.2em, 4vw, 4.8em);
			overflow: hidden;
			width: clamp(3.2em, 4vw, 4.8em);
			-moz-transition: background-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out, transform 0.35s ease-in-out;
			-webkit-transition: background-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out, transform 0.35s ease-in-out;
			-ms-transition: background-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out, transform 0.35s ease-in-out;
			transition: background-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out, transform 0.35s ease-in-out;
		}

			#header .music-note-button .music-note {
				display: inline-block;
				font-size: clamp(1.6em, 1.65vw, 2em);
				line-height: inherit;
				text-shadow: 0 0.08em 0.2em rgba(0, 0, 0, 0.25);
				transform-origin: 50% 20%;
				-moz-animation: music-note-swing 2.4s ease-in-out infinite;
				-webkit-animation: music-note-swing 2.4s ease-in-out infinite;
				-ms-animation: music-note-swing 2.4s ease-in-out infinite;
				animation: music-note-swing 2.4s ease-in-out infinite;
			}

			#header .music-note-button:hover {
				background: rgb(214, 181, 103);
				box-shadow: 0 0.85em 1.8em rgba(0, 0, 0, 0.34);
				color: #fff;
				-moz-animation: music-note-button-hover 0.7s ease-in-out;
				-webkit-animation: music-note-button-hover 0.7s ease-in-out;
				-ms-animation: music-note-button-hover 0.7s ease-in-out;
				animation: music-note-button-hover 0.7s ease-in-out;
			}

		#header hr {
			top: 1.5em;
			margin-bottom: 3em;
			border-bottom-color: rgba(192, 192, 192, 0.35);
			box-shadow: inset 0 1px 0 0 rgba(192, 192, 192, 0.35);
		}

			#header hr:before, #header hr:after {
				background: rgba(192, 192, 192, 0.35);
			}

		#header footer {
			margin: clamp(1.6em, 2.2vw, 2.8em) 0 0 0;
		}

	body.homepage #header {
		height: 100vh;
		min-height: 40em;
	}

		body.homepage #header h1 {
			font-size: 4em;
		}

		body.homepage #header:after {
			content: '';
			background: #1C0920;
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			opacity: 0;
			-moz-transition: opacity 2.5s ease-in-out;
			-webkit-transition: opacity 2.5s ease-in-out;
			-ms-transition: opacity 2.5s ease-in-out;
			transition: opacity 2.5s ease-in-out;
			-moz-transition-delay: 0.5s;
			-webkit-transition-delay: 0.5s;
			-ms-transition-delay: 0.5s;
			transition-delay: 0.5s;
		}

	body.homepage.is-preload #header:after {
		opacity: 1;
	}

/* Nav */

	#nav {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		text-align: center;
		padding: 1.5em 0 1.5em 0;
		z-index: 1;
		overflow: hidden;
	}

		#nav > ul {
			line-height: 0px;
			position: relative;
			display: inline-block;
			margin: 0;
			height: 21px;
			border-left: solid 1px rgba(192, 192, 192, 0.35);
			border-right: solid 1px rgba(192, 192, 192, 0.35);
		}

			#nav > ul:before, #nav > ul:after {
				content: '';
				display: block;
				width: 300%;
				position: absolute;
				top: 50%;
				margin-top: -2px;
				height: 5px;
				border-top: solid 1px rgba(192, 192, 192, 0.35);
				border-bottom: solid 1px rgba(192, 192, 192, 0.35);
			}

			#nav > ul:before {
				left: 100%;
				margin-left: 1px;
			}

			#nav > ul:after {
				right: 100%;
				margin-right: 1px;
			}

			#nav > ul > li {
				display: inline-block;
				margin: -9px 0.5em 0 0.5em;
				border-radius: 0.5em;
				padding: 0.85em;
				border: solid 1px transparent;
				position: relative;
				-moz-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				-webkit-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				-ms-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
			}

				#nav > ul > li:hover {
					border-color: rgba(192, 192, 192, 0.35);
				}

				#nav > ul > li:before {
					background:
						linear-gradient(rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.46)) left top / 0 1px no-repeat,
						linear-gradient(rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.46)) right top / 1px 0 no-repeat,
						linear-gradient(rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.46)) right bottom / 0 1px no-repeat,
						linear-gradient(rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.46)) left bottom / 1px 0 no-repeat;
					border-radius: inherit;
					content: '';
					inset: 0;
					pointer-events: none;
					position: absolute;
					-moz-transition: background-size 0.42s ease;
					-webkit-transition: background-size 0.42s ease;
					-ms-transition: background-size 0.42s ease;
					transition: background-size 0.42s ease;
				}

				#nav > ul > li:hover:before {
					background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
				}

				#nav > ul > li > a, #nav > ul > li > span {
					display: block;
					color: inherit;
					text-decoration: none;
					border: 0;
					outline: 0;
				}

				#nav > ul > li > ul {
					display: none;
				}

	.dropotron {
		background: rgba(255, 255, 255, 0.975);
		padding: 1em 1.25em 1em 1.25em;
		line-height: 1em;
		height: auto;
		text-align: left;
		border-radius: 0.5em;
		box-shadow: 0 0.15em 0.25em 0 rgba(0, 0, 0, 0.25);
		min-width: 12em;
		margin-top: -1em;
		list-style: none;
	}

		.dropotron li {
			border-top: solid 1px rgba(128, 128, 128, 0.2);
			color: #5b5b5b;
			padding-left: 0;
		}

			.dropotron li:first-child {
				border-top: 0;
			}

			.dropotron li:hover {
				color: #ef8376;
			}

			.dropotron li a, .dropotron li span {
				display: block;
				border: 0;
				padding: 0.5em 0 0.5em 0;
				-moz-transition: color 0.35s ease-in-out;
				-webkit-transition: color 0.35s ease-in-out;
				-ms-transition: color 0.35s ease-in-out;
				transition: color 0.35s ease-in-out;
			}

		.dropotron.level-0 {
			margin-top: 2em;
			font-size: 0.9em;
		}

			.dropotron.level-0:before {
				content: '';
				position: absolute;
				left: 50%;
				top: -0.7em;
				margin-left: -0.75em;
				border-bottom: solid 0.75em rgba(255, 255, 255, 0.975);
				border-left: solid 0.75em rgba(64, 64, 64, 0);
				border-right: solid 0.75em rgba(64, 64, 64, 0);
			}

/* Banner */

	#banner {
		background: #fff;
		text-align: center;
		padding: 4.5em 0 4.5em 0;
		margin-bottom: 0;
	}

		#banner .partner-logos {
			align-items: center;
			column-gap: 4em;
			display: grid;
			grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
			margin: 0 auto 2.5em auto;
			max-width: 54em;
			padding: 0 2em;
		}

			#banner .partner-logos img {
				display: block;
				filter: drop-shadow(0 0.25em 0.35em rgba(0, 0, 0, 0));
				height: auto;
				max-height: 4.5em;
				max-width: min(38vw, 15em);
				object-fit: contain;
				-moz-transition: filter 0.35s ease, -moz-transform 0.35s ease;
				-webkit-transition: filter 0.35s ease, -webkit-transform 0.35s ease;
				-ms-transition: filter 0.35s ease, -ms-transform 0.35s ease;
				transition: filter 0.35s ease, transform 0.35s ease;
				will-change: filter, transform;
			}

			#banner .partner-logos img:hover {
				filter: drop-shadow(0 0.65em 0.75em rgba(0, 0, 0, 0.18));
				-moz-transform: translateY(-0.35em) scale(1.04);
				-webkit-transform: translateY(-0.35em) scale(1.04);
				-ms-transform: translateY(-0.35em) scale(1.04);
				transform: translateY(-0.35em) scale(1.04);
			}

			#banner .partner-logos .partner-logo--bluthner {
				justify-self: end;
				max-height: 4.95em;
				max-width: min(41.8vw, 16.5em);
			}

			#banner .partner-logos .partner-logo--flag {
				justify-self: center;
				max-height: 3.25em;
				max-width: 5.2em;
			}

			#banner .partner-logos .partner-logo--steinway {
				justify-self: start;
				max-height: 6.2em;
				max-width: min(52vw, 20.5em);
			}

			@media screen and (max-width: 736px) {

				#banner .partner-logos {
					column-gap: 1.5em;
				}

			}

		#banner header h2 {
			font-family: "LXGW WenKai", "KaiTi", "æ¥·ä½“", "STKaiti", "Kaiti SC", serif;
			font-weight: 400;
		}

		#banner header .banner-country {
			background: linear-gradient(to bottom, #000 0 35%, #dd0000 35% 65%, #ffce00 65% 100%);
			-webkit-background-clip: text;
			background-clip: text;
			color: transparent;
			display: inline-block;
			font-size: 3.2775em;
			margin: 0 0 0.45em 0;
			-webkit-text-fill-color: transparent;
		}

		#banner header .banner-title-accent {
			color: rgb(198, 163, 82);
			font-weight: 700;
		}

		#banner header .brand-name {
			color: rgb(198, 163, 82);
		}

		#banner header .brand-name--bluthner {
			font-family: "Edwardian Script ITC", "Segoe Script", "Brush Script MT", cursive;
			font-size: 1.755em;
			font-style: italic;
			font-weight: 400;
		}

		#banner header .brand-name--steinway {
			font-family: "Trajan Pro", "Cinzel", "Times New Roman", Georgia, serif;
			font-size: 0.95em;
			font-weight: 400;
			letter-spacing: 0.08em;
			text-transform: uppercase;
		}

		#banner header > p {
			margin-bottom: 0;
		}

		#banner header .banner-purchase-link {
			border-bottom: solid 1px currentColor;
			color: #b88a34;
			font-weight: 600;
			text-decoration: none;
			-moz-transition: color 0.25s ease, border-color 0.25s ease;
			-webkit-transition: color 0.25s ease, border-color 0.25s ease;
			-ms-transition: color 0.25s ease, border-color 0.25s ease;
			transition: color 0.25s ease, border-color 0.25s ease;
		}

			#banner header .banner-purchase-link:hover {
				color: #7d672e;
			}

		#banner header .banner-pianos {
			align-items: end;
			display: flex;
			gap: clamp(3em, 8vw, 8em);
			justify-content: center;
			margin: 2.25em auto 0 auto;
			max-width: 82em;
		}

			#banner header .banner-pianos img {
				display: block;
				height: auto;
				object-fit: contain;
			}

			#banner header .banner-pianos .banner-piano-card {
				margin: 0;
				text-align: center;
			}

				#banner header .banner-pianos .banner-piano-card figcaption {
					color: #5b5b5b;
					font-size: 1em;
					line-height: 1.4em;
					margin-top: 0.8em;
				}

			#banner header .banner-pianos .banner-piano--bluthner {
				max-height: clamp(14.85em, 29.7vw, 26.4em);
				max-width: min(46vw, 39.6em);
			}

			#banner header .banner-pianos .banner-piano--steinway {
				max-height: clamp(13.5em, 27vw, 24em);
				max-width: min(42vw, 36em);
			}

/* Concert CTA */

	.concert-cta {
		clip-path: inset(0);
		color: #fff;
		overflow: hidden;
		padding: clamp(3.5em, 6vw, 5.5em) 2em;
		position: relative;
		text-align: center;
	}

		.concert-cta:before {
			background: linear-gradient(90deg, rgba(12, 8, 14, 0.76), rgba(12, 8, 14, 0.48));
			content: '';
			inset: 0;
			position: absolute;
			z-index: 2;
		}

	.concert-cta__image {
		display: block;
		height: 100%;
		left: 0;
		object-fit: cover;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1;
	}

	.concert-cta__inner {
		align-items: center;
		display: flex;
		gap: 2.5em;
		justify-content: space-between;
		margin: 0 auto;
		max-width: 72em;
		position: relative;
		text-align: left;
		z-index: 3;
	}

	.concert-cta__copy {
		max-width: 48em;
	}

		.concert-cta__copy h3 {
			color: #fff;
			font-family: "LXGW WenKai", "KaiTi", "æ¥·ä½“", "STKaiti", "Kaiti SC", serif;
			font-size: clamp(1.8em, 2.6vw, 3em);
			font-weight: 500;
			margin: 0 0 0.35em 0;
		}

		.concert-cta__copy p {
			color: rgba(255, 255, 255, 0.88);
			font-size: 1.1em;
			line-height: 1.8em;
			margin: 0;
		}

	.concert-cta__button {
		border: solid 2px rgba(255, 255, 255, 0.88);
		border-radius: 999px;
		color: #fff;
		flex: 0 0 auto;
		font-size: 1.18em;
		font-weight: 600;
		letter-spacing: 0.08em;
		padding: 0.9em 2.4em;
		text-decoration: none;
		-moz-transition: background-color 0.35s ease, border-color 0.35s ease, color 0.35s ease, -moz-transform 0.35s ease;
		-webkit-transition: background-color 0.35s ease, border-color 0.35s ease, color 0.35s ease, -webkit-transform 0.35s ease;
		-ms-transition: background-color 0.35s ease, border-color 0.35s ease, color 0.35s ease, -ms-transform 0.35s ease;
		transition: background-color 0.35s ease, border-color 0.35s ease, color 0.35s ease, transform 0.35s ease;
	}

		.concert-cta__button:hover {
			background: rgb(198, 163, 82);
			border-color: rgb(198, 163, 82);
			color: #fff;
			-moz-transform: translateY(-0.18em);
			-webkit-transform: translateY(-0.18em);
			-ms-transform: translateY(-0.18em);
			transform: translateY(-0.18em);
		}

	@media screen and (max-width: 736px) {

		.concert-cta {
			padding: 3.25em 1.5em;
		}

		.concert-cta__image {
			position: absolute;
		}

		.concert-cta__inner {
			align-items: center;
			flex-direction: column;
			text-align: center;
		}

	}

	body.concert-studio-modal-visible {
		overflow: hidden;
	}

		body.concert-studio-modal-visible #page-wrapper {
			filter: blur(8px);
			-moz-transform: scale(1.01);
			-webkit-transform: scale(1.01);
			-ms-transform: scale(1.01);
			transform: scale(1.01);
		}

	.concert-studio-modal {
		align-items: center;
		display: flex;
		inset: 0;
		justify-content: center;
		opacity: 0;
		padding: 2em;
		pointer-events: none;
		position: fixed;
		-moz-transition: opacity 0.35s ease;
		-webkit-transition: opacity 0.35s ease;
		-ms-transition: opacity 0.35s ease;
		transition: opacity 0.35s ease;
		z-index: 10000;
	}

		.concert-studio-modal.is-visible {
			opacity: 1;
			pointer-events: auto;
		}

			.concert-studio-modal.is-visible .concert-studio-modal__panel {
				opacity: 1;
				-moz-transform: translateY(0) scale(1);
				-webkit-transform: translateY(0) scale(1);
				-ms-transform: translateY(0) scale(1);
				transform: translateY(0) scale(1);
			}

	.concert-studio-modal__backdrop {
		background: rgba(12, 8, 14, 0.68);
		backdrop-filter: blur(5px);
		inset: 0;
		position: absolute;
	}

	.concert-studio-modal__panel {
		background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 242, 231, 0.98));
		border: solid 1px rgba(216, 180, 95, 0.7);
		border-radius: 1.25em;
		box-shadow: 0 1.5em 4em rgba(0, 0, 0, 0.38);
		display: grid;
		grid-template-columns: minmax(0, 1.08fr) minmax(24em, 0.92fr);
		max-height: 88vh;
		max-width: 76em;
		opacity: 0;
		overflow: hidden;
		position: relative;
		-moz-transform: translateY(1em) scale(0.98);
		-webkit-transform: translateY(1em) scale(0.98);
		-ms-transform: translateY(1em) scale(0.98);
		transform: translateY(1em) scale(0.98);
		-moz-transition: opacity 0.35s ease, -moz-transform 0.35s ease;
		-webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
		-ms-transition: opacity 0.35s ease, -ms-transform 0.35s ease;
		transition: opacity 0.35s ease, transform 0.35s ease;
		width: min(94vw, 76em);
	}

	.concert-studio-modal__close {
		background: rgba(28, 9, 32, 0.78);
		border: solid 1px rgba(216, 180, 95, 0.55);
		border-radius: 100%;
		color: #fff;
		cursor: pointer;
		font-size: 1.8em;
		height: 2em;
		line-height: 1.8em;
		padding: 0;
		position: absolute;
		right: 0.75em;
		text-align: center;
		top: 0.75em;
		width: 2em;
		z-index: 2;
	}

	.modal-home-logo {
		align-items: center;
		background: rgba(28, 9, 32, 0.78);
		border: solid 1px rgba(216, 180, 95, 0.55);
		border-radius: 100%;
		bottom: 0.75em;
		box-shadow: 0 0.55em 1.4em rgba(0, 0, 0, 0.18);
		display: flex;
		height: 3.6em;
		justify-content: center;
		padding: 0.48em;
		position: absolute;
		right: 0.75em;
		text-decoration: none;
		-moz-transition: box-shadow 0.25s ease, -moz-transform 0.25s ease;
		-webkit-transition: box-shadow 0.25s ease, -webkit-transform 0.25s ease;
		-ms-transition: box-shadow 0.25s ease, -ms-transform 0.25s ease;
		transition: box-shadow 0.25s ease, transform 0.25s ease;
		width: 3.6em;
		z-index: 2;
	}

		.modal-home-logo:hover,
		.modal-home-logo:focus-visible {
			background: rgba(28, 9, 32, 0.78);
			border-color: rgba(216, 180, 95, 0.55);
			box-shadow: 0 0.7em 1.7em rgba(0, 0, 0, 0.24);
			outline: 0;
			-moz-transform: translateY(-0.12em);
			-webkit-transform: translateY(-0.12em);
			-ms-transform: translateY(-0.12em);
			transform: translateY(-0.12em);
		}

		.modal-home-logo img {
			display: block;
			height: auto;
			max-height: 100%;
			max-width: 100%;
			object-fit: contain;
			width: auto;
		}

	.concert-studio-modal__media {
		background: rgba(255, 255, 255, 0.55);
		min-height: 34em;
		overflow: hidden;
		padding: 2em;
	}

	.concert-studio-modal__carousel {
		border-radius: 0.9em;
		box-shadow: 0 0.85em 1.9em rgba(0, 0, 0, 0.28);
		height: 100%;
		min-height: 30em;
		overflow: hidden;
		position: relative;
	}

	.concert-studio-modal__track {
		display: flex;
		height: 100%;
		-moz-transition: -moz-transform 0.55s ease;
		-webkit-transition: -webkit-transform 0.55s ease;
		-ms-transition: -ms-transform 0.55s ease;
		transition: transform 0.55s ease;
		width: 100%;
	}

		.concert-studio-modal__track img {
			border-radius: 0.9em;
			display: block;
			flex: 0 0 100%;
			height: 100%;
			object-fit: cover;
			width: 100%;
		}

	.concert-studio-modal__dots {
		align-items: center;
		background: rgba(28, 9, 32, 0.34);
		border-radius: 999px;
		bottom: 1.1em;
		display: inline-flex;
		gap: 0.55em;
		left: 50%;
		padding: 0.45em 0.7em;
		position: absolute;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 2;
	}

		.concert-studio-modal__dots button {
			background: rgba(255, 255, 255, 0.72);
			border: solid 1px rgba(255, 255, 255, 0.86);
			border-radius: 100%;
			cursor: pointer;
			display: block;
			height: 0.72em;
			padding: 0;
			-moz-transition: background-color 0.25s ease, border-color 0.25s ease, -moz-transform 0.25s ease;
			-webkit-transition: background-color 0.25s ease, border-color 0.25s ease, -webkit-transform 0.25s ease;
			-ms-transition: background-color 0.25s ease, border-color 0.25s ease, -ms-transform 0.25s ease;
			transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
			width: 0.72em;
		}

			.concert-studio-modal__dots button:hover,
			.concert-studio-modal__dots button:focus-visible,
			.concert-studio-modal__dots button.is-active {
				background: rgb(198, 163, 82);
				border-color: rgb(198, 163, 82);
				outline: 0;
				-moz-transform: scale(1.22);
				-webkit-transform: scale(1.22);
				-ms-transform: scale(1.22);
				transform: scale(1.22);
			}

	.concert-studio-modal__content {
		align-self: center;
		padding: 3.25em;
	}

		.concert-studio-modal__content h2 {
			color: #2b252c;
			font-size: 2.25em;
			line-height: 1.15em;
			margin: 0 0 0.7em 0;
		}

		.concert-studio-modal__content p {
			color: #5b5b5b;
			font-size: 1.02em;
			line-height: 1.85em;
			margin: 0 0 1.25em 0;
			text-align: left;
		}

		.concert-studio-modal__content ul {
			list-style: none;
			margin: 0 0 1.35em 0;
			padding: 0;
		}

			.concert-studio-modal__content li {
				border-left: solid 3px rgba(198, 163, 82, 0.72);
				color: #5b5b5b;
				line-height: 1.7em;
				margin: 0 0 0.85em 0;
				padding: 0 0 0 1em;
			}

				.concert-studio-modal__content li strong {
					color: #2b252c;
				}

	.concert-studio-modal__eyebrow {
		color: #b88a34 !important;
		font-size: 0.8em !important;
		font-weight: 600;
		letter-spacing: 0.2em;
		margin: 0 0 1.25em 0 !important;
		text-transform: uppercase;
	}

	.concert-studio-modal__note {
		border-top: solid 1px rgba(51, 45, 50, 0.12);
		color: #8a6b2c !important;
		font-weight: 600;
		margin-bottom: 0 !important;
		padding-top: 1.1em;
	}

		.concert-studio-modal__xiaohongshu {
			color: rgb(198, 163, 82);
			cursor: pointer;
			display: inline-block;
			font-weight: 700;
			position: relative;
		}

			.concert-studio-modal__xiaohongshu .qr-popover {
				background: #fff;
				border: solid 1px rgba(216, 180, 95, 0.65);
				border-radius: 0.85em;
				bottom: calc(100% + 0.85em);
				box-shadow: 0 0.75em 2em rgba(0, 0, 0, 0.22);
				color: #483949;
				left: 50%;
				opacity: 0;
				padding: 0.75em;
				pointer-events: none;
				position: absolute;
				-moz-transform: translate(-50%, 0.4em);
				-webkit-transform: translate(-50%, 0.4em);
				-ms-transform: translate(-50%, 0.4em);
				transform: translate(-50%, 0.4em);
				-moz-transition: opacity 0.25s ease, -moz-transform 0.25s ease;
				-webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
				-ms-transition: opacity 0.25s ease, -ms-transform 0.25s ease;
				transition: opacity 0.25s ease, transform 0.25s ease;
				width: 8.25em;
				z-index: 1000;
			}

				.concert-studio-modal__xiaohongshu .qr-popover:after {
					background: #fff;
					border-bottom: solid 1px rgba(216, 180, 95, 0.65);
					border-right: solid 1px rgba(216, 180, 95, 0.65);
					bottom: -0.42em;
					content: '';
					height: 0.75em;
					left: 50%;
					position: absolute;
					-moz-transform: translateX(-50%) rotate(45deg);
					-webkit-transform: translateX(-50%) rotate(45deg);
					-ms-transform: translateX(-50%) rotate(45deg);
					transform: translateX(-50%) rotate(45deg);
					width: 0.75em;
				}

				.concert-studio-modal__xiaohongshu .qr-popover img {
					display: block;
					height: auto;
					width: 100%;
				}

				.concert-studio-modal__xiaohongshu .qr-popover span {
					color: #483949;
					display: block;
					font-size: 0.7em;
					font-weight: 600;
					line-height: 1.2em;
					margin-top: 0.55em;
					text-align: center;
				}

			.concert-studio-modal__xiaohongshu:hover .qr-popover,
			.concert-studio-modal__xiaohongshu:focus .qr-popover {
				opacity: 1;
				-moz-transform: translate(-50%, 0);
				-webkit-transform: translate(-50%, 0);
				-ms-transform: translate(-50%, 0);
				transform: translate(-50%, 0);
			}

	@media screen and (max-width: 840px) {

		.concert-studio-modal {
			padding: 1em;
		}

		.concert-studio-modal__panel {
			grid-template-columns: 1fr;
			max-height: 90vh;
			overflow-y: auto;
		}

		.concert-studio-modal__media {
			min-height: 20em;
			padding: 1.25em;
		}

		.concert-studio-modal__carousel {
			min-height: 18em;
		}

		.concert-studio-modal__content {
			padding: 2em;
		}

	}

/* Teachers */

	.teachers-showcase {
		background: transparent;
		overflow: hidden;
		padding: clamp(1.25em, 2.2vw, 2em) 2em clamp(3.2em, calc(6vw - 0.3em), 5.2em) 2em;
		text-align: center;
	}

	#teachers {
		margin-bottom: 0;
		padding-bottom: clamp(2.9em, calc(6vw - 0.6em), 4.9em);
	}

		#teachers .container {
			overflow: hidden;
		}

	.teachers-showcase__header {
		margin: 0 auto 2.4em auto;
		max-width: 46em;
	}

		.teachers-showcase__header h2 {
			color: rgb(198, 163, 82);
			font-family: "LXGW WenKai", "KaiTi", "æ¥·ä½“", "STKaiti", "Kaiti SC", serif;
			font-size: clamp(2.35em, 3.5vw, 3.6em);
			font-weight: 500;
			margin: 0 0 0.42em 0;
		}

		.teachers-showcase__header p {
			color: #6e6253;
			font-size: 1.1em;
			line-height: 1.8em;
			margin: 0;
		}

		.teachers-showcase__header .teachers-trial-contact {
			font-size: 0.98em;
			margin-top: 0.9em;
			position: relative;
		}

			.teachers-trial-contact__link {
				color: rgb(198, 163, 82);
				cursor: pointer;
				display: inline-block;
				font-weight: 700;
				position: relative;
			}

				.teachers-trial-contact__link .qr-popover {
					background: #fff;
					border: solid 1px rgba(216, 180, 95, 0.65);
					border-radius: 0.85em;
					bottom: calc(100% + 0.85em);
					box-shadow: 0 0.75em 2em rgba(0, 0, 0, 0.22);
					color: #483949;
					left: 50%;
					opacity: 0;
					padding: 0.75em;
					pointer-events: none;
					position: absolute;
					-moz-transform: translate(-50%, 0.4em);
					-webkit-transform: translate(-50%, 0.4em);
					-ms-transform: translate(-50%, 0.4em);
					transform: translate(-50%, 0.4em);
					-moz-transition: opacity 0.25s ease, -moz-transform 0.25s ease;
					-webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
					-ms-transition: opacity 0.25s ease, -ms-transform 0.25s ease;
					transition: opacity 0.25s ease, transform 0.25s ease;
					width: 8.25em;
					z-index: 1000;
				}

					.teachers-trial-contact__link .qr-popover:after {
						background: #fff;
						border-bottom: solid 1px rgba(216, 180, 95, 0.65);
						border-right: solid 1px rgba(216, 180, 95, 0.65);
						bottom: -0.42em;
						content: '';
						height: 0.75em;
						left: 50%;
						position: absolute;
						-moz-transform: translateX(-50%) rotate(45deg);
						-webkit-transform: translateX(-50%) rotate(45deg);
						-ms-transform: translateX(-50%) rotate(45deg);
						transform: translateX(-50%) rotate(45deg);
						width: 0.75em;
					}

					.teachers-trial-contact__link .qr-popover img {
						display: block;
						height: auto;
						width: 100%;
					}

					.teachers-trial-contact__link .qr-popover span {
						color: #483949;
						display: block;
						font-size: 0.7em;
						font-weight: 600;
						line-height: 1.2em;
						margin-top: 0.55em;
						text-align: center;
					}

				.teachers-trial-contact__link:hover .qr-popover,
				.teachers-trial-contact__link:focus .qr-popover {
					opacity: 1;
					-moz-transform: translate(-50%, 0);
					-webkit-transform: translate(-50%, 0);
					-ms-transform: translate(-50%, 0);
					transform: translate(-50%, 0);
				}

	.teachers-showcase__grid {
		align-items: stretch;
		display: flex;
		justify-content: flex-start;
		margin-left: 0;
		overflow: visible;
		padding: 0 0 1em 0;
		width: max-content;
		-webkit-overflow-scrolling: touch;
		-moz-animation: teachers-marquee 42s linear infinite;
		-webkit-animation: teachers-marquee 42s linear infinite;
		-ms-animation: teachers-marquee 42s linear infinite;
		animation: teachers-marquee 42s linear infinite;
	}

		.teachers-showcase__grid:hover {
			-moz-animation-play-state: paused;
			-webkit-animation-play-state: paused;
			-ms-animation-play-state: paused;
			animation-play-state: paused;
		}

	.overseas-resources {
		background: transparent;
		padding-top: clamp(0.28em, calc((1.5vw - 0.5em) * 0.7), 0.63em);
		padding-bottom: clamp(1.28em, calc((6vw - 0.3em) * 0.4), 2.08em);
	}

		.overseas-resources .teachers-showcase__grid {
			-moz-animation: none;
			-webkit-animation: none;
			-ms-animation: none;
			align-items: stretch;
			animation: none;
			display: grid;
			gap: 1.35em;
			grid-template-columns: repeat(4, 13.75em);
			justify-content: center;
			margin-left: auto;
			margin-right: auto;
			max-width: none;
			overflow: visible;
			padding-bottom: 0;
			width: auto;
		}

		.overseas-resources .teacher-card__body {
			display: flex;
			flex: 1;
			flex-direction: column;
		}

		.overseas-resources .teacher-card {
			height: 100%;
			margin-right: 0;
		}

	.teacher-card {
		background: rgba(255, 255, 255, 0.86);
		border: solid 1px rgba(198, 163, 82, 0.28);
		border-radius: 8px;
		box-shadow: 0 1em 2.2em rgba(43, 37, 44, 0.11);
		display: flex;
		flex: 0 0 13.75em;
		flex-direction: column;
		margin-right: 1.35em;
		overflow: hidden;
		text-align: left;
		-moz-transition: box-shadow 0.35s ease, -moz-transform 0.35s ease;
		-webkit-transition: box-shadow 0.35s ease, -webkit-transform 0.35s ease;
		-ms-transition: box-shadow 0.35s ease, -ms-transform 0.35s ease;
		transition: box-shadow 0.35s ease, transform 0.35s ease;
	}

		.teacher-card:hover {
			box-shadow: 0 1.25em 2.8em rgba(43, 37, 44, 0.18);
			-moz-transform: translateY(-0.3em);
			-webkit-transform: translateY(-0.3em);
			-ms-transform: translateY(-0.3em);
			transform: translateY(-0.3em);
		}

		.teacher-card img {
			aspect-ratio: 4 / 5;
			background: #2b252c;
			display: block;
			height: auto;
			object-fit: cover;
			width: 100%;
		}

	.teacher-card__body {
		padding: 1.25em 1.1em 1.35em 1.1em;
	}

		.teacher-card__body h3 {
			color: #2b252c;
			font-size: 1.1em;
			font-weight: 600;
			margin: 0 0 0.25em 0;
		}

		.teacher-card__body p {
			color: rgb(198, 163, 82);
			font-size: 0.95em;
			font-weight: 600;
			letter-spacing: 0.04em;
			margin: 0 0 0.75em 0;
		}

		.teacher-card__body span {
			color: #6d6570;
			display: block;
			font-size: 0.92em;
			line-height: 1.65em;
		}

	@media screen and (max-width: 1680px) {

		.teachers-showcase__grid {
			-moz-animation-duration: 40s;
			-webkit-animation-duration: 40s;
			-ms-animation-duration: 40s;
			animation-duration: 40s;
		}

	}

	@media screen and (max-width: 1280px) {

		.teachers-showcase__grid {
			-moz-animation-duration: 36s;
			-webkit-animation-duration: 36s;
			-ms-animation-duration: 36s;
			animation-duration: 36s;
		}

	}

	@media screen and (max-width: 736px) {

		.teachers-showcase {
			padding: 1.1em 1.5em 3em 1.5em;
		}

		.teachers-showcase__grid {
			margin-left: 0;
		}

	}

/* Content */

	#content > hr {
		top: 3em;
		margin-bottom: 6em;
	}

	#content > section {
		margin-bottom: 0;
	}

/* Sidebar */

	#sidebar > hr {
		top: 3em;
		margin-bottom: 6em;
	}

		#sidebar > hr.first {
			display: none;
		}

	#sidebar > section {
		margin-bottom: 0;
	}

/* Main */

	#main {
		margin-bottom: 0;
	}

		#main section:first-of-type {
			padding-top: 2em;
		}

/* Piano Shop */

	.piano-shop {
		background: #f7f7f4;
		color: #2f2b2f;
	}

	body.piano-sales #header {
		background: transparent;
		height: 5.5em;
		overflow: visible;
		padding: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 5;
	}

	.piano-shop-hero {
		--piano-shop-hero-logo-size: 12rem;
		--piano-shop-hero-bg-offset: 0px;
		background-image:
			linear-gradient(rgba(18, 16, 18, 0.46), rgba(18, 16, 18, 0.2)),
			url("../../assets/img/Steiway_Piano_Image_Front.jpg");
		background-position:
			center center,
			center calc(50% + var(--piano-shop-hero-bg-offset));
		background-repeat: no-repeat;
		background-size: cover;
		color: #fff;
		min-height: 50vh;
		padding: 10em 0 5em 0;
	}

		.piano-shop-hero .container {
			align-items: center;
			display: flex;
			gap: clamp(2.5em, 6vw, 7em);
			justify-content: space-between;
		}

	.piano-shop-hero__content {
		max-width: 48em;
	}

	.piano-shop-hero__logo {
		display: block;
		flex: 0 0 auto;
		height: var(--piano-shop-hero-logo-size);
		object-fit: contain;
		width: auto;
	}

		.piano-shop-hero__content h2 {
			color: #fff;
			font-size: 3em;
			line-height: 1.15em;
			margin: 0 0 0.45em 0;
		}

		.piano-shop-hero__content p {
			color: rgba(255, 255, 255, 0.9);
			font-size: 1.15em;
			line-height: 1.8em;
			margin: 0;
			text-align: left;
		}

	.piano-shop-hero__eyebrow {
		color: #d8b45f !important;
		font-size: 0.78em !important;
		font-weight: 700;
		letter-spacing: 0.18em;
		margin: 0 0 1.25em 0 !important;
		text-transform: uppercase;
	}

	.piano-category {
		padding: 4.5em 0;
	}

		.piano-category--alt {
			background: #fff;
		}

	.piano-category__header {
		margin: 0 0 2em 0;
		max-width: 54em;
		text-align: left;
	}

		.piano-category__header h2 {
			color: #292629;
			font-size: 2.35em;
			margin: 0 0 0.35em 0;
		}

			.piano-category__header h2 .brand-name {
				color: rgb(198, 163, 82);
				margin-left: 0.35em;
			}

			.piano-category__header h2 .brand-name--bluthner {
				font-family: "Edwardian Script ITC", "Segoe Script", "Brush Script MT", cursive;
				font-size: 1.755em;
				font-style: italic;
				font-weight: 400;
			}

			.piano-category__header h2 .brand-name--steinway {
				font-family: "Trajan Pro", "Cinzel", "Times New Roman", Georgia, serif;
				font-size: 0.95em;
				font-weight: 400;
				letter-spacing: 0.08em;
				text-transform: uppercase;
			}

		.piano-category__header p {
			color: #6a6468;
			font-size: 1.05em;
			line-height: 1.8em;
			margin: 0;
			text-align: left;
		}

	.piano-card-grid {
		display: grid;
		gap: 1.35em;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.piano-card {
		background: #fff;
		border: solid 1px rgba(51, 45, 50, 0.12);
		border-radius: 0.5em;
		box-shadow: 0 0.7em 1.8em rgba(23, 21, 24, 0.08);
		color: #2f2b2f;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		min-height: 25em;
		overflow: hidden;
		padding: 0;
		text-align: left;
		-moz-transition: border-color 0.25s ease, box-shadow 0.25s ease, -moz-transform 0.25s ease;
		-webkit-transition: border-color 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease;
		-ms-transition: border-color 0.25s ease, box-shadow 0.25s ease, -ms-transform 0.25s ease;
		transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
		width: 100%;
	}

		.piano-card:hover,
		.piano-card:focus-visible {
			background: #fff;
			border-color: rgb(198, 163, 82);
			box-shadow: 0 0 0 1px rgb(198, 163, 82), 0 1.1em 2.4em rgba(23, 21, 24, 0.16);
			color: #2f2b2f;
			outline: 0;
			-moz-transform: translateY(-0.25em);
			-webkit-transform: translateY(-0.25em);
			-ms-transform: translateY(-0.25em);
			transform: translateY(-0.25em);
		}

			.piano-card:hover .piano-card__brand,
			.piano-card:focus-visible .piano-card__brand {
				color: #b88a34;
			}

			.piano-card:hover strong,
			.piano-card:focus-visible strong {
				color: #2b252c;
			}

			.piano-card:hover span:not(.piano-card__brand),
			.piano-card:focus-visible span:not(.piano-card__brand) {
				color: #6b6569;
			}

			.piano-card:hover em,
			.piano-card:focus-visible em {
				color: #1f1b1f;
			}

		.piano-card > img {
			background: #ede9e1;
			display: block;
			height: 13.5em;
			object-fit: cover;
			width: 100%;
		}

		.piano-card span,
		.piano-card strong,
		.piano-card em {
			margin-left: 1.35rem;
			margin-right: 1.35rem;
		}

		.piano-card__brand {
			color: #b88a34;
			font-size: 0.78em;
			font-weight: 700;
			letter-spacing: 0.16em;
			margin-top: 1.35rem;
			text-transform: uppercase;
		}

		.piano-card strong {
			color: #2b252c;
			font-size: 1.28em;
			line-height: 1.25em;
			margin-top: 0.45rem;
		}

		.piano-card span:not(.piano-card__brand) {
			color: #6b6569;
			font-size: 0.95em;
			line-height: 1.55em;
			margin-top: 0.75rem;
		}

		.piano-card em {
			color: #1f1b1f;
			font-size: 1em;
			font-style: normal;
			font-weight: 700;
			margin-bottom: 1.35rem;
			margin-top: auto;
			padding-top: 1rem;
		}

		.piano-product-modal__trial {
			color: #8b8589;
			display: block;
			font-size: 0.82em;
			line-height: 1.6em;
			margin: 1em 0 0 0;
			position: relative;
		}

			.piano-product-modal__xiaohongshu {
				align-items: center;
				color: #8b8589;
				display: inline-flex;
				font-weight: 600;
				gap: 0.28em;
				margin: 0;
				position: relative;
				vertical-align: middle;
			}

				.piano-product-modal__xiaohongshu > img {
					display: inline-block;
					height: 1.15em;
					object-fit: contain;
					width: 1.15em;
				}

				.piano-product-modal__xiaohongshu .label {
					margin: 0;
				}

				.piano-product-modal__xiaohongshu .qr-popover {
					background: #fff;
					border: solid 1px rgba(216, 180, 95, 0.65);
					border-radius: 0.85em;
					bottom: calc(100% + 0.75em);
					box-shadow: 0 1em 2.4em rgba(43, 37, 44, 0.18);
					left: 50%;
					opacity: 0;
					padding: 0.7em;
					pointer-events: none;
					position: absolute;
					text-align: center;
					-moz-transform: translate(-50%, 0.45em);
					-webkit-transform: translate(-50%, 0.45em);
					-ms-transform: translate(-50%, 0.45em);
					transform: translate(-50%, 0.45em);
					-moz-transition: opacity 0.25s ease, -moz-transform 0.25s ease;
					-webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
					-ms-transition: opacity 0.25s ease, -ms-transform 0.25s ease;
					transition: opacity 0.25s ease, transform 0.25s ease;
					width: 7.25em;
					z-index: 20;
				}

					.piano-product-modal__xiaohongshu .qr-popover:after {
						background: #fff;
						border-bottom: solid 1px rgba(216, 180, 95, 0.65);
						border-right: solid 1px rgba(216, 180, 95, 0.65);
						bottom: -0.43em;
						content: '';
						height: 0.75em;
						left: 50%;
						position: absolute;
						-moz-transform: translateX(-50%) rotate(45deg);
						-webkit-transform: translateX(-50%) rotate(45deg);
						-ms-transform: translateX(-50%) rotate(45deg);
						transform: translateX(-50%) rotate(45deg);
						width: 0.75em;
					}

					.piano-product-modal__xiaohongshu .qr-popover img {
						display: block;
						height: auto;
						width: 100%;
					}

					.piano-product-modal__xiaohongshu .qr-popover span {
						color: #2b252c;
						display: block;
						font-size: 0.7em;
						font-weight: 600;
						line-height: 1.2em;
						margin: 0.55em 0 0 0;
						text-align: center;
					}

				.piano-product-modal__xiaohongshu:hover .qr-popover {
					opacity: 1;
					-moz-transform: translate(-50%, 0);
					-webkit-transform: translate(-50%, 0);
					-ms-transform: translate(-50%, 0);
					transform: translate(-50%, 0);
				}

	body.piano-product-modal-visible {
		overflow: hidden;
	}

		body.piano-product-modal-visible #page-wrapper {
			filter: blur(8px);
			-moz-transform: scale(1.01);
			-webkit-transform: scale(1.01);
			-ms-transform: scale(1.01);
			transform: scale(1.01);
		}

	.piano-product-modal {
		align-items: center;
		display: flex;
		inset: 0;
		justify-content: center;
		opacity: 0;
		padding: 2em;
		pointer-events: none;
		position: fixed;
		-moz-transition: opacity 0.35s ease;
		-webkit-transition: opacity 0.35s ease;
		-ms-transition: opacity 0.35s ease;
		transition: opacity 0.35s ease;
		z-index: 10000;
	}

		.piano-product-modal.is-visible {
			opacity: 1;
			pointer-events: auto;
		}

			.piano-product-modal.is-visible .piano-product-modal__panel {
				opacity: 1;
				-moz-transform: translateY(0) scale(1);
				-webkit-transform: translateY(0) scale(1);
				-ms-transform: translateY(0) scale(1);
				transform: translateY(0) scale(1);
			}

	.piano-product-modal__backdrop {
		background: rgba(12, 8, 14, 0.68);
		backdrop-filter: blur(5px);
		inset: 0;
		position: absolute;
	}

	.piano-product-modal__panel {
		background: #fff;
		border: solid 1px rgba(216, 180, 95, 0.7);
		border-radius: 0.6em;
		box-shadow: 0 1.5em 4em rgba(0, 0, 0, 0.38);
		display: grid;
		grid-template-columns: minmax(0, 1.05fr) minmax(20em, 0.95fr);
		max-height: 88vh;
		max-width: 72em;
		opacity: 0;
		overflow: hidden;
		position: relative;
		-moz-transform: translateY(1em) scale(0.98);
		-webkit-transform: translateY(1em) scale(0.98);
		-ms-transform: translateY(1em) scale(0.98);
		transform: translateY(1em) scale(0.98);
		-moz-transition: opacity 0.35s ease, -moz-transform 0.35s ease;
		-webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
		-ms-transition: opacity 0.35s ease, -ms-transform 0.35s ease;
		transition: opacity 0.35s ease, transform 0.35s ease;
		width: min(92vw, 72em);
	}

	.piano-product-modal__close {
		background: rgba(28, 9, 32, 0.82);
		border: solid 1px rgba(216, 180, 95, 0.55);
		border-radius: 100%;
		color: #fff;
		cursor: pointer;
		font-size: 1.8em;
		height: 2em;
		line-height: 1.8em;
		padding: 0;
		position: absolute;
		right: 0.75em;
		text-align: center;
		top: 0.75em;
		width: 2em;
		z-index: 2;
	}

	.piano-product-modal__media {
		background: #ede9e1;
		display: flex;
		flex-direction: column;
		gap: 1em;
		min-height: 31em;
		padding: 1.25em;
	}

	.piano-product-modal__image-frame {
		background: #fff;
		border: solid 1px rgba(198, 163, 82, 0.22);
		border-radius: 0.45em;
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
		flex: 1;
		min-height: 25em;
		overflow: hidden;
	}

		.piano-product-modal__image-frame img {
			display: block;
			height: 100%;
			object-fit: cover;
			width: 100%;
		}

	.piano-product-modal__thumbs {
		display: grid;
		gap: 0.7em;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

		.piano-product-modal__thumb {
			background: #fff;
			border: solid 2px rgba(51, 45, 50, 0.14);
			border-radius: 0.35em;
			cursor: pointer;
			height: 5.6em;
			overflow: hidden;
			padding: 0;
			-moz-transition: border-color 0.25s ease, box-shadow 0.25s ease, -moz-transform 0.25s ease;
			-webkit-transition: border-color 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease;
			-ms-transition: border-color 0.25s ease, box-shadow 0.25s ease, -ms-transform 0.25s ease;
			transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
		}

			.piano-product-modal__thumb:hover,
			.piano-product-modal__thumb:focus-visible,
			.piano-product-modal__thumb.is-active {
				background: #fff;
				border-color: rgb(198, 163, 82);
				box-shadow: 0 0.35em 0.9em rgba(51, 45, 50, 0.14);
				outline: 0;
			}

			.piano-product-modal__thumb:hover,
			.piano-product-modal__thumb:focus-visible {
				-moz-transform: translateY(-0.12em);
				-webkit-transform: translateY(-0.12em);
				-ms-transform: translateY(-0.12em);
				transform: translateY(-0.12em);
			}

			.piano-product-modal__thumb img {
				display: block;
				height: 100%;
				object-fit: cover;
				width: 100%;
			}

	.piano-product-modal__content {
		align-self: center;
		padding: 3em;
	}

		.piano-product-modal__content h2 {
			color: #2b252c;
			font-size: 2.15em;
			line-height: 1.15em;
			margin: 0 0 0.65em 0;
		}

		.piano-product-modal__content p {
			color: #5f595d;
			font-size: 1em;
			line-height: 1.75em;
			margin: 0 0 1.3em 0;
			text-align: left;
		}

	.piano-product-modal__eyebrow {
		color: #b88a34 !important;
		font-size: 0.78em !important;
		font-weight: 700;
		letter-spacing: 0.18em;
		margin: 0 0 1em 0 !important;
		text-transform: uppercase;
	}

	.piano-product-modal__summary {
		color: #332d32 !important;
		font-weight: 600;
	}

	.piano-product-specs {
		display: grid;
		gap: 0.8em;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin: 0 0 1.5em 0;
	}

		.piano-product-specs div {
			background: #f7f7f4;
			border: solid 1px rgba(51, 45, 50, 0.1);
			border-radius: 0.45em;
			padding: 0.75em 0.85em;
		}

		.piano-product-specs dt {
			color: #8a817f;
			font-size: 0.75em;
			font-weight: 700;
			letter-spacing: 0.12em;
			margin: 0 0 0.35em 0;
			text-transform: uppercase;
		}

		.piano-product-specs dd {
			color: #2f2b2f;
			font-size: 0.95em;
			line-height: 1.45em;
			margin: 0;
		}

	.piano-product-modal__price {
		border-top: solid 1px rgba(51, 45, 50, 0.12);
		color: #9f7428;
		display: block;
		font-size: 1.25em;
		padding-top: 1em;
	}

	@media screen and (max-width: 980px) {

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

		.piano-product-modal__panel {
			grid-template-columns: 1fr;
			max-height: 90vh;
			overflow-y: auto;
		}

		.piano-product-modal__media {
			min-height: 20em;
		}

		.piano-product-modal__image-frame {
			min-height: 18em;
		}

	}

	@media screen and (max-width: 736px) {

		.piano-shop-hero {
			min-height: 20em;
			padding: 5.5em 0 3.5em 0;
			--piano-shop-hero-logo-size: 11rem;
		}

			.piano-shop-hero .container {
				align-items: flex-start;
				flex-direction: column;
			}

			.piano-shop-hero__content h2 {
				font-size: 2.15em;
			}

		.piano-category {
			padding: 3em 0;
		}

		.piano-category__header h2 {
			font-size: 1.9em;
		}

		.piano-card-grid {
			grid-template-columns: 1fr;
		}

		.piano-product-modal {
			padding: 1em;
		}

		.piano-product-modal__content {
			padding: 2em;
		}

		.piano-product-modal__media {
			padding: 0.9em;
		}

		.piano-product-modal__image-frame {
			min-height: 15em;
		}

		.piano-product-modal__thumb {
			height: 4.4em;
		}

		.piano-product-specs {
			grid-template-columns: 1fr;
		}

	}

/* Footer */

	#footer {
		--donation-qr-center-offset: 25em;
		position: relative;
		overflow: visible;
		padding: 2em 0 0.9em 0;
		background: #2b252c;
		color: #fff;
	}

		#footer .icon.circled {
			background: #fff;
			color: #2b252c;
		}

		#footer header {
			text-align: center;
			cursor: default;
		}

		#footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
			color: #fff;
		}

		#footer .contact h3 {
			font-family: "LXGW WenKai", "KaiTi", "æ¥·ä½“", "STKaiti", "Kaiti SC", serif;
			font-weight: 500;
		}

		#footer .contact {
			margin-bottom: 0.3em;
			text-align: center;
		}

			#footer .contact .contact-body {
				align-items: center;
				display: inline-flex;
				gap: 2em;
				justify-content: center;
				min-height: 11.5em;
				position: relative;
			}

			#footer .contact .contact-info {
				text-align: center;
			}

			#footer .contact p {
				text-align: center;
				margin: 0 0 1.2em 0;
			}

			#footer .contact .contact-tagline {
				color: rgba(210, 210, 210, 0.82);
				font-size: 0.9em;
			}

			#footer .contact .donation-qr,
			#footer .contact .xiaohongshu-qr {
				flex: 0 0 auto;
				left: 50%;
				margin-top: 0;
				position: absolute;
				text-align: center;
				top: 50%;
			}

				#footer .contact .donation-qr img,
				#footer .contact .xiaohongshu-qr img {
					background: #fff;
					border: solid 1px rgba(216, 180, 95, 0.7);
					border-radius: 0.65em;
					box-shadow: 0 0.55em 1.4em rgba(0, 0, 0, 0.22);
					display: block;
					margin: 0 auto;
					padding: 0.45em;
					width: 8.5em;
				}

				#footer .contact .donation-qr p,
				#footer .contact .xiaohongshu-qr p {
					color: #d8b45f;
					font-size: 0.95em;
					font-weight: 600;
					letter-spacing: 0.08em;
					margin: 0.75em 0 0 0;
				}

			#footer .contact .donation-qr {
				transform: translate(calc(-50% - var(--donation-qr-center-offset)), -50%);
			}

			#footer .contact .xiaohongshu-qr {
				transform: translate(calc(-50% + var(--donation-qr-center-offset)), -50%);
			}

		#footer .copyright {
			text-align: center;
			color: rgba(128, 128, 128, 0.75);
			font-size: 0.8em;
			cursor: default;
			margin-top: 0;
		}

			#footer .copyright a {
				color: rgba(128, 128, 128, 0.75);
			}

				#footer .copyright a:hover {
					color: rgba(212, 212, 212, 0.85);
				}

/* Carousel */

	.carousel {
		position: relative;
		overflow: hidden;
		--carousel-image-center: calc(2em + (20em * 0.347826));
		padding: 1em 0 2em 0;
		margin-bottom: 0;
	}

		.carousel .carousel__header {
			margin: 0 auto 2.25em auto;
			max-width: 46em;
			padding: 0 2em;
			text-align: center;
		}

			.carousel .carousel__header h2 {
				color: rgb(198, 163, 82);
				font-family: "LXGW WenKai", "KaiTi", "æ¥·ä½“", "STKaiti", "Kaiti SC", serif;
				font-size: clamp(2.35em, 3.5vw, 3.6em);
				font-weight: 500;
				margin: 0 0 0.42em 0;
			}

			.carousel .carousel__header h2.carousel__title-button {
				display: inline-block;
				background: transparent;
				color: #fff;
				isolation: isolate;
				line-height: 1.1;
				padding: 0.34em 1.05em 0.38em 1.05em;
				position: relative;
				text-shadow: 0 0.08em 0.22em rgba(43, 37, 44, 0.28);
			}

				.carousel .carousel__header h2.carousel__title-button:before {
					background:
						radial-gradient(circle at 8% 22%, rgba(255, 255, 255, 0.22) 0 0.18em, transparent 0.22em),
						radial-gradient(circle at 18% 82%, rgba(198, 163, 82, 0.8) 0 0.28em, transparent 0.34em),
						radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.18) 0 0.2em, transparent 0.25em),
						linear-gradient(100deg, rgba(117, 27, 28, 0.96), rgba(198, 76, 63, 0.94) 44%, rgba(198, 163, 82, 0.9));
					border-radius: 44% 56% 48% 52% / 58% 42% 56% 44%;
					box-shadow: 0 0.42em 1.15em rgba(43, 37, 44, 0.18);
					clip-path: polygon(0 30%, 6% 18%, 16% 23%, 27% 12%, 42% 20%, 56% 13%, 72% 22%, 88% 16%, 100% 31%, 96% 72%, 84% 78%, 70% 88%, 55% 80%, 39% 90%, 23% 78%, 8% 84%, 0 70%);
					content: '';
					inset: -0.12em -0.38em -0.14em -0.42em;
					position: absolute;
					-moz-transform: rotate(-1.6deg);
					-webkit-transform: rotate(-1.6deg);
					-ms-transform: rotate(-1.6deg);
					transform: rotate(-1.6deg);
					z-index: -2;
				}

				.carousel .carousel__header h2.carousel__title-button:after {
					background:
						radial-gradient(circle, rgba(117, 27, 28, 0.62) 0 0.11em, transparent 0.14em) 6% 18% / 1em 1em no-repeat,
						radial-gradient(circle, rgba(198, 163, 82, 0.64) 0 0.16em, transparent 0.2em) 17% 92% / 1.2em 1.2em no-repeat,
						radial-gradient(circle, rgba(117, 27, 28, 0.48) 0 0.08em, transparent 0.11em) 82% 6% / 0.8em 0.8em no-repeat,
						radial-gradient(circle, rgba(198, 76, 63, 0.54) 0 0.13em, transparent 0.17em) 95% 74% / 1em 1em no-repeat,
						linear-gradient(95deg, transparent 8%, rgba(255, 255, 255, 0.16) 18%, transparent 31%, rgba(255, 255, 255, 0.12) 43%, transparent 54%, rgba(43, 37, 44, 0.08) 67%, transparent 78%);
					content: '';
					inset: -0.38em -0.72em -0.4em -0.7em;
					pointer-events: none;
					position: absolute;
					z-index: -1;
				}

			.carousel .carousel__header p {
				color: #6e6253;
				font-size: 1.1em;
				line-height: 1.8em;
				margin: 0;
				text-align: center;
			}

	.carousel-title-flag {
		border-radius: 0.12em;
		box-shadow: 0 0.12em 0.28em rgba(43, 37, 44, 0.18);
		display: inline-block;
		height: 0.72em;
		margin-right: 0.35em;
		object-fit: cover;
		vertical-align: -0.05em;
		width: 1.08em;
	}

		.carousel .forward, .carousel .backward {
			position: absolute;
			top: var(--carousel-image-center);
			width: 6em;
			height: 12em;
			margin-top: -6em;
			cursor: pointer;
		}

			.carousel .forward:before, .carousel .backward:before {
				content: '';
				display: block;
				width: 6em;
				height: 6em;
				border-radius: 100%;
				background-color: rgba(72, 57, 73, 0.5);
				position: absolute;
				top: 50%;
				margin-top: -3em;
				-moz-transition: background-color 0.35s ease-in-out;
				-webkit-transition: background-color 0.35s ease-in-out;
				-o-transition: background-color 0.35s ease-in-out;
				-ms-transition: background-color 0.35s ease-in-out;
				transition: background-color 0.35s ease-in-out;
				-webkit-backface-visibility: hidden;
			}

			.carousel .forward:after, .carousel .backward:after {
				content: '';
				width: 3em;
				height: 3em;
				position: absolute;
				top: 50%;
				margin: -1.5em 0 0 0;
				background: url("images/arrow.svg") no-repeat center center;
			}

			.carousel .forward:hover:before, .carousel .backward:hover:before {
				background-color: rgba(239, 131, 118, 0.75);
			}

		.carousel .forward {
			right: 0;
		}

			.carousel .forward:before {
				right: -3em;
			}

			.carousel .forward:after {
				right: -0.25em;
			}

		.carousel .backward {
			left: 0;
		}

			.carousel .backward:before {
				left: -3em;
			}

			.carousel .backward:after {
				left: -0.25em;
				-moz-transform: scaleX(-1);
				-webkit-transform: scaleX(-1);
				-ms-transform: scaleX(-1);
				transform: scaleX(-1);
			}

		.carousel .reel {
			white-space: nowrap;
			position: relative;
			-webkit-overflow-scrolling: touch;
			padding: 0 2em 0 2em;
		}

		.carousel article {
			display: inline-block;
			width: 18em;
			background: #fff;
			border: solid 1px transparent;
			text-align: center;
			padding: 0 1em 3em 1em;
			margin: 0 2em 0 0;
			white-space: normal;
			opacity: 1.0;
			position: relative;
			-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
			-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
			-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
			transition: opacity 0.75s ease-in-out, transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
		}

			.carousel article:hover, .carousel article:focus-within {
				border-color: #d8b45f;
				box-shadow: 0 0.35em 1.2em rgba(216, 180, 95, 0.28);
				z-index: 2;
				-moz-transform: scale(1.04);
				-webkit-transform: scale(1.04);
				-ms-transform: scale(1.04);
				transform: scale(1.04);
			}

			.carousel article.loading {
				opacity: 0;
			}

			.carousel article .image {
				position: relative;
				overflow: hidden;
				left: -1em;
				top: 0;
				width: auto;
				margin-right: -2em;
				margin-bottom: 3em;
			}

			.carousel article p {
				text-align: center;
			}

/* Gallery Modal */

	body.gallery-modal-visible {
		overflow: hidden;
	}

		body.gallery-modal-visible #page-wrapper {
			filter: blur(8px);
			-moz-transform: scale(1.01);
			-webkit-transform: scale(1.01);
			-ms-transform: scale(1.01);
			transform: scale(1.01);
		}

	.gallery-modal {
		align-items: center;
		display: flex;
		inset: 0;
		justify-content: center;
		opacity: 0;
		padding: 2em;
		pointer-events: none;
		position: fixed;
		-moz-transition: opacity 0.35s ease;
		-webkit-transition: opacity 0.35s ease;
		-ms-transition: opacity 0.35s ease;
		transition: opacity 0.35s ease;
		z-index: 10000;
	}

		.gallery-modal.is-visible {
			opacity: 1;
			pointer-events: auto;
		}

			.gallery-modal.is-visible .gallery-modal__panel {
				opacity: 1;
				-moz-transform: translateY(0) scale(1);
				-webkit-transform: translateY(0) scale(1);
				-ms-transform: translateY(0) scale(1);
				transform: translateY(0) scale(1);
			}

	.gallery-modal__backdrop {
		background: rgba(12, 8, 14, 0.68);
		backdrop-filter: blur(5px);
		inset: 0;
		position: absolute;
	}

	.gallery-modal__panel {
		background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 242, 231, 0.98));
		border: solid 1px rgba(216, 180, 95, 0.7);
		border-radius: 1.25em;
		box-shadow: 0 1.5em 4em rgba(0, 0, 0, 0.38);
		display: grid;
		grid-template-columns: minmax(0, 1.2fr) minmax(18em, 0.8fr);
		max-height: 86vh;
		max-width: 68em;
		opacity: 0;
		overflow: hidden;
		position: relative;
		-moz-transform: translateY(1em) scale(0.98);
		-webkit-transform: translateY(1em) scale(0.98);
		-ms-transform: translateY(1em) scale(0.98);
		transform: translateY(1em) scale(0.98);
		-moz-transition: opacity 0.35s ease, -moz-transform 0.35s ease;
		-webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
		-ms-transition: opacity 0.35s ease, -ms-transform 0.35s ease;
		transition: opacity 0.35s ease, transform 0.35s ease;
		width: min(92vw, 68em);
	}

	.gallery-modal__close {
		background: rgba(28, 9, 32, 0.78);
		border: solid 1px rgba(216, 180, 95, 0.55);
		border-radius: 100%;
		color: #fff;
		cursor: pointer;
		font-size: 1.8em;
		height: 2em;
		line-height: 1.8em;
		padding: 0;
		position: absolute;
		right: 0.75em;
		text-align: center;
		top: 0.75em;
		width: 2em;
		z-index: 2;
	}

	.gallery-modal__image-wrap {
		background: rgba(255, 255, 255, 0.5);
		min-height: 26em;
		overflow: hidden;
		padding: 2em;
	}

	.gallery-modal__image {
		border-radius: 0.85em;
		box-shadow: 0 0.75em 1.75em rgba(0, 0, 0, 0.28);
		display: block;
		height: 100%;
		object-fit: cover;
		width: 100%;
	}

	.gallery-modal__content {
		align-self: center;
		padding: 3em;
	}

		.gallery-modal__content h2 {
			color: #2b252c;
			font-size: 2.2em;
			line-height: 1.15em;
			margin: 0 0 0.65em 0;
		}

			.gallery-modal__title-flag {
				border-radius: 0.12em;
				box-shadow: 0 0.12em 0.28em rgba(43, 37, 44, 0.18);
				display: inline-block;
				height: 0.68em;
				margin-right: 0.35em;
				object-fit: cover;
				vertical-align: 0;
				width: 1.02em;
			}

		.gallery-modal__content p {
			color: #5b5b5b;
			font-size: 1.05em;
			line-height: 1.8em;
			margin: 0;
		}

	.gallery-modal__eyebrow {
		color: #b88a34 !important;
		font-size: 0.8em !important;
		font-weight: 600;
		letter-spacing: 0.2em;
		margin: 0 0 1.25em 0 !important;
		text-transform: uppercase;
	}

	@media screen and (max-width: 840px) {

		.gallery-modal {
			padding: 1em;
		}

		.gallery-modal__panel {
			grid-template-columns: 1fr;
			max-height: 90vh;
			overflow-y: auto;
		}

		.gallery-modal__image-wrap {
			min-height: 18em;
			padding: 1.25em;
		}

		.gallery-modal__content {
			padding: 2em;
		}

	}

/* Wide */

	@media screen and (max-width: 1680px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 14pt;
				line-height: 1.75em;
			}

		/* Carousel */

			.carousel {
				--carousel-image-center: calc(1.5em + (20em * 0.347826));
				padding: 0.75em 0 1.5em 0;
			}

				.carousel .reel {
					padding: 0 1.5em 0 1.5em;
				}

				.carousel article {
					width: 18em;
					margin: 0 1.25em 0 0;
				}

	}

/* Normal */

	@media screen and (max-width: 1280px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 12pt;
				line-height: 1.5em;
			}

		/* Wrapper */

			.wrapper {
				padding-left: 2em;
				padding-right: 2em;
			}

		/* Header */

			#header {
				background-attachment: scroll;
			}

				#header .inner {
					padding-left: 2em;
					padding-right: 2em;
				}

		/* Banner */

			#banner {
				padding-left: 2em;
				padding-right: 2em;
			}

		/* Footer */

			#footer {
				padding-left: 2em;
				padding-right: 2em;
			}

	}

/* Narrow */

/* Narrower */

	@media screen and (max-width: 840px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 13pt;
				line-height: 1.65em;
			}

			.tweet {
				text-align: center;
			}

			.timestamp {
				display: block;
				text-align: center;
			}

		/* Footer */

			#footer {
				padding: 2.5em 1.5em 0.9em 1.5em;
			}

				#footer .contact .contact-body {
					flex-direction: column;
					gap: 1.2em;
					min-height: 0;
				}

				#footer .contact .donation-qr,
				#footer .contact .xiaohongshu-qr {
					position: static;
					transform: none;
				}

		/* Carousel */

			.carousel {
				padding: 0.625em 0 1.25em 0;
			}

				.carousel article {
					width: 18em;
					margin: 0 1em 0 0;
				}

	}

/* Mobile */

	#navPanel, #titleBar {
		display: none;
	}

	@media screen and (max-width: 736px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

			body, input, textarea, select {
				font-size: 12.5pt;
				line-height: 1.5em;
			}

			h2 {
				font-size: 1.75em;
			}

			#banner header .banner-country {
				font-size: 2.0125em;
			}

			#banner header .banner-pianos {
				flex-wrap: wrap;
				margin-top: 1.5em;
			}

				#banner header .banner-pianos .banner-piano--bluthner {
					max-height: 14.85em;
					max-width: 80vw;
				}

				#banner header .banner-pianos .banner-piano--steinway {
					max-height: 13.5em;
					max-width: 76vw;
				}

			.contact-float {
				bottom: 1.1em;
				height: 2.89em;
				right: 1.1em;
				width: 2.89em;
			}

				.contact-float:after {
					font-size: 0.85em;
					right: calc(100% + 0.75em);
				}

			h3 {
				font-size: 1.25em;
			}

			hr {
				top: 3em;
				margin-bottom: 6em;
			}

		/* Section/Article */

			section, article {
				margin-bottom: 2em;
			}

				section:last-child, article:last-child {
					margin-bottom: 0;
				}

			.row > section, .row > article {
				margin-bottom: 2em;
			}

			header > p {
				font-size: 1.25em;
			}

		/* Image */

			.image.featured {
				margin: 0 0 2em 0;
			}

			.image.left {
				margin: 0 1em 1em 0;
			}

			.image.centered {
				margin: 0 0 1em 0;
			}

		/* Actions */

			form ul.actions {
				margin-top: 0;
			}

			ul.actions li {
				display: block;
				margin: 0.75em 0 0 0;
			}

				ul.actions li:first-child {
					margin-top: 0;
				}

		/* Menu */

			ul.menu {
				height: auto;
				text-align: center;
			}

				ul.menu li {
					display: block;
					border: 0;
					padding: 0.75em 0 0 0;
					margin: 0;
				}

					ul.menu li:first-child {
						padding-top: 0;
					}

		/* Icons */

			ul.icons {
				font-size: 1em;
				padding: 0.35em 0.5em 0.35em 0.5em;
			}

				ul.icons li a {
					width: 2.25em;
				}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				display: block;
				padding: 0;
				line-height: 3em;
				width: 100%;
			}

		/* Nav */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}

			#navButton {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 44px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
			}

				#navButton .toggle {
					text-decoration: none;
					position: absolute;
					left: 0;
					top: 0;
					width: 100%;
					height: 100%;
					border: 0;
					outline: 0;
				}

					#navButton .toggle:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						display: inline-block;
						font-style: normal;
						font-variant: normal;
						text-rendering: auto;
						line-height: 1;
						text-transform: none !important;
						font-family: 'Font Awesome 5 Free';
						font-weight: 900;
					}

					#navButton .toggle:before {
						text-decoration: none;
						font-style: normal;
						content: '\f0c9';
						color: #fff;
						color: rgba(255, 255, 255, 0.75);
						text-align: center;
						display: block;
						font-size: 14px;
						width: 80px;
						height: 30px;
						line-height: 30px;
						position: absolute;
						left: 50%;
						margin-left: -40px;
						background: rgba(132, 128, 136, 0.75);
						border-top: 0;
						border-radius: 0 0 0.35em 0.35em;
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateY(-50vh);
				-webkit-transform: translateY(-50vh);
				-ms-transform: translateY(-50vh);
				transform: translateY(-50vh);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 50vh;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10002;
				background: #1f1920;
				box-shadow: inset 0px -2px 5px 0px rgba(0, 0, 0, 0.25);
				font-size: 1em;
			}

				#navPanel:before {
					content: '';
					display: block;
					position: absolute;
					left: 0;
					top: 0;
					width: 100%;
					height: 100%;
					background: url("images/overlay.png");
					background-size: 128px 128px;
				}

				#navPanel .link {
					position: relative;
					z-index: 1;
					display: block;
					text-decoration: none;
					padding: 0.5em;
					color: #ddd;
					border: 0;
					border-top: dotted 1px rgba(255, 255, 255, 0.05);
				}

					#navPanel .link:first-child {
						border-top: 0;
					}

					#navPanel .link.depth-0 {
						color: #fff;
						font-weight: 600;
					}

				#navPanel .indent-1 {
					display: inline-block;
					width: 1em;
				}

				#navPanel .indent-2 {
					display: inline-block;
					width: 2em;
				}

				#navPanel .indent-3 {
					display: inline-block;
					width: 3em;
				}

				#navPanel .indent-4 {
					display: inline-block;
					width: 4em;
				}

				#navPanel .indent-5 {
					display: inline-block;
					width: 5em;
				}

				#navPanel .depth-0 {
					color: #fff;
				}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateY(50vh);
				-webkit-transform: translateY(50vh);
				-ms-transform: translateY(50vh);
				transform: translateY(50vh);
			}

			body.navPanel-visible #navButton {
				-moz-transform: translateY(50vh);
				-webkit-transform: translateY(50vh);
				-ms-transform: translateY(50vh);
				transform: translateY(50vh);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateY(0);
				-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
				transform: translateY(0);
			}

		/* Wrapper */

			.wrapper {
				padding: 3em 1em 3em 1em;
			}

		/* Header */

			#header {
				background-attachment: scroll;
				padding: 2.5em 0 0 0;
			}

				#header .inner {
					padding-top: 1.5em;
					padding-left: 1em;
					padding-right: 1em;
				}

				#header header > p {
					font-size: 1em;
				}

				#header .company-name {
					font-size: clamp(1.8em, 8vw, 2.4em);
				}

				#header h1 {
					font-size: 1.75em;
				}

					#header h1.logo-heading img {
						width: clamp(180px, 62vw, 260px);
					}

				#header .music-note-button {
					height: 3.2em;
					line-height: 3.2em;
					width: 3.2em;
				}

					#header .music-note-button .music-note {
						font-size: 1.6em;
					}

				#header hr {
					top: 1em;
					margin-bottom: 2.5em;
				}

			body.homepage #header {
				min-height: 0;
				padding: 5.5em 0 5em 0;
				height: auto;
			}

				body.homepage #header:before {
					display: none;
				}

				body.homepage #header h1 {
					font-size: 2.5em;
				}

		/* Nav */

			#nav {
				display: none;
			}

		/* Banner */

			#banner {
				padding: 3em 2em 3em 2em;
			}

		/* Sidebar */

			#sidebar > hr:first-of-type {
				display: block;
			}

		/* Main */

			#main > header {
				text-align: center;
			}

		/* Footer */

			#footer {
				padding-left: 1em;
				padding-right: 1em;
			}

		/* Carousel */

			.carousel {
				--carousel-image-center: calc(0.5em + (16em * 0.347826));
				padding: 0.25em 0 0.5em 0;
			}

				.carousel .reel {
					padding: 0 0.5em 0 0.5em;
				}

				.carousel article {
					width: 14em;
					padding-bottom: 2em;
					margin: 0 0.5em 0 0;
				}

					.carousel article .image {
						margin-bottom: 2em;
					}

	}
