@font-face {
  font-family: 'Libre Franklin';
  src: url(../fonts/LibreFranklin-italic-600.woff2) format('woff2');
  font-weight: 600; font-style: italic; font-display: swap;
}

@font-face {
  font-family: 'EB Garamond';
  src: url(../fonts/EBGaramond-italic-400.woff2) format('woff2');
  font-weight: 400; font-style: italic; font-display: swap;
}

:root {

  --pink: #fe027b;
  --dot:  #C31A00;
  --ground: #fff;

  --u: calc(min(100vw, 177.7778vh) / 100);

  --display: 'Franklin Gothic ATF', 'Libre Franklin', 'Franklin Gothic',
             'Helvetica Neue', Arial, sans-serif;
  --serif: 'adobe-jenson-pro', 'EB Garamond', 'Garamond', Georgia, serif;

  --serif-track: 0.055em;

  --squeeze: 0.64;
  --track: 0.06em;
  --ink: 0;

}

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

html { background: var(--ground); }

body {
  margin: 0;
  background: var(--ground);
  color: var(--pink);
  font-family: var(--serif);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

picture { display: contents; }

.release-title,
.listen-on,
.show-date,
.follow-list a,
.contact a {
  font-family: var(--display);
  font-style: italic;

  font-weight: 600;

  -webkit-text-stroke: var(--ink) currentColor;
  letter-spacing: var(--track);
  transform: scaleX(var(--squeeze));
  transform-origin: 0 50%;
}
.listen-on,
.follow-list a,
.contact a { display: inline-block; }

.show-star {
  font-family: var(--serif);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  transform: none;
}
.show-star::before { content: ""; }
a.show:hover .show-star::before,
a.show:focus-visible .show-star::before { content: "\2606"; }

.wordmark img,
.section-title img,
.release-mark img { display: block; width: 100%; height: auto; }

.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;
}

