@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --paper: #f0efeb;
  --ink: #111211;
  --soft: #62635e;
  --muted: #8e8f88;
  --line: #d5d4ce;
  --dark: #111211;
  --dark-soft: #1a1b1a;
  --dark-line: rgba(240, 239, 235, 0.18);
  --red: var(--ink);
  --shell: min(1180px, calc(100% - 88px));
  --sans: 'Manrope', 'Microsoft YaHei', 'PingFang SC', Arial, sans-serif;
  --mono: 'DM Mono', 'Microsoft YaHei', 'PingFang SC', monospace;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; font-size: 16px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
::selection { color: var(--paper); background: var(--red); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }

.brand__name, .nav-link, .header-cta, .button, .text-link, .release-feature__meta, .release-card__number, .live-row__date span, .site-footer {
  font-family: var(--mono);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--line); color: var(--ink); background: var(--paper); }
.site-nav { position: relative; display: grid; grid-template-columns: 1fr auto 1fr; grid-template-rows: auto auto; align-items: center; padding-top: 22px; }
.site-nav::before { position: absolute; top: 0; left: 50%; width: 1px; height: 8px; background: var(--line); content: ''; }
.brand { grid-column: 2; display: inline-flex; align-items: center; justify-content: center; gap: 9px; width: fit-content; margin: 0 auto 18px; }
.brand__name { color: var(--ink); font-size: 0.78rem; letter-spacing: 0.17em; }
.brand__glyph-word { display: flex; align-items: center; height: 17px; gap: 1px; }
.brand__glyph-word img { width: auto; height: 100%; filter: none; opacity: 0.9; }
.nav-panel { grid-column: 1 / -1; display: flex; align-items: center; justify-content: center; gap: 42px; padding: 13px 0 15px; border-top: 1px solid var(--line); }
.nav-link { position: relative; color: var(--soft); font-size: 0.59rem; transition: color 0.25s ease; }
.nav-link:hover, .nav-link.is-active { color: var(--ink); }
.nav-link.is-active::after { position: absolute; right: 0; bottom: -16px; left: 0; height: 1px; background: var(--ink); content: ''; }
.nav-link small { display: none; }
.nav-link--contact { color: var(--red); }
.nav-link span, .header-cta span { margin-left: 6px; font-family: var(--sans); font-size: 0.9rem; }
.header-cta { position: absolute; right: 0; bottom: 16px; color: var(--soft); font-size: 0.57rem; transition: color 0.25s ease; }
.header-cta:hover { color: var(--ink); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 720px; height: min(88vh, 840px); overflow: hidden; color: var(--paper); background: var(--dark); }
.hero__image-wrap { position: absolute; z-index: 0; top: 68px; right: 0; bottom: 0; width: min(54vw, 690px); overflow: hidden; background: var(--dark-soft); }
.hero__image-wrap::after { position: absolute; inset: 0; background: rgba(17, 18, 17, 0.08); content: ''; pointer-events: none; }
.hero__image { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.3) saturate(0.75) contrast(1.06); transform: scale(1.02); transition: transform 1.2s var(--ease); }
.hero:hover .hero__image { transform: scale(1.04); }
.hero__content { position: relative; z-index: 1; display: flex; flex-direction: column; height: 100%; padding-top: 100px; padding-bottom: 45px; }
.hero__title { display: flex; flex-direction: column; gap: 0; width: 55%; margin: auto 0 43px -5px; font-size: clamp(4.8rem, 10vw, 10.2rem); line-height: 0.76; }
.hero__title .hero__glyph-row { display: flex; align-items: stretch; height: 0.76em; gap: 0; margin-left: 0 !important; color: initial; -webkit-text-stroke: 0; }
.hero__title .hero__glyph-row--outline { margin-left: 0.43em !important; opacity: 0.76; }
.hero__glyph-row img { width: auto; height: 100%; filter: invert(1); object-fit: contain; }
.hero__bottom { display: flex; align-items: flex-end; justify-content: space-between; width: 53%; gap: 25px; }
.hero__lead { margin: 0; color: rgba(240, 239, 235, 0.72); font-size: 0.87rem; line-height: 1.9; }
.hero__actions { display: flex; align-items: center; gap: 20px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 42px; padding: 0 17px; border: 1px solid transparent; font-size: 0.58rem; transition: background 0.3s ease, color 0.3s ease, transform 0.3s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button span, .text-link span { font-family: var(--sans); font-size: 0.95rem; line-height: 0; }
.button--lime { color: var(--ink); background: var(--paper); }
.button--lime:hover { color: var(--paper); background: var(--red); }
.button--dark { color: var(--paper); border-color: rgba(240, 239, 235, 0.45); background: transparent; }
.button--dark:hover { color: var(--ink); border-color: var(--paper); background: var(--paper); }
.text-link { color: rgba(240, 239, 235, 0.66); font-size: 0.58rem; transition: color 0.25s ease; }
.text-link:hover { color: var(--paper); }
.hero__stamp { display: none; }
.section { padding: 150px 0; }
.music-section, .live-section { background: var(--paper); }
.section-heading { position: relative; margin-bottom: 74px; }
.section-heading h2 { max-width: 820px; margin: 0; color: var(--ink); font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 500; letter-spacing: 0; line-height: 1; }
.section-heading h2 span { color: var(--muted); font-size: 0.38em; font-weight: 400; letter-spacing: 0; }

.release-feature { display: grid; grid-template-columns: minmax(320px, 0.92fr) minmax(390px, 1.08fr); min-height: 500px; background: transparent; }
.release-feature__visual { position: relative; min-height: 500px; overflow: hidden; background: #d8d7d1; }
.release-feature__visual::after { position: absolute; inset: 0; background: rgba(17, 18, 17, 0.05); content: ''; }
.release-feature__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.release-feature:hover .release-feature__visual img { transform: scale(1.03); }
.release-feature__index, .release-feature__badge { position: absolute; z-index: 1; color: var(--ink); font-family: var(--mono); font-size: 0.57rem; letter-spacing: 0.08em; }
.release-feature__index { top: 18px; left: 19px; }
.release-feature__badge { right: 19px; bottom: 18px; color: var(--paper); }
.release-feature__body { display: flex; flex-direction: column; justify-content: space-between; padding: 22px 0 10px 72px; }
.release-feature__meta { display: flex; gap: 17px; color: var(--muted); font-size: 0.57rem; }
.release-glyph-title { display: flex; align-items: stretch; height: clamp(4rem, 8.4vw, 8rem); gap: 1px; margin: 35px 0 0 -4px !important; }
.release-glyph-title img { width: auto; height: 100%; filter: none; object-fit: contain; }
.release-glyph-title--small { height: 1.35rem; margin: 8px 0 0 !important; }
.release-feature__desc { max-width: 400px; margin: 28px 0 0; color: var(--soft); font-size: 0.86rem; line-height: 1.9; }
.release-feature__rule { width: 100%; height: 1px; margin-top: auto; background: var(--line); }
.release-feature__footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding-top: 23px; }
.release-feature__footer p { margin: 7px 0 0; color: var(--soft); font-size: 0.63rem; }
.release-feature__footer .button--dark { color: var(--ink); border-color: var(--ink); }
.release-feature__footer .button--dark:hover { color: var(--paper); border-color: var(--ink); background: var(--ink); }

.release-grid { display: grid; grid-template-columns: minmax(280px, 0.7fr) minmax(260px, 0.3fr); gap: 55px; margin-top: 105px; }
.release-card__image { position: relative; aspect-ratio: 1.6; overflow: hidden; background: #dddcd6; }
.release-card__image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.68); transition: transform 0.9s var(--ease), filter 0.5s ease; }
.release-card:hover .release-card__image img { transform: scale(1.04); filter: grayscale(0); }
.release-card__number { position: absolute; top: 15px; left: 17px; color: var(--ink); font-size: 0.57rem; }
.release-card__play { position: absolute; right: 17px; bottom: 15px; display: grid; width: 35px; height: 35px; place-items: center; color: var(--paper); background: var(--ink); font-size: 0.95rem; transition: transform 0.3s var(--ease), background 0.3s ease; }
.release-card__play:hover { color: var(--ink); background: var(--paper); transform: rotate(45deg); }
.release-card__info { display: flex; align-items: flex-start; justify-content: space-between; padding-top: 15px; }
.release-card__info h3 { margin: 8px 0 0; color: var(--ink); font-size: 1.32rem; font-weight: 500; letter-spacing: 0; }
.release-card__arrow { color: var(--ink); font-size: 1.1rem; }
.release-note { display: flex; flex-direction: column; justify-content: space-between; padding: 12px 0 5px; border-top: 1px solid var(--line); }
.release-note__mark { color: var(--ink); font-family: Georgia, serif; font-size: 4rem; line-height: 0.6; }
.release-note p { margin: 0; color: var(--ink); font-size: 0.94rem; line-height: 1.85; }

