:root {
  --paper: #f5f6f3;
  --ink: #273d49;
  --quiet: #60717a;
  --mist: #dde5e5;
  --rule: #ccd4d4;
  --blue: #466b80;
  --font-body: "Jost", "Helvetica Neue", sans-serif;
  --font-editorial: "Noto Serif TC", Georgia, serif;
  color-scheme: light;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath filter='url(%23n)' opacity='.15' d='M0 0h180v180H0z'/%3E%3C/svg%3E");
  opacity: 0.15;
  pointer-events: none;
  z-index: 10;
}
body:has(dialog[open]) {
  overflow: hidden;
}
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button {
  background: none;
  border: 0;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
img,
svg {
  display: block;
  max-width: 100%;
}
img {
  height: auto;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
}
::selection {
  background: #cadbdf;
  color: var(--ink);
}
:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 6px;
}
[hidden] {
  display: none !important;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  padding: 10px 18px;
  background: var(--ink);
  color: white;
  transform: translateY(-150%);
  z-index: 100;
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1600px;
  margin: auto;
  height: 104px;
  padding: 0 4.5%;
}
.brand {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.055em;
}
.brand-note {
  font-size: 11px;
  letter-spacing: 0.035em;
  font-weight: 400;
  color: var(--quiet);
}
.primary-nav {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 13px;
}
.nav-link {
  position: relative;
  padding: 10px 0;
}
.nav-link::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--blue);
  bottom: 1px;
  left: calc(50% - 2px);
  opacity: 0;
}
.nav-link:hover::after,
.nav-link[aria-current]::after {
  opacity: 1;
}
.menu-toggle {
  display: none;
}
.page-shell {
  max-width: 1320px;
  margin: 0 auto;
  width: 91%;
}
.section-shell {
  max-width: 1120px;
  margin: 0 auto;
  width: 82%;
  padding: 120px 0;
}
.hero {
  position: relative;
  height: min(850px, 66vw);
  min-height: 720px;
}
.hero-heading {
  position: relative;
  padding: 14px 0 0 3%;
  z-index: 2;
  width: 85%;
}
.hero-wordmark {
  font-size: clamp(110px, 20vw, 288px);
  line-height: 1;
  letter-spacing: -0.07em;
  font-weight: 300;
}
.hero-pronunciation {
  display: block;
  margin-left: 9px;
  font-size: 11px;
  letter-spacing: 0.42em;
  margin-top: -3px;
}
.hero-copy {
  position: absolute;
  left: 4%;
  top: 43%;
  z-index: 2;
}
.hero-poem {
  font-family: var(--font-editorial);
  font-size: 14px;
  letter-spacing: 0.23em;
  margin-bottom: 20px;
}
.hero-tagline {
  font-family: var(--font-editorial);
  font-size: clamp(27px, 2.8vw, 40px);
  line-height: 1.4;
  letter-spacing: -0.045em;
}
.hero-genres {
  margin-top: 25px;
  font-size: 10px;
  letter-spacing: 0.075em;
  color: var(--quiet);
}
.hero-art {
  position: absolute;
  width: 66%;
  right: 0;
  top: 22%;
}
.hero-art-window > img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  object-position: 50% 0%;
}
.hero-art figcaption {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  color: var(--quiet);
  font-size: 10px;
  letter-spacing: 0.04em;
}
.hero-art figcaption [lang] {
  font-family: var(--font-editorial);
  letter-spacing: 0.1em;
}
.hero-release {
  position: absolute;
  left: 4%;
  bottom: 11%;
  display: flex;
  gap: 13px;
  align-items: center;
  width: 280px;
  max-width: 29%;
}
.release-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
  align-self: flex-start;
  margin-top: 6px;
  flex: 0 0 auto;
}
.small-label {
  display: block;
  font-size: 11px;
  color: var(--quiet);
  letter-spacing: 0.025em;
}
.hero-release strong {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-top: 6px;
}
.hero-release-meta {
  display: block;
  font-size: 10px;
  color: var(--quiet);
  margin-top: 4px;
}
.circle-arrow {
  width: 37px;
  height: 37px;
  border: 1px solid #aab8bd;
  border-radius: 50%;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  transition:
    background 0.2s,
    color 0.2s;
}
.hero-release .circle-arrow {
  margin-left: auto;
  width: 31px;
  height: 31px;
  font-size: 15px;
}
a:hover .circle-arrow,
button:hover .circle-arrow {
  background: var(--ink);
  color: var(--paper);
}
.scroll-cue {
  display: flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  bottom: 0;
  left: 4%;
  font-size: 10px;
  color: var(--quiet);
}
.scroll-stem {
  width: 1px;
  height: 45px;
  background: var(--rule);
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 64px;
  gap: 24px;
}
.section-heading h2 {
  font-size: 47px;
  letter-spacing: -0.045em;
  line-height: 1.1;
}
.section-heading h2 span {
  margin-left: 21px;
  font-family: var(--font-editorial);
  font-size: 12px;
  letter-spacing: 0.12em;
  vertical-align: middle;
}
.section-heading p {
  font-size: 12px;
  color: var(--quiet);
  margin-top: 17px;
}
.section-aside {
  font-size: 11px;
  color: var(--quiet);
}
.featured-release {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 11%;
}
.record-art {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: left;
}
.record-art img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.record-art:hover img {
  transform: scale(1.025);
}
.featured-art img {
  object-position: 56% center;
}
.sleeve-title {
  position: absolute;
  top: 8%;
  left: 9%;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.035em;
}
.sleeve-credit {
  position: absolute;
  right: 8%;
  bottom: 7%;
  color: #fff;
  letter-spacing: 0.13em;
  font-size: 12px;
}
.art-open {
  position: absolute;
  width: 34px;
  height: 34px;
  right: 14px;
  top: 14px;
  background: var(--paper);
  border-radius: 50%;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(5px);
  transition:
    opacity 0.2s,
    transform 0.2s;
}
.record-art:hover .art-open,
.record-art:focus-visible .art-open {
  opacity: 1;
  transform: none;
}
.featured-copy h3 {
  font-size: clamp(34px, 4vw, 55px);
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin: 24px 0 17px;
}
.release-japanese {
  font-family: var(--font-editorial);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--quiet);
}
.record-meta {
  font-size: 11px;
  color: var(--quiet);
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
.record-description {
  font-size: 14px;
  line-height: 1.9;
  max-width: 320px;
  margin: 25px 0 30px;
  color: var(--quiet);
}
.text-action {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
  text-align: left;
}
.release-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin-top: 74px;
}
.release-caption {
  padding-top: 19px;
}
.release-caption h3 {
  font-size: 18px;
}
.release-caption h3[lang] {
  font-family: var(--font-editorial);
  font-size: 16px;
  line-height: 1.85;
}
.release-caption > span {
  display: block;
  font-size: 11px;
  color: var(--quiet);
  margin-top: 7px;
}
.availability-note {
  color: var(--quiet);
  font-size: 11px;
  margin-top: 40px;
  text-align: right;
}
.live-section {
  background: #eaf0ee;
}
.live-section .section-shell {
  padding-top: 95px;
  padding-bottom: 92px;
}
.live-tabs {
  display: flex;
  gap: 24px;
}
.live-tabs button {
  font-size: 12px;
  padding: 10px 0;
  color: var(--quiet);
  border-bottom: 1px solid transparent;
}
.live-tabs button[aria-selected="true"] {
  color: var(--ink);
  border-color: var(--ink);
}
.live-panel {
  min-height: 290px;
}
.live-upcoming {
  display: flex;
  gap: 76px;
  align-items: center;
  justify-content: center;
}
.little-window {
  width: 126px;
  transform: rotate(-4deg);
}
.little-window svg {
  stroke: #6b8187;
  stroke-width: 1.15;
}
.live-poem {
  font-family: var(--font-editorial);
  font-size: 12px;
  letter-spacing: 0.16em;
  margin-bottom: 22px;
}
.live-upcoming h3 {
  font-size: 25px;
  letter-spacing: -0.02em;
}
.live-upcoming h3 + p {
  font-size: 13px;
  line-height: 1.9;
  color: var(--quiet);
  margin-top: 13px;
}
.inline-link {
  font-size: 12px;
  display: inline-block;
  margin-top: 24px;
  border-bottom: 1px solid var(--rule);
  padding-bottom: 4px;
}
.inline-link span {
  margin-left: 16px;
}
.archive-label {
  font-size: 11px;
  margin-bottom: 10px;
  color: var(--quiet);
}
.live-row {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  padding: 22px 0;
  border-top: 1px solid var(--rule);
  gap: 20px;
}
.live-row time {
  font-size: 11px;
}
.live-row time span {
  font-size: 25px;
  margin-right: 13px;
}
.live-row h3 {
  font-size: 19px;
}
.live-row p,
.show-status {
  font-size: 11px;
  color: var(--quiet);
}
.show-status {
  text-align: right;
}
.merch-teaser {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 11%;
  padding-top: 135px;
  padding-bottom: 135px;
}
.merch-teaser-art {
  position: relative;
  height: 350px;
  display: grid;
  place-items: center;
  background: #e8ebe4;
}
.merch-teaser-art svg {
  width: 265px;
  height: 270px;
  stroke: #607063;
  stroke-width: 1.1;
  transform: rotate(-7deg);
}
.merch-tiny-note {
  position: absolute;
  top: 32px;
  left: 28px;
  font-family: var(--font-editorial);
  writing-mode: vertical-rl;
  font-size: 10px;
  letter-spacing: 0.16em;
}
.merch-teaser h2 {
  font-size: clamp(37px, 4vw, 55px);
  line-height: 1.15;
  letter-spacing: -0.045em;
  margin: 22px 0;
}
.merch-teaser h2 + p {
  font-size: 13px;
  color: var(--quiet);
  margin-bottom: 33px;
}
.about-section {
  padding-top: 35px;
  padding-bottom: 125px;
}
.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 12%;
}
.about-statement {
  font-size: clamp(27px, 3.2vw, 44px);
  letter-spacing: -0.04em;
  line-height: 1.4;
}
.about-copy {
  max-width: 395px;
  color: var(--quiet);
  font-size: 14px;
  line-height: 1.9;
}
.about-copy > p + p {
  margin-top: 25px;
}
.japanese-copy {
  font-family: var(--font-editorial);
  font-size: 11px;
  line-height: 2.3;
}
.members {
  display: block;
  font-size: 14px;
  color: var(--ink);
  margin-top: 34px;
}
.contact-section {
  border-top: 1px solid var(--rule);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 12%;
  padding-top: 100px;
  padding-bottom: 110px;
}
.contact-intro h2 {
  font-size: 55px;
  letter-spacing: -0.04em;
  line-height: 1.1;
}
.contact-intro h2 span {
  display: block;
  font-family: var(--font-editorial);
  font-size: 12px;
  letter-spacing: 0.15em;
  margin-top: 23px;
}
.contact-intro > p {
  font-size: 14px;
  color: var(--quiet);
  margin-top: 35px;
}
.contact-intro .contact-note {
  font-size: 11px;
  line-height: 1.9;
  margin-top: 48px;
}
.form-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.form-field {
  margin-bottom: 27px;
}
.form-field label {
  display: block;
  font-size: 11px;
  margin-bottom: 7px;
}
.form-field input,
.form-field select,
.form-field textarea {
  border: 0;
  border-bottom: 1px solid #adbcc0;
  background: transparent;
  border-radius: 0;
  display: block;
  padding: 10px 0;
  width: 100%;
  font-size: 13px;
}
.form-field input::placeholder,
.form-field textarea::placeholder {
  color: var(--quiet);
  opacity: 0.9;
}
.form-field textarea {
  resize: vertical;
  min-height: 90px;
}
.form-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.form-submit > p {
  font-size: 10px;
  color: var(--quiet);
}
.site-footer {
  max-width: 1320px;
  margin: 0 auto;
  width: 91%;
  border-top: 1px solid var(--rule);
  padding: 48px 0 25px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-brand {
  font-size: clamp(66px, 10vw, 140px);
  letter-spacing: -0.075em;
  font-weight: 300;
  line-height: 1.1;
}
.footer-note {
  font-family: var(--font-editorial);
  font-size: 13px;
  letter-spacing: 0.13em;
  margin-right: 3%;
}
.footer-note span {
  display: block;
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.03em;
  margin-top: 8px;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  color: var(--quiet);
  margin-top: 50px;
}
.footer-bottom a {
  padding: 10px 0;
}
.footer-bottom a span {
  margin-left: 12px;
}
.detail-dialog {
  border: 1px solid var(--rule);
  color: var(--ink);
  background: var(--paper);
  padding: 65px 45px 45px;
  max-width: 860px;
  width: calc(100% - 40px);
  max-height: calc(100dvh - 50px);
  overflow-y: auto;
}
.detail-dialog::backdrop {
  background: #243c4966;
  backdrop-filter: blur(5px);
}
.dialog-close {
  position: absolute;
  top: 18px;
  right: 24px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 30px;
}
.dialog-close span {
  font-size: 25px;
}
.release-dialog-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  align-items: center;
}
.release-dialog-layout img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}
.detail-dialog h2 {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin: 13px 0;
}
#release-dialog-description {
  font-size: 13px;
  line-height: 1.9;
  color: var(--quiet);
  margin-top: 25px;
}
.dialog-note {
  font-size: 11px;
  margin-top: 30px;
  color: var(--quiet);
  border-top: 1px solid var(--rule);
  padding-top: 18px;
}
.draft-dialog {
  max-width: 630px;
}
.draft-explanation {
  font-size: 13px;
  color: var(--quiet);
}
#draft-content {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  max-height: 280px;
  overflow: auto;
  font: 13px/1.8 var(--font-body);
  padding: 20px;
  background: #eaf0ee;
  margin: 25px 0;
}
.draft-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.plain-button {
  border: 1px solid var(--quiet);
  padding: 10px 17px;
  font-size: 12px;
}
.plain-button:hover {
  background: var(--ink);
  color: var(--paper);
}
.draft-status {
  min-height: 22px;
  font-size: 12px;
  color: var(--quiet);
  margin-top: 18px;
}
@media (min-width: 1600px) {
  .hero-art {
    top: 24%;
  }
}
@media (max-width: 1050px) {
  .hero {
    min-height: 670px;
  }
  .hero-art {
    top: 28%;
  }
  .hero-copy {
    top: 43%;
  }
  .hero-release {
    max-width: 32%;
    bottom: 8%;
    left: 1%;
  }
  .hero-copy {
    left: 1%;
  }
  .hero-tagline {
    font-size: 30px;
  }
  .hero-art figcaption {
    font-size: 9px;
  }
  .primary-nav {
    gap: 25px;
  }
  .section-shell {
    width: 86%;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .featured-release,
  .merch-teaser {
    gap: 7%;
  }
  .contact-grid {
    gap: 7%;
  }
  .form-pair {
    gap: 18px;
  }
  .form-submit {
    flex-wrap: wrap;
  }
  .about-section {
    padding-top: 15px;
  }
}
@media (max-width: 700px) {
  html {
    scroll-padding-top: 35px;
  }
  .site-header {
    height: 80px;
    width: 88%;
    padding: 0;
  }
  .brand {
    font-size: 21px;
    gap: 13px;
  }
  .brand-note {
    font-size: 10px;
  }
  .menu-toggle {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    font-size: 12px;
    padding: 12px 0 12px 12px;
  }
  .menu-lines {
    display: block;
    width: 22px;
    height: 8px;
    border-top: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
  }
  .menu-toggle[aria-expanded="true"] .menu-lines {
    height: 1px;
    transform: rotate(-30deg);
  }
  .primary-nav {
    position: absolute;
    top: 70px;
    left: -7%;
    right: -7%;
    padding: 24px 12% 32px;
    background: var(--paper);
    border-bottom: 1px solid var(--rule);
    display: none;
    flex-direction: column;
    gap: 6px;
    align-items: stretch;
  }
  .primary-nav.is-open {
    display: flex;
  }
  .nav-link {
    font-size: 23px;
    padding: 10px 0;
  }
  .nav-link::after {
    left: auto;
    right: 0;
    bottom: 50%;
  }
  .page-shell {
    width: 88%;
  }
  .hero {
    height: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding-bottom: 28px;
  }
  .hero-heading {
    padding: 18px 0 0;
    width: 100%;
  }
  .hero-wordmark {
    font-size: 22vw;
    letter-spacing: -0.075em;
  }
  .hero-pronunciation {
    font-size: 9px;
    margin-top: 5px;
    margin-left: 3px;
  }
  .hero-art {
    position: relative;
    top: auto;
    width: 100%;
    margin-top: 33px;
    order: 2;
  }
  .hero-art-window > img {
    aspect-ratio: 1.12;
    object-position: 58% center;
  }
  .hero-art figcaption {
    padding-top: 12px;
    gap: 12px;
    font-size: 9px;
  }
  .hero-copy {
    position: relative;
    top: auto;
    left: auto;
    order: 3;
    margin-top: 35px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: start;
  }
  .hero-tagline {
    grid-column: 1;
    grid-row: 1;
    font-size: 28px;
    line-height: 1.35;
  }
  .hero-poem {
    grid-column: 2;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-top: 7px;
  }
  .hero-genres {
    grid-column: 1 / -1;
    font-size: 9px;
    margin-top: 15px;
  }
  .hero-release {
    position: relative;
    bottom: auto;
    left: auto;
    max-width: 100%;
    width: 100%;
    order: 4;
    margin-top: 35px;
    padding-top: 22px;
    border-top: 1px solid var(--rule);
    gap: 12px;
  }
  .hero-release strong {
    margin-top: 3px;
    font-size: 14px;
  }
  .hero-release-meta {
    margin-top: 2px;
  }
  .scroll-cue {
    position: relative;
    left: auto;
    bottom: auto;
    order: 5;
    align-self: flex-end;
    margin-top: 25px;
    font-size: 9px;
  }
  .scroll-stem {
    height: 24px;
  }
  .section-shell {
    width: 86%;
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .section-heading {
    margin-bottom: 35px;
  }
  .section-heading h2 {
    font-size: 37px;
  }
  .section-heading h2 span {
    font-size: 10px;
    margin-left: 15px;
  }
  .section-heading p {
    font-size: 11px;
    margin-top: 12px;
  }
  .section-aside {
    font-size: 10px;
  }
  .featured-release {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .featured-copy h3 {
    font-size: 42px;
    margin-top: 15px;
  }
  .featured-copy h3 br {
    display: none;
  }
  .record-description {
    max-width: 100%;
  }
  .sleeve-title {
    font-size: 37px;
  }
  .release-grid {
    gap: 30px 18px;
    grid-template-columns: 1fr 1fr;
    margin-top: 48px;
  }
  .release-item:last-child {
    grid-column: 2;
    margin-top: 0;
  }
  .release-item:nth-child(2) {
    margin-top: 45px;
  }
  .release-caption {
    padding-top: 13px;
  }
  .release-caption h3 {
    font-size: 15px;
    line-height: 1.4;
  }
  .release-caption h3[lang] {
    font-size: 14px;
  }
  .release-caption > span {
    font-size: 10px;
  }
  .availability-note {
    font-size: 10px;
    text-align: left;
    margin-top: 30px;
  }
  .art-open {
    width: 28px;
    height: 28px;
    right: 9px;
    top: 9px;
    opacity: 1;
    transform: none;
  }
  .live-section .section-shell {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .live-section .section-heading {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 22px;
  }
  .live-tabs {
    gap: 20px;
  }
  .live-panel {
    min-height: 330px;
  }
  .live-upcoming {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    padding: 5px 0 0;
  }
  .little-window {
    width: 72px;
    align-self: center;
  }
  .live-poem {
    margin-bottom: 12px;
    font-size: 11px;
  }
  .live-upcoming h3 {
    font-size: 23px;
  }
  .live-row {
    grid-template-columns: 88px 1fr;
    gap: 4px 14px;
  }
  .live-row time {
    font-size: 10px;
  }
  .live-row time span {
    font-size: 21px;
    margin-right: 4px;
  }
  .show-status {
    grid-column: 2;
    text-align: left;
    font-size: 10px;
    margin-top: 6px;
  }
  .merch-teaser {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .merch-teaser-art {
    height: 300px;
  }
  .merch-teaser h2 {
    font-size: 44px;
  }
  .about-section {
    padding-top: 20px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .about-statement {
    font-size: 34px;
  }
  .about-copy {
    font-size: 13px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .contact-intro h2 {
    font-size: 45px;
  }
  .contact-intro > p {
    margin-top: 24px;
  }
  .contact-intro .contact-note {
    margin-top: 24px;
  }
  .form-pair {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .form-field input,
  .form-field select,
  .form-field textarea {
    font-size: 16px;
  }
  .form-submit {
    gap: 16px;
  }
  .form-submit .text-action {
    gap: 13px;
  }
  .site-footer {
    width: 88%;
    padding-top: 35px;
  }
  .footer-top {
    align-items: flex-end;
    gap: 20px;
  }
  .footer-brand {
    font-size: 18vw;
  }
  .footer-note {
    font-size: 10px;
    margin: 0 0 5px;
    min-width: 0;
  }
  .footer-note span {
    font-size: 9px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    font-size: 9px;
    margin-top: 28px;
    gap: 5px 10px;
  }
  .footer-bottom > p:nth-child(2) {
    order: 3;
    flex-basis: 100%;
  }
  .detail-dialog {
    padding: 60px 24px 30px;
    max-height: calc(100dvh - 30px);
    width: calc(100% - 28px);
  }
  .release-dialog-layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .release-dialog-layout img {
    max-height: 260px;
    object-fit: cover;
  }
  .detail-dialog h2 {
    font-size: 29px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Official content uses the same editorial grid, with bilingual typography. */
.primary-nav {
  gap: clamp(17px, 2.2vw, 32px);
}
.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-left: 4px;
  padding-left: 20px;
  border-left: 1px solid var(--rule);
}
.language-switch button {
  min-width: 25px;
  min-height: 36px;
  padding: 4px;
  font-size: 11px;
  color: var(--quiet);
}
.language-switch > span {
  color: var(--rule);
  font-size: 10px;
}
.language-switch button[aria-pressed="true"] {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.hero-pronunciation {
  letter-spacing: 0.12em;
}
.hero-poem {
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.07em;
}
.hero-tagline {
  max-width: 240px;
}
.hero-genres.inline-link {
  font-size: 12px;
  margin-top: 26px;
  padding-bottom: 5px;
}
.hero-art-window > img {
  object-position: 50% 0%;
}
.hero-art figcaption {
  font-size: 11px;
}
.hero-release-meta {
  font-size: 11px;
}
.about-quote {
  margin: 30px 0 0;
  max-width: 350px;
  font-family: var(--font-editorial);
  font-size: 17px;
  line-height: 1.9;
  color: var(--quiet);
}
.members-section {
  padding-top: 0;
}
.members-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
  align-items: start;
}
.member-profile {
  min-width: 0;
}
.member-profile:nth-child(2) {
  margin-top: 85px;
}
.member-portrait {
  position: relative;
  overflow: hidden;
}
.member-portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 28%;
}
.member-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-top: 25px;
}
.member-heading h3 {
  font-size: 29px;
  letter-spacing: -0.02em;
}
.member-heading > span {
  font-size: 12px;
  color: var(--quiet);
}
.member-role {
  font-size: 12px;
  color: var(--quiet);
  margin-top: 7px;
}
.member-bio {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.9;
  color: var(--quiet);
}
.member-skills {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 25px;
  padding: 0;
  margin: 24px 0 0;
  font-size: 11px;
}
.live-row time {
  font-size: 19px;
  letter-spacing: -0.02em;
}
.live-poem {
  font-family: var(--font-body);
}
.contact-intro h2 {
  font-size: clamp(36px, 4vw, 53px);
  white-space: pre-line;
}
.contact-email {
  display: inline-block;
  font-size: 19px;
  margin-top: 30px;
  border-bottom: 1px solid var(--rule);
  overflow-wrap: anywhere;
}
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 22px;
  margin-top: 25px;
  font-size: 12px;
}
.social-links a {
  padding: 5px 0;
}
.form-submit {
  align-items: flex-start;
}
.form-submit > p {
  max-width: 170px;
}
.form-submit > .text-action {
  flex-shrink: 0;
}
.release-dialog-layout .text-action {
  margin-top: 35px;
}
html[lang="zh-Hant"] body {
  font-family: var(--font-body), var(--font-editorial);
}
html[lang="zh-Hant"] .hero-tagline {
  font-size: 38px;
  letter-spacing: 0.04em;
  max-width: 280px;
}
html[lang="zh-Hant"] .about-copy,
html[lang="zh-Hant"] .member-bio,
html[lang="zh-Hant"] .record-description {
  line-height: 2.1;
}
html[lang="zh-Hant"] .section-heading h2 {
  font-size: 39px;
  letter-spacing: 0.06em;
}
.about-statement {
  white-space: pre-line;
}
@media (min-width: 701px) and (max-width: 950px) {
  .brand-note {
    display: none;
  }
  .primary-nav {
    gap: 20px;
  }
  .language-switch {
    padding-left: 12px;
  }
}
@media (max-width: 700px) {
  .primary-nav {
    gap: 3px;
  }
  .language-switch {
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-left: 0;
    border-top: 1px solid var(--rule);
    align-self: flex-start;
  }
  .language-switch button {
    min-width: 35px;
    font-size: 13px;
  }
  .hero-art-window > img {
    object-position: 50% 0%;
  }
  .hero-art figcaption {
    font-size: 10px;
  }
  .hero-copy {
    display: block;
  }
  .hero-poem {
    font-size: 11px;
    margin: 0 0 14px;
  }
  .hero-tagline {
    max-width: none;
    font-size: 33px;
  }
  .hero-genres.inline-link {
    margin-top: 15px;
  }
  .about-quote {
    font-size: 16px;
    margin-top: 22px;
  }
  .members-section {
    padding-top: 10px;
  }
  .members-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .member-profile:nth-child(2) {
    margin-top: 0;
  }
  .member-heading h3 {
    font-size: 26px;
  }
  .member-bio {
    font-size: 13px;
  }
  .live-row {
    grid-template-columns: 100px 1fr;
  }
  .live-row time {
    font-size: 15px;
  }
  .live-row h3 {
    font-size: 18px;
  }
  .contact-intro h2 {
    font-size: 42px;
  }
  .form-submit > p {
    max-width: 100%;
  }
  html[lang="zh-Hant"] .hero-tagline {
    font-size: 32px;
  }
  html[lang="zh-Hant"] .section-heading h2 {
    font-size: 31px;
  }
}
