:root {
  --void: #0a0d0c;
  --ink: #0d1310;
  --surface: #121917;
  --teal: #16302b;
  --teal-line: #20312b;
  --gold: #c5a13f;
  --gold-bright: #e3c668;
  --green: #76d36a;
  --bone: #e9e3d4;
  --ash: #b9bdb6;
  --muted: #8a948c;
  --serif-en: "Cormorant Garamond", serif;
  --mincho: "Shippori Mincho", serif;
  --serif-jp: "Noto Serif JP", serif;
  --maxw: 1080px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--void);
  color: var(--bone);
  font-family: var(--serif-jp);
  font-weight: 400;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }

img { display: block; max-width: 100%; }

::selection { background: rgba(197,161,63,0.3); color: var(--bone); }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px clamp(18px, 4vw, 48px);
  background: rgba(10,13,12,0);
  border-bottom: 1px solid transparent;
  transition: background .4s ease, border-color .4s ease, transform .4s ease;
  transform: translateY(-100%);
}
.site-header.show { transform: translateY(0); }
.site-header.solid {
  background: rgba(10,13,12,0.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--teal-line);
}
.brand {
  font-family: var(--serif-en);
  font-weight: 500;
  font-size: 19px;
  letter-spacing: .04em;
  color: var(--bone);
}
.site-nav { display: flex; gap: clamp(14px, 2.5vw, 30px); }
.site-nav a {
  font-family: var(--serif-en);
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ash);
  position: relative;
  padding-bottom: 3px;
  transition: color .25s ease;
}
.site-nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 0; height: 1px; background: var(--gold);
  transition: width .3s ease;
}
.site-nav a:hover { color: var(--gold-bright); }
.site-nav a:hover::after { width: 100%; }

/* ---------- Hero ---------- */
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.hero {
  position: relative;
  background: var(--void);
  overflow: hidden;
}
.hero-img img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 76svh;
  object-fit: cover;
  object-position: center 46%;
}
.hero-scrim {
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 30%;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(10,13,12,0) 0%, var(--void) 100%);
}
.brand-plate {
  text-align: center;
  background: var(--void);
  padding: clamp(20px, 4vw, 38px) 20px clamp(40px, 7vw, 66px);
}
.brand-title {
  font-family: var(--serif-en);
  font-weight: 500;
  font-size: clamp(1.9rem, 4.6vw, 3.1rem);
  line-height: 1.1;
  letter-spacing: .05em;
  margin: 0;
  color: var(--bone);
}
.brand-genre {
  font-family: var(--serif-en);
  font-size: clamp(.68rem, 1.7vw, .82rem);
  letter-spacing: .34em;
  text-transform: uppercase;
  margin: .9rem 0 0;
  padding-left: .34em;
  color: var(--ash);
}
.brand-cta {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
  margin-top: 1.9rem;
}
.btn {
  font-family: var(--serif-en);
  font-size: 1.02rem;
  letter-spacing: .1em;
  padding: 12px 28px;
  border-radius: 3px;
  border: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: #1a1408; border-color: var(--gold); }
.btn-primary:hover { background: var(--gold-bright); border-color: var(--gold-bright); }
.btn-ghost { color: var(--bone); border-color: rgba(233,227,212,0.45); background: rgba(10,13,12,0.25); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-bright); }
.btn-x { display: inline-flex; align-items: center; gap: 9px; }
.btn-x svg { display: block; }

/* ---------- Sections ---------- */
.section { padding: clamp(72px, 12vw, 140px) clamp(20px, 5vw, 48px); position: relative; }
.section-alt { background: var(--ink); border-top: 1px solid var(--teal-line); border-bottom: 1px solid var(--teal-line); }
.wrap { max-width: var(--maxw); margin: 0 auto; }
.wrap.center { text-align: center; }

.eyebrow {
  font-family: var(--serif-en);
  font-size: .82rem;
  letter-spacing: .4em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 .8rem;
}
.section-title {
  font-family: var(--mincho);
  font-weight: 600;
  font-size: clamp(1.5rem, 4.5vw, 2.4rem);
  letter-spacing: .08em;
  margin: 0 0 2.4rem;
  color: var(--bone);
  position: relative;
  display: inline-block;
}
.section-title::after {
  content: ""; position: absolute; left: 0; bottom: -.7rem;
  width: 46px; height: 2px; background: var(--gold);
}
.wrap.center .section-title::after { left: 50%; transform: translateX(-50%); }