.about-section { display: grid; grid-template-columns: minmax(400px, 0.9fr) minmax(420px, 1.1fr); align-items: stretch; padding: 0; color: var(--paper); background: var(--dark); }
.about-section__image { position: relative; min-height: 730px; overflow: hidden; }
.about-section__image::after { position: absolute; inset: 0; background: rgba(17, 18, 17, 0.2); content: ''; }
.about-section__image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.1); }
.about-section__body { display: flex; flex-direction: column; justify-content: center; padding-top: 90px; padding-bottom: 90px; }
.about-section__body h2 { max-width: 650px; margin: 0 0 30px; color: var(--paper); font-size: clamp(2.5rem, 5vw, 4.8rem); font-weight: 500; letter-spacing: 0; line-height: 1; }
.about-section__body h2 em, .contact-section h2 em { color: var(--paper); font-style: normal; }
.about-section__copy { max-width: 440px; color: rgba(240, 239, 235, 0.66); font-size: 0.85rem; line-height: 2; }
.about-section__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 550px; margin-top: 63px; padding-top: 17px; border-top: 1px solid var(--dark-line); }
.about-section__facts strong { display: block; color: var(--paper); font-size: 0.66rem; font-weight: 400; line-height: 1.7; }

.section-heading--row { display: flex; align-items: flex-end; justify-content: space-between; }
.live-list { border-top: 1px solid var(--line); }
.live-row { display: grid; grid-template-columns: 150px 1fr 150px; align-items: center; gap: 22px; min-height: 108px; border-bottom: 1px solid var(--line); transition: padding 0.3s var(--ease), background 0.3s ease; }
.live-row:hover { padding-inline: 14px; background: #e7e6e0; }
.live-row__date { display: flex; align-items: baseline; gap: 9px; }
.live-row__date strong { color: var(--ink); font-size: 2.65rem; font-weight: 500; letter-spacing: 0; line-height: 1; }
.live-row__date span { color: var(--muted); font-size: 0.56rem; }
.live-row__place strong { display: block; color: var(--ink); font-size: 0.93rem; font-weight: 500; letter-spacing: 0; }
.live-row__place span { display: block; margin-top: 5px; color: var(--soft); font-size: 0.71rem; }
.live-row__link { justify-self: end; color: var(--ink); font-family: var(--mono); font-size: 0.6rem; }
.live-row__link span { margin-left: 6px; font-family: var(--sans); font-size: 0.95rem; }
.live-row__link:hover { color: var(--red); }
.live-row__link--muted { color: var(--muted); }

.contact-section { position: relative; min-height: 590px; overflow: hidden; color: var(--ink); background: var(--paper); }
.contact-section__orbit { display: none; }
.contact-section__inner { display: flex; flex-direction: column; justify-content: center; min-height: 590px; }
.contact-section h2 { max-width: 650px; margin: 0 0 25px; color: var(--ink); font-size: clamp(2.6rem, 5vw, 5.2rem); font-weight: 500; letter-spacing: 0; line-height: 1; }
.contact-section h2 em { color: var(--ink); }
.contact-section__copy { max-width: 360px; margin: 0; color: var(--soft); font-size: 0.84rem; line-height: 1.9; }
.contact-section__email { width: fit-content; margin-top: 38px; padding-bottom: 6px; color: var(--ink); border-bottom: 1px solid var(--ink); font-family: var(--mono); font-size: clamp(0.63rem, 1.15vw, 0.84rem); letter-spacing: 0.05em; }
.contact-section__email span { margin-left: 8px; font-family: var(--sans); font-size: 1rem; }
.contact-section__links { display: flex; gap: 22px; margin-top: 38px; }
.contact-section__links a { color: var(--soft); font-family: var(--mono); font-size: 0.58rem; transition: color 0.25s ease; }
.contact-section__links a:hover { color: var(--ink); }
.contact-section__links span { margin-left: 4px; color: var(--ink); font-family: var(--sans); font-size: 0.86rem; }

.site-footer { padding: 22px 0 25px; color: var(--muted); background: var(--dark); font-size: 0.55rem; }
.site-footer__inner { display: flex; justify-content: space-between; gap: 20px; }
.reveal, .reveal.is-visible { opacity: 1; transform: none; }

.music-section .section-heading, .music-section .release-feature, .music-section .release-grid { display: none; }
.home-overview { display: grid; grid-template-columns: 1.18fr 0.84fr 1.16fr; gap: 68px; min-height: 520px; }
.overview-heading { display: flex; align-items: flex-start; justify-content: space-between; min-height: 58px; }
.overview-heading h2 { margin: 0; color: var(--ink); font-size: clamp(2rem, 3.1vw, 3.35rem); font-weight: 500; letter-spacing: 0; line-height: 0.98; }
.overview-heading a, .overview-more { color: var(--ink); font-family: Georgia, serif; font-size: 1.2rem; font-style: italic; }
.overview-heading a span, .overview-more span { display: inline-block; margin-left: 8px; font-family: var(--sans); font-size: 0.82rem; font-style: normal; }
.overview-release__cover { display: block; width: min(100%, 300px); margin: 105px auto 0; }
.overview-release__cover img { width: 100%; aspect-ratio: 1; object-fit: cover; filter: grayscale(0.4); transition: transform 0.8s var(--ease), filter 0.5s ease; }
.overview-release__cover:hover img { filter: grayscale(0); transform: translateY(-6px); }
.overview-release__caption { display: flex; align-items: flex-end; justify-content: space-between; width: min(100%, 300px); margin: 10px auto 0; color: var(--ink); font-family: var(--mono); font-size: 0.72rem; }
.release-glyph-title--tiny { height: 1.55rem; margin: 0 !important; }
.overview-live__event { display: flex; flex-direction: column; gap: 8px; margin-top: 113px; color: var(--ink); }
.overview-live__event span, .overview-live__event small { color: var(--soft); font-family: var(--mono); font-size: 0.68rem; }
.overview-live__event strong { font-size: 1rem; font-weight: 500; }
.overview-live__event small { font-family: var(--sans); font-size: 0.78rem; }
.overview-more { display: inline-block; margin-top: 116px; font-size: 1rem; }
.overview-news ul { margin: 112px 0 0; padding: 0; list-style: none; }
.overview-news li { display: block; padding: 16px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-family: var(--mono); font-size: 0.66rem; }
.overview-news li:first-child { border-top: 1px solid var(--line); }
.overview-news li a { transition: color 0.25s ease; }
.overview-news li a:hover { color: var(--red); }
.release-gallery { display: grid; grid-template-columns: 1.28fr 0.86fr; align-items: start; gap: 42px; max-width: 920px; margin-top: 110px; }
.release-gallery__item { position: relative; display: block; overflow: hidden; }
.release-gallery__item img { width: 100%; aspect-ratio: 1.12; object-fit: cover; filter: grayscale(0.52); transition: transform 0.8s var(--ease), filter 0.5s ease; }
.release-gallery__item--large img { aspect-ratio: 1.48; }
.release-gallery__item:hover img { filter: grayscale(0); transform: scale(1.03); }
.release-gallery__item span { display: block; margin-top: 10px; color: var(--ink); font-family: var(--mono); font-size: 0.61rem; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 48px, 760px); }
  .nav-panel { gap: 25px; }
  .header-cta { display: none; }
  .hero__image-wrap { width: 55vw; }
  .hero__title { width: 55%; }
  .release-feature { grid-template-columns: 0.82fr 1.18fr; }
  .release-feature__body { padding-left: 42px; }
  .about-section { grid-template-columns: 0.84fr 1.16fr; }
  .about-section__body { padding-inline: 48px; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 40px); }
  .site-nav { display: flex; height: 68px; padding: 0; }
  .site-nav::before { display: none; }
  .brand { margin: 0; }
  .brand__glyph-word { height: 15px; }
  .menu-toggle { position: relative; z-index: 3; display: block; width: 38px; height: 38px; margin-left: auto; padding: 0; border: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; }
  .menu-toggle span { display: block; width: 14px; height: 1px; margin: 5px auto; background: currentColor; transition: transform 0.3s var(--ease); }
  .menu-toggle.is-open span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle.is-open span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .nav-panel { position: fixed; z-index: 2; top: 0; bottom: 0; left: 0; display: flex; width: 100%; flex-direction: column; align-items: flex-start; justify-content: center; gap: 25px; padding: 40px; border: 0; background: var(--paper); transform: translateX(-100%); transition: transform 0.55s var(--ease); }
  .nav-panel.is-open { transform: translateX(0); }
  .nav-link { color: var(--ink); font-family: var(--sans); font-size: 1.03rem; font-weight: 500; }
  .nav-link small { display: inline; margin-left: 7px; color: var(--red); font-family: var(--mono); font-size: 0.57rem; }
  .nav-link.is-active::after { bottom: -7px; }
  .hero { min-height: 730px; height: calc(100svh - 68px); }
  .hero__image-wrap { top: 158px; right: 20px; bottom: auto; width: calc(100% - 40px); height: 360px; }
  .hero__content { position: relative; padding-top: 43px; padding-bottom: 32px; }
  .hero__title { display: none; }
  .hero__bottom { position: absolute; right: 0; bottom: 30px; left: 0; display: block; width: 100%; }
  .hero__lead { font-size: 0.82rem; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 16px; margin-top: 22px; }
  .section { padding: 91px 0; }
  .section-heading { margin-bottom: 47px; }
  .section-heading h2 { font-size: clamp(2.5rem, 13vw, 4.3rem); }
  .release-feature { display: block; min-height: 0; }
  .release-feature__visual { min-height: 0; aspect-ratio: 1 / 1.05; }
  .release-feature__body { min-height: 405px; padding: 28px 0 0; }
  .release-glyph-title { height: clamp(3.7rem, 20vw, 6.1rem); }
  .release-glyph-title--small { height: 1.1rem; }
  .release-feature__desc { margin-top: 21px; font-size: 0.82rem; }
  .release-feature__footer { align-items: flex-start; flex-direction: column; padding-top: 18px; }
  .release-feature__footer .button { width: 100%; }
  .release-grid { grid-template-columns: 1fr; gap: 42px; margin-top: 82px; }
  .release-card__image { aspect-ratio: 1.3; }
  .release-note { min-height: 170px; }
  .about-section { display: block; }
  .about-section__image { min-height: 420px; }
  .about-section__body { min-height: 610px; padding-top: 78px; padding-bottom: 78px; }
  .about-section__body h2 { font-size: clamp(2.5rem, 13vw, 4.3rem); }
  .about-section__facts { grid-template-columns: 1fr 1fr; gap: 25px 14px; margin-top: 50px; }
  .about-section__facts div:last-child { grid-column: 1 / -1; }
  .section-heading--row { display: block; }
  .live-row { grid-template-columns: 1fr auto; gap: 11px 18px; min-height: 148px; padding: 19px 0; }
  .live-row:hover { padding-inline: 0; background: transparent; }
  .live-row__date { grid-column: 1 / -1; }
  .live-row__date strong { font-size: 2.2rem; }
  .live-row__link { grid-column: 2; justify-self: end; }
  .contact-section, .contact-section__inner { min-height: 600px; }
  .contact-section__inner { padding-top: 82px; padding-bottom: 82px; }
  .contact-section h2 { font-size: clamp(2.7rem, 14vw, 4.5rem); }
  .contact-section__email { margin-top: 34px; font-size: 0.62rem; }
  .contact-section__links { flex-wrap: wrap; gap: 15px 18px; margin-top: 35px; }
  .site-footer__inner { flex-direction: column; gap: 8px; }

  .home-overview { grid-template-columns: 1fr; gap: 80px; min-height: 0; }
  .overview-heading { min-height: 46px; }
  .overview-release__cover { margin-top: 46px; }
  .overview-live__event { margin-top: 50px; }
  .overview-more { margin-top: 44px; }
  .overview-news ul { margin-top: 44px; }
  .release-gallery { grid-template-columns: 1fr; gap: 42px; max-width: none; margin-top: 90px; }
}

