/*
 * Home visual contract.
 * Values are intentionally kept in step with the published Design Code home.
 */
:root {
  --home-content-max: 1240px;
  --home-gutter: clamp(20px, 5vw, 44px);
  --home-ink: #12100c;
  --home-paper: #f3efe4;
  --home-paper-soft: #e3ddce;
  --home-muted: #9a9488;
  --home-orange: #e8542f;
  --home-aqua: #8fd4c9;
}

*, *::before, *::after { box-sizing: border-box; }
html { width: 100%; max-width: 100%; margin: 0; overflow-x: hidden; overflow-x: clip; background: var(--home-ink); scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body.home { width: 100%; max-width: 100%; min-width: 320px; margin: 0; overflow-x: hidden; overflow-x: clip; background: var(--home-ink); color: var(--home-paper); font-family: "Noto Sans JP", sans-serif; }
.home a { color: inherit; text-decoration: none; }
.home button { color: inherit; cursor: pointer; font: inherit; }
.home img { display: block; max-width: 100%; }
.home h1, .home h2, .home p, .home figure { margin-top: 0; }
.skip-link { position: fixed; z-index: 200; top: 8px; left: 8px; padding: 8px 12px; background: var(--home-paper); color: var(--home-ink) !important; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@keyframes home-grain {
  0%, 100% { transform: translate(0, 0); }
  10% { transform: translate(-2%, -4%); }
  20% { transform: translate(3%, 2%); }
  30% { transform: translate(-4%, 3%); }
  40% { transform: translate(2%, -3%); }
  50% { transform: translate(-3%, 4%); }
  60% { transform: translate(4%, -2%); }
  70% { transform: translate(-2%, -3%); }
  80% { transform: translate(3%, 3%); }
  90% { transform: translate(-3%, -1%); }
}

@keyframes home-scroll-cue {
  0%, 35% { transform: translateX(-28px); }
  70%, 100% { transform: translateX(0); }
}

.home {
  position: relative;
  min-height: 100vh;
  overflow-x: clip;
  overflow-y: visible;
  background: var(--home-ink);
  color: var(--home-paper);
  font-family: "Noto Sans JP", sans-serif;
}

.home-content {
  position: relative;
  width: 100%;
  max-width: var(--home-content-max);
  margin-inline: auto;
  padding-inline: var(--home-gutter);
}

.home-background {
  position: fixed;
  z-index: 0;
  inset: 0;
  overflow: hidden;
}

.home-background__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: saturate(.85) contrast(1.05) brightness(.85);
  opacity: 0;
  transition: opacity 1.6s ease;
}

.home-background__image.is-active { opacity: 1; }

.home-background__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(232, 84, 47, .28), rgba(15, 92, 102, .32) 45%, rgba(18, 14, 10, .55) 100%);
  opacity: 0;
}

.home-grain {
  position: fixed;
  z-index: 5;
  inset: -5%;
  pointer-events: none;
  opacity: .045;
  mix-blend-mode: overlay;
  background-size: 180px 180px;
  animation: home-grain 1.1s steps(1) infinite;
}

.home-logo {
  position: fixed;
  z-index: 70;
  top: clamp(80px, 22vh, 220px);
  left: 50%;
  width: clamp(260px, 70vw, 640px);
  cursor: pointer;
  transform: translateX(-50%);
  transition: opacity .25s ease;
}

.home-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.home-language {
  position: fixed;
  z-index: 60;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 22px clamp(20px, 4vw, 44px);
  pointer-events: none;
  transition: opacity .25s ease;
}

.home-language__pill {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
  border: 1px solid rgba(243, 239, 228, .25);
  border-radius: 100px;
  background: rgba(18, 16, 12, .4);
  backdrop-filter: blur(6px);
  pointer-events: auto;
}

.home-language button {
  padding: 6px 13px;
  border: 0;
  border-radius: 100px;
  background: transparent;
  color: var(--home-paper);
  font: 700 10.5px/1 "Archivo", sans-serif;
  letter-spacing: .06em;
}

.home-language button[aria-pressed="true"] {
  background: var(--home-paper);
  color: var(--home-ink);
}

.home-section-dots {
  position: fixed;
  z-index: 60;
  top: 50%;
  right: clamp(10px, 3vw, 26px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 14px 8px;
  border-radius: 100px;
  background: rgba(18, 16, 12, .35);
  backdrop-filter: blur(6px);
  transform: translateY(-50%);
}

.home-section-dots button,
.home-section-dots a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--home-muted);
}

