*,
*::before,
*::after {
  box-sizing: border-box;
  outline: 0px solid red;
}

html {
  line-height: 1.5;
	
}

body {
  margin: 0;
  background: #f5f5f5;
  color: #111;

  font-family: "Newsreader", serif;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  margin: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

.show-page {
	width: 100%;
	background: #f5f5f5;
	margin: 0;
	font-family: "Newsreader", serif;
	font-size: 18px;
}

.show-page-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
	display: block;
}

.product-breadcrumbs {
    display: flex;
    align-items: center;
	justify-content: center;
    flex-wrap: wrap;
    gap: 8px;

    margin-bottom: 48px;

    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;

    color: #777;
}

.product-breadcrumbs a {
    color: #777;
    text-decoration: none;
    transition: color 0.2s ease;
}

.product-breadcrumbs a:hover {
    color: #111;
}

.product-breadcrumbs span {
    color: #999;
}

.product-breadcrumbs span:last-child {
    color: #444;
    font-weight: 600;
}

.show-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
	line-height: 1.25;
}

.show-banner-image {
  max-width: 240px;
  height: auto;
  display: block;
}

.show-title {
  font-family: var(--show-font), serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: .9;
  margin: 0 0 8px;
}

.show-subtitle {
  font-size: 1.4rem;
  opacity: 0.9;
}

.show-movements-heading {
  font-size: 1.05rem;
  font-weight: 500;
}

.show-movements-item {
  font-size: 0.9rem;
}

.show-difficulty,
.show-length,
.show-preshow {
  font-size: 1.05rem;
  font-weight: 400;
}

.show-difficulty {
  display: inline-flex;
  align-items: center;
}

.show-commissioner {
  display: inline-block;

  padding: 16px;

  margin: 12px auto;

  text-align: center;

  border-top: 2px solid #2fd4e6;
  border-bottom: 2px solid #2fd4e6;

  box-sizing: border-box;

  max-width: 100%;
}

.show-commissioner-text {
  font-size: clamp(1rem, 0.6rem + 1vw, 1.2rem);

  line-height: 1.25;

  margin: 0;

  max-width: 100%;
}

.show-content {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr 0.9fr;
  gap: 24px;
}

.show-left-column,
.show-middle-column,
.show-right-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.show-card {
    display: flex;
    flex-direction: column;
    min-height: 180px;
    padding: 32px;
    gap: 24px;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .04);
    font-family: "Newsreader", serif;
    transition:
        transform .2s ease,
        box-shadow .2s ease;
    break-inside: avoid;
    page-break-inside: avoid;
	font-size: 18px;
}

.show-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.show-card-title {
  font-family: "Instrument Serif", serif;
  font-size: 2rem;
  line-height: 1;
  overflow-wrap: break-word;
}

  /* ========================================
     CARDS
  ======================================== */

.show-card-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.show-music-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.show-song-title {
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.25;
}

.show-song-artist {
  font-size: 0.95rem;
  line-height: 1.4;
}