:root {
  --paper: #0d0f0f;
  --ink: #f1f0eb;
  --soft: #a3a59f;
  --muted: #676b66;
  --line: #2b302d;
  --dark: #070808;
  --dark-soft: #151817;
  --dark-line: rgba(241, 240, 235, 0.18);
}

body { color: var(--ink); background: var(--paper); }
::selection { color: var(--paper); background: var(--ink); }
.site-header { color: var(--ink); border-color: var(--line); background: var(--paper); }
.brand__name, .nav-link { color: var(--ink); }
.brand__glyph-word img, .hero__glyph-row img { filter: invert(1); }
.nav-link { color: var(--soft); }
.nav-link:hover, .nav-link.is-active, .nav-link--contact { color: var(--ink); }
.nav-link.is-active::after { background: var(--ink); }
.hero { color: var(--ink); background: var(--paper); }
.hero__image-wrap { border: 1px solid var(--line); background: #050606; }
.hero__image { filter: none; }
.hero__title { color: var(--ink); }
.hero__title .hero__glyph-row--outline { opacity: 0.55; }
.hero__lead, .text-link { color: var(--soft); }
.text-link:hover { color: var(--ink); }
.button--dark { color: var(--paper); border-color: var(--ink); background: var(--ink); }
.button--dark:hover { color: var(--ink); border-color: var(--ink); background: transparent; }
.section, .music-section, .live-section { color: var(--ink); background: var(--paper); }
.overview-heading h2, .section-heading h2 { color: var(--ink); }
.overview-heading a, .overview-more, .section-link { color: var(--ink); }
.overview-news li { border-color: var(--line); color: var(--ink); }
.overview-news li a:hover { color: var(--soft); }
.home-overview { grid-template-columns: minmax(0, 1.28fr) minmax(260px, 0.72fr); gap: 76px; min-height: 0; }
.overview-release .release-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: none; margin: 66px 0 0; }
.release-gallery__item { overflow: visible; }
.release-gallery__item img { aspect-ratio: 1; filter: grayscale(0.2); border: 1px solid var(--line); }
.release-gallery__item:hover img { filter: grayscale(0); transform: translateY(-4px); }
.release-gallery__item span { color: var(--ink); }
.overview-news ul { margin-top: 66px; }