@media (min-width: 821px) {

  .stage {
    position: relative;
    width: calc(100 * var(--u));
    height: calc(56.25 * var(--u));
    margin: 0 auto;

    min-height: calc(56.25 * var(--u));
  }

  #page { display: flex; align-items: center; min-height: 100vh; }
  #page > .stage { flex: none; }

  .back { display: none; }

  .wordmark,
  .section-title {
    position: absolute;
    margin: 0;
    line-height: 1;
    color: var(--pink);
    white-space: nowrap;
  }

  .wordmark,
  .section-title { display: block; margin: 0; width: calc(14.69 * var(--u)); }
  .section-title { transition: opacity .18s ease; }
  .section-title:hover, .section-title:focus-visible { opacity: .55; }

  .nav {
    position: absolute;
    z-index: 20;
    font-family: var(--serif);
    font-style: italic;
    font-weight: 400;
    font-size: calc(1.679 * var(--u));
    line-height: 1;
    letter-spacing: var(--serif-track);
  }
  .nav a { display: inline-block; }
  .nav a { transition: opacity .18s ease; }
  .nav a:hover, .nav a:focus-visible { opacity: .55; }

  .nav-home {
    left: 0; right: 0;
    top: calc(44.6 * var(--u));
    display: flex;
    justify-content: center;
    gap: calc(3.26 * var(--u));
  }

  .nav-inner {
    left: calc(47.06 * var(--u));
    right: calc(18.9 * var(--u));
    top: calc(10.42 * var(--u));
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .nav-group { display: flex; gap: calc(3.3 * var(--u)); }

  .nav-follow { position: relative; display: inline-block; }
  .nav-drop {
    position: absolute;
    top: 100%; left: 0;
    z-index: 20;
    margin: 0;
    padding: calc(1.1 * var(--u)) 0 calc(0.6 * var(--u));
    background: var(--ground);
    list-style: none;
    text-align: left;
    font-size: calc(1.28 * var(--u));
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateY(calc(-0.4 * var(--u)));
    transition: opacity .18s ease, transform .18s ease, visibility .18s;
  }
  .nav-follow:hover .nav-drop,
  .nav-follow:focus-within .nav-drop {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .nav-drop li + li { margin-top: calc(0.75 * var(--u)); }

  .page-home .wordmark {
    left: 0; right: 0;
    top: calc(7.63 * var(--u));
    margin: 0 auto;
  }
  .hero {
    position: absolute;
    left: calc(27.19 * var(--u));
    top: calc(11.35 * var(--u));
    width: calc(46.38 * var(--u));
    height: auto;
  }

  .section-title {
    left: calc(18.96 * var(--u));
    top: calc(6.65 * var(--u));
  }

  .portrait {
    position: absolute;
    left: calc(18.96 * var(--u));
    top: calc(10.1 * var(--u));
    width: calc(23.96 * var(--u));
    height: auto;
    display: block;
  }
  .portrait img { width: 100%; height: auto; }

  .releases {
    position: absolute;
    left: 0; right: 0;
    top: calc(13.8 * var(--u));
  }
  .release {
    position: relative;
    height: calc(7.89 * var(--u));
  }
  .release-mark {
    position: absolute;
    left: calc(46.51 * var(--u));
    top: 0;
    margin: 0;
    width: calc(13.07 * var(--u));
  }
  .release-cover {
    position: absolute;
    left: calc(47.6 * var(--u));
    top: calc(2.03 * var(--u));
    width: calc(4.48 * var(--u));
    height: calc(4.48 * var(--u));
    object-fit: cover;
  }
  .release-title {
    position: absolute;
    left: calc(53.23 * var(--u));
    top: calc(2.55 * var(--u));
    margin: 0;
    font-size: calc(1.155 * var(--u));
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .listen {
    position: absolute;
    left: calc(53.28 * var(--u));
    top: calc(4.75 * var(--u));
    margin: 0;
    display: flex;
    align-items: baseline;
    gap: calc(0.4 * var(--u));
    font-family: var(--serif);
    font-style: italic;
    font-size: calc(1.008 * var(--u));
    letter-spacing: var(--serif-track);
    line-height: 1;
    white-space: nowrap;
  }
  .listen-on {
    display: inline-flex;
    gap: calc(1.34 * var(--u));
    font-size: calc(1.153 * var(--u));
    text-transform: lowercase;
  }
  .listen-on a { transition: opacity .18s ease; }
  .listen-on a:hover, .listen-on a:focus-visible { opacity: .55; }

  .videos {
    position: absolute;
    left: calc(46.98 * var(--u));
    top: calc(13.65 * var(--u));
    width: calc(26.46 * var(--u));
    display: flex;
    flex-direction: column;
    gap: calc(1.78 * var(--u));
  }

  .shows {
    position: absolute;
    left: 0; right: 0;
    top: calc(17.6 * var(--u));
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .show {
    position: relative;
    height: calc(2.08 * var(--u));
    display: block;
  }
  .show > * { position: absolute; top: 0; line-height: 1.15; white-space: nowrap; }

  .show-star  { left: calc(44.909 * var(--u)); font-size: calc(1.643 * var(--u)); }
  .show-date  { left: calc(47.119 * var(--u)); font-size: calc(1.643 * var(--u));
                text-transform: uppercase; }
  .show-city  { left: calc(54.539 * var(--u)); font-weight: 400; font-style: italic;
                font-size: calc(1.459 * var(--u)); letter-spacing: var(--serif-track); }
  .show-venue { left: calc(66.879 * var(--u)); font-weight: 400; font-style: italic;
                font-size: calc(1.459 * var(--u)); letter-spacing: var(--serif-track); }
  a.show { transition: opacity .18s ease; }
  a.show:hover, a.show:focus-visible { opacity: .55; }

  .follow-list {
    position: absolute;
    left: calc(47.06 * var(--u));
    top: calc(14.5 * var(--u));
    margin: 0; padding: 0;
    list-style: none;
  }
  .follow-list li { height: calc(4.2 * var(--u)); }
  .follow-list a {
    font-size: calc(1.9 * var(--u));
    line-height: 1;
    text-transform: uppercase;
    transition: opacity .18s ease;
  }
  .follow-list a:hover, .follow-list a:focus-visible { opacity: .55; }

  .contact {
    position: absolute;
    left: calc(47.06 * var(--u));
    top: calc(37 * var(--u));
    margin: 0;
    font-family: var(--serif);
    font-style: italic;
    font-size: calc(1.679 * var(--u));
    letter-spacing: var(--serif-track);
    line-height: 1;
    white-space: nowrap;
  }
  .contact span { display: block; }
  .contact a {
    display: block;
    margin-top: calc(1.5 * var(--u));
    font-size: calc(1.9 * var(--u));
    text-transform: uppercase;
    transition: opacity .18s ease;
  }
  .contact a:hover, .contact a:focus-visible { opacity: .55; }
}

@media (max-width: 820px) {

  :root { --u: 1vw; }

  .stage { position: relative; }

  .portrait,
  .show-star { display: none; }

  .section-title { display: none; }

  .nav-group { display: contents; }
  .nav-drop { display: none; }

  .page-home .stage {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 9.6vw 2.6vw 9vw;
  }
  .page-home .wordmark {
    margin: 0 0 6.3vw;
    width: 52.03vw;
  }
  .page-home .hero {
    width: 94.7vw;
    height: auto;
    flex: 1 1 auto;
    min-height: 0;
    object-fit: cover;
    object-position: center;
  }
  .page-home .nav-home {
    display: flex;
    justify-content: space-between;
    width: 85.1vw;
    padding-top: 7vw;
    font-family: var(--serif);
    font-style: italic;
    font-size: 5.8vw;
    letter-spacing: var(--serif-track);
    line-height: 1;
  }

  .page-inner .stage {
    min-height: 100svh;
    padding: 6.9vw 5vw 26vw;
  }
  .back {
    display: inline-block;
    font-family: var(--serif);
    font-style: italic;
    font-size: 6.1vw;
    line-height: 1;
    letter-spacing: var(--serif-track);
    margin-bottom: 8.7vw;
  }
  .nav-inner {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    padding: 4vw 7.4vw calc(6vw + env(safe-area-inset-bottom));
    background: var(--ground);
    font-family: var(--serif);
    font-style: italic;
    font-size: 5.8vw;
    letter-spacing: var(--serif-track);
    line-height: 1;
  }

  .release {
    position: relative;
    height: 27.3vw;
  }
  .release-mark {
    position: absolute;
    left: 2.4vw; top: 0;
    margin: 0;
    width: 46.74vw;
  }
  .release-cover {
    position: absolute;
    left: 5.1vw; top: 6.7vw;
    width: 15.6vw; height: 15.6vw;
    object-fit: cover;
  }
  .release-title {
    position: absolute;
    left: 25.4vw; top: 8.3vw;
    margin: 0;
    font-size: 4.101vw;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .listen {
    position: absolute;
    left: 25.2vw; top: 16.7vw;
    margin: 0;
    display: flex;
    align-items: baseline;
    gap: 1.3vw;
    font-family: var(--serif);
    font-style: italic;
    font-size: 3.38vw;
    letter-spacing: var(--serif-track);
    line-height: 1;
    white-space: nowrap;
  }
  .listen-on {
    display: inline-flex;
    gap: 5.27vw;
    font-size: 4.266vw;
    text-transform: lowercase;
  }

  .videos {
    display: flex;
    flex-direction: column;
    gap: 12vw;
    width: 100%;
  }

  .shows { margin: 0; padding: 0; list-style: none; }
  .show {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1.8vw;
    min-height: 8.4vw;
    width: 100%;
  }

  .show-date  { font-size: 4.8vw; text-transform: uppercase;
                width: 19.5vw; flex: none; white-space: nowrap; }
  .show-city  { font-weight: 400; font-style: italic; font-size: 3.9vw; letter-spacing: 0.02em;
                flex: none; white-space: nowrap; }
  .show-venue { font-weight: 400; font-style: italic; font-size: 3.9vw; letter-spacing: 0.02em;
                flex: none; white-space: nowrap; }

  .follow-list { margin: 0; padding: 0 0 0 2.8vw; list-style: none; }
  .follow-list li { height: 10.6vw; }
  .follow-list a {
    font-size: 5.734vw;
    line-height: 1;
    text-transform: uppercase;
  }

  .contact {
    margin: 3.4vw 0 0;
    padding-left: 2.8vw;
    font-family: var(--serif);
    font-style: italic;
    font-size: 5.8vw;
    letter-spacing: var(--serif-track);
    line-height: 1;
  }
  .contact span { display: block; }
  .contact a {
    display: block;
    margin-top: 3.5vw;
    font-size: 5.734vw;
    text-transform: uppercase;
  }
}

@keyframes bd-rise {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}

.page-inner .releases,
.page-inner .videos,
.page-inner .shows,
.page-inner .follow-list {
  animation: bd-rise 460ms cubic-bezier(.22, 1.15, .36, 1) both;
}

.video {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  background: #000;
  border: 0;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  display: block;
}
.video img { width: 100%; height: 100%; object-fit: cover; }
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-play {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 12%; min-width: 44px;
  aspect-ratio: 40 / 28;
  border-radius: 14%/20%;
  background: #f00;
  display: grid;
  place-items: center;
  transition: background .18s ease;
  pointer-events: none;
}
.video:hover .video-play { background: #ff2020; }
.video-play::after {
  content: "";
  border-style: solid;
  border-width: 0.42em 0 0.42em 0.72em;
  border-color: transparent transparent transparent #fff;
  font-size: min(2.2vw, 18px);
}

.fx {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.fx.is-active { opacity: 1; visibility: visible; }

.bd-arriving #page { opacity: 0; }
.bd-arriving .fx  { opacity: 1; visibility: visible; background: #fff; }

#page { transition: opacity 430ms ease-out; }
#page.is-entering { opacity: 0; }

.fx-dots {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .fx { display: none; }
  #page, #page.is-entering { transition: none; opacity: 1; }
  .page-inner .releases, .page-inner .videos,
  .page-inner .shows, .page-inner .follow-list { animation: none; }
  .nav a, .listen-on a, .follow-list a, a.show { transition: none; }
}
