:root {
  --bg: #0b0b0b; --bg2: #141413; --line: #1f1f1e; --line2: #262624;
  --fg: #faf9f5; --fg2: #cfc9bd; --fg3: #b3aea4; --mute: #8f8a80; --dim: #6f6a61;
  --gold: #e8c98a; --gold2: #f3e9d6;
  --serif: 'Cormorant Garamond', 'Georgia', 'Times New Roman', serif;
  --sans: 'Zen Kaku Gothic New', 'Hiragino Sans', 'Yu Gothic', system-ui, sans-serif;
  --pad: clamp(20px, 5.6vw, 72px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--fg); font-family: var(--sans); -webkit-font-smoothing: antialiased; line-height: 1.6; }
a { color: var(--gold); text-decoration: none; } a:hover { color: var(--gold2); }
h1, h2 { font-family: var(--serif); font-weight: 400; margin: 0; color: var(--fg); text-wrap: pretty; }
h2 { font-size: clamp(30px, 3.2vw, 44px); line-height: 1.15; }
p { margin: 0; }
img { max-width: 100%; display: block; }
section { padding: clamp(52px, 7vw, 88px) var(--pad); border-bottom: 1px solid var(--line); }
.eyebrow { font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); }

.nav { position: sticky; top: 0; z-index: 10; display: flex; justify-content: space-between; align-items: center; padding: 16px var(--pad); border-bottom: 1px solid var(--line); background: rgba(11,11,11,0.85); backdrop-filter: blur(8px); }
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--serif); font-size: 20px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--fg); }
.brand img { width: 32px; height: 32px; border-radius: 50%; }
.links { display: flex; gap: 32px; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; }
.links a { color: var(--fg3); } .links a:hover { color: var(--fg); }

.hero { position: relative; min-height: clamp(520px, 72vh, 680px); padding: 0; display: flex; align-items: flex-end; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 30% 50%; opacity: 0.85; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,11,11,0.15) 0%, rgba(11,11,11,0.55) 55%, var(--bg) 100%); }
.hero-body { position: relative; padding: 0 var(--pad) clamp(36px, 5vw, 72px); display: flex; flex-direction: column; gap: 20px; max-width: 780px; }
.hero h1 { font-size: clamp(36px, 5vw, 64px); line-height: 1.1; }
.lead { font-size: clamp(14px, 1.3vw, 17px); color: var(--fg2); }
.cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 6px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 48px; padding: 0 24px; font-size: 14px; letter-spacing: 0.08em; transition: opacity .15s; }
.btn:hover { opacity: 0.85; }
.btn-solid { background: var(--gold); color: var(--bg); font-weight: 500; }
.btn-solid:hover { color: var(--bg); }
.btn-line { border: 1px solid var(--gold); color: var(--gold); }

.release { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; align-items: center; }
.release-text { display: flex; flex-direction: column; gap: 16px; }
.release p { font-size: 16px; line-height: 1.8; color: var(--fg2); max-width: 460px; }
.meta { font-size: 14px; color: var(--fg3); letter-spacing: 0.06em; }
.inline-links { display: flex; gap: 24px; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; }
.embed { background: var(--bg2); border: 1px solid var(--line2); padding: 12px; border-radius: 14px; }
.embed iframe { display: block; border-radius: 12px; }

.everywhere { display: flex; flex-direction: column; align-items: center; gap: 26px; padding-top: 56px; padding-bottom: 56px; }
.dsp { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px 44px; font-size: 15px; letter-spacing: 0.12em; text-transform: uppercase; }
.dsp a { color: var(--fg2); } .dsp a:hover { color: var(--gold); }

.yt { display: flex; flex-direction: column; gap: 32px; }
.yt-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.yt-head > div:first-child { display: flex; flex-direction: column; gap: 14px; }
.tabs { display: flex; gap: 8px; }
.tab { font: inherit; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; padding: 10px 16px; background: none; border: 1px solid #3a3a3a; color: var(--mute); cursor: pointer; }
.tab.is-active { border-color: var(--gold); color: var(--gold); }
.yt-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.video { display: flex; flex-direction: column; gap: 12px; color: #e3ddd1; font-size: 15px; }
.video img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.video:hover { color: var(--gold); }
.video.is-hidden { display: none; }
.more { font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; align-self: flex-start; }

.about { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; }
.about > div:first-child { display: flex; flex-direction: column; gap: 14px; }
.about-text { display: flex; flex-direction: column; gap: 16px; font-size: 16px; line-height: 1.85; color: var(--fg2); }
.about-text .ja { font-size: 14px; color: var(--mute); }

.foot { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; padding: 32px var(--pad); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--dim); }
.foot-links { display: flex; gap: 28px; }

@media (max-width: 900px) {
  .release, .about { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 720px) {
  .links { display: none; }
  .cta { flex-direction: column; }
  .btn { width: 100%; }
  .yt-grid { grid-template-columns: 1fr; }
  .dsp { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); text-align: center; gap: 14px 24px; width: 100%; }
  .foot { flex-direction: column-reverse; align-items: flex-start; }
}