.video-section { border-top: 1px solid var(--line); background: var(--dark-soft); }
.video-section .section-heading { align-items: baseline; }
.section-link { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.05em; }

.merch-section { background: var(--dark); }
.merch-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 42px; }
.merch-card { display: block; color: var(--ink); }
.merch-card img { width: 100%; aspect-ratio: 1.5; object-fit: cover; border: 1px solid var(--line); filter: grayscale(0.35) brightness(0.78); transition: filter 0.4s ease, transform 0.6s var(--ease); }
.merch-card:hover img { filter: grayscale(0) brightness(0.95); transform: translateY(-4px); }
.merch-card span { display: block; margin-top: 12px; color: var(--ink); font-family: var(--mono); font-size: 0.62rem; }
.site-footer { color: var(--muted); border-top: 1px solid var(--line); background: var(--dark); }

.subpage-main { min-height: calc(100vh - 118px); background: var(--paper); }
.subpage-hero { padding: 116px 0 84px; border-bottom: 1px solid var(--line); }
.subpage-kicker { margin: 0 0 28px; color: var(--soft); font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.06em; }
.subpage-title { margin: 0; color: var(--ink); font-size: clamp(3.8rem, 9vw, 9rem); font-weight: 500; letter-spacing: 0; line-height: 0.9; }
.subpage-copy { max-width: 480px; margin: 34px 0 0; color: var(--soft); font-size: 0.9rem; line-height: 2; }
.music-archive { padding-top: 96px; padding-bottom: 130px; }
.music-archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.music-archive-card { display: block; color: var(--ink); }
.music-archive-card img { width: 100%; aspect-ratio: 1; object-fit: cover; border: 1px solid var(--line); filter: grayscale(0.2); transition: filter 0.4s ease, transform 0.6s var(--ease); }
.music-archive-card:hover img { filter: grayscale(0); transform: translateY(-5px); }
.music-archive-card__name { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; }
.music-archive-card__name span { color: var(--soft); font-family: var(--mono); font-size: 0.62rem; }
.music-archive-card__glyph { display: flex; align-items: stretch; height: 1.55rem; gap: 1px; }
.music-archive-card__glyph img { width: auto; height: 100%; border: 0; filter: invert(1); }