.home-section-dots__number {
  font: 500 8px/1 "Archivo", sans-serif;
  letter-spacing: .06em;
  opacity: .45;
  transition: opacity .3s ease, color .3s ease;
}

.home-section-dots__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--home-muted);
  transition: width .3s ease, height .3s ease, background .3s ease;
}

.home-section-dots button[aria-current="true"] .home-section-dots__number,
.home-section-dots a[aria-current="true"] .home-section-dots__number {
  color: var(--home-paper);
  opacity: 1;
}

.home-section-dots button[aria-current="true"] .home-section-dots__dot,
.home-section-dots a[aria-current="true"] .home-section-dots__dot {
  width: 8px;
  height: 8px;
  background: var(--home-orange);
}

.home-hero {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 240vh;
}

.home-hero__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
}

.home-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 0 clamp(20px, 5vw, 64px) clamp(64px, 9vh, 100px);
  opacity: 0;
  transform: translateY(18px);
}

.home-hero__kicker {
  margin: 0 0 20px;
  color: var(--home-aqua);
  font: 700 11px/1.4 "Archivo", sans-serif;
  letter-spacing: .24em;
}

.home-hero__title {
  max-width: 900px;
  margin: 0;
  font: 700 clamp(32px, 6.6vw, 88px)/1.14 "Zen Old Mincho", serif;
  white-space: pre-line;
}

.home-hero__meta {
  display: none;
}

.home-hero__meta-separator { opacity: .5; }
.home-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }

.home-hero__action {
  display: inline-flex;
  align-items: center;
  min-height: 49px;
  padding: 16px 30px;
  border: 1px solid rgba(243, 239, 228, .45);
  color: var(--home-paper);
  font: 700 13.5px/1.2 "Archivo", sans-serif;
  letter-spacing: .02em;
}

.home-hero__action--primary {
  border-color: var(--home-orange);
  background: var(--home-orange);
  color: var(--home-ink);
}

.home-hero__slides { display: flex; gap: 8px; margin-top: 36px; }
.home-hero__slide { width: 18px; height: 3px; background: rgba(243, 239, 228, .3); transition: width .4s ease, background .4s ease; }
.home-hero__slide.is-active { width: 34px; background: var(--home-orange); }

.home-event-reveal {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: block;
  overflow: hidden;
  isolation: isolate;
  background: rgba(19, 23, 19, .58);
  opacity: 0;
  pointer-events: none;
}

.home-event-reveal__wash {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 16, 12, .88) 0%, rgba(18, 16, 12, .55) 43%, rgba(18, 16, 12, .18) 100%),
    linear-gradient(145deg, rgba(143, 212, 201, .14), transparent 48%, rgba(232, 84, 47, .23));
  opacity: .96;
}

.home-event-reveal__content {
  --event-entry: 1;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: clamp(50px, 6vw, 82px) minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  column-gap: clamp(22px, 4vw, 60px);
  align-content: center;
  width: 100%;
  min-height: 100%;
  padding-block: clamp(112px, 17vh, 190px);
  opacity: calc(.35 + (var(--event-entry) * .65));
  transform: translate3d(0, calc((1 - var(--event-entry)) * 72px), 0);
  transition: opacity .18s linear, transform .18s linear;
}

.home-event-reveal__year {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  gap: clamp(4px, 1.2vh, 14px);
  margin: 0;
  padding-block: 8px;
  border-right: 1px solid rgba(243, 239, 228, .44);
  color: var(--home-paper);
  font: 700 clamp(24px, 3vw, 42px)/.86 "Archivo", sans-serif;
  letter-spacing: -.08em;
}

.home-event-reveal__year span { display: block; transform: translateX(-.04em); }

.home-event-reveal__main { min-width: 0; align-self: center; }

.home-event-reveal__label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 clamp(30px, 5vh, 54px);
  color: var(--home-aqua);
  font: 700 11px/1.4 "Archivo", sans-serif;
  letter-spacing: .22em;
  white-space: nowrap;
}

.home-event-reveal__label i { display: block; width: min(180px, 30vw); height: 1px; background: currentColor; opacity: .55; }

.home-event-reveal__eyebrow {
  margin: 0 0 16px;
  color: var(--home-orange);
  font: 700 11px/1.3 "Archivo", sans-serif;
  letter-spacing: .2em;
}

.home-event-reveal__dates { min-width: 0; }

