:root {
  --bg: #070809;
  --bg-soft: #101216;
  --panel: #ffffff;
  --panel-strong: #ffffff;
  --line: rgba(216, 224, 230, 0.24);
  --text: #f2f5f7;
  --muted: #a4afb7;
  --accent: #d8e4eb;
  --accent-soft: #9eb1be;
  --max-width: 1120px;
  --radius: 18px;
  --motion-ease: cubic-bezier(0.2, 1.18, 0.22, 1);
  --motion-soft: cubic-bezier(0.22, 1, 0.28, 1);
  --hero-shift-x: 0px;
  --hero-shift-y: 0px;
  --hero-glare-x: 50%;
  --hero-glare-y: 38%;
}

* {
  box-sizing: border-box;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "IBM Plex Sans JP", sans-serif;
  background:
    radial-gradient(circle at 10% 8%, rgba(206, 220, 232, 0.14), transparent 30%),
    radial-gradient(circle at 84% 12%, rgba(179, 196, 209, 0.12), transparent 34%),
    radial-gradient(circle at 52% 42%, rgba(125, 142, 156, 0.08), transparent 44%),
    linear-gradient(180deg, #070809 0%, #060607 100%);
  color: var(--text);
  min-height: 100vh;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.spline-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.spline-bg__frame {
  position: absolute;
  inset: -8%;
  width: 116%;
  height: 116%;
  border: 0;
  opacity: 1;
  filter: grayscale(0.12) contrast(1.06) saturate(0.92);
  transition: opacity 0.7s ease;
}

@media (min-width: 761px) {
  .spline-bg__frame {
    transform: scale(2);
    transform-origin: center center;
  }
}

.spline-bg__frame.is-fading {
  opacity: 1;
}

.spline-bg__veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 14%, rgba(12, 14, 18, 0.12), transparent 44%),
    radial-gradient(circle at 82% 78%, rgba(8, 10, 13, 0.2), transparent 48%),
    linear-gradient(180deg, rgba(7, 9, 12, 0.2), rgba(6, 7, 9, 0.34));
}

.noise-layer {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.16;
  mix-blend-mode: screen;
  background-image:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.035) 0,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px,
      transparent 3px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.02) 0,
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px,
      transparent 4px
    );
  animation: noiseDrift 6.5s steps(2, end) infinite;
}

.noise-layer::after {
  content: "";
  position: absolute;
  inset: -55% 0;
  background:
    linear-gradient(180deg, transparent 28%, rgba(235, 247, 255, 0.055) 50%, transparent 72%);
  opacity: 0.5;
  transform: translate3d(0, -18%, 0);
  animation: scanDrift 6.2s ease-in-out infinite;
}

.spline-bg__credit {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  margin: 0;
  padding: 0.24rem 0.55rem;
  border: 1px solid rgba(220, 231, 239, 0.2);
  border-radius: 999px;
  background: rgba(8, 11, 14, 0.6);
  color: #b7c4ce;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  z-index: 3;
  pointer-events: none;
  font-family: "IBM Plex Sans JP", sans-serif;
}

.event-banner {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
  backdrop-filter: none;
  padding: 0.46rem 0.78rem;
}

.event-banner__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.56rem;
}

.event-banner__logo {
  width: clamp(46px, 6vw, 62px);
  height: auto;
  display: block;
}

.event-banner__text {
  text-align: left;
}

.event-banner__label {
  margin: 0;
  color: #25282b;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
}

.event-banner__details {
  margin: 0.2rem 0 0;
  font-size: 0.9rem;
  line-height: 1.42;
  color: #2f3336;
}

.event-banner__official {
  margin: 0.24rem 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.38rem;
  font-size: 0.78rem;
}

.event-banner__official span {
  color: #71767a;
}

.event-banner__official a {
  color: #2d3438;
  text-underline-offset: 0.14em;
}

main {
  position: relative;
  z-index: 2;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 2.8rem 1rem 5rem;
}

.section {
  margin-top: 1.9rem;
}

.section-head {
  position: relative;
  margin-bottom: 1rem;
}

.section-head::after {
  content: "";
  display: block;
  width: min(150px, 48vw);
  height: 1px;
  margin-top: 0.72rem;
  background:
    linear-gradient(90deg, transparent, rgba(226, 236, 244, 0.72), rgba(226, 236, 244, 0.16), transparent);
  opacity: 0;
  transform: scaleX(0.24);
  transform-origin: left center;
  transition:
    opacity 1.1s var(--motion-ease) 0.22s,
    transform 1.1s var(--motion-ease) 0.22s;
}