.about-page .subpage-hero { border-bottom: 0; }
.about-page-content { padding-bottom: 130px; }
.about-page-grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 100px; padding-top: 76px; border-top: 1px solid var(--line); }
.about-page-grid h2 { margin: 0; color: var(--ink); font-size: 2rem; font-weight: 500; }
.about-page-grid p { max-width: 580px; margin: 0; color: var(--soft); font-size: 1rem; line-height: 2; }
.about-page-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 84px; padding-top: 20px; border-top: 1px solid var(--line); }
.about-page-facts strong { display: block; color: var(--ink); font-size: 0.78rem; font-weight: 500; }
.about-page-facts span { display: block; margin-top: 8px; color: var(--soft); font-family: var(--mono); font-size: 0.58rem; }

.contact-page { padding-bottom: 130px; }
.contact-form-wrap { display: grid; grid-template-columns: 0.65fr 1.35fr; gap: 100px; padding-top: 76px; border-top: 1px solid var(--line); }
.contact-form-note h2 { margin: 0; color: var(--ink); font-size: 2rem; font-weight: 500; }
.contact-form-note p { max-width: 260px; margin: 26px 0 0; color: var(--soft); font-size: 0.85rem; line-height: 1.9; }
.contact-form-note a { display: inline-block; margin-top: 28px; color: var(--ink); font-family: var(--mono); font-size: 0.62rem; }
.contact-form { display: grid; gap: 28px; }
.form-field { display: grid; gap: 9px; }
.form-field label { color: var(--soft); font-family: var(--mono); font-size: 0.59rem; letter-spacing: 0.05em; }
.form-field input, .form-field textarea { width: 100%; padding: 11px 0; color: var(--ink); border: 0; border-bottom: 1px solid var(--line); outline: 0; background: transparent; font: inherit; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--ink); }
.form-field textarea { min-height: 130px; resize: vertical; }
.form-submit { width: fit-content; padding: 13px 18px; color: var(--paper); border: 1px solid var(--ink); background: var(--ink); font-family: var(--mono); font-size: 0.62rem; cursor: pointer; }
.form-submit:hover { color: var(--ink); background: transparent; }
.form-submit:disabled { cursor: wait; opacity: 0.5; }
.form-status { min-height: 1.5em; margin: 0; color: var(--soft); font-size: 0.78rem; }