.home-event-reveal__date {
  display: grid;
  justify-items: start;
  max-width: 760px;
  color: var(--home-paper);
  font-family: "Archivo", sans-serif;
  line-break: strict;
}

.home-event-reveal__date-item {
  display: flex;
  align-items: baseline;
  gap: clamp(12px, 2vw, 26px);
  min-width: 0;
  white-space: nowrap;
}

.home-event-reveal__date-item strong { font: 900 clamp(76px, 11.5vw, 178px)/.78 "Archivo", sans-serif; letter-spacing: -.085em; }
.home-event-reveal__date-item em { color: var(--home-aqua); font: 700 clamp(13px, 1.35vw, 19px)/1 "Archivo", sans-serif; letter-spacing: .17em; font-style: normal; }
.home-event-reveal__date-item--end { margin-left: clamp(30px, 8vw, 142px); }

.home-event-reveal__date-rule {
  display: block;
  width: clamp(74px, 14vw, 220px);
  height: 1px;
  margin: clamp(18px, 3vh, 34px) 0 clamp(17px, 2.6vh, 30px) clamp(28px, 6vw, 96px);
  background: var(--home-orange);
  transform: rotate(-5deg);
  transform-origin: left center;
}

.home-event-reveal__venue-block {
  display: block;
  max-width: min(100%, 1040px);
  margin-top: clamp(24px, 4vh, 46px);
  padding: 14px 0 0;
  border-top: 1px solid rgba(243, 239, 228, .3);
}

.home-event-reveal__venue-block .home-event-reveal__eyebrow { margin: 0 0 12px; }

.home-event-reveal__venue {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: clamp(16px, 2.5vh, 26px);
  min-width: 0;
  margin: 0;
  line-break: strict;
  text-wrap: pretty;
}

.home-event-reveal__venue-main {
  display: block;
  max-width: 100%;
  color: var(--home-paper);
  font: 700 clamp(52px, 6.7vw, 112px)/.98 "Zen Old Mincho", serif;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.home-event-reveal__venue-satellite {
  display: flex;
  align-items: baseline;
  gap: clamp(14px, 2vw, 28px);
  max-width: 100%;
  margin-top: 0;
}

.home-event-reveal__venue-satellite-label {
  flex: 0 0 auto;
  color: var(--home-aqua);
  font: 700 10px/1.3 "Archivo", sans-serif;
  letter-spacing: .18em;
  white-space: nowrap;
}

.home-event-reveal__venue-satellite-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px clamp(16px, 2vw, 28px);
  min-width: 0;
  color: var(--home-paper-soft);
  font: 500 clamp(18px, 2vw, 30px)/1.35 "Zen Old Mincho", serif;
  text-wrap: pretty;
}

.home-event-reveal__venue-satellite-list span { white-space: normal; overflow-wrap: normal; }

@media (min-width: 1200px) {
  .home-event-reveal__venue { grid-template-columns: minmax(0, 1.15fr) minmax(280px, .72fr); column-gap: clamp(28px, 4vw, 64px); align-items: start; }
  .home-event-reveal__venue-satellite { display: block; padding-left: clamp(18px, 2vw, 30px); border-left: 1px solid rgba(143, 212, 201, .42); }
  .home-event-reveal__venue-satellite-label { display: block; margin-bottom: 8px; }
  .home-event-reveal__venue-satellite-list { display: grid; grid-template-columns: minmax(0, 1fr); gap: 2px; font-size: clamp(13px, 1.1vw, 16px); line-height: 1.2; }
  .home-event-reveal__venue-satellite-list span { overflow-wrap: normal; white-space: nowrap; }
}

.home-event-reveal__mark {
  grid-column: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: clamp(44px, 8vh, 84px) 0 0;
  color: rgba(243, 239, 228, .46);
  font: 700 clamp(11px, 1.2vw, 16px)/1 "Archivo", sans-serif;
  letter-spacing: .22em;
  text-align: right;
}

.home-event-reveal__mark b { color: var(--home-orange); font-weight: 700; }

@media (max-width: 860px) and (min-width: 641px) {
  .home-event-reveal__content { column-gap: 24px; }
  .home-event-reveal__date-item strong { font-size: clamp(66px, 10.8vw, 110px); }
  .home-event-reveal__date-item--end { margin-left: clamp(22px, 5vw, 56px); }
  .home-event-reveal__venue-main { font-size: clamp(44px, 6.5vw, 76px); }
  .home-event-reveal__venue-satellite { align-items: flex-start; margin-top: 0; }
  .home-event-reveal__venue-satellite-list { font-size: clamp(18px, 2.5vw, 24px); }
}

