:root {
  --yellow: #f4d63d;
  --cream-yellow: #fff3b0;
  --orange: #f08a3e;
  --purple: #7552d8;
  --warm-black: #0b0908;
  --cream: #fff8dc;
  --muted: #bdb6a5;
  --line: rgba(244, 214, 61, .28);
  --soft-line: rgba(255, 248, 220, .12);
  --max: 1280px;
  --header-height: 72px;
  --font-display: "Arial Narrow", Impact, Haettenschweiler, "Helvetica Neue", Arial, sans-serif;
  --font-editorial: Georgia, "Times New Roman", serif;
  --font-body: Arial, Helvetica, "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  font-family: var(--font-body);
  color: var(--cream);
  background:
    radial-gradient(circle at 12% 8%, rgba(244, 214, 61, .09), transparent 26rem),
    radial-gradient(circle at 88% 24%, rgba(117, 82, 216, .07), transparent 28rem),
    var(--warm-black);
}
body::before {
  content: "";
  position: fixed;
  z-index: 80;
  inset: 0;
  pointer-events: none;
  opacity: .11;
  background: repeating-linear-gradient(180deg, transparent 0 3px, rgba(255,255,255,.06) 4px);
  mix-blend-mode: soft-light;
}
body.menu-open,
body.lightbox-open { overflow: hidden; }
body.lightbox-open { position: fixed; width: 100%; }

a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }
[hidden] { display: none !important; }