@media (max-width: 720px) {
  .hero { color: var(--ink); background: var(--paper); }
  .hero__image-wrap { border-color: var(--line); }
  .home-overview { grid-template-columns: 1fr; gap: 70px; }
  .overview-release .release-gallery { grid-template-columns: 1fr; gap: 32px; margin-top: 44px; }
  .overview-news ul { margin-top: 30px; }
  .video-section, .merch-section { padding-top: 88px; padding-bottom: 88px; }
  .video-section .section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; }
  .merch-grid { grid-template-columns: 1fr; gap: 34px; }
  .subpage-hero { padding: 82px 0 66px; }
  .subpage-title { font-size: clamp(3.6rem, 17vw, 6.2rem); }
  .music-archive { padding-top: 68px; padding-bottom: 92px; }
  .music-archive-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-page-content { padding-bottom: 92px; }
  .about-page-grid, .contact-form-wrap { grid-template-columns: 1fr; gap: 52px; padding-top: 52px; }
  .about-page-facts { grid-template-columns: 1fr; gap: 26px; margin-top: 58px; }
  .contact-page { padding-bottom: 92px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}

:root {
  --paper: #0d0f0f;
  --ink: #f1f0eb;
  --soft: #a3a59f;
  --muted: #676b66;
  --line: #2b302d;
  --dark: #070808;
  --dark-line: rgba(241, 240, 235, 0.18);
  --shell: min(1200px, calc(100% - 72px));
}

.site-nav::before { display: none; }
.site-nav { padding-top: 18px; }
.brand { margin-bottom: 16px; }
.nav-panel { gap: 36px; padding: 12px 0 14px; border-top: 0; }
.nav-link.is-active::after { bottom: -15px; }
.nav-link--contact { color: var(--soft); }