.section.reveal.is-visible .section-head::after {
  opacity: 0.9;
  transform: scaleX(1);
  animation: readLine 4.4s ease-in-out 1.05s infinite;
}

.section-label {
  margin: 0;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-soft);
}

.section-head h2 {
  margin: 0.36rem 0 0;
  font-size: clamp(1.5rem, 3.2vw, 2.2rem);
  line-height: 1.3;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.surface {
  position: relative;
  color: #17191b;
  border: 1px solid rgba(255, 255, 255, 0.92);
  background: #ffffff;
  border-radius: var(--radius);
  backdrop-filter: none;
  box-shadow:
    inset 0 0 0 1px rgba(10, 12, 14, 0.04),
    0 24px 54px rgba(0, 0, 0, 0.36);
  transition:
    border-color 0.72s var(--motion-ease),
    box-shadow 0.72s var(--motion-ease),
    transform 0.72s var(--motion-ease),
    filter 0.72s var(--motion-ease);
}

.hero {
  margin-top: 0;
}

.hero__body {
  position: relative;
  overflow: hidden;
  padding: clamp(1.4rem, 2.8vw, 2.5rem);
  transform: translate3d(var(--hero-shift-x), var(--hero-shift-y), 0);
}

.hero__body::before {
  content: "";
  position: absolute;
  inset: -38%;
  z-index: 0;
  background:
    radial-gradient(circle at var(--hero-glare-x) var(--hero-glare-y), rgba(206, 214, 220, 0.16), transparent 19%),
    conic-gradient(from 132deg at 50% 50%, transparent, rgba(160, 174, 184, 0.08), transparent 18%, transparent 70%, rgba(104, 112, 116, 0.06), transparent);
  mix-blend-mode: multiply;
  opacity: 0.58;
  pointer-events: none;
  transform: translate3d(var(--hero-shift-x), var(--hero-shift-y), 0) rotate(0.001deg);
  animation: discGlare 7.2s ease-in-out infinite;
}

.hero__body::after {
  content: "";
  position: absolute;
  inset: auto -20% -62% auto;
  width: 55%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(126, 132, 136, 0.18) 0%, rgba(126, 132, 136, 0.05) 42%, transparent 70%);
  filter: blur(6px);
  pointer-events: none;
  animation: floatGlow 12s ease-in-out infinite;
}

.hero__body > * {
  position: relative;
  z-index: 1;
}

.hero__kicker {
  margin: 0;
  color: var(--accent-soft);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.72rem;
  font-family: "IBM Plex Sans JP", sans-serif;
}

.hero h1 {
  margin: 0.35rem 0 0;
  font-size: clamp(1.95rem, 5vw, 3.8rem);
  line-height: 1.15;
  letter-spacing: 0.03em;
  font-family: "IBM Plex Sans JP", sans-serif;
}

.hero__logo-wrap {
  position: relative;
  overflow: hidden;
  margin: 0.42rem 0 0;
  width: min(105px, 25%);
  max-width: 105px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, #d8d8d8, #f1f1f1);
  box-shadow:
    0 18px 46px rgba(41, 43, 45, 0.24),
    0 0 0 1px rgba(38, 40, 42, 0.2),
    0 0 0 7px rgba(255, 255, 255, 0.38);
  opacity: 0;
  transform: scale(0.95);
  filter: brightness(0.9) contrast(1.05);
}

.hero__logo-wrap::after {
  content: "";
  position: absolute;
  inset: -45% -70%;
  background:
    linear-gradient(112deg, transparent 40%, rgba(255, 255, 255, 0.64), transparent 60%),
    repeating-linear-gradient(0deg, transparent 0 10px, rgba(42, 45, 47, 0.035) 10px 11px, transparent 11px 28px);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-36%) rotate(5deg);
}

.hero__logo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  border: 1px solid rgba(34, 36, 38, 0.2);
  background: #dad6cc;
}

.hero__kicker,
.hero__credit,
.hero__intro,
.hero__event-card {
  opacity: 0;
  transform: scale(0.998);
}

.hero.is-visible .hero__kicker,
.hero.is-visible .hero__logo-wrap,
.hero.is-visible .hero__credit,
.hero.is-visible .hero__intro,
.hero.is-visible .hero__event-card {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition:
    opacity 1.42s var(--motion-ease),
    transform 1.42s var(--motion-ease),
    filter 1.42s var(--motion-ease);
}

.hero.is-visible .hero__kicker {
  transition-delay: 0.12s;
}

.hero.is-visible .hero__logo-wrap {
  filter: brightness(1) contrast(1);
  transition-delay: 0.34s;
  animation: heroMicroGlitch 0.72s steps(2, end) 1.62s 1;
}