.prose { max-width: 760px; }
.prose p { margin: 0 0 1.3rem; color: #d6d0c2; font-weight: 300; }
.prose strong { color: var(--bone); font-weight: 500; }
.prose em { font-style: normal; color: var(--gold-bright); }
.prose-en {
  font-family: var(--serif-en);
  font-size: 1.06rem;
  font-style: italic;
  letter-spacing: .01em;
  color: var(--muted) !important;
  border-left: 2px solid var(--teal-line);
  padding-left: 1.2rem;
  margin-top: 2rem !important;
}

/* ---------- Artist intro ---------- */
.artist-intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 4vw, 48px);
  align-items: center;
  margin-top: 3.4rem;
}
@media (min-width: 721px) {
  .artist-intro { grid-template-columns: 1.04fr 0.96fr; }
  .artist-text { order: -1; }
}
.artist-photo { margin: 0; }
.artist-photo img {
  display: block;
  width: 100%;
  height: auto;
}
.artist-head { display: inline-flex; align-items: center; gap: 14px; margin-bottom: 1.3rem; width: fit-content; text-decoration: none; }
.artist-avatar { width: 56px; height: 56px; border-radius: 50%; border: 1px solid var(--gold); flex: 0 0 auto; transition: border-color .25s ease; }
.artist-name { margin: 0; font-family: var(--mincho); font-weight: 500; font-size: 1.05rem; color: var(--bone); transition: color .25s ease; }
.artist-name span { font-family: var(--serif-en); color: var(--muted); font-size: .9rem; }
.artist-name .artist-x {
  display: inline-flex; align-items: center; justify-content: center;
  width: 19px; height: 19px; margin-left: 5px;
  border: 1px solid var(--teal-line); border-radius: 50%;
  font-size: .72rem; color: var(--muted);
  transition: color .25s ease, border-color .25s ease;
  vertical-align: middle;
}
.artist-role { margin: .3rem 0 0; font-family: var(--serif-en); font-size: .82rem; letter-spacing: .12em; color: var(--gold); }
.artist-head:hover .artist-name { color: var(--gold-bright); }
.artist-head:hover .artist-avatar { border-color: var(--gold-bright); }
.artist-head:hover .artist-x { color: var(--gold-bright); border-color: var(--gold); }
.artist-meta { margin: 0 0 1.1rem; padding: 0; }
.artist-meta div { display: flex; gap: 12px; align-items: baseline; padding: 5px 0; border-top: 1px solid rgba(32,49,43,0.6); }
.artist-meta div:last-child { border-bottom: 1px solid rgba(32,49,43,0.6); }
.artist-meta dt {
  flex: 0 0 auto; min-width: 46px;
  font-family: var(--serif-en); font-size: .72rem; letter-spacing: .18em;
  text-transform: uppercase; color: var(--gold);
}
.artist-meta dd { margin: 0; font-size: .86rem; color: var(--ash); letter-spacing: .02em; }
.artist-bio { margin: 0; font-weight: 300; font-size: .98rem; line-height: 1.95; color: #cfcabd; }
.artist-commission {
  margin: 1.4rem 0 0;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(32,49,43,0.6);
  font-size: .9rem;
  line-height: 1.8;
  color: var(--ash);
}
.artist-commission a {
  color: var(--gold-bright);
  border-bottom: 1px solid transparent;
  white-space: nowrap;
  transition: color .2s ease, border-color .2s ease;
}
.artist-commission a:hover { color: var(--green); border-color: var(--green); }

/* ---------- Discography ---------- */
.disco-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(20px, 4vw, 40px);
}
.release {
  background: var(--surface);
  border: 1px solid var(--teal-line);
  border-radius: 4px;
  overflow: hidden;
  transition: border-color .35s ease, transform .35s ease;
}
.release:hover { border-color: var(--gold); transform: translateY(-4px); }
.release-cover { aspect-ratio: 1 / 1; overflow: hidden; }
.release-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.release:hover .release-cover img { transform: scale(1.04); }
.release-body { padding: 20px 22px 24px; }
.release-type { margin: 0; font-family: var(--serif-en); font-size: .78rem; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); }
.release-title { margin: .5rem 0 0; font-family: var(--mincho); font-weight: 600; font-size: 1.3rem; letter-spacing: .04em; color: var(--bone); }
.release-title[lang="de"] { font-family: var(--serif-en); font-style: italic; font-weight: 500; }
.release-note { margin: .9rem 0 0; font-size: .92rem; font-weight: 300; color: var(--ash); line-height: 1.8; }
.release-link {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 1.2rem;
  font-family: var(--serif-en); font-size: .98rem; letter-spacing: .08em;
  color: var(--gold-bright);
  border-bottom: 1px solid transparent;
  transition: color .25s ease, border-color .25s ease;
}
.release-link:hover { color: var(--green); border-color: var(--green); }
.release-link .ext { font-size: .85em; }

