@font-face {
  font-family: "Riforma";
  src: url("/assets/riforma-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Riforma";
  src: url("/assets/riforma-medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  color: #000;
  background: #fff;
  font-family: "Riforma", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: geometricPrecision;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
}

button,
select,
input {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

img,
video,
iframe {
  display: block;
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 6px 10px;
  background: #fff;
  border: 1px solid #000;
  transform: translateY(-150%);
}

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

.hero {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0;
  padding: 0 0 3px;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid #000;
  background: #eee;
  cursor: pointer;
}

.hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-header {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 70px;
  margin: 0 auto 4px;
  padding: 8px 50px 0;
  text-transform: uppercase;
}

.header-left,
.header-right {
  display: flex;
  align-items: center;
  gap: 22px;
}

.header-right {
  justify-content: flex-end;
}

.account-icon {
  position: relative;
  display: block;
  width: 17px;
  height: 20px;
}

.account-icon::before,
.account-icon::after {
  position: absolute;
  left: 50%;
  content: "";
  border: 1.5px solid currentColor;
  transform: translateX(-50%);
}

.account-icon::before {
  top: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.account-icon::after {
  bottom: 1px;
  width: 13px;
  height: 8px;
  border-radius: 8px 8px 0 0;
}

.plain-button,
.menu-button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-transform: uppercase;
}

.menu-button {
  display: none;
  font-size: 15px;
  line-height: 1;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: 46px;
}

.desktop-nav a,
.site-header a,
.site-header button,
.mobile-menu a {
  opacity: 0.62;
}

.desktop-nav a[aria-current="page"],
.desktop-nav a:hover,
.site-header a:hover,
.site-header button:hover,
.mobile-menu a[aria-current="page"],
.mobile-menu a:hover {
  opacity: 1;
}

.mobile-menu {
  display: none;
}

.clock {
  display: grid;
  place-items: center;
  min-height: 101.6px;
  font-size: 16px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

#products,
#archive {
  width: 100%;
}

.product-section {
  width: 100%;
  margin-bottom: 90px;
  text-align: center;
}

.product-section:last-child {
  margin-bottom: 0;
}

.product-section.shirt {
  padding-top: 36px;
  padding-bottom: 126px;
  margin-bottom: 0;
}

.product-media {
  position: relative;
  width: min(46.4912vw, 662.5px);
  margin: 0 auto;
  overflow: visible;
}

.product-section.record .product-media {
  aspect-ratio: 4 / 3;
}

.product-section.shirt .product-media {
  aspect-ratio: 1;
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 32px;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #6c6c6c;
  font-family: Arial, sans-serif;
  font-size: 35px;
  font-weight: 200;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.slide-arrow:hover {
  color: #000;
}

.slide-arrow.prev {
  left: calc((100vw - 100%) / -2 + 2px);
}

.slide-arrow.next {
  right: calc((100vw - 100%) / -2 + 2px);
}

.product-dots {
  display: none;
}

.product-info {
  width: calc(100% - 100px);
  min-height: var(--info-height);
  margin: 0 auto;
  padding-top: 0;
}

.product-info h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

.product-description {
  margin: 0;
  font-size: 14px;
  line-height: 25px;
}

.product-description p {
  margin: 0;
}

.product-description .fulfillment {
  margin-top: 9px;
  font-style: italic;
}

.price {
  margin: 7px 0 0;
  font-size: 14px;
  line-height: 25px;
}

.tax {
  margin: 0 0 6px;
  font-size: 12px;
  line-height: 22px;
}

.sold-out {
  margin: 7px 0 0;
  font-size: 14px;
  line-height: 25px;
}

.variants {
  display: grid;
  grid-template-columns: repeat(2, minmax(96px, 150px));
  justify-content: center;
  gap: 12px;
  margin: 8px auto 6px;
}

.variant-field {
  display: grid;
  gap: 2px;
  text-align: left;
}

.variant-field label {
  font-size: 12px;
  line-height: 18px;
}

.variant-field select {
  width: 100%;
  height: 31px;
  padding: 0 25px 0 7px;
  border: 1px solid #777;
  border-radius: 0;
  background: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.product-actions,
.share-wrap {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.product-actions {
  flex-wrap: wrap;
  margin-top: 4px;
}

.product-actions .outlined,
.share-wrap .outlined {
  width: 120px;
}

.size-chart-row {
  flex: 0 0 100%;
  height: 29px;
}

.size-chart-button {
  height: 29px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 16px;
  line-height: 29px;
  cursor: pointer;
}

.size-chart-button:hover {
  text-decoration: underline;
}

.outlined {
  display: inline-grid;
  min-width: 76px;
  height: 34px;
  padding: 0 13px;
  place-items: center;
  border: 1px solid #555;
  border-radius: 0;
  background: #fff;
  color: #000;
  font-size: 16px;
  line-height: 1;
  text-transform: none;
  cursor: pointer;
}

.outlined:hover,
.outlined:focus-visible {
  border-color: #000;
  background: #000;
  color: #fff;
}

.outlined.large {
  width: auto;
  height: 40px;
  margin-top: 18px;
  padding: 0 18px;
}

.article-section {
  --content-width: 800px;
  --bottom-pad: 100px;
  width: 100%;
  padding: 36px 0 var(--bottom-pad);
  text-align: center;
}

.article-section.compact {
  --bottom-pad: 36px;
}

.article-title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.article-media {
  display: block;
  width: min(100%, var(--content-width));
  height: auto;
  margin: 0 auto;
  border: 0;
  object-fit: contain;
}

.article-media.spotify {
  width: min(800px, 100%);
  height: 900px;
}

.article-media.youtube {
  width: min(800px, 100%);
  height: 600px;
}

.article-media.apple {
  width: min(660px, 100%);
  height: 450px;
}

.share-wrap {
  margin-top: 16px;
}

.article-caption {
  width: min(739px, calc(100% - 30px));
  margin: 10px auto 0;
  font-size: 11px;
  line-height: 18px;
}

.article-section.final-layout {
  --bottom-pad: 36px;
}

.final-layout .article-media {
  margin-top: 16px;
}

.final-layout .article-caption {
  width: max-content;
  max-width: calc(100% - 30px);
  margin: 32px auto 0;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 28.8px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  min-height: 206px;
  padding: 38px 50px 36px;
  font-size: 13px;
  text-transform: uppercase;
}

.site-footer nav {
  display: flex;
  gap: 33px;
}

.site-footer a:hover {
  text-decoration: underline;
}

.modal {
  width: min(520px, calc(100% - 30px));
  padding: 48px 40px 38px;
  border: 1px solid #000;
  border-radius: 0;
  color: #000;
  background: #fff;
  text-align: center;
}

.modal::backdrop {
  background: rgb(255 255 255 / 88%);
}

.modal h2 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.modal p {
  margin: 0;
  font-size: 13px;
}

.modal-close {
  position: absolute;
  top: 7px;
  right: 12px;
  padding: 0;
  border: 0;
  background: none;
  font-size: 26px;
  cursor: pointer;
}

.size-modal table {
  width: 100%;
  margin: 18px 0;
  border-collapse: collapse;
  font-size: 13px;
}

.size-modal th,
.size-modal td {
  padding: 5px;
  border: 1px solid #aaa;
  font-weight: 400;
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  padding: 7px 12px;
  border: 1px solid #000;
  background: #fff;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.toast.visible {
  opacity: 1;
  transform: translateY(0);
}

[hidden] {
  display: none !important;
}

@media (max-width: 749px) {
  body {
    font-size: 15px;
    line-height: 1.8;
  }

  .hero {
    height: calc(75vw - 9.25px);
    aspect-ratio: auto;
  }

  .site-header {
    grid-template-columns: 1fr 1fr;
    min-height: 65px;
    margin-bottom: 0;
    padding: 0 15px;
    border-top: 0;
  }

  .header-left {
    gap: 7px;
  }

  .header-right {
    gap: 0;
  }

  .menu-button {
    display: inline-block;
  }

  .desktop-nav,
  .login-link {
    display: none;
  }

  .mobile-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding: 9px 15px 13px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
  }

  .mobile-menu a:last-child {
    display: none;
  }

  .clock {
    min-height: 85.44px;
    font-size: 15px;
  }

  .product-section {
    margin-bottom: 84px;
  }

  .product-section.shirt {
    padding-top: 27px;
    padding-bottom: 111.4px;
  }

  .product-media {
    width: calc(100% - 30px);
  }

  .slide-arrow.prev {
    left: -15px;
  }

  .slide-arrow.next {
    right: -15px;
  }

  .slide-arrow {
    width: 30px;
    font-size: 31px;
  }

  .product-info {
    width: calc(100% - 30px);
    min-height: var(--mobile-info-height);
  }

  .product-info h2 {
    font-size: 15px;
    line-height: 27px;
  }

  .product-description,
  .price,
  .sold-out {
    font-size: 12px;
    line-height: 22px;
  }

  .tax {
    font-size: 11px;
    line-height: 20px;
  }

  .variants {
    grid-template-columns: repeat(2, minmax(96px, 130px));
    gap: 9px;
    margin-top: 6px;
  }

  .article-section {
    --bottom-pad: 75px;
    padding-top: 27px;
  }

  .article-section.compact {
    --bottom-pad: 27px;
  }

  .article-section.final-layout {
    --bottom-pad: 27px;
  }

  .final-layout .article-media {
    margin-top: 15px;
  }

  .final-layout .article-caption {
    max-width: 100%;
    margin-top: 30px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 27px;
  }

  .outlined,
  .size-chart-button {
    font-size: 15px;
  }

  .article-media {
    width: min(100%, var(--content-width));
  }

  .article-media.spotify {
    height: 900px;
  }

  .article-media.youtube {
    height: 600px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-content: end;
    gap: 20px;
    min-height: 206px;
    padding: 35px 15px 30px;
    font-size: 11px;
  }

  .site-footer nav {
    justify-content: center;
    gap: 25px;
  }

  .region {
    justify-self: center;
  }

  .modal {
    padding-inline: 22px;
  }
}

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

  .hero video {
    display: none;
  }

  .hero {
    background: center / cover no-repeat url("/assets/hero-poster.jpg");
  }
}