.show-credits-list {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.show-credits-item {
  font-size: 1rem;
}

.show-licensing-disclaimer {
  font-size: 0.9rem;
  font-style: italic;
}

.show-card-link,
.show-card-link:visited {
  font-size: 0.85rem;
  text-decoration: underline;
  color: #0055cc;
  line-height: 1.25;
}

.show-card-link:hover {
  font-size: 0.85rem;
  text-decoration: underline;
  color: #599eff;
  line-height: 1.25;
}

.show-card-link-inline,
.show-card-link-inline:visited {
  font-size: inherit;
  text-decoration: underline;
  color: #0055cc;
}

.show-card-link-inline:hover {
  font-size: inherit;
  text-decoration: underline;
  color: #599eff;
}

.show-soundcloud {
  width: 100%;
  max-width: 520px;

  aspect-ratio: 16 / 9;

  overflow: hidden;

  margin: 0 auto;
}

.show-soundcloud-player {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.show-card-actions {
  display: flex;
  flex-direction: column;
  gap: 24px;

  width: 100%;

  align-items: center;

  padding: 16px 0 0;
}

.show-action-button {
  display: block;

  width: 100%;
  max-width: 240px;

  padding: 12px 16px;

  font-family: "Inter", sans-serif;
  font-size: clamp(0.5rem, 0.35rem + 0.6vw, 0.75rem);

  letter-spacing: 0.8px;
  text-transform: uppercase;

  line-height: 1.3;

  text-align: center;
  text-decoration: none;

  border: 1px solid #e2e2e2;
  background: #f5f5f5;

  transition: background-color 0.2s ease, border-color 0.2s ease,
    color 0.2s ease;
}

.show-action-button:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.show-card-arrangements:hover,
.show-card-pricing:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
  border-color: #808080;
}

.show-card-arrangements h2 {
  font-size: 1.4rem;
}

.show-arrangements-list {
  display: flex;
  flex-direction: column;
}

.show-arrangement-link {
    display: grid;

    grid-template-columns:
        auto
        auto
        1fr;

    align-items: start;

    color: inherit;
    text-decoration: none;
}

.show-arrangement-link:hover {
    border-bottom-color: currentColor;
}

.show-arrangement-part {
  font-weight: 500;
}

.show-card-arrangements,
.show-card-pricing {
  position: relative;
  cursor: pointer;
}

.show-card-expand-indicator {
  position: absolute;
  bottom: 16px;
  right: 16px;

  font-size: 1rem;
  line-height: 1;

  opacity: 0.45;

  pointer-events: none;

  transition: opacity 0.2s ease, transform 0.2s ease;
}

.show-card-arrangements:hover .show-card-expand-indicator,
.show-card-pricing:hover .show-card-expand-indicator {
  opacity: 0.8;
  transform: scale(1.05);
}

.show-pricing-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}



.show-pricing-title {
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.5;
}

.show-pricing-detail {
  font-size: 1rem;
  opacity: 0.9;
  line-height: 1.5;
}

.show-pricing-text {
  font-size: 1rem;
  opacity: 0.9;
  line-height: 1.5;
}

.show-other-versions-text {
  line-height: 1.5;
}

.show-instrumentation-list {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.show-instrumentation-item {
  font-size: 0.9rem;
  opacity: 0.9;
  line-height: 1.4;
}

.show-instrumentation-heading {
  font-weight: 500;
}

@media (max-width: 760px) {
  .show-content {
    grid-template-columns: 1fr;
  }
}

.show-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

  gap: 12px;
}

.show-info-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.show-info-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 12px;
  height: 12px;

  font-size: 0.5rem;
  border: 1px solid #000;
  background: #fff;
  opacity: 0.75;
  padding: 0;
  cursor: pointer;
  position: relative;
  top: -1px;
  left: 4px;
}

.show-info-tooltip {
  position: absolute;
  bottom: 160%;
  left: 50%;
  transform: translateX(-50%) translateY(4px);

  background: #111;
  color: #fff;

  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  line-height: 1.4;

  padding: 8px 10px;

  width: 135px;
  text-align: center;

  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
}

.show-info-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #111;
}

.show-info-wrapper:hover .show-info-tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.show-card-instrumentation h2 {
  font-size: clamp(1.2rem, 3vw, 1.6rem);
}

@media (max-width: 760px) {
  .show-card-instrumentation h2 {
    font-size: 1.6rem;
  }
}

.show-shortcuts {
  margin: 40px 0 40px;
  padding: 24px;
  border-top: 1px solid #2fd4e6;
  border-bottom: 1px solid #2fd4e6;
}

.show-shortcuts-list {
  display: flex;
  justify-content: center;
  gap: 64px;
}

.show-shortcut-item {
  flex: 1;
  max-width: 240px;
  min-width: 0;
}