.hero.is-visible .hero__logo-wrap::after {
  opacity: 0.68;
  transform: translateX(52%) rotate(5deg);
  transition:
    opacity 0.9s ease 0.62s,
    transform 1.85s var(--motion-ease) 0.62s;
}

.hero.is-visible .hero__credit {
  transition-delay: 0.6s;
}

.hero.is-visible .hero__intro {
  transition-delay: 0.82s;
}

.hero.is-visible .hero__event-card {
  transition-delay: 1.04s;
}

.hero__credit {
  margin: 0.55rem 0 0;
  color: #2d3033;
  font-size: clamp(0.94rem, 1.9vw, 1.13rem);
}

.hero__intro {
  margin: 1.1rem 0 0;
  color: #383c3f;
  font-size: clamp(0.94rem, 1.5vw, 1.08rem);
}

.hero__event-card {
  margin-top: 1.3rem;
  padding: 1rem;
  border-radius: 14px;
  border: 1px solid rgba(39, 42, 44, 0.16);
  background: #ffffff;
}

.hero__event-card h2 {
  margin: 0 0 0.45rem;
  font-size: 1.08rem;
  line-height: 1.4;
  font-family: "IBM Plex Sans JP", sans-serif;
}

.hero__event-card p {
  margin: 0.15rem 0;
  color: #303437;
}

.hero__event-official {
  margin-top: 0.5rem !important;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(39, 42, 44, 0.14);
  font-size: 0.86rem;
  color: #62686c !important;
}

.hero__event-official a {
  color: #2e3438;
  word-break: break-all;
  text-underline-offset: 0.14em;
}

.x-feed__card {
  padding: 1rem;
}

.x-feed__timeline {
  min-height: 360px;
}

.x-feed .twitter-timeline {
  width: 100% !important;
  border-radius: 0;
  overflow: visible;
  border: 0;
}

.x-feed__fallback {
  margin: 0.8rem 0 0;
  font-size: 0.84rem;
  color: #646a6e;
}

.x-feed__fallback a {
  color: #30373b;
}

.x-picks__panel {
  padding: clamp(1rem, 2.4vw, 1.6rem);
}

.x-picks__note {
  margin: 0 0 0.9rem;
  color: #5f6569;
  font-size: 0.9rem;
  line-height: 1.72;
}

.x-picks__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  min-width: 0;
}

.x-post-card {
  position: relative;
  border-radius: 14px;
  border: 1px solid rgba(39, 42, 44, 0.15);
  background: #ffffff;
  overflow: hidden;
  min-width: 0;
  transform: translate3d(0, 0, 0);
  transition:
    border-color 0.68s var(--motion-ease),
    box-shadow 0.68s var(--motion-ease),
    transform 0.68s var(--motion-ease),
    filter 0.68s var(--motion-ease);
}

.x-post-card__media {
  position: relative;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 16 / 9;
  border-bottom: 1px solid rgba(39, 42, 44, 0.12);
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.55), transparent 38%),
    linear-gradient(155deg, #e8e4da, #d8d5ce);
}

.x-post-card__media-link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.x-post-card__media-link:focus-visible {
  outline: 2px solid rgba(36, 40, 43, 0.64);
  outline-offset: 2px;
}

.x-post-card__media::after,
.new-work-card__media::after,
.work-card__media::after,
.about__photo::after {
  content: "";
  position: absolute;
  inset: -55% -80%;
  background:
    linear-gradient(116deg, transparent 42%, rgba(255, 255, 255, 0.5), transparent 57%),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(45, 48, 50, 0.03) 18px 19px, transparent 19px 38px);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-24%) rotate(6deg);
  transition:
    opacity 0.5s ease,
    transform 1.1s var(--motion-ease);
}

.x-post-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.x-post-card__body {
  padding: 0.82rem 0.9rem 0.9rem;
  min-width: 0;
}

.x-post-card__meta {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  color: #70767a;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  font-family: "IBM Plex Sans JP", sans-serif;
}

.x-post-card__meta span {
  display: inline-block;
  padding: 0.08rem 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(40, 43, 45, 0.18);
  color: #2f3336;
  background: #ffffff;
}

.x-post-card__author {
  color: #343a3d;
  text-decoration: none;
  border-bottom: 1px solid rgba(47, 52, 55, 0.28);
  line-height: 1.2;
}

.x-post-card__author:hover {
  color: #111416;
  border-bottom-color: rgba(17, 20, 22, 0.58);
}