.hero {
  min-height: 600px;
  height: clamp(600px, calc(100svh - 112px), 780px);
  color: var(--ink);
  background: var(--paper);
}
.hero__image-wrap {
  top: 62px;
  right: max(0px, calc((100vw - 1200px) / 2));
  bottom: 46px;
  width: min(32vw, 420px);
  background: var(--dark);
}
.hero__image-wrap::after { display: none; }
.hero__image {
  object-fit: contain;
  filter: none;
  transform: none;
}
.hero:hover .hero__image { transform: none; }
.hero__content { padding-top: 72px; padding-bottom: 54px; }
.hero__title {
  width: 58%;
  margin: auto 0 38px;
  color: var(--ink);
  font-size: clamp(4.6rem, 9vw, 9.2rem);
}
.hero__title .hero__glyph-row--outline { opacity: 0.62; }
.brand__glyph-word img, .hero__glyph-row img { filter: invert(1); }
.hero__bottom { width: 48%; }
.hero__lead { color: var(--soft); font-size: 0.82rem; line-height: 1.8; }
.hero__actions { gap: 18px; }
.button--dark { color: var(--paper); border-color: var(--ink); background: var(--ink); }
.button--dark:hover { color: var(--ink); border-color: var(--ink); background: transparent; }
.text-link { color: var(--soft); }
.text-link:hover { color: var(--ink); }

.section { padding: 126px 0; }
.home-overview { gap: 54px; min-height: 430px; }
.overview-heading { min-height: 48px; }
.overview-heading h2 { font-size: clamp(1.95rem, 3vw, 3.15rem); font-weight: 500; }
.overview-release__cover { margin-top: 76px; }
.overview-live__event { margin-top: 84px; }
.overview-more { margin-top: 91px; }
.overview-news ul { margin-top: 78px; }
.release-gallery { gap: 36px; max-width: 860px; margin-top: 92px; }
.release-gallery__item img { filter: grayscale(0.28); }

.about-section {
  display: block;
  padding: 0;
  color: var(--ink);
  background: var(--dark-soft);
}
.about-section__body {
  display: grid;
  grid-template-columns: minmax(220px, 0.62fr) minmax(420px, 1.38fr);
  align-items: stretch;
  gap: 90px;
  min-height: 500px;
  padding-top: 108px;
  padding-bottom: 108px;
}
.about-section__intro { align-self: start; }
.about-section__body h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.5rem, 5vw, 5rem);
}
.about-section__copy {
  max-width: 500px;
  margin: 0;
  color: var(--soft);
  font-size: 0.9rem;
  line-height: 2;
}
.about-section__intro .about-section__copy { margin-top: 42px; }
.about-section__facts {
  align-self: end;
  grid-template-columns: repeat(3, 1fr);
  max-width: none;
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid var(--dark-line);
}
.about-section__facts strong { color: var(--ink); font-size: 0.76rem; }
.about-section__facts span { display: block; margin-top: 7px; color: var(--soft); font-family: var(--mono); font-size: 0.58rem; }

.section-heading { margin-bottom: 56px; }
.live-row { min-height: 98px; transition: background 0.25s ease; }
.live-row:hover { padding-inline: 0; background: var(--dark-soft); }
.live-row__link:hover { color: var(--ink); }
.contact-section { min-height: 470px; border-top: 1px solid var(--line); }
.contact-section__inner { min-height: 470px; }
.contact-section h2 { font-size: clamp(2.7rem, 5vw, 5.2rem); }
.contact-section__copy { max-width: 410px; }
.contact-section__links { margin-top: 30px; }

@media (max-width: 720px) {
  :root { --shell: calc(100% - 40px); }
  .site-nav { height: 68px; padding: 0; }
  .brand { margin: 0; }
  .brand__glyph-word { height: 15px; }
  .hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: auto;
    overflow: visible;
    padding: 0 20px 48px;
  }
  .hero__content {
    order: 1;
    width: 100%;
    height: auto;
    padding: 44px 0 0;
  }
  .hero__title {
    display: flex;
    width: 100%;
    margin: 0;
    font-size: clamp(3.6rem, 16vw, 5.4rem);
  }
  .hero__bottom {
    position: static;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    width: 100%;
    margin-top: 34px;
  }
  .hero__actions { align-items: flex-start; flex-direction: row; flex-wrap: wrap; gap: 14px 18px; margin-top: 24px; }
  .hero__image-wrap {
    position: relative;
    order: 2;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 310px;
    margin-top: 48px;
  }
  .section { padding: 88px 0; }
  .home-overview { grid-template-columns: 1fr; gap: 68px; min-height: 0; }
  .overview-release__cover { width: min(100%, 290px); margin-top: 42px; }
  .overview-live__event { margin-top: 38px; }
  .overview-more { margin-top: 33px; }
  .overview-news ul { margin-top: 32px; }
  .release-gallery { grid-template-columns: 1fr; gap: 42px; margin-top: 76px; }
  .about-section__body {
    display: block;
    min-height: 0;
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .about-section__intro .about-section__copy { margin-top: 32px; }
  .about-section__facts { grid-template-columns: 1fr; gap: 26px; margin-top: 68px; }
  .live-row { grid-template-columns: 1fr auto; min-height: 142px; }
  .live-row__date { grid-column: 1 / -1; }
  .live-row__link { grid-column: 2; }
  .contact-section, .contact-section__inner { min-height: 470px; }
  .contact-section__inner { padding-top: 88px; padding-bottom: 88px; }
  .site-footer__inner { flex-direction: column; gap: 8px; }
}