.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}
.site-header {
  position: sticky;
  z-index: 60;
  top: 0;
  height: var(--header-height);
  border-bottom: 1px solid rgba(244, 214, 61, .2);
  background: rgba(11, 9, 8, .9);
  backdrop-filter: blur(18px);
}
.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 31%;
  height: 1px;
  background: var(--yellow);
  box-shadow: 0 0 14px rgba(244, 214, 61, .44);
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  position: relative;
  display: grid;
  gap: 4px;
  min-width: 254px;
}
.brand::before {
  content: "07";
  position: absolute;
  left: -35px;
  top: 2px;
  color: var(--yellow);
  font: 700 .62rem/1 monospace;
  writing-mode: vertical-rl;
  letter-spacing: .18em;
}
.brand strong {
  color: var(--cream-yellow);
  font-size: 1.12rem;
  letter-spacing: .13em;
}
.brand-heading {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.brand-fan-title {
  color: var(--cream);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .08em;
  white-space: nowrap;
}
.brand-url {
  color: var(--muted);
  font-size: .65rem;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.header-social {
  order: 5;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 0;
}
.header-social a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 1px solid rgba(244, 214, 61, .28);
  color: var(--muted);
  background: rgba(244, 214, 61, .025);
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}
.header-social svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.header-social a:hover { transform: translateY(-2px); }
.social-instagram {
  border-color: rgba(240, 138, 62, .45) !important;
  background: linear-gradient(145deg, #7552d8, #e94571 52%, #f08a3e) !important;
}
.social-instagram svg { fill: none; stroke: #fff; stroke-width: 1.8; }
.social-instagram .social-dot { fill: #fff; stroke: none; }
.social-x {
  border-color: rgba(255,255,255,.34) !important;
  background: #050505 !important;
}
.social-x svg { fill: #fff; }
.social-rednote {
  width: 48px !important;
  border-color: #ff2442 !important;
  background: #ff2442 !important;
}
.social-rednote svg rect { fill: #ff2442; }
.social-rednote svg text {
  fill: #fff;
  font: 800 7px/1 Arial, "PingFang SC", sans-serif;
}
.nav {
  order: 2;
  margin-left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}
.nav > a,
.members-toggle {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  color: var(--muted);
  background: none;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  cursor: pointer;
}
.nav > a::after,
.members-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  height: 1px;
  background: transparent;
}
.nav > a { position: relative; }
.nav > a:hover,
.nav > a.active,
.members-toggle:hover,
.nav-members.active .members-toggle {
  color: var(--cream);
}
.nav > a:hover::after,
.nav > a.active::after,
.nav-members.active .members-toggle::after {
  background: var(--yellow);
}
.nav-members {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.members-toggle {
  position: relative;
  gap: 7px;
}
.members-toggle span {
  color: var(--yellow);
  font-size: .62rem;
}
.nav-dropdown {
  position: absolute;
  top: calc(100% - 1px);
  left: -20px;
  width: 190px;
  padding: 10px 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-8px);
  border-top: 1px solid var(--yellow);
  background: rgba(11, 9, 8, .97);
  transition: .2s ease;
}
.nav-dropdown a {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: var(--muted);
  font-size: .76rem;
  letter-spacing: .12em;
}
.nav-dropdown a::after {
  content: "↗";
  color: var(--yellow);
}
.nav-dropdown a:hover,
.nav-dropdown a.active {
  color: var(--cream);
  background: rgba(244, 214, 61, .08);
}
.nav-members:hover .nav-dropdown,
.nav-members:focus-within .nav-dropdown,
.nav-members.is-open .nav-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.menu-toggle {
  order: 4;
  width: 44px;
  height: 44px;
  display: none;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  background: rgba(244, 214, 61, .05);
  cursor: pointer;
}
.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  width: 19px;
  height: 1px;
  display: block;
  background: var(--yellow);
  transition: .2s ease;
}
.menu-toggle span { margin: 5px 0; }
.menu-toggle.is-open span { opacity: 0; }
.menu-toggle.is-open::before { transform: translateY(6px) rotate(45deg); }
.menu-toggle.is-open::after { transform: translateY(-6px) rotate(-45deg); }

.page-intro {
  position: relative;
  padding: 82px 0 38px;
  border-bottom: 1px solid var(--soft-line);
}
.page-intro::after {
  content: "DISTRICT 7";
  position: absolute;
  right: 34px;
  bottom: -7px;
  color: rgba(255,248,220,.035);
  font: 900 clamp(3.8rem, 9vw, 8.4rem)/.7 "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -.06em;
  pointer-events: none;
}
.page-intro::before,
.section-number {
  color: var(--yellow);
  font: 700 .64rem/1 monospace;
  letter-spacing: .18em;
}
.page-intro::before {
  content: attr(data-file);
  position: absolute;
  right: 0;
  top: 92px;
  writing-mode: vertical-rl;
}
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--yellow);
  font: 700 .66rem/1.2 monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.kicker::before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
}
.page-title,
.section-title {
  margin: 14px 0;
  font-family: var(--font-display);
  font-weight: 800;
  line-height: .93;
  letter-spacing: -.045em;
  transform: scaleX(.86);
  transform-origin: left center;
}
.page-title {
  position: relative;
  z-index: 1;
  max-width: 950px;
  font-size: clamp(3.2rem, 8vw, 7.7rem);
}
.page-title i {
  color: var(--cream-yellow);
  font-family: var(--font-editorial);
  font-weight: 400;
  letter-spacing: -.03em;
}
.section-title { font-size: clamp(2rem, 4vw, 4.5rem); }
.section-title i {
  color: var(--cream-yellow);
  font-family: var(--font-editorial);
  font-weight: 400;
  letter-spacing: -.02em;
}
.page-subtitle,
.section-copy,
.muted {
  color: var(--muted);
  line-height: 1.75;
}
.page-subtitle,
.section-copy { max-width: 790px; font-size: 1rem; }
.section { position: relative; padding: 68px 0; }
.section + .section { border-top: 1px solid var(--soft-line); }
.section-head {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  align-items: end;
  gap: 36px;
  margin-bottom: 32px;
}
.section-head::after {
  content: "BFG / DISTRICT 7 / VISUAL EDITION";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  padding-top: 7px;
  border-top: 1px solid rgba(244, 214, 61, .24);
  color: rgba(255, 243, 176, .42);
  font: 700 .52rem/1 monospace;
  letter-spacing: .22em;
  text-align: right;
}
.section-head .section-copy { margin: 0; justify-self: end; }
.section-index {
  position: absolute;
  right: -4px;
  top: 72px;
  color: rgba(244, 214, 61, .45);
  font: 700 .62rem/1 monospace;
  writing-mode: vertical-rl;
  letter-spacing: .18em;
}

.home-intro {
  padding: 26px 0 50px;
  border: 0;
}
.hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1916 / 821;
  min-height: 420px;
  max-height: 680px;
  overflow: hidden;
  border-radius: 4px;
  background: #0d0b10;
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}
.hero::before {
  opacity: .28;
  mix-blend-mode: soft-light;
  background-image:
    repeating-linear-gradient(180deg, transparent 0 2px, rgba(255,255,255,.13) 3px, transparent 4px),
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.55) 0 .55px, transparent .8px),
    radial-gradient(circle at 72% 64%, rgba(0,0,0,.9) 0 .55px, transparent .85px);
  background-size: 100% 4px, 5px 5px, 7px 7px;
}
.hero::after {
  background:
    linear-gradient(110deg, rgba(5,4,4,.48) 0%, rgba(5,4,4,.08) 38%, transparent 58%),
    radial-gradient(ellipse at center, transparent 42%, rgba(4,3,3,.54) 100%);
  box-shadow: inset 0 0 72px rgba(0,0,0,.45);
}
.hero-media,
.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-media picture {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-media img {
  object-fit: cover;
  filter: saturate(.84) contrast(1.07) brightness(.93);
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11,9,8,.78) 0%, rgba(11,9,8,.36) 23%, transparent 48%, rgba(11,9,8,.5) 100%),
    linear-gradient(90deg, rgba(11,9,8,.34), transparent 48%);
}
.hero-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: min(58%, 720px);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(24px, 3.4vw, 48px);
}
.hero-title {
  display: flex;
  align-items: baseline;
  gap: .2em;
  margin: 11px 0 13px;
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 4.15vw, 4.65rem);
  line-height: .9;
  letter-spacing: -.055em;
  white-space: nowrap;
  transform: scaleX(.86);
  transform-origin: left center;
}
.hero-title em {
  display: inline;
  color: var(--yellow);
  font-style: normal;
}
.hero-statement {
  margin: 0;
  max-width: 520px;
  color: var(--cream);
  font-size: clamp(.78rem, .92vw, .94rem);
  line-height: 1.55;
}
.hero-signal,
.hero-official {
  color: var(--cream-yellow);
  font: 800 .62rem/1.5 monospace;
  letter-spacing: .13em;
}
.hero-cn-name {
  display: block;
  margin: 7px 0 4px;
  color: var(--cream);
  font-size: 1rem;
  letter-spacing: .12em;
}
.hero-official {
  margin: 10px 0 0;
  color: rgba(255,248,220,.64);
  font-size: .54rem;
}
.hero-statement-en {
  margin: 9px 0 0;
  max-width: 520px;
  color: var(--muted);
  font-size: .72rem;
  line-height: 1.55;
  letter-spacing: .05em;
}
.hero-roles {
  position: absolute;
  z-index: 3;
  left: clamp(30px, 5vw, 70px);
  right: clamp(30px, 5vw, 70px);
  bottom: 20px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.hero-role {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(11,9,8,.64);
  color: var(--cream);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .09em;
  backdrop-filter: blur(10px);
  transition: .2s ease;
}
.hero-role:hover { border-color: var(--yellow); transform: translateY(-3px); }
.hero-role.hami { color: #ffd0a8; border-color: rgba(240,138,62,.56); }
.hero-role.ning { color: var(--cream-yellow); border-color: rgba(244,214,61,.58); }
.hero-role.grape { color: #c3b5ff; border-color: rgba(117,82,216,.65); }
.hero-role.hami:hover { color: var(--warm-black); border-color: var(--orange); background: var(--orange); }
.hero-role.ning:hover { color: var(--warm-black); background: var(--yellow); }
.hero-role.grape:hover { color: var(--cream-white); border-color: var(--purple); background: var(--purple); }

.grid { display: grid; gap: 18px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.member-grid { align-items: stretch; }
.member-card {
  --member-accent: var(--yellow);
  --member-ink: var(--cream-yellow);
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--soft-line);
  border-radius: 3px;
  background: #100e0c;
  transition: .25s ease;
}
.member-card::after,
.project-feature::before,
.media-trigger::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  mix-blend-mode: soft-light;
  background-image:
    radial-gradient(circle at 16% 22%, rgba(255,255,255,.65) 0 .55px, transparent .9px),
    radial-gradient(circle at 78% 68%, rgba(0,0,0,.85) 0 .6px, transparent .95px);
  background-size: 5px 5px, 7px 7px;
}
.member-card::before {
  content: attr(data-index);
  position: absolute;
  z-index: 3;
  top: 14px;
  left: 14px;
  color: var(--member-ink);
  font: 700 .66rem/1 monospace;
  letter-spacing: .12em;
}
.member-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(.9);
  transition: .4s ease;
}
.member-card .copy {
  position: relative;
  padding: 20px;
  border-top: 1px solid var(--soft-line);
}
.member-card .copy::after {
  content: "PRIVATE CAPTURE / D7";
  position: absolute;
  right: 15px;
  top: 15px;
  color: rgba(255,248,220,.34);
  font: 700 .5rem/1 monospace;
  letter-spacing: .14em;
}
.member-card .copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 33%;
  height: 2px;
  background: var(--member-accent);
}
.member-card.hami { --member-accent: var(--orange); --member-ink: #ffc18e; }
.member-card.ning { --member-accent: var(--yellow); --member-ink: var(--cream-yellow); }
.member-card.grape { --member-accent: var(--purple); --member-ink: #c3b5ff; }
.member-card .label,
.member-card .member-name { color: var(--member-ink); }
.member-card .muted { border-left: 2px solid var(--member-accent); padding-left: 10px; }
.member-card:hover { border-color: var(--member-accent); }
.member-card:hover { transform: translateY(-7px); }
.member-card:hover img { transform: scale(1.025); filter: saturate(1.08); }
.label {
  display: inline-block;
  color: var(--yellow);
  font: 700 .65rem/1.3 monospace;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.member-name { margin: 9px 0; font-size: 1.38rem; letter-spacing: -.02em; }
.member-card .muted { margin-bottom: 0; font-size: .88rem; }

.project-feature {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-top: 1px solid var(--yellow);
  border-bottom: 1px solid var(--soft-line);
}
.project-feature::after {
  content: "BFG / EDITORIAL PACKAGE 001";
  position: absolute;
  z-index: 3;
  right: 18px;
  top: 22px;
  color: rgba(255,248,220,.68);
  font: 700 .55rem/1 monospace;
  letter-spacing: .18em;
  writing-mode: vertical-rl;
}
.project-feature img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}
.project-copy {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: min(44%, 530px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(28px, 5vw, 62px);
  background: linear-gradient(90deg, rgba(11,9,8,.94), rgba(11,9,8,.72) 72%, transparent);
}
.project-copy h2 {
  margin: 8px 0;
  font-size: clamp(2.7rem, 5vw, 5.8rem);
  line-height: .86;
  letter-spacing: -.06em;
  transform: scaleX(.84);
  transform-origin: left center;
  font-family: var(--font-display);
}
.project-copy p { margin: 12px 0 0; color: var(--cream); line-height: 1.7; }
.project-copy .project-en { color: var(--muted); font-size: .88rem; }

.gallery-wall {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 10px;
}
.gallery-card { min-width: 0; }
.gallery-card.span-4 { grid-column: span 4; }
.gallery-card.span-5 { grid-column: span 5; }
.gallery-card.span-6 { grid-column: span 6; }
.gallery-card.span-7 { grid-column: span 7; }
.gallery-card.span-8 { grid-column: span 8; }
.gallery-card.tall .media-trigger { min-height: 430px; }
.gallery-card:not(.tall) .media-trigger { min-height: 280px; }
.media-trigger {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #12100f;
  cursor: zoom-in;
  text-align: left;
}
.media-trigger::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.11);
  pointer-events: none;
}
.media-trigger img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
}
.media-trigger:hover img { transform: scale(1.025); filter: brightness(.72) saturate(1.04); }
.media-overlay {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  display: grid;
  gap: 5px;
  padding: 46px 18px 16px;
  color: var(--cream);
  background: linear-gradient(transparent, rgba(11,9,8,.94));
  transform: translateY(22%);
  opacity: 0;
  transition: .25s ease;
}
.media-overlay strong { font-size: .88rem; letter-spacing: .06em; }
.media-overlay span { color: var(--yellow); font: 700 .66rem/1.4 monospace; letter-spacing: .12em; }
.media-trigger:hover .media-overlay,
.media-trigger:focus-visible .media-overlay { opacity: 1; transform: translateY(0); }