.home-section { position: relative; z-index: 1; }
.home-section__inner { padding-block: clamp(70px, 12vw, 130px); }

.home-section__label {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px;
}

.home-section__number { color: var(--home-orange); font: 900 11px/1 "Archivo", sans-serif; }
.home-section__kicker { color: var(--home-aqua); font: 700 11.5px/1.4 "Archivo", sans-serif; letter-spacing: .18em; }
.home-section__title { margin: 0; font: 700 clamp(24px, 3.4vw, 36px)/1.55 "Zen Old Mincho", serif; text-wrap: pretty; }

.home-section__heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}

.home-section__link {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(243, 239, 228, .35);
  color: var(--home-paper-soft);
  font: 700 12.5px/1.4 "Archivo", sans-serif;
}
.home-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 20px;
  border: 1px solid var(--home-orange);
  background: var(--home-orange);
  box-shadow: 0 8px 24px rgba(18, 16, 12, .2);
  color: var(--home-ink);
  font: 700 12.5px/1.4 "Archivo", sans-serif;
  letter-spacing: .02em;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.home-text-link:hover,
.home-text-link:focus-visible {
  border-color: var(--home-paper);
  background: var(--home-paper);
  color: var(--home-ink);
  transform: translateY(-2px);
}

.home-text-link:focus-visible {
  outline: 2px solid var(--home-paper);
  outline-offset: 3px;
}

.home-outline-link {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(243, 239, 228, .35);
  color: var(--home-paper-soft);
  font: 700 12.5px/1.4 "Archivo", sans-serif;
}

.home-panel {
  padding: clamp(28px, 4vw, 48px);
  background: rgba(18, 16, 12, .4);
  backdrop-filter: blur(10px);
}

.home-about__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 26px;
}

.home-about__heading .home-section__label { margin-bottom: 18px; }
.home-about .home-section__title { font-size: clamp(24px, 3.2vw, 38px); }
.home-about__body { position: relative; margin: 0; padding-bottom: clamp(36px, 5vw, 64px); color: var(--home-paper-soft); font-size: 15px; line-height: 2; text-wrap: pretty; }
.home-about__body p + p { margin-top: 18px; }

.home-word-strip { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; transform: translateY(40%); pointer-events: none; }
.home-word-strip__row { display: flex; align-items: baseline; justify-content: space-between; gap: clamp(16px, 4vw, 40px); }
.home-word-strip span { display: inline-block; color: var(--home-paper); font: 700 clamp(38px, 7vw, 90px)/1 "Dancing Script", cursive; white-space: nowrap; transform: rotate(-10deg); }
@media (max-width: 640px) { .home-word-strip__row { flex-wrap: nowrap; gap: clamp(3px, 2vw, 10px); } .home-word-strip span { font-size: clamp(16px, 6.6vw, 31px); } }

.home-artists { padding-block: clamp(70px, 12vw, 130px); }
.home-artists .home-section__heading { align-items: flex-end; margin-bottom: 44px; }
.home-artists .home-section__label { margin-bottom: 0; }

.home-artist-groups[hidden],
.home-artist-group[hidden] { display: none; }
.home-artist-group + .home-artist-group { margin-top: clamp(44px, 7vw, 78px); }
.home-artist-group__title {
  max-width: var(--home-content-max);
  margin: 0 auto 18px;
  padding-inline: var(--home-gutter);
  color: var(--home-paper);
  font: 700 clamp(18px, 2.4vw, 26px)/1.4 "Zen Old Mincho", serif;
  text-wrap: balance;
}
.home-artist-group__title span {
  margin-left: .55em;
  color: var(--home-muted);
  font: 500 .52em/1.4 "Noto Sans JP", sans-serif;
  white-space: nowrap;
}

.home-artist-viewport {
  position: relative;
  max-width: calc(var(--home-content-max) + 88px);
  margin-inline: auto;
}

.home-artist-rows [data-artist-row] + [data-artist-row] { margin-top: 16px; }
.home-artist-rows [data-artist-row][hidden] { display: none; }

.home-artist-viewport::after {
  position: absolute;
  z-index: 3;
  top: calc(50% - 17px);
  right: clamp(9px, 2vw, 28px);
  color: rgba(243, 239, 228, .68);
  content: "⟶";
  font: 500 25px/1 "Archivo", sans-serif;
  pointer-events: none;
  text-shadow: 0 1px 12px rgba(0, 0, 0, .3);
  animation: home-scroll-cue 2.2s cubic-bezier(.25, .8, .25, 1) 1.1s both;
}