.x-post-card__text {
  margin: 0.65rem 0 0;
  color: #34383b;
  font-size: 0.92rem;
  line-height: 1.78;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.x-post-card__link {
  margin-top: 0.75rem;
  display: inline-block;
  color: #30373b;
  font-size: 0.84rem;
  text-underline-offset: 0.14em;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.x-picks__empty {
  margin: 0;
  padding: 1rem;
  border-radius: 12px;
  border: 1px dashed rgba(40, 43, 45, 0.2);
  color: #646a6e;
  background: #ffffff;
}

.x-picks__actions {
  margin-top: 0.9rem;
  text-align: center;
}

.x-picks__load-more {
  border: 1px solid rgba(37, 40, 43, 0.18);
  background: #ffffff;
  color: #2e3438;
  border-radius: 999px;
  padding: 0.46rem 1rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 0.84rem;
  letter-spacing: 0.03em;
  cursor: pointer;
}

.x-picks__load-more:hover {
  border-color: rgba(37, 40, 43, 0.34);
  background: #ffffff;
}

.about__content {
  padding: clamp(1.1rem, 2.4vw, 1.9rem);
}

.about__content p {
  margin: 0;
}

.about__photo {
  position: relative;
  margin: 0.9rem 0 0;
  width: min(230px, 100%);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(38, 41, 43, 0.16);
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(55, 51, 43, 0.12);
}

.about__photo img {
  width: 100%;
  height: auto;
  display: block;
}

.about__keyword {
  margin-top: 0.9rem !important;
  padding-left: 0.7rem;
  border-left: 2px solid rgba(55, 60, 64, 0.28);
  color: #34383b;
  font-size: 0.94rem;
  line-height: 1.78;
}

.about__x {
  margin-top: 0.75rem !important;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 0.9rem;
  color: #5b6165;
}

.about__x a {
  color: #2f363a;
  text-underline-offset: 0.12em;
}

.about__en {
  margin-top: 1rem !important;
  padding-top: 1rem;
  border-top: 1px solid rgba(39, 42, 44, 0.14);
  color: #62686c;
  font-size: 0.92rem;
}

.new-release__slot {
  width: 100%;
}

.new-work-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  border: 1px solid rgba(39, 42, 44, 0.18);
  background: #ffffff;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.62),
    0 26px 58px rgba(55, 51, 43, 0.14);
}

.new-work-card::before,
.work-card::before,
.x-post-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent, rgba(42, 46, 48, 0.045), transparent);
  opacity: 0;
  transform: translateY(-56%);
}

.new-work-card__media {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 300px;
  border-right: 1px solid rgba(39, 42, 44, 0.13);
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.58), transparent 34%),
    radial-gradient(circle at 84% 76%, rgba(188, 190, 185, 0.25), transparent 38%),
    linear-gradient(150deg, #e9e5db, #d8d4ca);
}

.new-work-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: contrast(1.04) saturate(0.9);
}

.new-work-card__body {
  padding: clamp(1.15rem, 2.4vw, 1.85rem);
}

.new-work-card__badge {
  margin: 0;
  display: inline-block;
  padding: 0.2rem 0.52rem;
  border-radius: 999px;
  border: 1px solid rgba(43, 46, 49, 0.18);
  color: #33383b;
  background: #ffffff;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: "IBM Plex Sans JP", sans-serif;
}

.new-work-card__title {
  margin: 0.75rem 0 0;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.3;
  letter-spacing: 0.03em;
  font-family: "IBM Plex Sans JP", sans-serif;
}

.new-work-card__title span {
  font-size: 0.66em;
  color: #6c7276;
  font-weight: 400;
}

.new-work-card__desc {
  margin: 0.9rem 0 0;
  font-size: 0.96rem;
  line-height: 1.9;
  color: #363b3e;
}

.new-work-card__note {
  margin: 0.8rem 0 0;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(39, 42, 44, 0.14);
  color: #686e72;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.work-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  color: #17191b;
  background: #ffffff;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.52),
    0 20px 40px rgba(55, 51, 43, 0.13);
  transform: translate3d(0, 0, 0);
  transition:
    border-color 0.68s var(--motion-ease),
    box-shadow 0.68s var(--motion-ease),
    transform 0.68s var(--motion-ease),
    filter 0.68s var(--motion-ease);
}

.work-card__media {
  margin: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  border-bottom: 1px solid rgba(39, 42, 44, 0.12);
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 16%, rgba(255, 255, 255, 0.62), transparent 35%),
    radial-gradient(circle at 78% 78%, rgba(182, 184, 180, 0.2), transparent 38%),
    linear-gradient(160deg, #e6e2d8, #d2cec5);
}

