:root {
  color-scheme: dark;
  --paper: rgba(250, 247, 236, 0.88);
  --paper-soft: rgba(250, 247, 236, 0.16);
  --ink: #17130f;
  --white: #fffaf0;
  --muted: rgba(255, 250, 240, 0.7);
  --line: rgba(255, 250, 240, 0.24);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  --serif: "Times New Roman", Times, serif;
  --jp-serif: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho",
    YuMincho, "Noto Serif JP", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic,
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  min-width: 320px;
  margin: 0;
  background: #060504;
  color: var(--white);
  font-family: var(--sans);
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -4;
  content: "";
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 247, 215, 0.18), transparent 28rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.84));
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
}

.background-video {
  position: fixed;
  inset: 0;
  z-index: -5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.08) brightness(0.78);
}

.ambient-vignette,
.film-grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.ambient-vignette {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.62), transparent 32%, transparent 68%, rgba(0, 0, 0, 0.68)),
    radial-gradient(circle at 50% 58%, transparent 0 28%, rgba(0, 0, 0, 0.72) 78%);
}

.film-grain {
  z-index: -2;
  opacity: 0.13;
  mix-blend-mode: overlay;
  background-image:
    linear-gradient(0deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 4px 4px, 6px 6px;
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 32px;
  background: #030302;
  transition: opacity 0.9s ease, visibility 0.9s ease;
}

.loader.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.loader__mark {
  position: relative;
  width: min(48vw, 170px);
  aspect-ratio: 1.65;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 250, 240, 0.24);
  border-radius: 0;
  overflow: hidden;
  animation: pulse 1.8s ease-in-out infinite;
}

.loader__mark::before {
  position: absolute;
  inset: 9px;
  z-index: 1;
  border: 1px solid rgba(255, 250, 240, 0.16);
  border-radius: inherit;
  content: "";
}

.loader__mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(255, 250, 240, 0.34));
}

.loader p {
  position: fixed;
  bottom: 34px;
  left: 24px;
  right: 24px;
  margin: 0;
  color: rgba(255, 250, 240, 0.72);
  font-family: var(--serif);
  font-size: 0.76rem;
  letter-spacing: 0.28em;
  text-align: center;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  padding: 118px 20px 92px;
  overflow-x: clip;
}

.hero__inner {
  width: 100%;
  animation: riseIn 1.3s 0.35s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero__eyebrow,
.section-kicker {
  margin: 0;
  color: rgba(255, 250, 240, 0.72);
  font-family: var(--serif);
  font-size: 0.74rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 10.8ch;
  margin: 12px 0 0;
  font-family: var(--serif);
  font-size: clamp(3.8rem, 17vw, 6.7rem);
  font-weight: 400;
  line-height: 0.78;
  letter-spacing: -0.018em;
  text-shadow: 0 20px 70px rgba(0, 0, 0, 0.82);
}

.hero__caption {
  max-width: 15rem;
  margin: 24px 0 0 auto;
  color: rgba(255, 250, 240, 0.68);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-align: right;
  text-transform: uppercase;
}

.scroll-cue {
  position: absolute;
  right: 20px;
  bottom: 25px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 250, 240, 0.7);
  font-family: var(--serif);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.scroll-cue span {
  width: 1px;
  height: 38px;
  display: block;
  background: linear-gradient(180deg, transparent, rgba(255, 250, 240, 0.82), transparent);
  animation: scrollLine 1.8s ease-in-out infinite;
}

.section {
  width: min(100%, 680px);
  margin: 0 auto;
  padding: 42px 18px;
}

.section-heading {
  margin-bottom: 18px;
  padding: 0 4px;
}

.section-heading h2 {
  margin: 3px 0 0;
  font-family: var(--serif);
  font-size: clamp(2.7rem, 13vw, 5.3rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.015em;
}

.work-card,
.schedule-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 240, 0.24);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 250, 240, 0.18), rgba(255, 250, 240, 0.065)),
    rgba(4, 3, 2, 0.34);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px) saturate(1.2);
}

.work-card::after,
.schedule-card::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  content: "";
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.11), transparent 46%);
  pointer-events: none;
}

.works-list,
.schedule-list {
  display: grid;
  gap: 14px;
}

.work-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  min-height: 132px;
  padding: 12px;
}

.work-card__art {
  position: relative;
  overflow: hidden;
  align-self: stretch;
  border-radius: 20px;
  background: rgba(255, 250, 240, 0.1);
}

.work-card__art img {
  width: 100%;
  height: 100%;
  min-height: 108px;
  object-fit: cover;
}

.work-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: 4px 3px 4px 0;
}

.work-card__type,
.schedule-card__label {
  margin: 0;
  color: rgba(255, 250, 240, 0.62);
  font-family: var(--serif);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.work-card h3,
.schedule-card h3 {
  margin: 3px 0 0;
  color: var(--white);
  font-family: var(--jp-serif);
  font-size: 1.32rem;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.01em;
  overflow-wrap: anywhere;
}

.listen-link,
.map-link,
.reserve-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 34px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 250, 240, 0.25);
  border-radius: 999px;
  color: var(--ink);
  background: var(--paper);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.schedule-card {
  padding: 18px;
}

.schedule-card__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.schedule-card__date {
  margin: 0;
  color: rgba(255, 250, 240, 0.86);
  font-family: var(--jp-serif);
  font-size: 1.6rem;
  line-height: 0.95;
  letter-spacing: 0.01em;
}

.schedule-card__weekday {
  display: block;
  margin-top: 5px;
  color: rgba(255, 250, 240, 0.56);
  font-size: 0.78rem;
  letter-spacing: 0.2em;
}

.schedule-card__details {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.schedule-row {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 250, 240, 0.16);
}

.schedule-row dt,
.schedule-row dd {
  margin: 0;
}

.schedule-row dt {
  color: rgba(255, 250, 240, 0.52);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.schedule-row dd {
  color: rgba(255, 250, 240, 0.88);
  font-family: var(--jp-serif);
  font-size: 0.9rem;
}

.schedule-card__banner {
  margin: -18px -18px 18px;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
}

.schedule-card__banner img {
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: cover;
}

.schedule-card__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.map-link,
.reserve-link {
  color: var(--white);
  background: rgba(255, 250, 240, 0.12);
}

.site-footer {
  width: min(100%, 680px);
  margin: 34px auto 0;
  padding: 48px 18px 32px;
  color: rgba(255, 250, 240, 0.62);
  text-align: center;
}

.footer-logos {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin: 0 auto 18px;
}

.footer-logos img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  opacity: 0.84;
}

.footer-logos .footer-flag {
  width: 34px;
  height: auto;
  border: 1px solid rgba(255, 250, 240, 0.24);
  border-radius: 0;
  object-fit: contain;
  opacity: 0.84;
}

.site-footer p {
  margin: 0;
  font-family: var(--serif);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
}

@media (min-width: 700px) {
  .hero {
    align-items: center;
    padding-inline: 44px;
  }

  .hero__caption {
    margin-left: 0;
    text-align: left;
  }

  .section {
    padding-block: 58px;
  }

  .work-card {
    grid-template-columns: 136px 1fr;
    min-height: 172px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.7;
  }

  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scrollLine {
  0%,
  100% {
    transform: scaleY(0.72);
    opacity: 0.42;
  }

  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}