.show-shortcut-button {
  display: block;
  width: 100%;
  padding: clamp(8px, 1vw, 12px);

  font-family: "Inter", sans-serif;
  font-size: clamp(0.65rem, 0.8vw, 0.75rem);
  letter-spacing: 1.2px;
  text-transform: uppercase;

  text-align: center;
  text-decoration: none;

  border: 1px solid #e2e2e2;
  background: #fafafa;
  color: #000;

  transition: all 0.2s ease;
}

.show-shortcut-button:hover {
  border-color: #808080;
  text-decoration: none;
}

/* section */
.show-recommended {
  margin-top: 32px;
  text-align: center;
}

.show-recommended-title {
  font-family: "Instrument Serif", serif;
  font-size: 2rem;

  margin-bottom: 48px;

  text-align: left;
}

/* wrapper */
.show-carousel {
  position: relative;

  display: flex;
  align-items: center;

  overflow: visible;
  padding: 0 16px;
}

/* track */
.show-carousel-track {
  display: flex;

  gap: 24px;

  overflow-x: auto;
  overflow-y: visible;

  scroll-behavior: smooth;

  padding: 16px 32px;

  scrollbar-width: none;
  border: 2px solid #f2f2f2;
}

.show-carousel-track::-webkit-scrollbar {
  display: none;
}

.show-carousel-item {
  flex: 0 0 auto;

  width: 180px;
  aspect-ratio: 1 / 1;

  overflow: hidden;

  background: #fff;

  box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.16);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.show-carousel-item:hover {
  transform: translateY(-2px);

  box-shadow: 16px 8px 20px rgba(0, 0, 0, 0.22);
}

.show-carousel-item img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;
}

/* arrows */
.show-carousel-btn {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  width: 36px;
  height: 36px;

  border: 1px solid #bfbfbf;

  background: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;

  z-index: 2;

  transition: background-color 0.2s ease;
}

.show-carousel-btn:hover {
  background: #f3f3f3;
}

.show-carousel-btn-left {
  left: 0;
}

.show-carousel-btn-right {
  right: 0;
}

.show-instrumentation-disclaimer {
  font-size: 0.9rem;
}

/* =========================================================
   MODALS
========================================================= */

body.modal-open {
  overflow: hidden;
}

.modal-overlay {
  position: fixed;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(0, 0, 0, 0.35);

  opacity: 0;
  pointer-events: none;

  transition: opacity 0.2s ease;

  z-index: 1000;
}

.modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-window {
  position: relative;

  width: min(520px, 92vw);
  max-height: 90vh;

  overflow-y: auto;

  background: #fff;

  padding: 28px;

  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);

  transform: scale(0.96);

  transition: transform 0.2s ease;
}

.modal-overlay.active .modal-window {
  transform: scale(1);
}

.modal-title {
  font-family: "Instrument Serif", serif;

  font-size: 1.8rem;

  line-height: 1;

  margin-bottom: 20px;
}

.modal-close {
  position: absolute;

  top: 14px;
  right: 16px;

  width: 32px;
  height: 32px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: none;
  background: none;

  font-size: 1.4rem;
  line-height: 1;

  cursor: pointer;

  opacity: 0.6;

  transition: opacity 0.2s ease;
}

.modal-close:hover {
  opacity: 1;
}

/* =========================================================
   DIFFICULTY MODAL
========================================================= */

.difficulty-table {
  display: flex;
  flex-direction: column;

  gap: 6px;

  margin-bottom: 24px;
}

.difficulty-row {
  display: flex;
  justify-content: space-between;

  padding-bottom: 6px;

  border-bottom: 1px solid #eee;

  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
}

.difficulty-grade {
  opacity: 0.7;
}

.show-difficulty-note,
.show-difficulty-link {
  font-size: 0.8rem;
  opacity: 0.7;
}

.show-difficulty-link {
  display: inline-block;

  margin-top: 12px;

  color: #000;
  text-decoration: underline;
}