.work-card--link .work-card__media::before {
  content: "";
  position: absolute;
  inset: -18% -8%;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 18% 92%, rgba(255, 142, 48, 0.34), transparent 34%),
    radial-gradient(ellipse at 52% 96%, rgba(255, 224, 114, 0.28), transparent 30%),
    radial-gradient(ellipse at 82% 90%, rgba(255, 96, 40, 0.26), transparent 32%),
    repeating-linear-gradient(
      92deg,
      transparent 0 16px,
      rgba(255, 185, 82, 0.2) 16px 18px,
      transparent 18px 34px
    );
  mix-blend-mode: screen;
  opacity: 0;
  filter: blur(10px) saturate(1.18);
  transform: translate3d(0, 18%, 0) scaleY(0.72);
  transition:
    opacity 0.36s ease,
    transform 0.64s var(--motion-ease),
    filter 0.64s var(--motion-ease);
}

.work-card__media-link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.work-card__media-link:focus-visible {
  outline: 2px solid rgba(36, 40, 43, 0.64);
  outline-offset: 2px;
}

.work-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.05);
  transition:
    transform 0.32s ease,
    filter 0.32s ease;
}

.work-card__media-link:hover .work-card__media img {
  transform: scale(1.03);
  filter: saturate(0.94) contrast(1.08);
}