/* ---------- Events ---------- */
.event-list { list-style: none; margin: 0; padding: 0; }
.event {
  display: flex; gap: clamp(18px, 4vw, 36px); align-items: flex-start;
  padding: 26px 24px;
  background: var(--surface);
  border: 1px solid var(--teal-line);
  border-left: 2px solid var(--gold);
  border-radius: 0 4px 4px 0;
}
.event-date { text-align: center; flex: 0 0 auto; min-width: 96px; }
.event-year { display: block; font-family: var(--mincho); font-size: .8rem; letter-spacing: .06em; color: var(--muted); }
.event-md { display: block; font-family: var(--mincho); font-weight: 600; font-size: 1.5rem; line-height: 1.25; color: var(--gold-bright); margin-top: 2px; }
.event-dow { display: block; font-family: var(--mincho); font-size: .78rem; letter-spacing: .12em; color: var(--gold); margin-top: 4px; }
.event-name { margin: 0; font-family: var(--mincho); font-weight: 600; font-size: 1.25rem; color: var(--bone); }
.event-place { margin: .55rem 0 0; font-size: .96rem; font-weight: 300; color: var(--ash); }
.event-note { margin: .55rem 0 0; font-size: .84rem; color: var(--muted); }

/* ---------- Links ---------- */
.links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  max-width: 640px;
  margin: 0 auto;
}
.link-btn {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  padding: 24px 20px;
  background: var(--surface);
  border: 1px solid var(--teal-line);
  border-radius: 4px;
  transition: border-color .3s ease, background .3s ease, transform .3s ease;
}
.link-btn:hover { border-color: var(--gold); background: #18211e; transform: translateY(-3px); }
.link-label { font-family: var(--serif-en); font-size: 1.3rem; letter-spacing: .08em; color: var(--bone); }
.link-sub { font-size: .84rem; font-weight: 300; letter-spacing: .04em; color: var(--muted); }

/* ---------- Footer ---------- */
.site-footer {
  text-align: center;
  padding: 40px 24px;
  border-top: 1px solid var(--teal-line);
  background: var(--void);
}
.footer-copy { font-family: var(--serif-en); font-size: .8rem; letter-spacing: .1em; color: var(--muted); margin: 0; }
.footer-copy a { color: var(--ash); border-bottom: 1px solid transparent; transition: color .2s ease, border-color .2s ease; }
.footer-copy a:hover { color: var(--gold-bright); border-color: var(--gold); }

/* ---------- Subpage (commission) ---------- */
.site-header.static-header {
  position: static;
  transform: none;
  background: rgba(10,13,12,0.92);
  border-bottom: 1px solid var(--teal-line);
}
.page-head {
  text-align: center;
  padding: clamp(64px, 12vw, 120px) 20px clamp(8px, 3vw, 24px);
  background: var(--void);
}
.page-head .eyebrow { margin-bottom: 1rem; }
.page-title {
  font-family: var(--serif-en);
  font-weight: 500;
  font-size: clamp(2rem, 5vw, 3.2rem);
  letter-spacing: .04em;
  color: var(--bone);
  margin: 0;
}
.page-sub {
  font-family: var(--mincho);
  font-size: clamp(.92rem, 2.4vw, 1.1rem);
  letter-spacing: .1em;
  color: var(--gold);
  margin: .9rem 0 0;
}
.page-lead {
  max-width: 620px;
  margin: 1.6rem auto 0;
  font-weight: 300;
  line-height: 1.95;
  color: #d6d0c2;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(258px, 1fr));
  gap: clamp(16px, 3vw, 26px);
  max-width: 820px;
  margin: 0 auto;
}
.price-card {
  background: var(--surface);
  border: 1px solid var(--teal-line);
  border-radius: 4px;
  padding: 26px 26px 28px;
  text-align: left;
}
.price-head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
  border-bottom: 1px solid var(--teal-line);
  padding-bottom: 14px; margin-bottom: 16px;
}
.price-name { margin: 0; font-family: var(--mincho); font-weight: 600; font-size: 1.22rem; color: var(--bone); }
.price-amount { font-family: var(--serif-en); color: var(--gold-bright); white-space: nowrap; }
.price-amount b { font-size: 1.7rem; font-weight: 500; }
.price-amount span { font-size: .78rem; color: var(--muted); margin-left: 3px; letter-spacing: .04em; }
.price-desc { margin: 0; font-weight: 300; font-size: .96rem; line-height: 1.85; color: #d6d0c2; }
.price-note { margin: 1rem 0 0; padding-top: .9rem; border-top: 1px dashed rgba(32,49,43,0.9); font-size: .84rem; line-height: 1.75; color: var(--muted); }

.contact-box { max-width: 580px; margin: clamp(40px, 7vw, 64px) auto 0; text-align: center; }
.contact-text { font-weight: 300; line-height: 1.95; color: #d6d0c2; margin: 0 0 1rem; }
.contact-mail {
  display: inline-block;
  font-family: var(--serif-en);
  font-size: clamp(1.05rem, 3.4vw, 1.4rem);
  letter-spacing: .03em;
  color: var(--gold-bright);
  border-bottom: 1px solid rgba(197,161,63,0.5);
  padding-bottom: 2px;
  transition: color .2s ease, border-color .2s ease;
}
.contact-mail:hover { color: var(--green); border-color: var(--green); }
.back-link {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: clamp(48px, 8vw, 72px);
  font-family: var(--serif-en); letter-spacing: .1em; font-size: .95rem;
  color: var(--ash); border-bottom: 1px solid transparent;
  transition: color .2s ease, border-color .2s ease;
}
.back-link:hover { color: var(--gold-bright); border-color: var(--gold); }

/* ---------- Downloads ---------- */
.downloads-wrap { max-width: 820px; margin: 0 auto; }
.dl-card {
  background: var(--surface);
  border: 1px solid var(--teal-line);
  border-radius: 4px;
  overflow: hidden;
  transition: border-color .3s ease, transform .3s ease;
}
.dl-card:hover { border-color: var(--gold); transform: translateY(-3px); }
.dl-thumb { display: block; overflow: hidden; }
.dl-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.dl-card:hover .dl-thumb img { transform: scale(1.03); }
.dl-feature { margin-bottom: clamp(16px, 3vw, 24px); }
.dl-feature .dl-thumb { aspect-ratio: 16 / 9; }
.dl-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(238px, 1fr));
  gap: clamp(16px, 3vw, 24px);
}
.dl-grid .dl-thumb { aspect-ratio: 1 / 1; }
.dl-body {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 15px 18px;
}
.dl-name { margin: 0; font-family: var(--mincho); font-weight: 600; font-size: 1.06rem; color: var(--bone); }
.dl-name[lang="de"] { font-family: var(--serif-en); font-style: italic; font-weight: 500; }
.dl-meta { margin: .35rem 0 0; font-family: var(--serif-en); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.dl-body .btn { padding: 9px 18px; font-size: .92rem; white-space: nowrap; }
.dl-terms {
  max-width: 720px;
  margin: clamp(34px, 6vw, 54px) auto clamp(28px, 5vw, 40px);
  text-align: center;
  font-size: .84rem; line-height: 1.85; color: var(--muted);
}

/* ---------- Discography → downloads link ---------- */
.disco-extra {
  text-align: center;
  margin: clamp(30px, 5vw, 46px) 0 0;
  font-size: .92rem; color: var(--ash);
}
.disco-extra a {
  color: var(--gold-bright); white-space: nowrap;
  border-bottom: 1px solid transparent;
  transition: color .2s ease, border-color .2s ease;
}
.disco-extra a:hover { color: var(--green); border-color: var(--green); }

/* ---------- Video (試聴) ---------- */
.video-facade {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--teal-line);
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
}
.video-facade img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease, opacity .3s ease; }
.video-facade::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(circle at 50% 50%, rgba(10,13,12,0.1), rgba(10,13,12,0.5));
}
.video-facade:hover img { transform: scale(1.03); opacity: .85; }
.video-play {
  position: absolute; inset: 0; margin: auto;
  width: 76px; height: 76px; z-index: 2;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(233,227,212,0.7);
  border-radius: 50%;
  background: rgba(10,13,12,0.45);
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}
.video-facade:hover .video-play { background: var(--gold); border-color: var(--gold); transform: scale(1.06); }
.video-play svg { width: 26px; height: 26px; margin-left: 4px; fill: var(--bone); transition: fill .25s ease; }
.video-facade:hover .video-play svg { fill: #1a1408; }
.video-facade:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 3px; }
.video-facade.playing { cursor: default; }
.video-facade.playing::after, .video-facade.playing .video-play { display: none; }
.video-facade iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- Footer nav ---------- */
.footer-nav { display: flex; gap: 24px; justify-content: center; margin: 0 0 1.3rem; flex-wrap: wrap; }
.footer-nav a {
  font-family: var(--serif-en); font-size: .86rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ash); border-bottom: 1px solid transparent;
  transition: color .2s ease, border-color .2s ease;
}
.footer-nav a:hover { color: var(--gold-bright); border-color: var(--gold); }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s ease, transform .9s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 640px) {
  .site-header { justify-content: center; }
  .brand { display: none; }
  .site-nav { gap: 18px; }
  .site-nav a { font-size: 12px; letter-spacing: .08em; }
  .event { flex-direction: row; }
  .prose-en { font-size: 1rem; }
}
