/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .resize {
    resize: both;
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
:root {
  --ink: #08090b;
  --paper: #eceae5;
  --line: rgba(255,255,255,.16);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--ink);
  overflow-x: hidden;
}
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-geist),Arial,sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
img {
  display: block;
  max-width: 100%;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 10px 16px;
  background: #fff;
  color: #000;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(20px,4vw,68px);
  background: linear-gradient(#08090be8,transparent);
}
.wordmark {
  display: flex;
  align-items: center;
  gap: .65rem;
  font-family: Georgia,'Yu Mincho',serif;
  letter-spacing: .08em;
}
.wordmark img {
  width: 38px;
  height: 38px;
}
.wordmark span {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .2em;
}
.nav {
  display: flex;
  gap: clamp(1.5rem,3vw,3.5rem);
  font-size: .75rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.nav a {
  padding: 12px 3px;
  color: #d0ceca;
  transition: color .25s;
}
.nav a:hover,.nav a:focus-visible {
  color: #fff;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lang-switch,.menu-toggle {
  min-width: 48px;
  min-height: 44px;
  color: #fff;
  border: 1px solid var(--line);
  background: #08090b99;
  cursor: pointer;
}
.lang-switch {
  padding: 0 15px;
  font-size: .75rem;
  letter-spacing: .08em;
}
.menu-toggle {
  display: none;
  place-items: center;
}
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #050607;
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(3,4,6,.92) 0%,rgba(3,4,6,.72) 28%,rgba(3,4,6,.12) 67%),linear-gradient(0deg,rgba(3,4,6,.72),transparent 32%);
}
.hero-copy {
  position: relative;
  z-index: 2;
  width: min(650px,88vw);
  margin-left: clamp(22px,8vw,140px);
  padding-top: 70px;
}
.eyebrow,.kicker {
  margin: 0 0 20px;
  font-size: .72rem;
  letter-spacing: .28em;
  color: #bab8b4;
}
h1 {
  margin: 0;
  font-family: Georgia,'Yu Mincho','Hiragino Mincho ProN',serif;
  line-height: .96;
}
h1 span {
  font-size: clamp(3.2rem,8vw,8.2rem);
  letter-spacing: -.055em;
  text-shadow: 0 4px 35px #000;
}
h1 b {
  font-size: clamp(1.2rem,2vw,2rem);
  margin-left: 18px;
  letter-spacing: .06em;
}
h1 small {
  display: block;
  margin-top: 24px;
  font-size: clamp(.95rem,1.6vw,1.25rem);
  font-weight: 400;
  letter-spacing: .18em;
  color: #cfcdc8;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 46px;
}
.button {
  min-height: 50px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid rgba(255,255,255,.35);
  font-size: .82rem;
  letter-spacing: .08em;
  transition: background .25s,border-color .25s,transform .25s;
}
.button.primary {
  background: #f1efea;
  color: #090a0c;
  border-color: #f1efea;
}
.button:hover {
  transform: translateY(-2px);
  border-color: #fff;
}
.button.primary:hover {
  background: #fff;
}
.scroll-cue {
  position: absolute;
  z-index: 2;
  right: clamp(20px,4vw,68px);
  bottom: 35px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: .65rem;
  letter-spacing: .22em;
  color: #aaa;
  transform: rotate(90deg);
  transform-origin: right center;
}
.scroll-cue i {
  display: block;
  width: 56px;
  height: 1px;
  background: #aaa;
}
.section {
  padding: clamp(90px,12vw,170px) clamp(22px,8vw,140px);
}
.music-section {
  background: #0b0c0f;
}
.members-section {
  background: #e8e6e1;
  color: #0b0c0f;
}
.links-section {
  background: #08090b;
}
.section-head {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: start;
  margin-bottom: clamp(50px,7vw,90px);
}
.section-number {
  margin: .6rem 0 0;
  font-size: .72rem;
  letter-spacing: .2em;
  color: #888;
}
.section h2 {
  margin: 0;
  font-family: Georgia,'Yu Mincho',serif;
  font-size: clamp(3rem,7vw,7.4rem);
  line-height: .9;
  letter-spacing: -.05em;
  text-transform: uppercase;
}
.section .kicker {
  margin-bottom: 12px;
}
.release-list {
  border-top: 1px solid var(--line);
}
.release-row {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 20px;
  align-items: center;
  min-height: 116px;
  border-bottom: 1px solid var(--line);
  transition: background .25s,padding .25s;
}
.release-row:hover,.release-row:focus-visible {
  background: #ffffff08;
  padding: 0 18px;
}
.release-number {
  color: #777;
  font-size: .72rem;
}
.release-title {
  font-family: Georgia,'Yu Mincho',serif;
  font-size: clamp(1.25rem,2.5vw,2.15rem);
}
.release-link,.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .74rem;
  letter-spacing: .09em;
  color: #bbb;
}
.text-link {
  margin-top: 36px;
  border-bottom: 1px solid #777;
  padding-bottom: 5px;
}
.member-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: clamp(12px,2vw,30px);
}
.member-photo {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #bbb;
  filter: saturate(.72) contrast(1.08);
}
.member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
}
.member-card p {
  margin: 24px 0 4px;
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #666;
}
.member-card h3 {
  margin: 0;
  font-family: Georgia,'Yu Mincho',serif;
  font-size: clamp(1.55rem,3vw,2.6rem);
  line-height: 1.2;
}
.member-card>span {
  color: #666;
  font-size: .8rem;
  letter-spacing: .12em;
}
.links-lead {
  width: min(520px,100%);
  margin: -45px 0 60px 70px;
  color: #aaa;
}
.link-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border: 1px solid var(--line);
}
.link-card {
  min-height: 180px;
  padding: 28px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  border-right: 1px solid var(--line);
  transition: background .25s;
}
.link-card:last-child {
  border-right: 0;
}
.link-card:hover,.link-card:focus-visible {
  background: #ffffff0b;
}
.link-card span {
  display: flex;
  flex-direction: column;
}
.link-card strong {
  font-size: 1.1rem;
}
.link-card small {
  color: #888;
}
.coming {
  margin-top: 70px;
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  color: #888;
}
.coming p {
  margin: 0;
}
.coming strong {
  color: #d1cfc9;
  text-transform: uppercase;
  letter-spacing: .17em;
}
footer {
  padding: 44px clamp(22px,8vw,140px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
}
footer p {
  margin: 0;
  font-size: .65rem;
  letter-spacing: .12em;
  color: #777;
}
:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
@media (max-width:760px) {
  .site-header {
    height: 68px;
  }
  .menu-toggle {
    display: grid;
  }
  .nav {
    position: fixed;
    inset: 68px 0 auto;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 18px 22px 28px;
    background: #08090bf7;
    border-top: 1px solid var(--line);
  }
  .nav.is-open {
    display: flex;
  }
  .nav a {
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
  }
  .hero {
    min-height: 780px;
    align-items: flex-end;
  }
  .hero-image {
    object-position: 58% center;
  }
  .hero-shade {
    background: linear-gradient(0deg,rgba(3,4,6,.98) 0%,rgba(3,4,6,.56) 46%,rgba(3,4,6,.16) 80%);
  }
  .hero-copy {
    margin: 0;
    padding: 0 22px 100px;
    width: 100%;
  }
  h1 span {
    font-size: clamp(3.3rem,18vw,5.3rem);
  }
  h1 b {
    font-size: 1rem;
  }
  .hero-actions {
    margin-top: 34px;
  }
  .button {
    flex: 1;
    padding: 0 15px;
  }
  .scroll-cue {
    display: none;
  }
  .section-head {
    grid-template-columns: 42px 1fr;
  }
  .release-row {
    grid-template-columns: 36px 1fr auto;
    min-height: 104px;
    gap: 10px;
  }
  .release-link {
    width: 44px;
    font-size: 0;
    justify-content: center;
  }
  .member-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .member-photo {
    aspect-ratio: 4/5;
  }
  .links-lead {
    margin: -20px 0 44px 42px;
  }
  .link-grid {
    grid-template-columns: 1fr;
  }
  .link-card {
    min-height: 110px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .link-card:last-child {
    border-bottom: 0;
  }
  .coming,footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
@media (prefers-reduced-motion:no-preference) {
  .hero-image {
    animation: hero-in 1.4s cubic-bezier(.2,.7,.2,1) both;
  }
  .hero-copy>* {
    animation: rise .8s .2s both;
  }
  .hero-copy>*:nth-child(2) {
    animation-delay: .32s;
  }
  .hero-copy>*:nth-child(3) {
    animation-delay: .44s;
  }
  @keyframes hero-in {
    from {
      opacity: .35;
      transform: scale(1.035);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  @keyframes rise {
    from {
      opacity: 0;
      transform: translateY(18px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*::before,*::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.wordmark img {
  width: clamp(145px,14vw,205px);
  height: auto;
}
.hero-logo-slot {
  width: min(560px,78vw);
}
.hero-brand {
  width: 100%;
  height: auto;
  mix-blend-mode: screen;
}
.instagram-cta {
  white-space: nowrap;
}
@media (max-width:760px) {
  .wordmark img {
    width: 138px;
    height: auto;
  }
  .hero-logo-slot {
    width: min(430px,90vw);
  }
  .hero-actions {
    flex-wrap: wrap;
  }
  .instagram-cta {
    min-width: 170px;
  }
}
.member-grid {
  width: min(1080px,100%);
  margin-inline: auto;
  gap: clamp(18px,2.5vw,36px);
}
.member-photo {
  aspect-ratio: 4/5;
  max-height: 480px;
}
.member-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .65rem 1rem;
  margin: 1.25rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(0,0,0,.15);
}
.member-facts div {
  min-width: 0;
}
.member-facts dt {
  font-size: .65rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #777;
}
.member-facts dd {
  margin: .15rem 0 0;
  font-size: .84rem;
  color: #222;
}
@media (max-width:760px) {
  .member-grid {
    width: min(420px,100%);
  }
  .member-photo {
    max-height: 430px;
  }
}
.hero {
  align-items: flex-end;
}
.hero-shade {
  background: linear-gradient(0deg,rgba(3,4,6,.88) 0%,rgba(3,4,6,.35) 23%,rgba(3,4,6,0) 55%);
}
.hero-copy {
  width: min(760px,calc(100vw - 44px));
  margin: 0 auto;
  padding: 0 22px 42px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  text-align: center;
}
.hero-copy .eyebrow {
  width: 100%;
  margin-bottom: 0;
}
.hero-logo-slot {
  width: min(430px,68vw);
}
.hero-actions {
  margin-top: 0;
}
.hero-image {
  object-position: center center;
}
@media (max-width:760px) {
  .hero {
    min-height: 720px;
  }
  .hero-image {
    object-position: center center;
  }
  .hero-shade {
    background: linear-gradient(0deg,rgba(3,4,6,.94) 0%,rgba(3,4,6,.28) 30%,rgba(3,4,6,0) 60%);
  }
  .hero-copy {
    padding: 0 18px 38px;
    gap: 16px;
  }
  .hero-logo-slot {
    width: min(320px,72vw);
  }
}
@media (max-width:760px) {
  .hero {
    min-height: 0;
    display: block;
    padding-top: 56.3vw;
    background: #050607;
  }
  .hero-image {
    position: absolute;
    inset: 0 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1672/941;
    object-fit: contain;
    object-position: center top;
  }
  .hero-shade {
    position: absolute;
    inset: 0 0 auto;
    height: 56.3vw;
    background: linear-gradient(0deg,rgba(3,4,6,.7) 0%,rgba(3,4,6,0) 35%);
  }
  .hero-copy {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 28px 18px 42px;
    background: #050607;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-align: center;
  }
  .hero-copy .eyebrow {
    width: 100%;
    margin: 0;
  }
  .hero-logo-slot {
    width: min(320px,76vw);
  }
  .hero-actions {
    width: 100%;
    justify-content: center;
  }
  .scroll-cue {
    display: none;
  }
}
.live-section {
  background: #101116;
  color: #eceae5;
}
.live-layout {
  display: grid;
  grid-template-columns: minmax(280px,520px) minmax(0,1fr);
  gap: clamp(42px,7vw,110px);
  align-items: start;
}
.live-poster {
  border: 1px solid rgba(255,255,255,.16);
  background: #050507;
}
.live-poster img {
  width: 100%;
  height: auto;
}
.live-detail {
  position: sticky;
  top: 110px;
}
.live-date {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin: 0 0 48px;
  border-bottom: 1px solid rgba(255,255,255,.16);
  padding-bottom: 30px;
}
.live-date span,.live-date small {
  font-size: .76rem;
  letter-spacing: .16em;
  color: #a8a8aa;
}
.live-date strong {
  font-family: Georgia,'Times New Roman',serif;
  font-size: clamp(3rem,6vw,6.5rem);
  font-weight: 400;
  line-height: .8;
}
.live-detail h3 {
  margin: 0 0 48px;
  font-family: Georgia,'Yu Mincho',serif;
  font-size: clamp(1.9rem,3.5vw,3.6rem);
  font-weight: 400;
  line-height: 1.2;
}
.live-detail dl {
  margin: 0;
  border-top: 1px solid rgba(255,255,255,.16);
}
.live-detail dl div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px;
  padding: 19px 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.live-detail dt {
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #999;
}
.live-detail dd {
  margin: 0;
  color: #ddd;
}
.source-note {
  margin-top: 24px;
  color: #999;
  font-size: .82rem;
}
.nav {
  gap: clamp(1rem,2.2vw,2.8rem);
}
@media (max-width:760px) {
  .live-layout {
    grid-template-columns: 1fr;
  }
  .live-poster {
    max-width: 520px;
    margin: auto;
  }
  .live-detail {
    position: static;
  }
  .live-date {
    margin-top: 12px;
  }
  .live-detail dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .live-detail h3 {
    font-size: 2rem;
  }
}
.ticket-button {
  margin-top: 32px;
  width: max-content;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

.member-social{display:inline-flex;align-items:center;gap:.45rem;margin-top:.7rem;padding:.45rem 0;border-bottom:1px solid rgba(0,0,0,.28);font-size:.76rem;letter-spacing:.04em;color:#343434;transition:color .2s,border-color .2s}.member-social svg:last-child{width:13px;margin-left:.1rem}.member-social:hover,.member-social:focus-visible{color:#000;border-color:#000}
