:root {
  --ink: #17151b;
  --muted: #6f6870;
  --paper: #fff;
  --plum: #4c2f46;
  --plum-dark: #2c1c2a;
  --gold: #c99b52;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background-color: #0d0d16;
  background-image:
    linear-gradient(rgba(7, 7, 14, .67), rgba(7, 7, 14, .82)),
    url("../images/grammy-bg-9.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

a {
  color: var(--plum);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .2s ease;
}

a:hover,
a:focus {
  color: #74496b;
}

.skip-link {
  position: fixed;
  z-index: 1100;
  top: .75rem;
  left: .75rem;
  padding: .65rem 1rem;
  color: #fff;
  background: var(--plum-dark);
  border: 2px solid var(--gold);
  border-radius: .2rem;
  transform: translateY(-150%);
}

.skip-link:focus {
  color: #fff;
  transform: translateY(0);
}

.site-header {
  padding: clamp(1rem, 3vw, 2.75rem) 0 0;
}

.hero-image-wrap {
  overflow: hidden;
  background: #15131a;
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 1.25rem 3.5rem rgba(0, 0, 0, .42);
}

.hero-image {
  display: block;
  width: 100%;
  height: auto;
}

.site-main {
  padding: 1.5rem 0 3.5rem;
}

.store-panel {
  position: relative;
  min-height: 26rem;
  padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 4vw, 3.5rem);
  background: var(--paper);
  border-top: .25rem solid var(--gold);
  box-shadow: 0 1.25rem 3.5rem rgba(0, 0, 0, .42);
}

.store-heading {
  margin-bottom: 2.25rem;
}

.store-heading h2 {
  color: var(--plum-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 4vw, 2.75rem);
  font-weight: 400;
  letter-spacing: .035em;
}

.eyebrow {
  color: var(--muted);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.heading-rule {
  display: block;
  width: 3rem;
  height: 2px;
  margin: 1rem auto 0;
  background: var(--gold);
}

.ecwid-storefront {
  min-height: 18rem;
}

.site-footer {
  padding: 2rem 0;
  color: rgba(255, 255, 255, .76);
  background: rgba(11, 10, 15, .96);
  border-top: 1px solid rgba(201, 155, 82, .62);
}

.site-footer p {
  line-height: 1.5;
}

.site-footer a {
  color: #fff;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #e2bf83;
}

.copyright {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
}

.credit {
  font-size: .8rem;
  letter-spacing: .025em;
}

@media (max-width: 767.98px) {
  body {
    background-attachment: scroll;
  }

  .site-main {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .store-panel {
    padding-right: .75rem;
    padding-left: .75rem;
  }

  .store-heading {
    margin-bottom: 1.5rem;
  }

  .site-footer {
    padding: 1.5rem 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
  }
}