.work-card__media-badge {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 2;
  display: inline-block;
  padding: 0.38rem 0.92rem;
  border-radius: 999px;
  border: 1px solid rgba(39, 42, 44, 0.18);
  color: #202326;
  background: #ffffff;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08em;
  font-family: "IBM Plex Sans JP", sans-serif;
  box-shadow: 0 8px 18px rgba(55, 51, 43, 0.17);
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.work-card__media-link:hover .work-card__media-badge {
  transform: translateY(-1px) scale(1.03);
  border-color: rgba(35, 38, 40, 0.34);
  background: #ffffff;
}

.work-card__body {
  padding: 1rem;
}

.work-card__title {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-family: "IBM Plex Sans JP", sans-serif;
}

.work-card__title span {
  color: #6a7074;
  font-size: 0.88em;
  font-weight: 400;
}

.work-card__desc {
  margin: 0.65rem 0 0;
  color: #3a3e41;
  font-size: 0.95rem;
  line-height: 1.82;
}

.event__card {
  padding: clamp(1.2rem, 2.4vw, 1.9rem);
}

.event__card p {
  margin: 0.18rem 0;
}

.event__copy {
  margin-top: 0.75rem !important;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(39, 42, 44, 0.14);
  color: #303437;
  font-size: 1.03rem;
}

.event__official-label {
  margin-top: 0.82rem !important;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 0.83rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5f666a;
}

.event__official-text {
  margin-top: 0.28rem !important;
  color: #33383b;
}

.event__official-links {
  margin-top: 0.32rem !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  color: #6a7074;
  font-size: 0.9rem;
}

.event__official-links a {
  color: #2f363a;
  text-underline-offset: 0.13em;
}

.links__row {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.chip {
  text-decoration: none;
  color: #30363a;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 0.86rem;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  border: 1px solid rgba(37, 40, 43, 0.18);
  background: #ffffff;
  transition:
    border-color 0.5s var(--motion-ease),
    background 0.5s var(--motion-ease),
    transform 0.5s var(--motion-ease);
}

.chip[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.88;
}

.footer {
  position: relative;
  z-index: 2;
  padding: 1.8rem 1rem 2.8rem;
  text-align: center;
  color: #98a4ad;
  border-top: 1px solid rgba(231, 238, 244, 0.14);
  font-size: 0.86rem;
}

.reveal {
  opacity: 0;
  transform: scale(0.995);
  transition:
    opacity 1.08s var(--motion-ease),
    transform 1.08s var(--motion-ease);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: scale(1);
}

.section.reveal .section-label,
.section.reveal .section-head h2,
.section.reveal > .surface,
.section.reveal > .works-grid,
.section.reveal > .new-release__slot {
  opacity: 0;
  transform: translate3d(var(--section-float-x, 0px), 0, 0) scale(0.996);
  transition:
    opacity 1.02s var(--motion-ease),
    transform 1.02s var(--motion-ease);
}

.section.reveal.is-visible .section-label,
.section.reveal.is-visible .section-head h2,
.section.reveal.is-visible > .surface,
.section.reveal.is-visible > .works-grid,
.section.reveal.is-visible > .new-release__slot {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.section.reveal.is-visible .section-label {
  transition-delay: 0.1s;
}

.section.reveal.is-visible .section-head h2 {
  transition-delay: 0.26s;
}

.section.reveal.is-visible > .surface,
.section.reveal.is-visible > .works-grid,
.section.reveal.is-visible > .new-release__slot {
  transition-delay: 0.48s;
}

.motion-child {
  opacity: 0;
  transform: translate3d(var(--motion-x, 0px), 0, 0) scale(0.992);
  transition:
    opacity 1s var(--motion-ease),
    transform 1s var(--motion-ease),
    filter 1s var(--motion-ease);
  transition-delay: var(--motion-delay, 0ms);
  filter: brightness(0.99);
}

.is-visible .motion-child,
.motion-child.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: brightness(1);
}

@keyframes airySectionIn {
  0% {
    transform: scale(0.995);
  }
  72% {
    transform: scale(1.001);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes airyChildIn {
  0% {
    transform: translate3d(var(--section-float-x, 0px), 0, 0) scale(0.996);
  }
  72% {
    transform: translate3d(var(--section-return-x, 0px), 0, 0) scale(1.001);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes airyMotionIn {
  0% {
    transform: translate3d(var(--motion-x, 0px), 0, 0) scale(0.992);
  }
  72% {
    transform: translate3d(var(--motion-return-x, 0px), 0, 0) scale(1.001);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes floatGlow {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-8%, -4%, 0);
  }
}

@keyframes discGlare {
  0%,
  100% {
    transform: translate3d(var(--hero-shift-x), var(--hero-shift-y), 0) rotate(-4deg) scale(1);
    opacity: 0.58;
  }
  50% {
    transform: translate3d(var(--hero-shift-x), var(--hero-shift-y), 0) rotate(7deg) scale(1.035);
    opacity: 0.86;
  }
}

@keyframes airyHeroIn {
  0% {
    transform: scale(0.996);
  }
  72% {
    transform: scale(1.001);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes heroLogoAirIn {
  0% {
    transform: scale(0.975);
  }
  72% {
    transform: scale(1.002);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes heroMicroGlitch {
  0%,
  100% {
    filter: brightness(1) contrast(1);
  }
  34% {
    filter: brightness(1.08) contrast(1.08);
  }
  38% {
    filter: brightness(0.94) contrast(1.12);
  }
  44% {
    filter: brightness(1.02) contrast(1.02);
  }
}

@keyframes readLine {
  0%,
  100% {
    filter: brightness(0.8);
    background-position: 0 0;
  }
  48% {
    filter: brightness(1.35);
    background-position: 84px 0;
  }
  52% {
    filter: brightness(0.9);
    opacity: 0.46;
  }
}

@keyframes noiseDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(-1px, 1px, 0);
  }
  50% {
    transform: translate3d(1px, 0, 0);
  }
  75% {
    transform: translate3d(0, -1px, 0);
  }
}

@keyframes scanDrift {
  0%,
  100% {
    transform: translate3d(0, -18%, 0);
    opacity: 0.18;
  }
  50% {
    transform: translate3d(0, 18%, 0);
    opacity: 0.42;
  }
}

@keyframes readSweep {
  0% {
    opacity: 0;
    transform: translateY(-56%);
  }
  28% {
    opacity: 0.42;
  }
  100% {
    opacity: 0;
    transform: translateY(56%);
  }
}

@media (hover: hover) and (pointer: fine) {
  .surface:hover,
  .new-work-card:hover,
  .work-card:hover,
  .x-post-card:hover {
    border-color: rgba(35, 38, 40, 0.28);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.7),
      0 30px 62px rgba(55, 51, 43, 0.16);
    transform: translate3d(0, -2px, 0) scale(1.001);
  }

  .hero__body:hover {
    transform: translate3d(var(--hero-shift-x), var(--hero-shift-y), 0);
  }

  .new-work-card:hover::before,
  .work-card:hover::before,
  .x-post-card:hover::before {
    animation: readSweep 0.92s ease-out 1;
  }

  .work-card--link:hover {
    border-color: rgba(255, 186, 96, 0.48);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.72),
      0 20px 42px rgba(0, 0, 0, 0.38),
      0 0 28px rgba(255, 127, 53, 0.18);
  }

  .work-card--link:hover .work-card__media::before {
    opacity: 0.86;
    filter: blur(8px) saturate(1.28);
    transform: translate3d(0, -4%, 0) scaleY(1);
    animation:
      linkCardHeatRise 1.15s ease-in-out infinite,
      linkCardFlicker 0.72s steps(3, end) infinite;
  }

  .x-post-card:hover .x-post-card__media::after,
  .new-work-card:hover .new-work-card__media::after,
  .work-card:hover .work-card__media::after,
  .about__photo:hover::after {
    opacity: 0.42;
    transform: translateX(32%) rotate(6deg);
  }

  .chip:hover,
  .x-picks__load-more:hover {
    transform: translate3d(0, -3px, 0) scale(1.01);
  }
}

.surface:active,
.new-work-card:active,
.work-card:active,
.x-post-card:active,
.chip:active,
.x-picks__load-more:active,
.is-tapped {
  transform: translate3d(0, -1px, 0) scale(0.998);
  filter: brightness(1.006);
  border-color: rgba(33, 36, 38, 0.34);
  animation: softTapFloat 0.32s var(--motion-soft) 1;
}

.work-card__media-link:active .work-card__media img,
.is-tapped .work-card__media img,
.is-tapped .new-work-card__media img,
.is-tapped .x-post-card__media img {
  transform: scale(1.012);
  filter: saturate(0.96) contrast(1.04);
}

.is-tapped::before {
  animation: readSweep 0.9s ease-out 1;
}

.is-tapped .x-post-card__media::after,
.is-tapped .new-work-card__media::after,
.is-tapped .work-card__media::after,
.is-tapped.about__photo::after {
  opacity: 0.56;
  transform: translateX(30%) rotate(6deg);
}

.work-card--link.is-tapped {
  border-color: rgba(255, 177, 82, 0.58);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.74),
    0 20px 42px rgba(0, 0, 0, 0.4),
    0 0 30px rgba(255, 120, 44, 0.22);
}

.work-card--link.is-tapped .work-card__media::before {
  opacity: 0.78;
  filter: blur(9px) saturate(1.18);
  transform: translate3d(0, -2%, 0) scaleY(0.98);
  animation:
    linkCardHeatRise 0.9s ease-in-out infinite,
    linkCardFlicker 0.62s steps(3, end) infinite;
}

@keyframes linkCardHeatRise {
  0%,
  100% {
    background-position: 0 0, 0 0, 0 0, 0 0;
    transform: translate3d(0, -1%, 0) scaleY(0.98);
  }
  48% {
    background-position: -2px -5px, 2px -7px, 3px -4px, 6px -14px;
    transform: translate3d(0, -4%, 0) scaleY(1.02);
  }
  72% {
    background-position: 2px -8px, -3px -10px, -2px -7px, -5px -20px;
    transform: translate3d(0, -2.5%, 0) scaleY(1.01);
  }
}

@keyframes linkCardFlicker {
  0%,
  100% {
    opacity: 0.74;
  }
  33% {
    opacity: 0.96;
  }
  66% {
    opacity: 0.58;
  }
}

@keyframes softTapFloat {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  44% {
    transform: translate3d(0, -2px, 0) scale(0.998);
  }
  72% {
    transform: translate3d(0, -0.5px, 0) scale(1.001);
  }
  100% {
    transform: translate3d(0, -1px, 0) scale(0.998);
  }
}

@media (max-width: 980px) {
  .x-picks__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .new-work-card {
    grid-template-columns: 1fr;
  }

  .new-work-card__media {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid rgba(39, 42, 44, 0.12);
  }

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

@media (max-width: 760px) {
  .x-picks__grid {
    grid-template-columns: 1fr;
  }

  .spline-bg__frame {
    opacity: 1;
    filter: grayscale(0.22) contrast(1.01) saturate(0.84);
  }

  .spline-bg__frame.is-fading {
    opacity: 1;
  }

  .spline-bg__veil {
    background:
      radial-gradient(circle at 22% 14%, rgba(12, 14, 18, 0.2), transparent 44%),
      radial-gradient(circle at 82% 78%, rgba(8, 10, 13, 0.34), transparent 48%),
      linear-gradient(180deg, rgba(7, 9, 12, 0.42), rgba(6, 7, 9, 0.62));
  }

  .spline-bg__credit {
    display: none;
  }

  .event-banner {
    padding: 0.42rem 0.56rem;
  }

  .event-banner__inner {
    gap: 0.42rem;
  }

  .event-banner__logo {
    width: 42px;
  }

  .event-banner__label {
    font-size: 0.64rem;
    letter-spacing: 0.07em;
  }

  .event-banner__details {
    font-size: 0.73rem;
    line-height: 1.45;
  }

  .event-banner__official {
    margin-top: 0.18rem;
    font-size: 0.72rem;
  }

  main {
    padding: 1.7rem 0.72rem 3.5rem;
  }

  .section {
    margin-top: 1.25rem;
  }

  .reveal {
    transform: scale(0.995);
    transition-duration: 1.08s;
  }

  .section.reveal .section-label,
  .section.reveal .section-head h2,
  .section.reveal > .surface,
  .section.reveal > .works-grid,
  .section.reveal > .new-release__slot {
    transform: translate3d(var(--section-float-x, 0px), 0, 0) scale(0.996);
    transition-duration: 1.02s;
  }

  .motion-child {
    transform: translate3d(var(--motion-x, 0px), 0, 0) scale(0.992);
    transition-duration: 1s;
  }

  .section-head {
    margin-bottom: 0.75rem;
  }

  .section-head h2 {
    font-size: clamp(1.3rem, 6.2vw, 1.72rem);
  }

  .surface {
    border-radius: 14px;
  }

  .hero h1 {
    font-size: clamp(1.8rem, 10vw, 2.6rem);
  }

  .hero__logo-wrap {
    width: min(105px, 25%);
    margin-top: 0.35rem;
  }

  .hero__body {
    padding: 1rem;
    transform: none;
  }

  .hero__body::before {
    inset: -34%;
    opacity: 0.54;
    animation-duration: 9.2s;
  }

  .hero__logo-wrap {
    transform: scale(0.975);
  }

  .hero__kicker,
  .hero__credit,
  .hero__intro,
  .hero__event-card {
    transform: scale(0.996);
  }

  .hero__credit {
    font-size: 0.92rem;
  }

  .hero__intro {
    margin-top: 0.85rem;
    line-height: 1.8;
    font-size: 0.9rem;
  }

  .hero__event-card {
    padding: 0.85rem;
  }

  .hero__event-card h2 {
    font-size: 0.98rem;
  }

  .hero__event-card p {
    font-size: 0.9rem;
  }

  .hero__event-official {
    font-size: 0.8rem;
  }

  .x-feed__card {
    padding: 0.72rem;
  }

  .x-feed__timeline {
    min-height: 300px;
  }

  .x-feed .twitter-timeline {
    border-radius: 0;
  }

  .x-picks__panel {
    padding: 0.85rem;
  }

  .x-picks__note {
    font-size: 0.84rem;
    line-height: 1.68;
  }

  .x-post-card__body {
    padding: 0.76rem 0.78rem 0.84rem;
  }

  .x-post-card__text {
    font-size: 0.87rem;
    line-height: 1.72;
  }

  .about__content {
    padding: 1rem;
  }

  .about__content p {
    font-size: 0.9rem;
    line-height: 1.78;
  }

  .about__photo {
    width: min(200px, 100%);
  }

  .about__en {
    font-size: 0.86rem;
    line-height: 1.72;
  }

  .about__x {
    font-size: 0.84rem;
  }

  .new-work-card__media {
    min-height: 180px;
  }

  .new-work-card__body {
    padding: 1rem;
  }

  .new-work-card__title {
    font-size: clamp(1.15rem, 6.6vw, 1.6rem);
  }

  .new-work-card__desc {
    font-size: 0.9rem;
    line-height: 1.74;
  }

  .new-work-card__note {
    font-size: 0.82rem;
  }

  .work-card__body {
    padding: 0.82rem;
  }

  .work-card__title {
    font-size: 0.98rem;
    line-height: 1.44;
  }

  .work-card__desc {
    font-size: 0.9rem;
    line-height: 1.7;
  }

  .work-card__media-badge {
    right: 0.62rem;
    bottom: 0.62rem;
    padding: 0.34rem 0.74rem;
    font-size: 0.78rem;
  }

  .event__card {
    padding: 1rem;
  }

  .event__card p {
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .event__official-label {
    font-size: 0.76rem;
  }

  .event__official-links {
    gap: 0.35rem;
    font-size: 0.84rem;
    line-height: 1.55;
  }

  .event__copy {
    font-size: 0.95rem;
  }

  .links__row {
    padding: 0.82rem;
    gap: 0.5rem;
  }

  .chip {
    padding: 0.5rem 0.82rem;
    font-size: 0.81rem;
  }

  .footer {
    padding: 1.4rem 0.8rem 2.2rem;
    font-size: 0.78rem;
  }
}

@media (max-width: 420px) {
  .event-banner__details {
    font-size: 0.7rem;
    letter-spacing: 0.01em;
  }

  .hero__intro {
    font-size: 0.86rem;
  }

  .new-work-card__media {
    min-height: 160px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .section.reveal .section-label,
  .section.reveal .section-head h2,
  .section.reveal > .surface,
  .section.reveal > .works-grid,
  .section.reveal > .new-release__slot,
  .motion-child,
  .hero__kicker,
  .hero__logo-wrap,
  .hero__credit,
  .hero__intro,
  .hero__event-card {
    opacity: 1;
    transform: none;
  }

  .section-head::after,
  .x-post-card__media::after,
  .new-work-card__media::after,
  .work-card__media::after,
  .about__photo::after {
    display: none;
  }
}
