
@font-face {
  font-display: swap;
  font-family: "Oriya MN Local";
  src: local("Oriya MN");
}

:root {
  --black: #070707;
  --white: #f1efe8;
  --line-light: rgba(241, 239, 232, 0.3);
  --line-dark: rgba(7, 7, 7, 0.25);
  --muted-light: rgba(241, 239, 232, 0.62);
  --muted-dark: rgba(7, 7, 7, 0.52);
  --display: "Oriya MN Local", "Oriya MN", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--black);
  scroll-behavior: smooth;
}

body {
  background: var(--black);
  color: var(--white);
  font-family: var(--display);
  margin: 0;
  overflow: hidden;
  text-rendering: optimizeLegibility;
}

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

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

figure,
p,
h1 {
  margin: 0;
}

::selection {
  background: var(--white);
  color: var(--black);
}

.site {
  display: flex;
  height: 100svh;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  width: 100vw;
}

.site::-webkit-scrollbar {
  display: none;
}

.panel {
  flex: 0 0 100vw;
  height: 100svh;
  scroll-snap-align: start;
}

.site-header {
  align-items: center;
  color: #fff;
  display: grid;
  font-size: 0.68rem;
  grid-template-columns: 1fr auto 1fr;
  left: 0;
  letter-spacing: 0.14em;
  mix-blend-mode: difference;
  padding: 24px 28px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.wordmark {
  font-size: 0.9rem;
  letter-spacing: 0.19em;
  width: fit-content;
}

.site-header nav {
  display: flex;
  gap: 28px;
}

.header-listen {
  justify-self: end;
}

.site-header a::after,
.hero-links a::after,
.contact-links a::after,
.contact-bottom a::after {
  background: currentColor;
  content: "";
  display: block;
  height: 1px;
  margin-top: 3px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
  width: 100%;
}

.site-header a:hover::after,
.hero-links a:hover::after,
.contact-links a:hover::after,
.contact-bottom a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.hero {
  overflow: hidden;
  position: relative;
}

.hero > img {
  height: 100%;
  object-fit: cover;
  object-position: center 43%;
  width: 100%;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.38), transparent 52%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.62), transparent 50%);
  inset: 0;
  position: absolute;
}

.photo-credit {
  font-size: 0.52rem;
  letter-spacing: 0.11em;
  opacity: 0.62;
  position: absolute;
  z-index: 2;
}

.hero-credit {
  right: 28px;
  top: 78px;
}

.hero-name {
  bottom: 76px;
  left: 28px;
  position: absolute;
  z-index: 2;
}

.hero-name h1 {
  font-size: clamp(3rem, 7.4vw, 8rem);
  font-weight: 400;
  letter-spacing: 0.13em;
  line-height: 0.9;
}

.hero-name > span {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.17em;
  margin-top: 22px;
  opacity: 0.68;
  width: fit-content;
}

.hero-role {
  font-size: 0.56rem;
  letter-spacing: 0.15em;
  margin-top: 12px;
  opacity: 0.74;
  width: fit-content;
}

.hero-links {
  bottom: 26px;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.61rem;
  gap: 24px;
  left: 28px;
  letter-spacing: 0.1em;
  position: absolute;
  z-index: 2;
}

.scroll-cue {
  bottom: 26px;
  font-size: 0.61rem;
  letter-spacing: 0.12em;
  position: absolute;
  right: 28px;
  z-index: 2;
}

.scroll-mobile {
  display: none;
}

.music {
  background: var(--white);
  color: var(--black);
  display: grid;
  grid-template-columns: minmax(500px, 1.05fr) minmax(380px, 0.95fr);
}

.music-list {
  align-self: center;
  padding: 9vw 6vw;
}

.section-label {
  color: var(--muted-dark);
  font-size: 0.63rem;
  letter-spacing: 0.16em;
  margin-bottom: 8vw;
}

.release-list {
  border-top: 1px solid var(--line-dark);
}

.release {
  align-items: baseline;
  border-bottom: 1px solid var(--line-dark);
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 150px 15px;
  padding: 24px 0;
  transition: padding 180ms ease;
}

.release:hover {
  padding-left: 10px;
}

.release > span:first-child {
  font-size: clamp(1.05rem, 1.7vw, 1.65rem);
  letter-spacing: 0.04em;
}

.release small,
.release > span:last-child {
  color: var(--muted-dark);
  font-size: 0.61rem;
  letter-spacing: 0.08em;
}