/* =========================================================
   ARRANGEMENTS MODAL
========================================================= */

.arrangements-table {
  display: flex;
  flex-direction: column;

  gap: 6px;

  margin-bottom: 16px;
}

.arrangements-row {
  display: grid;

  grid-template-columns: 1fr 1fr 1fr;

  gap: 12px;

  align-items: center;

  padding: 8px 0;

  border-bottom: 1px solid #eee;

  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
}

.arrangements-row.header {
  font-size: 0.7rem;

  letter-spacing: 1px;
  text-transform: uppercase;

  color: #666;
}

/* =========================================================
   SAMPLE FORM
========================================================= */

.modal-form {
  display: flex;
  flex-direction: column;

  gap: 10px;

  margin-top: 12px;
}

.modal-form input {
  width: 100%;

  padding: 12px;

  border: 1px solid #ddd;

  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
}

.modal-form input:focus {
  outline: none;
  border-color: #808080;
}

.show-designer-notes {
  font-size: 0.9rem;
  opacity: 0.9;
  line-height: 1.5;
}

.show-designer-notes-title {
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.5;
}

.show-card-description h2 {
  font-size: 1.4rem;
}

.show-utility-actions {
  display: grid;

  width: 100%;
  max-width: 240px;

  grid-template-columns: repeat(2, 1fr);

  gap: 6px 12px;

  margin: 0 auto;
  padding-top: 8px;
}

.show-utility-button {
  display: flex;

  align-items: center;
  justify-content: center;

  min-height: 24px;

  width: 100%;

  border: none;
  background: none;

  padding: 0;

  font-family: "Inter", sans-serif;

  font-size: clamp(0.5rem, 0.35rem + 0.6vw, 0.65rem);

  letter-spacing: 0.8px;
  text-transform: uppercase;

  color: rgba(0, 0, 0, 0.65);

  cursor: pointer;

  transition: color 0.2s ease, opacity 0.2s ease;
}

.show-utility-button:hover {
  color: #0055cc;
}

/* =========================================================
   SAMPLE SCORE FORM
========================================================= */

.show-sample-score-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.show-sample-score-form input,
.show-sample-score-form select {
  width: 100%;
  min-height: 42px;

  padding: 0 16px;

  border: 1px solid #d8d8d8;
  border-radius: 12px;

  background: #fff;

  font: inherit;
  font-size: .85rem;
  color: #222;

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.show-sample-score-form input::placeholder {
  color: #777;
}

.show-sample-score-form select {
  appearance: none;
  cursor: pointer;

  background-image:
    linear-gradient(45deg, transparent 50%, #666 50%),
    linear-gradient(135deg, #666 50%, transparent 50%);

  background-position:
    calc(100% - 22px) calc(50% - 3px),
    calc(100% - 16px) calc(50% - 3px);

  background-size: 6px 6px;
  background-repeat: no-repeat;
}

.show-sample-score-form input:focus,
.show-sample-score-form select:focus {
  outline: none;

  border-color: #999;

  box-shadow:
    0 0 0 4px rgba(0, 0, 0, 0.05);
}

/* ========================================
   CONDITIONAL GROUPS
======================================== */

.show-hidden {
  display: none;
}

/* ========================================
   CHECKBOX
======================================== */

.show-checkbox-label {
  display: flex;
  align-items: center;
  gap: 12px;

  cursor: pointer;

  font-size: 1rem;
  line-height: 1.4;
}

.show-checkbox-label input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-height: auto;

  margin: 0;

  cursor: pointer;
}

/* ========================================
   BUTTON
======================================== */

#show-view-sample-button {
  width: 100%;
  min-height: 64px;

  border-radius: 12px;
}

/* ========================================
   MOBILE
======================================== */

@media (max-width: 640px) {

  .show-sample-score-form input,
  .show-sample-score-form select,
  #show-view-sample-button {
    min-height: 58px;
  }

}