.signal-panel {
  position: relative;
  padding: 38px clamp(24px, 5vw, 64px);
  overflow: hidden;
  border-block: 1px solid var(--yellow);
  background:
    linear-gradient(90deg, rgba(244,214,61,.1), transparent 42%),
    #0f0d0b;
}
.signal-panel::after {
  content: "D7 / LIVE";
  position: absolute;
  right: 26px;
  top: 20px;
  color: rgba(244,214,61,.32);
  font: 700 3.6rem/1 monospace;
}
.signal-display {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: end;
}
.signal-text {
  max-width: 850px;
  margin: 10px 0 0;
  font-size: clamp(1.15rem, 2.3vw, 2rem);
  line-height: 1.45;
}
.signal-code {
  color: var(--yellow);
  font: 700 .76rem/1 monospace;
  letter-spacing: .16em;
}
.home-chapter-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 10px;
}
.home-chapter {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border-top: 2px solid var(--yellow);
  background: #080706;
}
.home-chapter img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  filter: brightness(.68) saturate(.9);
  transition: transform .4s ease, filter .4s ease;
}
.home-chapter > span {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 11px;
  padding: 80px 26px 25px;
  background: linear-gradient(transparent, rgba(11,9,8,.96));
}
.home-chapter small {
  color: var(--yellow);
  font: 800 .66rem/1 monospace;
  letter-spacing: .14em;
}
.home-chapter strong {
  color: var(--cream);
  font: 900 clamp(3rem, 6vw, 6.4rem)/.72 var(--font-display);
  letter-spacing: -.06em;
  transform: scaleX(.85);
  transform-origin: left center;
}
.home-chapter strong i {
  color: var(--cream-yellow);
  font-family: var(--font-editorial);
  font-weight: 400;
}
.home-chapter b { color: var(--cream-yellow); font: 800 .68rem/1 monospace; letter-spacing: .1em; }
.home-chapter.life { border-color: var(--orange); }
.home-chapter.stage { border-color: var(--purple); }
.home-chapter:hover img { transform: scale(1.025); filter: brightness(.82) saturate(1.05); }

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.archive-card {
  position: relative;
  min-width: 0;
  border: 1px solid var(--soft-line);
  background: #100e0c;
}
.archive-card::after {
  content: "FILE / " attr(data-number);
  position: absolute;
  z-index: 3;
  right: 10px;
  top: 10px;
  padding: 6px 7px;
  color: var(--warm-black);
  background: var(--yellow);
  font: 800 .5rem/1 monospace;
  letter-spacing: .12em;
}
.archive-card .media-trigger { height: auto; aspect-ratio: 16 / 10; }
.archive-card.is-portrait .media-trigger { aspect-ratio: 4 / 5; }
.archive-card:nth-child(5n + 2) { transform: translateY(18px); }
.archive-card:nth-child(5n + 4) { transform: translateY(-8px); }
.archive-card .copy { padding: 18px; }
.archive-card .member-name { font-size: 1.05rem; }
.archive-card .muted { margin: 8px 0; font-size: .84rem; }
.archive-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: 14px;
}
.archive-meta span {
  color: var(--muted);
  font: 700 .65rem/1.4 monospace;
  letter-spacing: .08em;
}
.status { color: var(--yellow) !important; }
.status.restricted { color: #ad91ff !important; }
.status.corrupted { color: #ff7652 !important; }

.archive-tools,
.category-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}
.archive-tools::-webkit-scrollbar,
.category-nav::-webkit-scrollbar { display: none; }
.archive-tools {
  justify-content: space-between;
  margin-bottom: 26px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--soft-line);
}
.filter-group { display: flex; gap: 7px; }
.filter-button,
.category-nav a,
.archive-sort {
  min-height: 44px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--soft-line);
  border-radius: 999px;
  background: rgba(255,255,255,.02);
  color: var(--muted);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  cursor: pointer;
}
.filter-button:hover,
.filter-button.is-active,
.category-nav a:hover {
  color: var(--warm-black);
  border-color: var(--yellow);
  background: var(--yellow);
}
.archive-sort {
  color: var(--cream);
  background: #0f0d0b;
}
.category-nav {
  padding: 4px 0 16px;
  margin-bottom: 26px;
}

.lookbook-section { scroll-margin-top: 92px; }
.lookbook-section::after {
  content: "BURNING FRUIT GIRLS / EDITORIAL RECORD";
  position: absolute;
  right: -20px;
  bottom: 28px;
  color: rgba(244,214,61,.34);
  font: 700 .52rem/1 monospace;
  letter-spacing: .18em;
  writing-mode: vertical-rl;
}
.project-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(250px, .7fr);
  gap: 10px;
}
.project-main .media-trigger { min-height: 610px; }
.project-side {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.project-side .media-trigger { min-height: 300px; }
.project-declaration {
  max-width: 760px;
  margin: 14px 0 28px;
  color: var(--muted);
  line-height: 1.7;
}
.pending-project {
  min-height: 230px;
  display: grid;
  place-items: center;
  border-block: 1px solid var(--soft-line);
  background: repeating-linear-gradient(135deg, rgba(244,214,61,.025) 0 12px, transparent 12px 24px);
  color: var(--yellow);
  font: 700 clamp(1.3rem, 3vw, 2.8rem)/1 monospace;
  letter-spacing: .12em;
}

.timeline {
  position: relative;
  display: grid;
  gap: 72px;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 115px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(var(--yellow), rgba(244,214,61,.06));
}
.timeline-entry {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 54px;
  align-items: start;
}
.timeline-time {
  position: sticky;
  top: 95px;
  color: var(--yellow);
  font: 700 1.2rem/1 monospace;
}
.timeline-content {
  display: grid;
  grid-template-columns: minmax(270px, .8fr) minmax(0, 1.4fr);
  gap: 28px;
  align-items: center;
}
.timeline-copy {
  padding: 18px 0;
  border-top: 1px solid var(--yellow);
}
.timeline-copy h2 {
  margin: 12px 0;
  font-size: clamp(1.5rem, 3vw, 3rem);
  line-height: 1;
  transform: scaleX(.88);
  transform-origin: left center;
}
.timeline-copy p { color: var(--muted); line-height: 1.7; }
.timeline-content .media-trigger { aspect-ratio: 16 / 9; }
.timeline-entry:nth-child(even) .timeline-copy { order: 2; }

.member-page .page-intro { border-bottom-color: var(--line); }
.member-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .75fr);
  gap: 38px;
  align-items: start;
}
.member-visual { position: relative; min-width: 0; overflow: visible; }
.member-visual .media-trigger { min-height: 760px; }
.member-file-copy { position: sticky; top: 104px; }
.text-card {
  border-top: 1px solid var(--yellow);
  background: rgba(255,255,255,.025);
}
.text-card .copy { padding: 24px; }
.stat-list {
  display: grid;
  margin: 24px 0 0;
  border-top: 1px solid var(--soft-line);
}
.stat-item {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid var(--soft-line);
}
.stat-item strong {
  color: var(--yellow);
  font: 700 .68rem/1.5 monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.editorial-split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 10px;
}
.editorial-split .media-trigger { min-height: 570px; }
.editorial-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  border-top: 1px solid var(--yellow);
  background: rgba(255,255,255,.025);
}
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.tag {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid var(--soft-line);
  border-radius: 999px;
  color: var(--muted);
  font-size: .72rem;
}
.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 10px;
}
.detail-crop { min-height: 480px; }
.detail-crop img { object-position: center 15%; transform: scale(1.35); }
.role-panel {
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--soft-line);
  background:
    linear-gradient(135deg, rgba(244,214,61,.09), transparent 48%),
    #0f0d0b;
}
.role-panel strong {
  max-width: 640px;
  font-size: clamp(2rem, 4vw, 4.5rem);
  line-height: .92;
  letter-spacing: -.05em;
  transform: scaleX(.86);
  transform-origin: left center;
  font-family: var(--font-display);
}
.pair-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.pair-card {
  border-top: 1px solid var(--soft-line);
  background: #100e0c;
}
.pair-card .media-trigger { aspect-ratio: 16 / 9; }
.pair-card .copy { padding: 18px 0; }