:root {
  --paper: #181c1b;
  --ink: #f3f1e9;
  --soft: #a7ada6;
  --muted: #727a74;
  --line: #3a4440;
  --dark: #121615;
  --dark-soft: #222826;
  --dark-line: rgba(243, 241, 233, 0.2);
}

body { background: var(--paper); }
.site-header { background: var(--paper); border-color: var(--line); }
.hero { background: var(--paper); }
.hero__image-wrap { background: var(--dark-soft); border-color: var(--line); }
.video-section { background: var(--dark-soft); border-color: var(--line); }
.merch-section { background: var(--dark); }
.site-footer { background: var(--dark); border-color: var(--line); }

.section-glyph {
  display: flex;
  align-items: stretch;
  height: clamp(2.45rem, 4.1vw, 4.1rem);
  max-width: 100%;
  gap: 1px;
}
.section-glyph img {
  width: auto;
  height: 100%;
  border: 0;
  filter: invert(1);
  opacity: 0.94;
  object-fit: contain;
}
.overview-heading h2, .section-heading h2 { display: flex; align-items: stretch; min-width: 0; }
.overview-heading h2 .section-glyph { height: clamp(2.25rem, 3.25vw, 3.35rem); }
.overview-release .release-gallery { grid-template-columns: minmax(0, 520px); }
.release-gallery__item img { aspect-ratio: 1; }

.video-poster {
  position: relative;
  display: block;
  width: min(100%, 1000px);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--dark);
}
.video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.18) saturate(0.82) brightness(0.76);
  transition: transform 0.9s var(--ease), filter 0.5s ease;
}
.video-poster:hover img {
  filter: grayscale(0) saturate(0.94) brightness(0.9);
  transform: scale(1.025);
}
.video-poster__label {
  position: absolute;
  top: 18px;
  left: 18px;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.06em;
}
.video-poster__label b {
  margin-left: 8px;
  font-family: var(--sans);
  font-size: 0.9rem;
  font-weight: 400;
}
.video-poster__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--ink);
  border: 1px solid rgba(243, 241, 233, 0.75);
  border-radius: 50%;
  font-size: 0.75rem;
  transform: translate(-50%, -50%);
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s var(--ease);
}
.video-poster:hover .video-poster__play {
  color: var(--dark);
  background: var(--ink);
  transform: translate(-50%, -50%) scale(1.06);
}

.contact-entry {
  border-top: 1px solid var(--line);
  background: var(--paper);
}
.contact-entry__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  min-height: 390px;
  padding-top: 92px;
  padding-bottom: 92px;
}
.contact-entry__kicker {
  margin: 0 0 28px;
  color: var(--soft);
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.06em;
}
.contact-entry h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.8rem, 6vw, 6.2rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.92;
}
.contact-entry__copy {
  max-width: 350px;
  margin: 30px 0 0;
  color: var(--soft);
  font-size: 0.84rem;
  line-height: 1.9;
}
.contact-entry__button {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-height: 44px;
  padding: 0 17px;
  color: var(--paper);
  border: 1px solid var(--ink);
  background: var(--ink);
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.06em;
  white-space: nowrap;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s var(--ease);
}
.contact-entry__button span { font-family: var(--sans); font-size: 0.95rem; }
.contact-entry__button:hover {
  color: var(--ink);
  background: transparent;
  transform: translateY(-2px);
}

@media (max-width: 720px) {
  .nav-panel { display: none; }
  .nav-panel.is-open { display: flex; transform: translateX(0); }
  .section-glyph { height: 2.65rem; }
  .overview-heading h2 .section-glyph { height: 2.35rem; }
  .overview-release .release-gallery { grid-template-columns: minmax(0, 1fr); margin-top: 48px; }
  .video-poster { margin-top: 28px; }
  .video-poster__label { top: 12px; left: 12px; font-size: 0.52rem; }
  .video-poster__play { width: 46px; height: 46px; }
  .contact-entry__inner { display: block; min-height: 0; padding-top: 86px; padding-bottom: 86px; }
  .contact-entry h2 { font-size: clamp(2.65rem, 13vw, 4.4rem); }
  .contact-entry__button { margin-top: 36px; }
}