.home-artist-rail {
  display: flex;
  gap: 22px;
  padding: 6px var(--home-gutter) 18px;
  overflow-x: auto;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 34px, #000 calc(100% - 34px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 34px, #000 calc(100% - 34px), transparent 100%);
  scrollbar-width: none;
  scroll-padding-left: var(--home-gutter);
  scroll-snap-type: x proximity;
}

.home-artist-rail::-webkit-scrollbar { display: none; }

.home-artist-card {
  --artist-card-size: clamp(190px, 18vw, 240px);
  flex: 0 0 var(--artist-card-size);
  width: var(--artist-card-size);
  min-width: 0;
  cursor: pointer;
  scroll-snap-align: start;
}

.home-artist-card__frame {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--artist-card-size);
  height: var(--artist-card-size);
  min-width: var(--artist-card-size);
  min-height: var(--artist-card-size);
  padding: clamp(18px, 2vw, 22px);
  overflow: hidden;
  border-radius: 8px;
  background: #eee9df;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .45);
}

.home-artist-card__window {
  position: relative;
  flex: none;
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  border: 4px solid #fbfaf6;
  border-radius: 4px;
  background: var(--home-ink);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15);
}

.home-artist-card__window img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.05);
  transition: opacity .5s ease;
}

.home-artist-card__profile {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 12px;
  background: linear-gradient(180deg, rgba(24, 20, 16, .35), rgba(24, 20, 16, .82) 55%, rgba(24, 20, 16, .9));
  color: var(--home-paper);
  opacity: 0;
  transition: opacity .5s ease;
}

.home-artist-card:is(:hover, :focus-within, .is-profile) .home-artist-card__profile { opacity: 1; }
.home-artist-card__profile small { margin-bottom: 5px; color: var(--home-orange); font: 500 8px/1.3 "Archivo", sans-serif; letter-spacing: .1em; }
.home-artist-card__profile strong { margin-bottom: 5px; font: 700 14px/1.3 "Zen Old Mincho", serif; }
.home-artist-card__profile em { margin-bottom: 6px; color: var(--home-muted); font: 500 8.5px/1.3 "Archivo", sans-serif; letter-spacing: .03em; }
.home-artist-card__profile p { display: -webkit-box; margin: 0; overflow: hidden; color: #c9c3b6; font-size: 9.5px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.home-artist-card__caption { display: flex; justify-content: space-between; margin-top: 10px; font-family: "Archivo", sans-serif; }
.home-artist-card__caption strong { font-size: 11.5px; }
.home-artist-card__caption small { color: var(--home-muted); font-size: 8.5px; }

.home-program .home-panel { padding: clamp(28px, 4vw, 44px); }
.home-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2.2vw, 28px);
}
.home-featured-card {
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(243, 239, 228, .16);
  background: rgba(18, 16, 12, .48);
  transition: border-color .2s ease, transform .2s ease, background-color .2s ease;
}
.home-featured-card:hover,
.home-featured-card:focus-visible {
  border-color: rgba(143, 212, 201, .72);
  background: rgba(18, 16, 12, .68);
  transform: translateY(-3px);
}
.home-featured-card:focus-visible { outline: 2px solid var(--home-paper); outline-offset: 3px; }
.home-featured-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: rgba(143, 212, 201, .12);
}
.home-featured-card__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.05); transition: transform .35s ease; }
.home-featured-card:hover .home-featured-card__media img,
.home-featured-card:focus-visible .home-featured-card__media img { transform: scale(1.03); }
.home-featured-card__placeholder { display: grid; place-items: center; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(143, 212, 201, .22), rgba(232, 84, 47, .18)), var(--home-ink); }
.home-featured-card__placeholder span { color: var(--home-paper); font: 700 clamp(13px, 1.8vw, 18px)/1.3 "Archivo", sans-serif; letter-spacing: .15em; }
.home-featured-card__body { display: grid; gap: 8px; padding: clamp(16px, 2vw, 22px); }
.home-featured-card__category { color: var(--home-orange); font: 700 10px/1.2 "Archivo", sans-serif; letter-spacing: .16em; }
.home-featured-card__title { color: var(--home-paper); font: 700 clamp(17px, 2vw, 22px)/1.4 "Zen Old Mincho", serif; text-wrap: balance; }
.home-featured-card__meta { color: var(--home-muted); font: 500 11px/1.45 "Noto Sans JP", sans-serif; text-wrap: pretty; }
.home-schedule__item {
  display: grid;
  grid-template-columns: 14px 90px 1fr auto;
  gap: 18px;
  align-items: center;
  padding-block: 20px;
  border-top: 1px solid rgba(243, 239, 228, .14);
}
.home-schedule__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--home-orange); box-shadow: 0 0 0 4px rgba(232, 84, 47, .15); }
.home-schedule__when { display: flex; flex-direction: column; gap: 3px; }
.home-schedule__date { color: var(--home-paper); font: 700 14px/1.2 "Archivo", sans-serif; letter-spacing: .02em; }
.home-schedule__time { color: var(--home-aqua); font: 700 15px/1.2 "Archivo", sans-serif; }
.home-schedule__title { display: block; margin-bottom: 4px; font: 700 16.5px/1.4 "Zen Old Mincho", serif; }
.home-schedule__meta { display: block; color: #c9c3b6; font: 500 11.5px/1.4 "Archivo", sans-serif; }
.home-schedule__badge { padding: 6px 14px; border-radius: 100px; background: rgba(143, 212, 201, .16); color: var(--home-aqua); font: 700 10.5px/1.2 "Archivo", sans-serif; letter-spacing: .04em; white-space: nowrap; }
.home-schedule__item:nth-child(1) .home-schedule__badge { background: var(--home-paper); color: var(--home-ink); }
.home-schedule__item:nth-child(2) .home-schedule__badge { background: rgba(204, 163, 67, .2); color: #d8b85f; }
.home-schedule__item:nth-child(3) .home-schedule__badge { background: rgba(143, 212, 201, .16); color: var(--home-aqua); }
.home-schedule__item:nth-child(4) .home-schedule__badge { background: rgba(232, 84, 47, .18); color: var(--home-orange); }

.home-gallery__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
.home-gallery__item { position: relative; width: 100%; aspect-ratio: 1; margin: 0; overflow: hidden; box-shadow: 0 8px 20px rgba(0, 0, 0, .4); }
.home-gallery__item:nth-child(odd) { transform: rotate(-2deg); }
.home-gallery__item:nth-child(even) { transform: rotate(2deg); }
.home-gallery__item a { display: block; width: 100%; height: 100%; }
.home-gallery__item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.05); }