.member-hami {
  background:
    linear-gradient(116deg, rgba(240,138,62,.08) 0 16%, transparent 16%),
    radial-gradient(circle at 80% 18%, rgba(244,214,61,.08), transparent 28rem),
    var(--warm-black);
}
.member-hami .page-intro::after {
  content: "";
  position: absolute;
  right: 8%;
  top: 42px;
  width: 34%;
  height: 2px;
  background: var(--orange);
  transform: rotate(-7deg);
  transform-origin: right;
}
.member-hami .member-visual { transform: translateX(-18px) rotate(-.7deg); }
.member-hami .member-visual::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 9%;
  width: 4px;
  height: 72%;
  background: linear-gradient(var(--orange), var(--yellow));
  transform: rotate(-6deg);
}
.member-hami .text-card,
.member-hami .editorial-copy { border-color: var(--orange); }
.member-hami .kicker,
.member-hami .label,
.member-hami .stat-item strong,
.member-hami .member-name { color: var(--orange); }
.member-hami .tag { border-color: rgba(240,138,62,.42); color: #ffc18e; }

.member-ning {
  background:
    linear-gradient(rgba(244,214,61,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244,214,61,.04) 1px, transparent 1px),
    radial-gradient(circle at 70% 14%, rgba(255,248,220,.09), transparent 26rem),
    var(--warm-black);
  background-size: 44px 44px, 44px 44px, auto, auto;
}
.member-ning .member-layout { gap: 1px; background: rgba(244,214,61,.18); }
.member-ning .member-file-copy { padding: 28px; background: rgba(11,9,8,.92); }
.member-ning .media-trigger::before {
  content: "SCAN / 07";
  position: absolute;
  z-index: 2;
  right: 14px;
  top: 14px;
  color: var(--yellow);
  font: 700 .6rem/1 monospace;
  letter-spacing: .12em;
}
.member-ning .role-panel {
  background:
    linear-gradient(rgba(244,214,61,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244,214,61,.08) 1px, transparent 1px),
    rgba(255,248,220,.035);
  background-size: 28px 28px;
}
.member-ning .kicker,
.member-ning .label,
.member-ning .stat-item strong,
.member-ning .member-name { color: var(--yellow); }
.member-ning .tag { border-color: rgba(244,214,61,.45); color: var(--cream-yellow); }

.member-grape {
  background:
    radial-gradient(ellipse at 78% 14%, rgba(117,82,216,.16), transparent 26rem),
    #08070b;
}
.member-grape .container { width: min(calc(100% - 56px), 1180px); }
.member-grape .page-title { color: #c3b5ff; }
.member-grape .member-layout { grid-template-columns: minmax(0, .82fr) minmax(330px, .58fr); gap: 90px; }
.member-grape .member-visual .media-trigger { min-height: 860px; }
.member-grape .member-visual::after {
  content: "CONTROL / VIOLET CLUSTER / D7";
  position: absolute;
  right: -46px;
  top: 0;
  height: 100%;
  color: rgba(195,181,255,.6);
  font: 700 .62rem/1 monospace;
  writing-mode: vertical-rl;
  letter-spacing: .16em;
}
.member-grape .text-card,
.member-grape .editorial-copy { border-color: var(--purple); }
.member-grape .detail-grid { grid-template-columns: .7fr 1.3fr; }
.member-grape .role-panel {
  background:
    linear-gradient(180deg, rgba(117,82,216,.14), transparent 52%),
    #09080d;
}
.member-grape .kicker,
.member-grape .label,
.member-grape .stat-item strong,
.member-grape .member-name { color: #a98eff; }
.member-grape .tag { border-color: rgba(117,82,216,.52); color: #c3b5ff; }

.footer {
  margin-top: 0;
  padding: 48px 0 28px;
  border-top: 1px solid var(--yellow);
  color: var(--muted);
  background:
    linear-gradient(90deg, rgba(244,214,61,.045), transparent 38%),
    linear-gradient(270deg, rgba(117,82,216,.06), transparent 35%),
    #080706;
}
.footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.15fr) minmax(330px, 1.3fr) minmax(180px, .7fr);
  gap: 42px;
  font-size: .75rem;
  letter-spacing: .11em;
}
.footer strong {
  display: block;
  margin-top: 14px;
  color: var(--cream-yellow);
  font: 900 clamp(1.65rem, 2.6vw, 3rem)/.9 "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -.035em;
}
.footer p { margin: 9px 0 0; line-height: 1.55; }
.footer-index,
.footer-label {
  color: var(--yellow);
  font: 800 .56rem/1.2 monospace;
  letter-spacing: .16em;
}
.footer-brand p { color: var(--cream-white); font-size: .78rem; }
.footer-universe nav,
.footer-social nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 18px;
}
.footer a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid rgba(244,214,61,.3);
  color: var(--cream-white);
  font: 800 .68rem/1 monospace;
  letter-spacing: .08em;
  transition: color .2s ease, border-color .2s ease;
}
.footer a:hover {
  color: var(--yellow);
  border-color: var(--yellow);
}
.footer-social a:nth-child(1):hover { color: var(--orange); border-color: var(--orange); }
.footer-social a:nth-child(2):hover { color: var(--cream-white); border-color: var(--cream-white); }
.footer-social a:nth-child(3):hover { color: #c3b5ff; border-color: var(--purple); }
.footer-legal {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--soft-line);
  color: rgba(255,248,220,.43);
  font: 700 .58rem/1.5 monospace;
  letter-spacing: .12em;
}