.music-image {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.image-credit {
  bottom: 18px;
  color: #fff;
  right: 18px;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
}

.music-image img {
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  transition: transform 700ms ease;
  width: 100%;
}

.music-image:hover img {
  transform: scale(1.012);
}

.film {
  background: var(--black);
  overflow: hidden;
  position: relative;
}

.film > img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.film::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.64), transparent 55%);
  content: "";
  inset: 0;
  position: absolute;
}

.film-credit {
  right: 28px;
  top: 78px;
}

.film-link {
  align-items: flex-end;
  bottom: 28px;
  display: flex;
  justify-content: space-between;
  left: 28px;
  position: absolute;
  right: 28px;
  z-index: 2;
}

.film-link > span {
  font-size: clamp(3.4rem, 8vw, 8.8rem);
  letter-spacing: 0.13em;
  line-height: 0.9;
}

.film-link small {
  border-bottom: 1px solid currentColor;
  font-size: 0.63rem;
  letter-spacing: 0.12em;
  padding-bottom: 4px;
}

.contact {
  background: var(--white);
  color: var(--black);
  display: grid;
  flex-basis: 72vw;
  grid-template-columns: minmax(320px, 0.85fr) minmax(420px, 1.15fr);
  min-width: 780px;
  padding: 9vw 6vw 30px;
}

.contact-name p {
  font-size: clamp(2.5rem, 5.5vw, 6rem);
  letter-spacing: 0.12em;
  line-height: 0.95;
  max-width: 8ch;
}

.contact-name span {
  color: var(--muted-dark);
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  margin-top: 24px;
  width: fit-content;
}

.contact-email {
  align-self: start;
  border-bottom: 1px solid var(--line-dark);
  font-size: clamp(1rem, 1.65vw, 1.65rem);
  justify-self: stretch;
  letter-spacing: 0.06em;
  overflow-wrap: anywhere;
  padding-bottom: 14px;
}

.contact-links {
  align-self: end;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.62rem;
  gap: 28px;
  grid-column: 2;
  letter-spacing: 0.1em;
}

.contact-bottom {
  align-items: flex-end;
  color: var(--muted-dark);
  display: flex;
  font-size: 0.58rem;
  grid-column: 1 / -1;
  justify-content: space-between;
  letter-spacing: 0.1em;
}

@media (max-width: 760px) {
  body {
    overflow: auto;
  }

  .site {
    display: block;
    height: auto;
    overflow: visible;
    scroll-snap-type: none;
    width: 100%;
  }

  .panel {
    height: auto;
    min-height: 100svh;
    width: 100%;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    padding: 20px;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    min-height: 680px;
  }

  .hero > img {
    object-position: 50% center;
  }

  .hero-name {
    bottom: 114px;
    left: 20px;
    right: 20px;
  }

  .hero-credit {
    right: 20px;
    top: 68px;
  }

  .hero-name h1 {
    font-size: clamp(2.8rem, 13.5vw, 4.2rem);
    letter-spacing: 0.09em;
  }

  .hero-links {
    bottom: 50px;
    gap: 16px;
    left: 20px;
    right: 20px;
  }

  .scroll-cue {
    bottom: 18px;
    right: 20px;
  }

  .scroll-desktop {
    display: none;
  }

  .scroll-mobile {
    display: inline;
  }

  .music {
    display: block;
  }

  .music-list {
    min-height: 72svh;
    padding: 110px 20px;
  }

  .section-label {
    margin-bottom: 70px;
  }

  .release {
    gap: 12px;
    grid-template-columns: 1fr 14px;
  }

  .release small {
    display: none;
  }

  .music-image {
    height: 125vw;
  }

  .film {
    min-height: 680px;
  }

  .film-link {
    bottom: 22px;
    left: 20px;
    right: 20px;
  }

  .film-credit {
    right: 20px;
    top: 68px;
  }

  .film-link > span {
    font-size: clamp(2.8rem, 15vw, 5rem);
    letter-spacing: 0.08em;
  }

  .contact {
    display: grid;
    flex-basis: auto;
    gap: 70px;
    grid-template-columns: 1fr;
    min-height: 82svh;
    min-width: 0;
    padding: 100px 20px 24px;
  }

  .contact-name p {
    font-size: 3.2rem;
  }

  .contact-links {
    grid-column: 1;
  }

  .contact-bottom {
    margin-top: 30px;
  }
}

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

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