.hero-art {
  position: relative;
  aspect-ratio: 3 / 2;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #050505;
  isolation: isolate;
}

.art-swiper,
.art-swiper .swiper-wrapper,
.art-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.art-swiper:not(.swiper-initialized) {
  overflow: hidden;
}

.art-swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  transition: transform 700ms ease;
}

.art-swiper:not(.swiper-initialized) .swiper-slide {
  flex: 0 0 100%;
}

.art-slide {
  position: relative;
  height: 100%;
  overflow: hidden;
  isolation: isolate;
}

.art-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.95) contrast(1.08);
}

.art-slide-safe-crop img {
  object-position: 50% 44%;
  transform: scale(1.24);
  transform-origin: 50% 44%;
}

.art-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.76), rgba(5, 5, 5, 0.1) 48%, rgba(5, 5, 5, 0.34)),
    linear-gradient(0deg, rgba(5, 5, 5, 0.76), transparent 44%);
  pointer-events: none;
}

.art-slide-copy {
  position: absolute;
  inset: clamp(5.2rem, 9vw, 8rem) auto auto clamp(1rem, 3vw, 3rem);
  z-index: 2;
  max-width: min(39rem, 46vw);
}

.art-slide-kicker,
.art-slide-subtitle {
  display: block;
  color: #c9c1b8;
  font-size: clamp(0.68rem, 1vw, 0.82rem);
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.art-slide-title {
  display: block;
  max-width: 11ch;
  margin: 0.65rem 0 0.75rem;
  color: #f4f1ec;
  font-size: clamp(2.8rem, 7vw, 7.4rem);
  font-weight: 950;
  line-height: 0.82;
  text-transform: uppercase;
  text-shadow: 0 0.35rem 2.5rem rgba(0, 0, 0, 0.72);
}

.art-slide-thought {
  margin: 0;
  max-width: 38rem;
  color: #e4ddd5;
  font-size: clamp(0.98rem, 1.4vw, 1.18rem);
  line-height: 1.55;
}

.art-play {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  margin-top: 1.4rem;
  border: 1px solid rgba(244, 241, 236, 0.42);
  border-radius: 999rem;
  padding: 0.72rem 1rem;
  background: rgba(5, 5, 5, 0.42);
  color: #f4f1ec;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.art-play::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.34rem solid transparent;
  border-bottom: 0.34rem solid transparent;
  border-left: 0.52rem solid currentColor;
}

.art-play.is-playing::before {
  width: 0.5rem;
  height: 0.62rem;
  border: 0;
  border-right: 0.16rem solid currentColor;
  border-left: 0.16rem solid currentColor;
}

.art-slider-ui {
  position: absolute;
  right: clamp(1rem, 3vw, 3rem);
  bottom: clamp(1rem, 2vw, 1.6rem);
  left: clamp(1rem, 3vw, 3rem);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #f4f1ec;
}

.art-nav {
  appearance: none;
  position: relative;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(244, 241, 236, 0.34);
  border-radius: 999rem;
  background: rgba(5, 5, 5, 0.32);
  color: inherit;
  cursor: pointer;
}

.art-nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.52rem;
  height: 0.52rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

.art-nav-prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.art-nav-next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.art-pagination {
  display: flex;
  flex: 1;
  gap: 0.4rem;
  min-width: 0;
}

.art-pagination .swiper-pagination-bullet,
.art-pagination button {
  flex: 1;
  width: auto;
  height: 2px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: rgba(244, 241, 236, 0.32);
  opacity: 1;
  cursor: pointer;
}

.art-pagination .swiper-pagination-bullet-active,
.art-pagination button.is-active {
  background: #f4f1ec;
}

.hero {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(20rem, 0.86fr) minmax(26rem, 1.14fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 4.5rem);
  padding: clamp(3rem, 6vw, 6.5rem) clamp(1rem, 3vw, 3rem) clamp(2.6rem, 5vw, 5rem);
}

.hero h1 {
  max-width: 8.4ch;
  margin-bottom: 1.5rem;
  font-size: clamp(4rem, 7.1vw, 7.15rem);
  line-height: 0.88;
  font-weight: 900;
  text-transform: uppercase;
}

:lang(ko) .hero h1,
:lang(ja) .hero h1 {
  max-width: 11.5ch;
  font-size: clamp(3.35rem, 6.3vw, 6.3rem);
  line-height: 0.96;
  word-break: keep-all;
}

:lang(ja) .hero h1 {
  max-width: 9.5ch;
  font-size: clamp(3rem, 5.3vw, 5.25rem);
  line-height: 1.02;
  overflow-wrap: anywhere;
  word-break: normal;
}

.hero-text {
  max-width: 34rem;
  color: #d7d2cb;
  font-size: clamp(1rem, 1.6vw, 1.28rem);
  line-height: 1.55;
}

.hero-link {
  display: inline-block;
  width: max-content;
  margin-top: 1.35rem;
  border-bottom: 1px solid currentColor;
  color: var(--fg);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero-media {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  grid-template-rows: 1fr 1fr;
  gap: clamp(0.6rem, 1.2vw, 1rem);
  align-self: center;
  aspect-ratio: 1.42 / 1;
  width: 100%;
  max-height: min(68vh, 48rem);
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.05);
}

.hero-media img:first-child {
  grid-row: 1 / 3;
}

.ticker {
  display: flex;
  gap: 0;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.ticker span {
  flex: 1 0 auto;
  padding: 0.9rem clamp(1rem, 3vw, 3rem);
  color: #c9c1b8;
  border-right: 1px solid var(--line);
  font-size: clamp(0.8rem, 1.2vw, 1rem);
  font-weight: 700;
  text-transform: uppercase;
}

.split,
.home-featured {
  display: grid;
  grid-template-columns: minmax(14rem, 0.7fr) minmax(22rem, 1.3fr);
  gap: clamp(2rem, 6vw, 7rem);
}

.home-featured {
  align-items: start;
}

.section-heading h2 {
  max-width: 12ch;
  font-size: clamp(2.5rem, 6vw, 6.6rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.home-featured .section-heading h2 {
  max-width: 10.5ch;
  font-size: clamp(2.55rem, 5.15vw, 5.8rem);
  line-height: 0.92;
}

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

.album-row {
  display: grid;
  grid-template-columns: 3rem 7.5rem 1fr;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 2rem);
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--line);
}

.album-row img {
  display: block;
  width: 7.5rem;
  height: 7.5rem;
  aspect-ratio: 1;
  object-fit: cover;
}

.album-index {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.album-row h3 {
  margin-bottom: 0.45rem;
  font-size: clamp(1.35rem, 2.6vw, 2.5rem);
  line-height: 1;
  text-transform: uppercase;
}

.album-row p,
.featured-item em,
.featured-item small {
  color: var(--muted);
}

.album-row p {
  max-width: 43rem;
  margin-bottom: 0;
  line-height: 1.5;
}

.manifesto {
  min-height: 72vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.manifesto h2 {
  max-width: 17ch;
  margin-bottom: 0;
  font-size: clamp(3.2rem, 8vw, 8.8rem);
  line-height: 0.91;
  text-transform: uppercase;
}

:lang(ko) .manifesto h2,
:lang(ja) .manifesto h2 {
  max-width: 20ch;
  font-size: clamp(2.8rem, 6.8vw, 7.2rem);
  line-height: 1.02;
  word-break: keep-all;
}

:lang(ja) .manifesto h2 {
  overflow-wrap: anywhere;
  word-break: normal;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.55rem);
  border-top: 1px solid var(--line);
}

.featured-item {
  display: flex;
  min-width: 0;
  min-height: clamp(18rem, 25vw, 24rem);
  flex-direction: column;
  padding: clamp(1rem, 1.8vw, 1.35rem) 0 1rem;
  border-bottom: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
}

.featured-item-visual {
  padding-top: clamp(0.95rem, 1.5vw, 1.15rem);
}

.featured-item img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.92) contrast(1.08);
  margin-bottom: 1rem;
}

.section-link {
  grid-column: 2;
  width: max-content;
  border-bottom: 1px solid currentColor;
  color: var(--fg);
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: uppercase;
}

.section-link {
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.featured-type {
  color: #d96f63;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.featured-item strong {
  display: block;
  margin-top: 0.72rem;
  font-size: clamp(1.28rem, 1.95vw, 2rem);
  font-weight: 850;
  line-height: 1.02;
  text-transform: uppercase;
}

:lang(ko) .featured-item strong,
:lang(ja) .featured-item strong {
  line-height: 1.12;
  word-break: keep-all;
}

:lang(ja) .featured-item strong {
  overflow-wrap: anywhere;
  word-break: normal;
}

.featured-item em {
  display: block;
  margin-top: 0.78rem;
  max-width: 18rem;
  font-style: normal;
  line-height: 1.45;
}

.featured-item small {
  display: block;
  margin-top: auto;
  padding-top: 1.25rem;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-transform: uppercase;
}

.featured-item b {
  display: inline-block;
  width: max-content;
  margin-top: 0.62rem;
  border-bottom: 1px solid currentColor;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .hero,
  .split,
  .home-featured {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    aspect-ratio: 1.35 / 1;
    max-height: none;
  }

  .section-link {
    grid-column: auto;
  }

  .featured-grid {
    grid-template-columns: 1fr;
  }

  .featured-item {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .hero h1 {
    font-size: clamp(3.2rem, 18vw, 5.6rem);
  }

  :lang(ko) .hero h1,
  :lang(ja) .hero h1 {
    font-size: clamp(2.85rem, 14vw, 4.7rem);
    line-height: 1;
  }

  :lang(ja) .hero h1 {
    font-size: clamp(2.2rem, 10vw, 3.35rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  :lang(ko) .manifesto h2,
  :lang(ja) .manifesto h2 {
    font-size: clamp(2.55rem, 12vw, 4.1rem);
  }

  .hero-media {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    aspect-ratio: auto;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .hero-media img {
    aspect-ratio: 1;
    height: auto;
  }

  .hero-media img:first-child {
    grid-row: auto;
  }

  .ticker {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .album-row {
    grid-template-columns: 2rem 5rem 1fr;
  }

  .album-row img {
    width: 5rem;
  }

  .featured-item strong {
    font-size: clamp(1.25rem, 7vw, 2rem);
  }
}