.language-switcher {
  position: relative;
  z-index: 72;
  order: 3;
  flex: 0 0 auto;
}
.language-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(34px, 1fr));
  align-items: stretch;
  border: 1px solid var(--line);
  background: rgba(244, 214, 61, .025);
}
.language-tabs button {
  min-width: 36px;
  min-height: 44px;
  padding: 0 8px;
  border: 0;
  border-right: 1px solid rgba(244,214,61,.14);
  background: transparent;
  color: var(--muted);
  font: 800 .66rem/1 monospace;
  cursor: pointer;
}
.language-tabs button:last-child { border-right: 0; }
.language-tabs button:hover,
.language-tabs button.is-active {
  color: var(--warm-black);
  background: var(--yellow);
}
.language-current {
  min-width: 118px;
  min-height: 44px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 0 11px;
  border: 1px solid var(--line);
  background: rgba(244, 214, 61, .035);
  color: var(--cream);
  cursor: pointer;
}
.language-current-code {
  min-width: 26px;
  color: var(--warm-black);
  background: var(--yellow);
  font: 800 .66rem/26px monospace;
  text-align: center;
}
.language-current-name {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: left;
}
.language-current > span:last-child {
  color: var(--yellow);
  transition: transform .2s ease;
}
.language-switcher.is-open .language-current > span:last-child { transform: rotate(45deg); }
.language-menu {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  width: 196px;
  padding: 7px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-7px);
  border: 1px solid var(--line);
  border-top: 2px solid var(--yellow);
  background: rgba(11, 9, 8, .98);
  box-shadow: 0 16px 44px rgba(0, 0, 0, .38);
  transition: .18s ease;
}
.language-switcher.is-open .language-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.language-menu button {
  width: 100%;
  min-height: 44px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 9px;
  padding: 0 9px;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  text-align: left;
}
.language-menu button b {
  color: var(--yellow);
  font: 800 .72rem/1 monospace;
}
.language-menu button span {
  font-size: .74rem;
  letter-spacing: .04em;
}
.language-menu button:hover,
.language-menu button.is-active {
  color: var(--warm-black);
  background: var(--yellow);
}
.language-menu button:hover b,
.language-menu button.is-active b { color: var(--warm-black); }