/* ========================================
   FORM GRID
======================================== */

.show-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

/* ========================================
   FIELD GROUPS
======================================== */

.show-form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.show-form-field label {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.2;
}

/* ========================================
   CHECKBOX
======================================== */

.show-checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ========================================
   MOBILE
======================================== */

@media (max-width: 640px) {

  .show-form-grid {
    grid-template-columns: 1fr;
  }

}

/* PRODUCT PAGE STYLES */

main {
		background: #f5f5f5;
}

.show-header {
  gap: 12px;
  margin-bottom: 24px;
}

.show-banner-image {
  max-width: 240px;
}

.show-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

  gap: 20px;

  margin-top: 8px;
}

.show-difficulty,
.show-length,
.show-preshow {
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1;
}

.show-content {
  display: grid;

  grid-template-columns:
    1fr
    1.35fr
    1fr;

  gap: 24px;

  align-items: start;
}

.show-left-column,
.show-middle-column,
.show-right-column {
  gap: 36px;
}

.show-song-title {
  font-size: 1.05rem;
  font-weight: 500;
}

.show-song-artist {
  font-size: .95rem;
  opacity: .75;
}

.show-arrangements-item {
  border-bottom: 1px solid #eee;
	 padding: 12px 0;
	line-height: 1.25;
}

.show-arrangements-item:last-child {
  border-bottom: 0;
}

.show-pricing-list {
  gap: 14px;
}

.show-card:empty {
  min-height: 180px;
}

/* MOBILE */

@media (max-width: 900px) {

  .show-content {
    grid-template-columns: 1fr;
  }

  .show-card {
    min-height: auto;
  }

  .show-title {
    font-size: 72px;
  }

  .show-subtitle {
    font-size: 1.4rem;
  }

  .show-difficulty,
  .show-length,
  .show-preshow {
    font-size: 1.2rem;
  }

  .show-card-title {
    font-size: 2.4rem;
  }

}

@media (max-width: 768px) {

    .product-breadcrumbs {
        font-size: 13px;
        gap: 6px;
        margin-bottom: 20px;
    }

}

.show-arrangements-list {
    display: flex;
    flex-direction: column;
}

.show-arrangements-item {
    border-bottom: 1px solid #e5e5e5;
}

.show-arrangements-item:last-child {
    border-bottom: none;
}

.show-arrangement-separator {
    margin: 0 6px;
}


.show-modal-overlay {
    position: fixed;
    inset: 0;

    display: none;

    justify-content: center;
    align-items: center;

    background: rgba(0,0,0,.5);

    z-index: 9999;
}

.show-modal-overlay.open {
    display: flex;
}

.show-modal {
    width: min(600px, calc(100vw - 40px));

    background: white;

    padding: 32px;

    position: relative;
}

.show-modal-close {
    position: absolute;

    top: 16px;
    right: 16px;

    border: 0;

    background: none;

    cursor: pointer;

    font-size: 24px;
}

.show-modal {
    width: min(90vw, 700px);
    padding: 40px;
}

.show-modal h2 {
    margin: 0 0 24px;
}

.score-form-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 16px;

    margin-bottom: 24px;
}

.score-form-grid input,
.score-form-grid select {
    width: 100%;

    height: 48px;

    padding: 0 16px;

    font-size: 16px;

    box-sizing: border-box;
}

.score-form-newsletter {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 24px;

    font-size: 16px;
}

#scoreSampleForm .show-action-button {
    width: 100%;
}

.show-instrumentation {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.show-inst-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.show-inst-heading {

    font-family: "Newsreader", serif;
    font-size: 1.05rem;
    font-weight: 500;

    text-transform: uppercase;
}

.show-inst-item {
    line-height: 1.25;
}

.show-banner {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
}

.show-banner-image {
    display: block;

    max-width: 240px;
    width: 100%;
    height: auto;
}