.home-news__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 26px;
}
.home-news-card { display: block; border: 1px solid rgba(243, 239, 228, .14); background: rgba(24, 20, 16, .55); backdrop-filter: blur(6px); }
.home-news-card__media { display: block; width: 100%; height: 180px; overflow: hidden; }
.home-news-card__media .media-placeholder { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; padding: 18px; background: linear-gradient(135deg, rgba(143, 212, 201, .16), rgba(232, 84, 47, .16)), var(--home-ink); }
.home-news-card__media .media-placeholder span { max-width: 100%; overflow: hidden; color: var(--home-paper); font: 700 13px/1.5 Archivo, sans-serif; letter-spacing: .14em; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.home-news-card__media img { width: 100%; height: 100%; object-fit: cover; }
.home-news-card__body { display: block; padding: 22px; }
.home-news-card__meta { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; color: var(--home-muted); font: 700 10.5px/1.4 "Archivo", sans-serif; letter-spacing: .04em; }
.home-news-card__category { color: var(--home-orange); }
.home-news-card__title { font: 700 16.5px/1.5 "Zen Old Mincho", serif; }

.home-footer {
  position: relative;
  z-index: 1;
  padding: 0;
  border-top: 1px solid rgba(243, 239, 228, .1);
  background: rgba(14, 12, 9, .7);
  backdrop-filter: blur(8px);
  min-height: 563px;
}
.home-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 42px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 62px clamp(20px, 5vw, 44px) 130px;
  color: var(--home-paper);
  font-family: "Archivo", "Noto Sans JP", sans-serif;
}
.home-footer__identity { grid-column: 1 / -1; display: flex; align-items: baseline; gap: 18px; padding-bottom: 28px; border-bottom: 1px solid rgba(243, 239, 228, .14); }
.home-footer__brand { font-size: 28px; font-weight: 900; line-height: 1; letter-spacing: .03em; }
.home-footer__identity p { margin: 0; color: #c9c3b6; font-size: 12px; letter-spacing: .18em; }
.home-footer__info { max-width: 520px; color: var(--home-muted); font: 400 12px/2 "Noto Sans JP", sans-serif; }
.home-footer__social { justify-self: end; }
.home-footer__social > span { display: block; margin-bottom: 14px; color: var(--home-muted); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.home-footer__social div { display: flex; gap: 10px; }
.home-footer__social a { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(243, 239, 228, .34); border-radius: 50%; font-size: 11px; }
.home-footer__copy { grid-column: 1 / -1; margin-top: 14px; padding-top: 18px; border-top: 1px solid rgba(243, 239, 228, .1); color: #6b665c; font-size: 10px; }

.home-floating-nav {
  position: fixed;
  z-index: 2147483000;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  display: flex;
  justify-content: center;
  padding: 10px clamp(10px, 3vw, 20px) max(10px, env(safe-area-inset-bottom));
  pointer-events: none;
  transform: translateZ(0);
}
.home-floating-nav__inner {
  display: flex;
  align-items: center;
  gap: 2px;
  width: 100%;
  max-width: 460px;
  padding: 6px;
  border-radius: 100px;
  background: rgba(21, 19, 16, .92);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .45);
  backdrop-filter: blur(10px);
  pointer-events: auto;
}
.home-floating-nav a {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 10px 4px;
  border-radius: 100px;
  color: var(--home-paper);
  font-family: "Archivo", sans-serif;
}
.home-floating-nav__icon { font-size: 17px; line-height: 1; }
.home-floating-nav__label { font-size: 9.5px; font-weight: 700; line-height: 1; }

@media (max-width: 1024px) {
  .home-hero__title { max-width: 820px; }
  .home-section-dots { right: 14px; }
  .home-gallery__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .home-featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .home-floating-nav { display: flex; }
  .home-language { padding: 18px 16px; }
  .home-hero { height: auto; min-height: 0; }
  .home-hero__sticky {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
    overflow: visible;
  }
  .home-event-reveal {
    position: relative;
    inset: auto;
    margin-top: 100svh;
    min-height: 100svh;
    overflow: visible;
  }
  .home-event-reveal__content {
    min-height: 100svh;
    padding-block: 96px calc(164px + env(safe-area-inset-bottom));
    align-content: start;
  }
  .home-hero__copy {
    height: auto;
    min-height: 100svh;
  }
  .home-hero__copy { padding: 0 20px max(104px, calc(76px + env(safe-area-inset-bottom))); }
  .home-hero__meta-separator { display: none; }
  .home-hero__meta { display: none; }
  .home-hero__actions { margin-top: 24px; }
  .home-hero__action { padding: 14px 20px; font-size: 12px; }
  .home-event-reveal__content {
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 16px;
    padding-block: 112px max(130px, calc(100px + env(safe-area-inset-bottom)));
  }
  .home-event-reveal__year { gap: 8px; font-size: 22px; }
  .home-event-reveal__label { gap: 10px; margin-bottom: 32px; font-size: 10px; letter-spacing: .16em; }
  .home-event-reveal__label i { width: min(100px, 24vw); }
  .home-event-reveal__date-item { gap: 10px; }
  .home-event-reveal__date-item strong { font-size: clamp(64px, 18vw, 96px); }
  .home-event-reveal__date-item em { font-size: 12px; letter-spacing: .12em; }
  .home-event-reveal__date-item--end { margin-left: clamp(22px, 8vw, 42px); }
  .home-event-reveal__date-rule { width: min(120px, 30vw); margin: 20px 0 19px 28px; }
  .home-event-reveal__venue-block { display: block; margin-top: 38px; padding-top: 12px; }
  .home-event-reveal__venue-block .home-event-reveal__eyebrow { margin-bottom: 9px; }
  .home-event-reveal__venue-main { font-size: clamp(36px, 10.5vw, 58px); line-height: 1.02; letter-spacing: -.07em; }
  .home-event-reveal__venue-satellite { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; margin-top: 18px; }
  .home-event-reveal__venue-satellite-list { display: block; width: 100%; font-size: clamp(14.45px, 4.25vw, 18.7px); line-height: 1.4; text-wrap: pretty; word-break: normal; }
  .home-event-reveal__venue-satellite-list span { display: block; }
  .home-event-reveal__mark { gap: 8px; margin-top: 42px; font-size: 10px; letter-spacing: .15em; }
  .home-about__heading { align-items: flex-start; flex-direction: column; }
  .home-section__heading { align-items: flex-start; }
  .home-text-link { min-height: 42px; padding: 11px 17px; font-size: 11.5px; }
  .home-artist-card { --artist-card-size: clamp(176px, 64vw, 230px); }
  .home-artist-rail {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 22px, #000 calc(100% - 22px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 22px, #000 calc(100% - 22px), transparent 100%);
  }
  .home-artist-viewport::after { right: 13px; font-size: 21px; }
  .home-footer { min-height: 0; }
  .home-gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-featured-grid { grid-template-columns: 1fr; }
  .home-artist-group__title { padding-inline: 20px; }
  .home-artist-group__title span { display: block; margin: 3px 0 0; font-size: .58em; }
  .home-news__grid { grid-template-columns: 1fr; }
  .home-footer__inner { grid-template-columns: 1fr; gap: 30px; padding-top: 46px; }
  .home-footer__identity { grid-column: 1 / -1; display: block; }
  .home-footer__identity p { margin-top: 10px; font-size: 9px; }
  .home-footer__social { justify-self: start; }
  .home-footer__copy { font-size: 9px; }
}

@media (max-width: 767px) {
  .home {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
  }

  .home-content,
  .home-section,
  .home-section__inner,
  .home-panel {
    min-width: 0;
    max-width: 100%;
  }

  .home-artist-viewport {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .home-artist-rail {
    gap: 12px;
    max-width: 100%;
    padding-inline: var(--home-gutter);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-inline: contain;
  }

  .home-artist-card {
    --artist-card-size: clamp(102px, calc((100vw - 64px) / 2.5), 282px);
  }

  .home-artist-card__frame {
    padding: clamp(10px, 3.5vw, 18px);
  }

  .home-artist-card__caption {
    display: grid;
    gap: 3px;
    min-width: 0;
  }

  .home-artist-card__caption strong {
    font-size: clamp(11.5px, 3.4vw, 14px);
    line-height: 1.35;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .home-artist-card__caption small {
    font-size: clamp(8px, 2.4vw, 9.5px);
  }

  .home-artist-card__profile {
    display: none;
  }

  .home-artist-card:is(:hover, :focus-within, .is-profile) .home-artist-card__window {
    background: var(--home-ink);
  }

  .home-gallery .home-content {
    padding-inline: clamp(12px, 4vw, 18px);
  }

  .home-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(10px, 3vw, 14px);
  }

  .home-gallery__item:nth-child(odd),
  .home-gallery__item:nth-child(even) {
    transform: none;
  }

  .home-program .home-panel {
    padding: clamp(18px, 5vw, 32px);
  }

  .home-schedule__item {
    grid-template-columns: 10px clamp(48px, 14vw, 82px) minmax(0, 1fr);
    gap: clamp(8px, 2.7vw, 14px);
    align-items: start;
    padding-block: clamp(16px, 4.5vw, 20px);
  }

  .home-schedule__item > * {
    min-width: 0;
  }

  .home-schedule__dot {
    align-self: center;
  }

  .home-schedule__time {
    padding-top: 1px;
    font-size: clamp(11px, 3.4vw, 13px);
    white-space: nowrap;
  }

  .home-schedule__title,
  .home-schedule__meta {
    overflow-wrap: anywhere;
  }

  .home-schedule__title {
    font-size: clamp(14px, 4vw, 16.5px);
  }

  .home-schedule__badge {
    grid-column: 3;
    justify-self: start;
    max-width: 100%;
    padding: 6px 10px;
    font-size: clamp(9px, 2.7vw, 10.5px);
    line-height: 1.35;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .home-floating-nav {
    position: fixed;
    z-index: 2147483000;
    inset: auto 0 0;
    width: 100%;
    max-width: 100vw;
    padding-right: max(10px, env(safe-area-inset-right));
    padding-bottom: max(10px, env(safe-area-inset-bottom));
    padding-left: max(10px, env(safe-area-inset-left));
  }

  .home-floating-nav__inner {
    width: 100%;
    max-width: min(460px, calc(100vw - max(20px, env(safe-area-inset-left) + env(safe-area-inset-right))));
  }

  .home-floating-nav a {
    min-width: 0;
    padding-inline: 2px;
  }

  .home-floating-nav__label {
    max-width: 100%;
    overflow: hidden;
    font-size: clamp(8px, 2.5vw, 9.5px);
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-grain, .home-artist-viewport::after { animation: none; }
  .home-background__image, .home-logo, .home-hero__copy { transition-duration: .01ms; }
  .home-event-reveal__content { opacity: 1; transform: none; transition: none; }
}

html.home-enhanced .home-event-reveal { opacity: 0; }