.music-player {
  position: fixed;
  z-index: 58;
  top: calc(var(--header-height) + 18px);
  right: max(18px, calc((100vw - var(--max)) / 2));
  bottom: auto;
  width: min(480px, calc(100vw - 36px));
  min-height: 88px;
  display: grid;
  grid-template-columns: 66px 44px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 10px;
  padding: 11px;
  border: 1px solid rgba(244, 214, 61, .58);
  border-left: 3px solid var(--yellow);
  background:
    linear-gradient(120deg, rgba(240, 138, 62, .1), transparent 36%),
    linear-gradient(300deg, rgba(117, 82, 216, .14), transparent 48%),
    rgba(11, 9, 8, .96);
  box-shadow: 0 18px 52px rgba(0, 0, 0, .48);
  backdrop-filter: blur(16px);
  transition: width .24s ease, opacity .2s ease, transform .2s ease;
}
.music-player::before {
  content: "AUDIO / FRUIT ENERGY";
  position: absolute;
  left: 13px;
  top: -7px;
  padding: 0 6px;
  color: var(--warm-black);
  background: var(--yellow);
  font: 800 .5rem/14px monospace;
  letter-spacing: .12em;
}
.music-drag-handle {
  position: absolute;
  z-index: 2;
  top: -8px;
  right: 42px;
  min-width: 52px;
  height: 18px;
  padding: 0 8px;
  border: 1px solid rgba(244, 214, 61, .76);
  background: var(--warm-black);
  color: var(--yellow);
  font: 800 .5rem/16px monospace;
  letter-spacing: .14em;
  cursor: grab;
  touch-action: none;
  user-select: none;
}
.music-drag-handle::before {
  content: "···";
  margin-right: 5px;
  color: var(--orange);
  letter-spacing: .05em;
}
.music-drag-handle:hover,
.music-drag-handle:focus-visible {
  outline: 0;
  background: var(--yellow);
  color: var(--warm-black);
}
body.player-dragging {
  cursor: grabbing;
  user-select: none;
}
body.player-dragging .music-player {
  transition: none;
}
body.player-dragging .music-drag-handle {
  cursor: grabbing;
  background: var(--yellow);
  color: var(--warm-black);
}
.fruit-trinity {
  position: relative;
  width: 64px;
  height: 52px;
  border-bottom: 1px solid rgba(244, 214, 61, .28);
}
.fruit-trinity::after {
  content: "H / N / G";
  position: absolute;
  left: 4px;
  bottom: -1px;
  color: rgba(255, 248, 220, .56);
  font: 800 .42rem/1 monospace;
  letter-spacing: .5em;
}
.fruit-icon {
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  box-shadow: 0 0 12px currentColor;
}
.fruit-melon {
  left: 0;
  top: 8px;
  color: var(--orange);
  border: 3px solid #91a83d;
  background:
    radial-gradient(ellipse at 35% 38%, #fff3b0 0 1px, transparent 2px),
    radial-gradient(ellipse at 64% 58%, #fff3b0 0 1px, transparent 2px),
    var(--orange);
}
.fruit-lemon {
  left: 20px;
  top: 0;
  color: var(--yellow);
  border: 2px solid var(--cream-yellow);
  background: repeating-conic-gradient(from 0deg, var(--yellow) 0 24deg, #fff3b0 25deg 31deg);
  box-shadow: inset 0 0 0 4px var(--yellow), 0 0 12px rgba(244, 214, 61, .62);
}
.fruit-grape {
  right: 0;
  top: 12px;
  width: 13px;
  height: 13px;
  color: var(--purple);
  background: var(--purple);
  box-shadow:
    -9px 6px 0 #7552d8,
    0 9px 0 #8f6bef,
    9px 6px 0 #6841cb,
    -5px 16px 0 #825fe3,
    5px 16px 0 #7552d8,
    0 0 13px rgba(117, 82, 216, .72);
}
.music-player:has(.music-play.is-playing) .fruit-icon {
  filter: brightness(1.16) saturate(1.14);
}
.music-play {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--yellow);
  border-radius: 50%;
  background: var(--yellow);
  color: var(--warm-black);
  font-size: .86rem;
  font-weight: 900;
  cursor: pointer;
}
.music-play:hover { background: var(--cream-yellow); }
.music-main { min-width: 0; }
.music-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.music-heading > div { min-width: 0; display: grid; gap: 2px; }
.music-title {
  overflow: hidden;
  color: var(--cream-yellow);
  font-size: .8rem;
  letter-spacing: .06em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.music-heading span,
.music-time,
.music-status,
.music-volume-row label span {
  color: var(--muted);
  font: 700 .55rem/1.2 monospace;
  letter-spacing: .08em;
}
.music-time { flex: 0 0 auto; }
.music-track-controls {
  flex: 0 0 auto;
  display: flex !important;
  grid-template-columns: 24px auto 24px;
  align-items: center;
  gap: 4px !important;
}
.music-prev,
.music-next {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 1px solid rgba(244, 214, 61, .32);
  background: rgba(244, 214, 61, .04);
  color: var(--yellow);
  cursor: pointer;
}
.music-prev:hover,
.music-next:hover {
  color: var(--warm-black);
  background: var(--yellow);
}
.music-track-index {
  color: var(--cream-yellow) !important;
  font-size: .52rem !important;
  white-space: nowrap;
}
.music-progress,
.music-volume {
  height: 16px;
  margin: 2px 0 0;
  padding: 0;
  accent-color: var(--yellow);
  cursor: pointer;
}
.music-progress { width: 100%; display: block; }
.music-volume-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.music-volume-row label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.music-volume { width: 54px; }
.music-menu-toggle {
  width: 34px;
  height: 44px;
  padding: 0;
  border: 0;
  border-left: 1px solid var(--soft-line);
  background: transparent;
  color: var(--yellow);
  cursor: pointer;
}
.music-menu {
  position: absolute;
  z-index: 4;
  right: 0;
  top: calc(100% + 8px);
  width: 244px;
  display: grid;
  padding: 7px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-7px);
  border: 1px solid rgba(244,214,61,.52);
  border-top: 2px solid var(--yellow);
  background: rgba(11,9,8,.98);
  box-shadow: 0 18px 46px rgba(0,0,0,.52);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.music-menu.is-open {
  visibility: visible;
  opacity: 1;
  transform: none;
}
.music-menu button {
  min-height: 42px;
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  border: 0;
  border-bottom: 1px solid var(--soft-line);
  background: transparent;
  color: var(--muted);
  font-size: .68rem;
  text-align: left;
  cursor: pointer;
}
.music-menu button b { color: var(--yellow); font: 800 .62rem/1 monospace; }
.music-menu button.is-active,
.music-menu button:hover {
  color: var(--warm-black);
  background: var(--yellow);
}
.music-menu button.is-active b,
.music-menu button:hover b { color: var(--warm-black); }
.music-menu .music-collapse,
.music-menu .music-reset-position {
  grid-template-columns: 1fr;
  color: var(--cream);
  font-weight: 700;
}
.music-menu .music-reset-position { border-bottom: 0; }
.music-player.is-collapsed {
  width: 172px;
  grid-template-columns: 64px 44px 34px;
}
.music-player.is-collapsed .music-main { display: none; }
body.menu-open .music-player,
body.lightbox-open .music-player,
body.language-open .music-player {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-14px);
}

.crossover-feature {
  padding-top: 34px;
}
.crossover-link {
  position: relative;
  min-height: 440px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
  align-items: end;
  gap: 28px;
  overflow: hidden;
  padding: clamp(28px, 4vw, 58px);
  border-block: 1px solid var(--yellow);
  background:
    linear-gradient(120deg, rgba(244, 214, 61, .11), transparent 42%),
    radial-gradient(circle at 86% 20%, rgba(240, 138, 62, .3), transparent 25%),
    radial-gradient(circle at 74% 84%, rgba(117, 82, 216, .24), transparent 31%),
    #090706;
  color: var(--cream-white);
  text-decoration: none;
  isolation: isolate;
}
.crossover-link::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .22;
  pointer-events: none;
  background: repeating-linear-gradient(0deg, transparent 0 3px, rgba(255,255,255,.07) 3px 4px);
  mix-blend-mode: overlay;
}
.crossover-link::after {
  content: "ULTIMATE PARTY / SIGNAL MERGE";
  position: absolute;
  right: 18px;
  top: 22px;
  color: rgba(255, 243, 176, .72);
  font: 800 .54rem/1 monospace;
  letter-spacing: .22em;
  writing-mode: vertical-rl;
}
.crossover-code {
  position: absolute;
  left: 0;
  top: 0;
  padding: 9px 12px;
  color: var(--warm-black);
  background: var(--yellow);
  font: 900 .58rem/1 monospace;
  letter-spacing: .16em;
}
.crossover-ghost {
  position: absolute;
  z-index: -1;
  left: -1vw;
  bottom: -3vw;
  color: rgba(255, 248, 220, .045);
  font: 900 clamp(5rem, 12vw, 12rem)/.75 Arial, sans-serif;
  letter-spacing: -.08em;
  white-space: nowrap;
}
.crossover-copy {
  display: grid;
  align-content: end;
  gap: 14px;
}
.crossover-copy strong {
  max-width: 840px;
  color: var(--cream-white);
  font: 900 clamp(3.6rem, 8vw, 8.8rem)/.72 Arial, sans-serif;
  letter-spacing: -.065em;
  transform: scaleX(.84);
  transform-origin: left center;
  font-family: var(--font-display);
  transition: color .22s ease, transform .22s ease;
}
.crossover-title {
  margin-top: 16px;
  color: var(--yellow);
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  font-weight: 800;
}
.crossover-description {
  max-width: 650px;
  color: var(--muted);
  font-size: .96rem;
  line-height: 1.75;
}
.crossover-fruit {
  position: relative;
  align-self: center;
  justify-self: center;
  width: 230px;
  height: 190px;
  transition: transform .26s ease;
}
.crossover-fruit i {
  position: absolute;
  display: block;
  border-radius: 50%;
}
.crossover-melon {
  left: 0;
  bottom: 10px;
  width: 112px;
  height: 112px;
  border: 8px solid #92a83e;
  background:
    radial-gradient(ellipse at 32% 35%, #fff3b0 0 3px, transparent 4px),
    radial-gradient(ellipse at 63% 57%, #fff3b0 0 3px, transparent 4px),
    var(--orange);
  box-shadow: 0 0 42px rgba(240,138,62,.28);
}
.crossover-lemon {
  right: 4px;
  top: 0;
  width: 126px;
  height: 126px;
  border: 6px solid var(--cream-yellow);
  background: repeating-conic-gradient(var(--yellow) 0 25deg, #fff3b0 26deg 32deg);
  box-shadow: inset 0 0 0 13px var(--yellow), 0 0 46px rgba(244,214,61,.28);
}
.crossover-grape {
  right: 38px;
  bottom: 9px;
  width: 42px;
  height: 42px;
  background: var(--purple);
  box-shadow:
    -34px 18px 0 #7552d8,
    0 30px 0 #8f6bef,
    34px 18px 0 #6841cb,
    -18px 57px 0 #825fe3,
    18px 57px 0 #7552d8;
}
.crossover-cta {
  position: absolute;
  right: clamp(28px, 4vw, 58px);
  bottom: clamp(26px, 3vw, 46px);
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid var(--yellow);
  color: var(--yellow);
  font: 900 .68rem/1 monospace;
  letter-spacing: .12em;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.guestbook-section {
  border-top-color: var(--yellow) !important;
}
.guestbook-section .section-title i {
  color: var(--cream-yellow);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.02em;
}
.guestbook-layout {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
  gap: 36px;
  align-items: start;
}
.guestbook-form {
  position: sticky;
  top: 98px;
  display: grid;
  gap: 18px;
  padding: 26px;
  border-top: 2px solid var(--yellow);
  border-bottom: 1px solid var(--soft-line);
  background: rgba(255,255,255,.025);
}
.guestbook-form label {
  display: grid;
  gap: 8px;
}
.guestbook-form label > span {
  color: var(--yellow);
  font: 800 .68rem/1 monospace;
  letter-spacing: .12em;
}
.guestbook-form input,
.guestbook-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  border: 1px solid rgba(244,214,61,.25);
  border-radius: 0;
  outline: 0;
  background: #080706;
  color: var(--cream);
  font: 500 1rem/1.55 Arial, Helvetica, "PingFang SC", sans-serif;
  resize: vertical;
}
.guestbook-form input:focus,
.guestbook-form textarea:focus {
  border-color: var(--yellow);
  box-shadow: 0 0 0 1px var(--yellow);
}
.guestbook-honeypot {
  position: absolute !important;
  left: -9999px !important;
}
.guestbook-submit-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}
.guestbook-submit-row p {
  max-width: 320px;
  margin: 0;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.55;
}
.guestbook-submit-row button {
  min-height: 46px;
  flex: 0 0 auto;
  padding: 0 16px;
  border: 1px solid var(--yellow);
  background: var(--yellow);
  color: var(--warm-black);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  cursor: pointer;
}
.guestbook-submit-row button:hover { background: var(--cream-yellow); }
.guestbook-submit-row button:disabled { opacity: .55; cursor: wait; }
.guestbook-status {
  min-height: 1.4em;
  color: var(--cream-yellow);
  font-size: .82rem;
}
.guestbook-feed {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--soft-line);
}
.guestbook-message {
  position: relative;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--soft-line);
}
.guestbook-message::before {
  content: attr(data-index);
  color: var(--yellow);
  font: 800 .64rem/1.3 monospace;
  letter-spacing: .12em;
}
.guestbook-message strong {
  color: var(--cream-yellow);
  font-size: .92rem;
}
.guestbook-message time {
  display: block;
  margin-top: 4px;
  color: rgba(255,248,220,.46);
  font: 700 .62rem/1 monospace;
}
.guestbook-message p {
  margin: 10px 0 0;
  color: var(--cream);
  font-size: 1rem;
  line-height: 1.7;
  white-space: pre-wrap;
}
.guestbook-loading,
.guestbook-empty {
  margin: 0;
  padding: 32px 0;
  color: var(--muted);
}
.crossover-link:hover .crossover-copy strong {
  color: var(--yellow);
  transform: translateX(6px);
}
.crossover-link:hover .crossover-fruit { transform: rotate(-3deg) scale(1.03); }
.crossover-link:hover .crossover-cta {
  color: var(--warm-black);
  background: var(--yellow);
  transform: translateX(4px);
}

.lightbox {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(3,3,3,.94);
  backdrop-filter: blur(16px);
}
.lightbox.is-open { display: grid; }
.lightbox-dialog {
  position: relative;
  width: min(1500px, 100%);
  height: min(900px, calc(100vh - 48px));
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 56px;
  align-items: center;
}
.lightbox-figure {
  min-width: 0;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(260px, .55fr);
  margin: 0;
  border: 1px solid rgba(244,214,61,.22);
  background: #080706;
}
.lightbox-image-wrap {
  min-width: 0;
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #050505;
}
.lightbox-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lightbox-caption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: 34px 26px;
  border-left: 1px solid rgba(244,214,61,.22);
}
.lightbox-id { color: var(--yellow); font: 700 .72rem/1 monospace; letter-spacing: .14em; }
.lightbox-name { margin: 12px 0 0; font-size: clamp(1.8rem, 3vw, 3.5rem); line-height: .92; }
.lightbox-meta { display: grid; gap: 16px; margin: auto 0; }
.lightbox-meta div { padding-top: 10px; border-top: 1px solid var(--soft-line); }
.lightbox-meta dt { color: var(--yellow); font: 700 .65rem/1 monospace; letter-spacing: .12em; }
.lightbox-meta dd { margin: 7px 0 0; color: var(--muted); font-size: .88rem; line-height: 1.45; }
.lightbox-view {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--yellow);
  color: var(--yellow);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .1em;
}
.lightbox-view:hover { color: var(--warm-black); background: var(--yellow); }
.lightbox-close {
  position: absolute;
  z-index: 2;
  right: 56px;
  top: 0;
  min-width: 90px;
  min-height: 44px;
  padding: 0 14px;
  border: 0;
  color: var(--warm-black);
  background: var(--yellow);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
  cursor: pointer;
}
.lightbox-nav {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  justify-self: center;
  padding: 0;
  border: 1px solid rgba(244,214,61,.45);
  background: rgba(11,9,8,.8);
  color: var(--yellow);
  font-size: 1.25rem;
  cursor: pointer;
}
.lightbox-nav:hover { color: var(--warm-black); background: var(--yellow); }

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .55s ease, transform .55s ease;
}
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1024px) {
  .header-inner { gap: 12px; }
  .brand { min-width: 220px; }
  .brand-fan-title { display: none; }
  .nav { gap: 12px; }
  .nav > a,
  .members-toggle { font-size: .7rem; }
  .header-social a {
    width: 34px;
    height: 34px;
    padding: 7px;
  }
  .social-rednote { width: 40px !important; }
  .language-current { min-width: 54px; grid-template-columns: auto auto; }
  .language-current-name { display: none; }
  .hero { min-height: 390px; }
  .hero-content { width: 45%; padding: 34px; }
  .hero-roles { left: 34px; right: 34px; }
  .archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-layout { grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr); }
  .member-layout { grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr); }
  .member-grape .member-layout { gap: 50px; }
  .lightbox-figure { grid-template-columns: minmax(0, 1.4fr) 260px; }
  .footer-inner {
    grid-template-columns: minmax(240px, .9fr) minmax(330px, 1.1fr);
  }
  .footer-social { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  :root { --header-height: 64px; }
  html { scroll-padding-top: 78px; }
  .container,
  .member-grape .container { width: min(calc(100% - 24px), var(--max)); }
  .site-header { height: var(--header-height); backdrop-filter: none; }
  .brand { min-width: 0; }
  .brand::before { display: none; }
  .brand strong { font-size: .75rem; letter-spacing: .1em; }
  .brand-heading { display: grid; gap: 2px; }
  .brand-fan-title { display: block; font-size: .5rem; }
  .brand-url { font-size: .55rem; }
  .header-inner { gap: 9px; }
  .header-social {
    position: absolute;
    z-index: 3;
    right: 12px;
    top: calc(100% + 10px);
    gap: 4px;
    margin: 0;
  }
  .header-social a {
    width: 44px;
    height: 44px;
    padding: 9px;
    border-color: rgba(244, 214, 61, .44);
    background: rgba(11, 9, 8, .86);
    backdrop-filter: blur(10px);
  }
  .social-rednote { width: 50px !important; }
  body > main { padding-top: 56px; }
  .language-switcher {
    position: absolute;
    left: 12px;
    top: calc(100% + 10px);
    margin: 0;
  }
  .language-tabs {
    background: rgba(11,9,8,.88);
    backdrop-filter: blur(10px);
  }
  .language-tabs button {
    min-width: 36px;
    min-height: 44px;
  }
  .language-current {
    width: 48px;
    min-width: 48px;
    padding: 0 7px;
    grid-template-columns: 1fr;
  }
  .language-current-code { min-width: 28px; }
  .language-current > span:last-child { display: none; }
  .language-menu {
    position: fixed;
    top: calc(var(--header-height) - 1px);
    right: 12px;
    width: min(220px, calc(100vw - 24px));
  }
  .menu-toggle { display: grid; flex: 0 0 44px; }
  .nav {
    position: fixed;
    z-index: 59;
    inset: var(--header-height) 0 0;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 28px 24px max(30px, env(safe-area-inset-bottom));
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
    background:
      linear-gradient(145deg, rgba(244,214,61,.1), transparent 32%),
      #0b0908;
    transition: .25s ease;
  }
  .nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .nav > a,
  .members-toggle {
    min-height: 58px;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid var(--soft-line);
    font-size: 1.05rem;
  }
  .nav > a::before {
    content: attr(data-nav-index);
    color: var(--yellow);
    font: 700 .6rem/1 monospace;
  }
  .nav > a::after,
  .members-toggle::after { display: none; }
  .nav-members { height: auto; display: block; }
  .members-toggle span { display: none; }
  .nav-dropdown {
    position: static;
    width: 100%;
    padding: 0 0 12px 24px;
    visibility: visible;
    opacity: 1;
    transform: none;
    border: 0;
    background: none;
  }
  .nav-dropdown a {
    min-height: 48px;
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,.06);
  }
  .page-intro { padding: 58px 0 28px; }
  .page-intro::before { display: none; }
  .page-title { font-size: clamp(3rem, 17vw, 5.1rem); }
  .page-subtitle,
  .section-copy { font-size: 1rem; line-height: 1.7; }
  .kicker,
  .label { font-size: .72rem; }
  .section { padding: 48px 0; }
  .section-head { grid-template-columns: 1fr; gap: 8px; }
  .section-head .section-copy { justify-self: start; }
  .section-index { right: 0; top: 53px; }

  .home-intro { padding: 12px 0 32px; }
  .hero {
    min-height: 0;
    max-height: none;
    aspect-ratio: auto;
    overflow: visible;
    border-radius: 0;
    background: transparent;
  }
  .hero::before,
  .hero::after { display: none; }
  .hero-media {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
  }
  .hero-media::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    opacity: .24;
    mix-blend-mode: soft-light;
    background-image:
      repeating-linear-gradient(180deg, transparent 0 2px, rgba(255,255,255,.12) 3px, transparent 4px),
      radial-gradient(circle at 22% 28%, rgba(255,255,255,.55) 0 .55px, transparent .8px);
    background-size: 100% 4px, 5px 5px;
  }
  .hero-media img { object-fit: cover; object-position: center center; }
  .hero-media::after {
    background: linear-gradient(180deg, transparent 70%, rgba(11,9,8,.34));
  }
  .hero-content {
    position: relative;
    width: 100%;
    height: auto;
    padding: 24px 4px 18px;
  }
  .hero-title {
    display: block;
    margin: 11px 0 16px;
    font-size: clamp(3rem, 15vw, 4.4rem);
    white-space: normal;
  }
  .hero-title em,
  .hero-title span { display: block; }
  .hero-statement { font-size: 1rem; }
  .hero-statement-en { font-size: .75rem; }
  .hero-signal { font-size: .68rem; }
  .hero-cn-name { font-size: 1.05rem; }
  .hero-official { font-size: .6rem; }
  .hero-roles {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 4px;
  }
  .hero-role { min-height: 44px; justify-content: space-between; }
  .hero-role::after { content: "↗"; color: var(--yellow); }

  .grid-2,
  .grid-3,
  .archive-grid,
  .member-layout,
  .editorial-split,
  .detail-grid,
  .pair-grid,
  .project-layout,
  .timeline-content { grid-template-columns: 1fr; }
  .member-card:hover { transform: none; }
  .member-card .muted,
  .archive-card .muted,
  .project-declaration,
  .timeline-copy p,
  .editorial-copy .muted,
  .pair-card .muted { font-size: .94rem; }
  .archive-meta span { font-size: .68rem; }
  .filter-button,
  .category-nav a,
  .archive-sort { font-size: .76rem; }
  .tag { min-height: 38px; font-size: .76rem; }
  .stat-item { grid-template-columns: 108px minmax(0, 1fr); gap: 14px; }
  .stat-item strong { font-size: .7rem; }
  .project-feature,
  .project-feature img { min-height: 560px; }
  .project-feature img { object-position: 62% center; }
  .project-copy {
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 90px 22px 24px;
    background: linear-gradient(transparent, rgba(11,9,8,.96) 42%);
  }
  .gallery-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .gallery-card.span-4,
  .gallery-card.span-5,
  .gallery-card.span-6,
  .gallery-card.span-7,
  .gallery-card.span-8 { grid-column: span 1; }
  .gallery-card.is-wide,
  .gallery-card:nth-child(7n + 1) { grid-column: 1 / -1; }
  .gallery-card .media-trigger,
  .gallery-card.tall .media-trigger,
  .gallery-card:not(.tall) .media-trigger {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }
  .gallery-card.is-portrait .media-trigger { aspect-ratio: 4 / 5; }
  .gallery-card.is-wide .media-trigger { aspect-ratio: 16 / 10; }
  .media-overlay { opacity: 1; transform: none; }
  .signal-display { grid-template-columns: 1fr; }
  .signal-panel::after { font-size: 2rem; }
  .home-chapter-grid { grid-template-columns: 1fr; }
  .home-chapter,
  .home-chapter img { min-height: 420px; }

  .archive-tools { align-items: stretch; flex-direction: column; }
  .archive-card:nth-child(n) { transform: none; }
  .filter-group { overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
  .archive-sort { width: 100%; }
  .project-main .media-trigger,
  .project-side .media-trigger { min-height: 0; aspect-ratio: 4 / 5; }
  .project-side { grid-template-columns: 1fr; grid-template-rows: auto; }

  .timeline::before { left: 0; }
  .timeline-entry { grid-template-columns: 1fr; gap: 14px; padding-left: 18px; }
  .timeline-time { position: static; }
  .timeline-entry:nth-child(even) .timeline-copy { order: initial; }

  .member-file-copy { position: static; }
  .member-visual .media-trigger,
  .member-grape .member-visual .media-trigger { min-height: 0; aspect-ratio: 4 / 5; }
  .member-hami .member-visual { transform: none; }
  .member-hami .member-visual::after { display: none; }
  .member-grape .member-layout { gap: 22px; }
  .member-grape .member-visual::after { right: 6px; top: 12px; height: 60%; }
  .editorial-split .media-trigger { min-height: 0; aspect-ratio: 4 / 5; }
  .detail-crop,
  .role-panel { min-height: 420px; }
  .detail-crop img { transform: scale(1.22); }

  .lightbox { padding: 0; }
  .lightbox-dialog {
    width: 100%;
    height: 100dvh;
    display: block;
  }
  .lightbox-figure {
    height: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 58%) minmax(0, 42%);
    border: 0;
  }
  .lightbox-caption {
    gap: 14px;
    padding: 18px 18px max(22px, env(safe-area-inset-bottom));
    overflow-y: auto;
    border-left: 0;
    border-top: 1px solid rgba(244,214,61,.22);
  }
  .lightbox-caption > div:first-child { padding-right: 96px; }
  .lightbox-name { margin-top: 8px; font-size: 1.7rem; }
  .lightbox-meta { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin: 0; }
  .lightbox-meta dt { font-size: .68rem; }
  .lightbox-meta dd { font-size: .78rem; }
  .lightbox-close { right: 12px; top: 12px; }
  .lightbox-nav {
    position: absolute;
    z-index: 3;
    top: 27%;
    background: rgba(11,9,8,.78);
  }
  .lightbox-prev { left: 10px; }
  .lightbox-next { right: 10px; }
  .lightbox-view { flex: 0 0 44px; }

  .music-player {
    top: auto;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    width: calc(100vw - 24px);
    min-height: 78px;
    grid-template-columns: 58px 44px minmax(0, 1fr) 30px;
    gap: 7px;
    padding: 9px;
  }
  .music-menu {
    top: auto;
    bottom: calc(100% + 8px);
    transform: translateY(7px);
  }
  .music-menu.is-open { transform: none; }
  .fruit-trinity {
    width: 56px;
    height: 48px;
    transform: scale(.88);
    transform-origin: left center;
  }
  .music-heading span,
  .music-status { display: none; }
  .music-player.is-collapsed {
    width: 160px;
    grid-template-columns: 58px 44px 30px;
  }
  .crossover-link {
    min-height: 560px;
    grid-template-columns: 1fr;
    align-content: end;
    padding: 56px 22px 90px;
  }
  .crossover-copy strong {
    font-size: clamp(3.35rem, 16vw, 5.4rem);
  }
  .crossover-fruit {
    position: absolute;
    right: 24px;
    top: 54px;
    width: 150px;
    height: 132px;
    transform: scale(.66);
    transform-origin: top right;
  }
  .crossover-cta {
    right: auto;
    left: 22px;
    bottom: 24px;
  }
  .footer {
    margin-top: 0;
    padding: 38px 0 22px;
  }
  .guestbook-layout { grid-template-columns: 1fr; gap: 28px; }
  .guestbook-form { position: static; padding: 20px 16px; }
  .guestbook-submit-row { align-items: stretch; flex-direction: column; }
  .guestbook-submit-row button { min-height: 48px; }
  .guestbook-message { grid-template-columns: 48px minmax(0, 1fr); gap: 12px; }
  .guestbook-message p { font-size: .96rem; }
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 30px;
    font-size: .8rem;
  }
  .footer-social { grid-column: auto; }
  .footer-universe nav,
  .footer-social nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .footer a { justify-content: space-between; font-size: .74rem; }
  .footer-legal { font-size: .64rem; }
  .footer-legal {
    grid-column: auto;
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 380px) {
  .brand strong { font-size: .7rem; }
  .brand-fan-title { font-size: .46rem; }
  .brand-url { font-size: .5rem; letter-spacing: .12em; }
  .page-title { font-size: 2.85rem; }
  .hero-title { font-size: 3rem; }
  .lightbox-meta { grid-template-columns: 1fr 1fr; }
  .music-player {
    grid-template-columns: 0 44px minmax(0, 1fr) 30px;
  }
  .music-player:not(.is-collapsed) .fruit-trinity { visibility: hidden; }
  .music-player.is-collapsed {
    grid-template-columns: 58px 44px 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
}
