:root {
  --canvas: #15112b;
  --paper: #f8f6fc;
  --ink: #faf9ff;
  --muted: #bbb4cf;
  --line: #ffffff38;
  --accent: #c994ff;
  --hero-color: #8f29cb;
  --font: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
  --display: 'Silom', 'Menlo', 'Consolas', monospace;
  --mono: 'Menlo', 'Consolas', monospace;
  --gutter: clamp(24px, 10vw, 180px);
  --section-space: clamp(72px, 10vw, 150px);
  --radius: 0px;
  --key-face: #231a39;
  --key-edge: #ae8acb;
  --key-shadow: #090610;
  --motion: 140ms;
  --preview-height: 0px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--canvas); background-image: radial-gradient(#d5b4ff16 1px, transparent 1px); background-size: 20px 20px; color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.8; -webkit-font-smoothing: antialiased; }
body.is-preview { --preview-height: 28px; }
body, h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3, p, figure { margin: 0; }
a { color: inherit; text-decoration: none; text-underline-offset: 6px; }
button { color: inherit; font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 7px; }
.ui-arrow { display: inline-grid; place-items: center; flex-shrink: 0; }
.ui-arrow svg { width: 18px; height: 16px; display: block; }
.arrow-left svg { transform: rotate(180deg); }
.arrow-down svg { transform: rotate(90deg); }
.arrow-up svg { transform: rotate(-90deg); }
section:focus, main:focus { outline: none; }
::selection { background: #d8b0ff; color: #241237; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 12px; padding: 10px 20px; background: white; color: #15112b; z-index: 100; transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.preview-notice { position: relative; z-index: 60; min-height: var(--preview-height); padding: 3px 24px; display: flex; justify-content: center; gap: 18px; color: #d9d3e7; background: #100e19; font-size: 12px; line-height: 22px; }
.preview-notice > span:first-child { font-family: var(--mono); font-size: 12px; }
.page-top-anchor { height: 0; }
.header { position: fixed; top: calc(28px + var(--preview-height)); left: 34px; right: 34px; z-index: 50; height: 0; pointer-events: none; }
.header a, .header button { pointer-events: auto; }
.wordmark { display: inline-flex; flex-direction: column; align-items: center; width: 138px; }
.brand-logo { width: 138px; background: #f9f8f6; }
.brand-logo img { width: 100%; height: auto; display: block; }
.logo-filter-definitions { position: absolute; width: 0; height: 0; overflow: hidden; pointer-events: none; }
.brand-logo.is-cutout { background: transparent; }
.is-cutout, .hero-title h1:has(.hero-wordmark) { position: relative; aspect-ratio: 870 / 393; overflow: hidden; }
.is-cutout img, .hero-wordmark { filter: url('#logo-paper-removal'); position: absolute; display: block; width: 138.621% !important; max-width: none !important; height: auto !important; left: -16.667%; top: -31.552%; }
.hero-title h1:has(.hero-wordmark) { font-size: inherit; line-height: 1; padding: 0; width: clamp(300px, 46vw, 690px); max-width: 100%; }
.footer-logo { width: clamp(180px, 24vw, 320px); }
.footer-logo img { display: block; width: 100%; height: auto; }
.header-caption { font-family: var(--mono); font-size: 10px; line-height: 1.5; letter-spacing: .04em; margin-top: 8px; padding: 2px 0; background: transparent; border: 0; }
.brand-name { font-size: 38px; font-weight: 800; }
.menu-panel { position: fixed; top: calc(34px + var(--preview-height)); right: 34px; width: 164px; pointer-events: auto; }
.navigation { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; }
.navigation a { position: relative; display: inline-block; font-family: var(--display); font-size: 15px; font-weight: 400; line-height: 1.6; padding: 5px 10px 5px 25px; border: 1px solid transparent; text-transform: uppercase; text-align: right; text-shadow: 2px 2px 0 #301047; }
.navigation a::before { position: absolute; left: 8px; top: 50%; content: ''; width: 8px; height: 12px; background: currentColor; clip-path: polygon(0 0, 4px 0, 4px 2px, 6px 2px, 6px 4px, 8px 4px, 8px 8px, 6px 8px, 6px 10px, 4px 10px, 4px 12px, 0 12px); opacity: 0; transform: translateY(-50%); }
.navigation a:hover::before, .navigation a:focus-visible::before, .navigation a[aria-current='location']::before { opacity: 1; }
.navigation a:hover, .navigation a[aria-current='location'] { color: white; background: #231632e8; border-color: var(--key-edge); box-shadow: 3px 3px 0 #150b20; }
.menu-toggle, .menu-caption, .menu-social { display: none; }
.hero { min-height: 720px; height: calc(100svh - var(--preview-height)); max-height: 1080px; position: relative; overflow: hidden; background: var(--hero-color); isolation: isolate; }
.hero-visual { position: absolute; inset: 0; z-index: -1; }
.hero::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(0deg, transparent 0 3px, #150b2210 3px 4px); opacity: .35; }
.hero .hero-photo { position: absolute; width: min(78svh, 70vw); aspect-ratio: 1; top: 3%; right: 10%; background: var(--hero-color); }
.hero-photo img { width: 100%; height: 100%; display: block; object-fit: contain; }
.hero-title { position: absolute; left: var(--gutter); bottom: 26%; max-width: calc(100% - 2 * var(--gutter)); }
.hero-title h1 { font-family: 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif; font-weight: 900; font-size: clamp(150px, 21vw, 350px); line-height: 1.1; letter-spacing: -.1em; padding-right: .1em; }
.hero-title > p { display: table; font-family: var(--mono); letter-spacing: .14em; font-size: 12px; margin: 12px 0 0 8px; border: 0; padding: 3px 0; background: transparent; }
.hero-bottom { position: absolute; left: var(--gutter); right: var(--gutter); bottom: 38px; display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; }
.hero-action { display: flex; flex: 1; flex-wrap: wrap; align-items: center; gap: 18px 36px; min-width: 0; }
.hero-social { display: flex; flex-shrink: 0; gap: 12px; }
.social-key { position: relative; display: grid; place-items: center; width: 48px; height: 48px; color: white; background: var(--key-face); border: 1px solid #dcc0f3; box-shadow: inset 0 0 0 3px #332044, 4px 4px 0 #311347; transition: background var(--motion), transform var(--motion), box-shadow var(--motion); }
.social-key svg { display: block; width: 22px; height: 22px; }
.social-key:hover, .social-key:focus-visible { background: #63407f; transform: translateY(-2px); box-shadow: inset 0 0 0 3px #ffffff18, 4px 6px 0 #311347; }
.social-key:active { transform: translate(3px, 3px); box-shadow: inset 0 0 0 3px #ffffff18, 1px 1px 0 #311347; }
.social-key-label { position: absolute; left: 50%; bottom: calc(100% + 12px); transform: translateX(-50%); padding: 4px 8px; font: 11px/1.5 var(--mono); color: white; background: #15112b; border: 1px solid var(--key-edge); white-space: nowrap; pointer-events: none; opacity: 0; transition: opacity var(--motion); }
.social-key:hover .social-key-label, .social-key:focus-visible .social-key-label { opacity: 1; }
.hero-action > div { max-width: min(430px, 100%); }
.hero-release-label { font-family: var(--mono); font-size: 12px; letter-spacing: .04em; }
.hero-release-title { font-size: 28px; line-height: 1.5; margin-top: 6px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.primary-link { display: inline-flex; min-width: 220px; max-width: 100%; min-height: 56px; justify-content: center; align-items: center; border: 2px solid var(--ink); background: var(--ink); color: #2c143f; box-shadow: inset 0 0 0 2px #2c143f33, 4px 4px 0 #311347; border-radius: var(--radius); padding: 12px 24px; font-family: var(--mono), var(--font); font-weight: 700; font-size: 14px; line-height: 1.5; letter-spacing: .06em; transition: background var(--motion), color var(--motion), transform var(--motion), box-shadow var(--motion); }
.primary-link:hover { background: #e4c9ff; border-color: #e4c9ff; }
.primary-link:active { transform: translate(3px, 3px); box-shadow: inset 0 0 0 2px #2c143f33, 1px 1px 0 #311347; }
.scroll-link { flex-shrink: 0; width: 76px; height: 76px; border: 1px solid #ffffffa6; background: #361346a6; box-shadow: 3px 3px 0 #311347; display: flex; flex-direction: column; gap: 12px; align-items: center; justify-content: center; line-height: 1.3; transition: background var(--motion), transform var(--motion); }
.scroll-link > span:first-child { font-family: var(--mono); font-size: 12px; letter-spacing: .05em; }
.scroll-link:hover { background: #241039; }
.scroll-link:active { transform: translate(2px, 2px); }
.content-sections { width: calc(100% - 2 * var(--gutter)); max-width: 1120px; margin: 0 auto; }
.section { padding: var(--section-space) 0; }
.section + .section { border-top: 1px solid #ffffff15; }
.section-heading { display: flex; align-items: baseline; flex-wrap: wrap; gap: 12px 20px; margin-bottom: 52px; }
.section-heading::after { content: ''; display: block; width: 100%; height: 4px; margin-top: 14px; background: repeating-linear-gradient(90deg, var(--accent) 0 4px, transparent 4px 8px) left center / 56px 4px no-repeat, linear-gradient(var(--line), var(--line)) 68px center / calc(100% - 68px) 1px no-repeat; }
.section h2 { font-family: var(--display); font-size: clamp(48px, 6.5vw, 88px); font-weight: 400; text-transform: uppercase; letter-spacing: -.055em; line-height: 1.1; text-shadow: 3px 3px 0 #74379b; }
.section-ja { margin-left: auto; color: var(--muted); font-size: 14px; }
.eyebrow { font-family: var(--mono); font-size: 12px; line-height: 1.7; letter-spacing: .04em; color: var(--muted); }
.release-list { display: grid; }
.release { display: grid; grid-template-columns: 88px minmax(0, 1fr); align-items: center; gap: 28px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.release:first-child { padding-top: 0; }
.release:not(:has(.media)) { display: block; }
.release-info { min-width: 0; }
.release:has(.media) .release-info { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 5px 24px; }
.release:has(.media) .release-info > .eyebrow { grid-column: 1; }
.release:has(.media) .release-info > h3 { grid-column: 1; }
.release:has(.media) .release-info > .text-link { grid-column: 2; grid-row: 1 / 3; }
.release:not(:has(.media)) .release-info { display: grid; grid-template-columns: minmax(120px, .75fr) minmax(0, 1.2fr) auto; align-items: center; gap: 28px; }
.release h3 { font-weight: 500; font-size: clamp(22px, 2.2vw, 32px); line-height: 1.5; }
.text-link { display: inline-flex; align-items: center; justify-content: center; min-width: 148px; min-height: 48px; border: 1px solid var(--key-edge); border-radius: var(--radius); background: var(--key-face); box-shadow: inset 0 0 0 2px var(--canvas), 3px 3px 0 var(--key-shadow); padding: 10px 20px; font-family: var(--mono), var(--font); font-size: 13px; line-height: 1.5; transition: background var(--motion), color var(--motion), transform var(--motion), box-shadow var(--motion); }
.text-link:hover { background: #d8b5ff; color: var(--canvas); box-shadow: inset 0 0 0 2px #f4e8ff66, 3px 3px 0 var(--key-shadow); }
.text-link:active { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--key-shadow); }
.media { position: relative; }
.media img { max-width: 100%; object-position: var(--photo-position, 50% 50%); }
.artwork { aspect-ratio: 1; }
.artwork img { width: 100%; height: 100%; object-fit: contain; }
.video-carousel { min-width: 0; }
.video-viewport { overflow: hidden; padding: 6px; border: 1px solid var(--key-edge); background: #0f0b1e; box-shadow: 5px 5px 0 var(--key-shadow); }
.video-track { display: grid; gap: 48px; }
.is-ready .video-track { display: flex; gap: 0; align-items: flex-start; transition: transform 420ms cubic-bezier(.22,.68,.2,1); }
.video-slide { min-width: 0; flex: 0 0 100%; }
.is-ready .video-slide[aria-hidden='true'] .video-caption { visibility: hidden; height: 0; padding: 0; overflow: hidden; }
.video-stage { position: relative; width: 100%; aspect-ratio: 16/9; min-height: 200px; background: #08070f; overflow: hidden; }
.video-player, .video-poster { position: absolute; inset: 0; }
.video-player iframe { width: 100%; height: 100%; border: 0; display: block; }
.video-poster img { width: 100%; height: 100%; object-fit: cover; opacity: .65; }
.video-caption { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 0 16px; touch-action: pan-y; }
.video-caption > div { min-width: 0; }
.video-caption h3 { font-weight: 500; font-size: clamp(24px, 3vw, 38px); line-height: 1.5; margin-top: 5px; }
.video-external { display: inline-flex; align-items: center; gap: 14px; flex-shrink: 0; font-family: var(--mono), var(--font); font-size: 12px; padding: 8px 12px; border: 1px solid var(--key-edge); min-height: 44px; background: var(--key-face); box-shadow: 3px 3px 0 var(--key-shadow); }
.video-external:hover { color: var(--canvas); background: var(--accent); }
.video-external:focus-visible { outline-offset: -4px; }
.video-external:active { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--key-shadow); }
.video-controls { display: flex; align-items: center; gap: 22px; border-bottom: 1px solid var(--line); padding: 14px 0 24px; touch-action: pan-y; }
.video-counter { display: flex; align-items: center; gap: 14px; font-family: var(--mono); font-size: 13px; color: var(--muted); }
.video-current { color: var(--ink); }
.video-counter-line { width: 56px; height: 4px; background: repeating-linear-gradient(90deg, var(--line) 0 4px, transparent 4px 8px); }
.video-swipe-hint { font-family: var(--mono); color: var(--muted); font-size: 11px; letter-spacing: .1em; margin-left: auto; }
.video-arrows { display: flex; gap: 12px; }
.video-arrows button { display: grid; place-items: center; width: 54px; height: 50px; background: var(--key-face); border: 1px solid var(--key-edge); box-shadow: inset 0 0 0 3px var(--canvas), 3px 3px 0 var(--key-shadow); cursor: pointer; transition: color var(--motion), background var(--motion), transform var(--motion), box-shadow var(--motion); }
.video-arrows button:hover { background: var(--accent); color: var(--canvas); box-shadow: inset 0 0 0 3px #ffffff33, 3px 3px 0 var(--key-shadow); }
.video-arrows button:active { transform: translate(2px, 2px); box-shadow: inset 0 0 0 3px #ffffff33, 1px 1px 0 var(--key-shadow); }
.video-selectors { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 30px; }
.video-select { min-width: 0; text-align: left; cursor: pointer; background: transparent; padding: 0 0 12px; border: 0; border-bottom: 2px solid transparent; color: var(--muted); transition: color var(--motion), border-color var(--motion); }
.video-thumb { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; background: #26203c; border: 2px solid transparent; }
.video-thumb > img { width: 100%; height: 100%; display: block; object-fit: cover; opacity: .55; transition: opacity var(--motion); }
.video-thumb-number { position: absolute; bottom: 8px; left: 10px; min-width: 24px; padding: 0 4px; background: #08070fcc; border: 1px solid #f1e8ff88; font-family: var(--mono); font-size: 11px; color: white; text-align: center; }
.video-select-title { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; font-size: 15px; line-height: 1.6; margin-top: 12px; }
.video-select[aria-current='true'] { border-color: var(--accent); color: var(--ink); }
.video-select[aria-current='true'] .video-thumb { border-color: var(--accent); }
.video-select[aria-current='true'] .video-thumb-number { color: #1c102f; background: var(--accent); border-color: var(--accent); }
.video-select[aria-current='true'] img, .video-select:hover img { opacity: 1; }
.video-select:hover { color: var(--ink); }
.about-body { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 8%; align-items: center; }
.companion { width: 100%; max-width: 380px; background: white; border: 4px solid var(--paper); box-shadow: 6px 6px 0 var(--key-shadow); }
.companion img { width: 100%; height: auto; display: block; object-fit: contain; }
.about-name { font-size: 46px; font-weight: 600; line-height: 1.5; margin-bottom: 28px; }
.profile-text { white-space: pre-line; line-height: 2.1; }
.about-body.has-mascot { grid-template-columns: minmax(0, 1fr) 180px; gap: 64px; max-width: 920px; margin: 0 auto; align-items: end; }
.mascot-scene { position: relative; isolation: isolate; width: 180px; padding: 28px 12px 4px; }
.mascot-scene::after { content: ''; display: block; position: absolute; bottom: 0; left: 20%; right: 20%; height: 9px; border-radius: 50%; background: #09061099; z-index: -1; }
.mascot-art { display: block; width: 100%; height: auto; overflow: visible; }
.mascot-sleep { position: absolute; right: 5px; top: 3px; display: flex; gap: 5px; align-items: end; font-family: var(--display); line-height: 1; color: var(--accent); pointer-events: none; }
.mascot-sleep span:nth-child(1) { font-size: 12px; --rest-y: 0px; animation-delay: 0s; }
.mascot-sleep span:nth-child(2) { font-size: 16px; --rest-y: -6px; animation-delay: -1.1s; }
.mascot-sleep span:nth-child(3) { font-size: 20px; --rest-y: -14px; animation-delay: -2.2s; }
.mascot-head { transform-origin: 560px 740px; animation: mascot-nod 8s ease-in-out infinite; }
.mascot-breathe { transform-origin: 560px 1080px; animation: mascot-breathe 4s ease-in-out infinite; }
.mascot-eyelid { transform: scaleY(0); animation: mascot-blink 8s ease-in-out infinite; }
.mascot-eyelid-left { transform-origin: 330px 463px; }
.mascot-eyelid-right { transform-origin: 665px 471px; }
.mascot-sleep span { animation: mascot-dream 3.3s ease-in-out infinite; }
.mascot-scene:not(.is-playing) .mascot-head,
.mascot-scene:not(.is-playing) .mascot-breathe,
.mascot-scene:not(.is-playing) .mascot-eyelid,
.mascot-scene:not(.is-playing) .mascot-sleep span { animation-play-state: paused; }
@keyframes mascot-nod {
  0%, 28%, 100% { transform: translateY(0) rotate(0); }
  42%, 48% { transform: translateY(18px) rotate(2.5deg); }
  53% { transform: translateY(5px) rotate(.5deg); }
  65%, 72% { transform: translateY(22px) rotate(3deg); }
  84% { transform: translateY(0) rotate(-.7deg); }
}
@keyframes mascot-blink {
  0%, 11%, 16%, 20%, 25%, 30%, 87%, 100% { transform: scaleY(0); }
  13.5%, 22.5%, 39%, 77% { transform: scaleY(1); }
}
@keyframes mascot-breathe { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.009, 1.014); } }
@keyframes mascot-dream {
  0%, 100% { opacity: .2; transform: translate(0, var(--rest-y)); }
  50% { opacity: .95; transform: translate(5px, calc(var(--rest-y) - 11px)); }
  85% { opacity: .15; transform: translate(8px, calc(var(--rest-y) - 18px)); }
}
.draft-note { display: inline-block; font-size: 12px; color: var(--muted); margin-top: 16px; }
.muted { color: var(--muted); }
.contact-body > p:first-child { font-size: 22px; margin-bottom: 12px; }
.contact-link { font-family: var(--mono), var(--font); font-size: 16px; display: inline-flex; max-width: 100%; min-height: 56px; align-items: center; justify-content: center; margin-top: 24px; padding: 16px 28px; border: 1px solid var(--key-edge); background: var(--key-face); box-shadow: 4px 4px 0 var(--key-shadow); }
.contact-link:hover { background: var(--accent); color: var(--canvas); }
.footer { padding: 64px var(--gutter) 28px; background: #0f0c1d; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.footer-name { font-size: clamp(60px, 9vw, 140px); font-weight: 800; letter-spacing: -.08em; line-height: 1.2; padding-right: .1em; }
.social-links { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 18px; }
.social-links .text-link, .menu-social .text-link { min-width: auto; gap: 10px; padding: 8px 12px; min-height: 44px; font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 70px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 12px; color: var(--muted); }
.back-to-top { display: inline-flex; align-items: center; gap: 16px; font-family: var(--mono), var(--font); }
.back-to-top > .ui-arrow { width: 48px; height: 44px; border: 1px solid var(--key-edge); background: var(--key-face); box-shadow: 3px 3px 0 var(--key-shadow); color: white; }
.back-to-top:hover > .ui-arrow { color: var(--canvas); background: var(--accent); }
.list-row { display: grid; grid-template-columns: minmax(130px, .5fr) minmax(0, 2fr) auto auto; align-items: start; gap: 24px; border-bottom: 1px solid var(--line); padding: 28px 0; }
.list-row h3 { font-size: 20px; font-weight: 500; }
.list-row time, .list-row p { color: var(--muted); font-size: 14px; }
.list-label { font-size: 16px; font-weight: 500; padding-bottom: 16px; }
.status { font-size: 14px; color: var(--accent); }
.past-shows { margin-top: 30px; }
summary { padding: 16px 0; cursor: pointer; }
.empty-music { display: grid; grid-template-columns: 240px 1fr; align-items: center; gap: 40px; }
.cover-placeholder { aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--line); font-size: 12px; }
.empty-title { font-size: 26px; margin: 16px 0; }
.image-fallback { color: var(--muted); font-size: 14px; padding: 30px; }
.image-error { display: grid; place-items: center; min-height: 160px; background: #29223d; }
.hero-photo.image-error { background: #6b2499; }
.hero-photo .image-fallback { color: white; max-width: 80%; }
.photo-placeholder { position: absolute; inset: 20%; border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; padding: 30px; font-size: 14px; }
@media (min-width: 1800px) { .hero .hero-photo { right: calc(50% - 600px); } .hero-title { left: calc(50% - 560px); } }
@media (max-width: 1100px) and (min-width: 901px) {
  .header { left: 24px; right: 24px; }
  .wordmark, .brand-logo { width: 112px; }
  .menu-panel { right: 24px; }
  .navigation a { font-size: 15px; }
  .content-sections { width: 75%; margin-left: 8%; }
  .release:not(:has(.media)) .release-info { grid-template-columns: 1fr 1fr; gap: 16px; }
  .release-info .text-link { grid-column: 2; justify-self: start; }
}
@media (max-width: 900px) {
  :root { --gutter: clamp(24px, 6vw, 50px); }
  .header { left: 22px; right: 22px; top: calc(18px + var(--preview-height)); }
  .header::before { content: ''; position: fixed; left: 0; right: 0; top: 0; height: 134px; background: var(--canvas); border-bottom: 1px solid var(--line); opacity: 0; z-index: -1; pointer-events: none; transition: opacity var(--motion); }
  .is-scrolled .header::before { opacity: 1; pointer-events: auto; }
  .wordmark, .brand-logo { width: 102px; }
  .header-caption { font-size: 9px; letter-spacing: 0; }
  .has-js .menu-toggle { display: grid; place-items: center; position: absolute; top: 0; right: 0; width: 48px; height: 48px; padding: 10px; border: 1px solid var(--key-edge); background: var(--key-face); box-shadow: inset 0 0 0 3px var(--canvas), 3px 3px 0 var(--key-shadow); cursor: pointer; z-index: 54; }
  .has-js .menu-toggle:hover { background: #523368; }
  .menu-dots { width: 25px; height: 25px; display: grid; grid-template-columns: repeat(3, 3px); grid-template-rows: repeat(3, 3px); justify-content: space-between; align-content: space-between; }
  .menu-dots span { width: 4px; height: 4px; background: white; transition: opacity var(--motion); }
  .menu-toggle[aria-expanded='true'] .menu-dots span:nth-child(2), .menu-toggle[aria-expanded='true'] .menu-dots span:nth-child(4), .menu-toggle[aria-expanded='true'] .menu-dots span:nth-child(6), .menu-toggle[aria-expanded='true'] .menu-dots span:nth-child(8) { opacity: 0; }
  .menu-panel { position: fixed; top: 0; bottom: 0; right: 0; width: min(84vw, 480px); padding: 100px 24px 36px 32px; display: flex; flex-direction: column; justify-content: safe center; background: #15112bfa; background-image: radial-gradient(#d5b4ff18 1px, transparent 1px); background-size: 16px 16px; border-left: 2px solid var(--key-edge); box-shadow: -5px 0 0 #090610; z-index: 52; overflow-y: auto; overscroll-behavior: contain; }
  .has-js .menu-panel { visibility: hidden; transform: translateX(100%); transition: transform 300ms ease, visibility 300ms; }
  .has-js .menu-panel[data-open='true'] { visibility: visible; transform: none; }
  .menu-caption { display: block; font-family: var(--mono); font-size: 12px; color: var(--muted); text-align: right; margin-bottom: 22px; }
  .navigation { align-items: flex-end; gap: 10px; }
  .navigation a { font-size: 23px; line-height: 1.5; padding: 4px 10px 4px 26px; }
  .menu-social { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; margin-top: 32px; }
  .menu-social > p { width: 100%; text-align: right; font-family: var(--mono); font-size: 12px; color: var(--muted); margin-bottom: 12px; }
  .menu-backdrop { position: fixed; inset: 0; background: #0e081a5c; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); z-index: 51; pointer-events: auto; }
  .menu-open { overflow: hidden; }
  .menu-open .wordmark { visibility: hidden; }
  html:not(.has-js) .header { position: relative; inset: auto; height: auto; padding: 20px; }
  html:not(.has-js) .wordmark { display: none; }
  html:not(.has-js) .menu-panel { position: static; width: 100%; padding: 0; background: none; border: 0; }
  html:not(.has-js) .navigation { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }
  html:not(.has-js) .navigation a { font-size: 14px; }
  html:not(.has-js) .menu-caption, html:not(.has-js) .menu-social { display: none; }
  .hero { min-height: 700px; max-height: 1000px; }
  .hero .hero-photo { width: min(85vw, 650px); top: 9%; right: 4%; }
  .hero-title { bottom: 27%; }
  .hero-title h1 { font-size: clamp(145px, 28vw, 270px); }
  .hero-bottom { bottom: 30px; }
  .hero-action { flex-direction: column; align-items: flex-start; gap: 16px; max-width: calc(100% - 94px); }
  .hero-release-title { font-size: 24px; }
  .primary-link { min-width: 220px; }
  .scroll-link { width: 72px; height: 72px; }
  .section-heading { margin-bottom: 40px; }
  .section h2 { font-size: clamp(52px, 9vw, 78px); }
  .release:not(:has(.media)) .release-info { grid-template-columns: 1fr 1fr; gap: 16px; }
  .release:not(:has(.media)) .release-info > h3 { grid-row: 2; grid-column: 1; }
  .release-info .text-link { grid-column: 2; grid-row: 1 / 3; justify-self: end; }
  .footer-top { flex-direction: column; align-items: flex-start; gap: 30px; }
}
@media (max-width: 600px) {
  .preview-notice { padding: 3px 12px; gap: 12px; font-size: 12px; }
  .preview-notice > span:first-child { display: none; }
  .hero { min-height: 760px; height: calc(100svh - var(--preview-height)); }
  .hero .hero-photo { width: 100vw; max-width: 530px; top: 9%; right: 0; }
  .hero-title { bottom: 34%; max-width: calc(100% - 48px); }
  .hero-title h1 { font-size: clamp(142px, 42vw, 240px); }
  .hero-title h1:has(.hero-wordmark) { width: 78vw; }
  .hero-title > p { margin: 8px 0 0 5px; font-size: 12px; letter-spacing: .1em; }
  .hero-bottom { bottom: 25px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 22px 16px; align-items: end; }
  .hero-action { grid-column: 1; grid-row: 1; }
  .hero-social { grid-column: 1 / -1; grid-row: 2; gap: 14px; }
  .hero-bottom > .scroll-link { grid-column: 2; grid-row: 1; }
  .hero-release-title { font-size: 22px; }
  .hero-release-label { font-size: 12px; }
  .primary-link { min-width: 176px; min-height: 48px; padding: 10px 18px; font-size: 14px; }
  .scroll-link { width: 58px; height: 62px; gap: 10px; }
  .scroll-link > span:first-child { font-size: 12px; letter-spacing: 0; }
  .section-heading { gap: 10px; margin-bottom: 36px; }
  .section h2 { font-size: clamp(44px, 11vw, 65px); }
  .section-ja { font-size: 12px; }
  .release { grid-template-columns: 64px minmax(0, 1fr); gap: 16px; padding: 22px 0; }
  .release:has(.media) .release-info { grid-template-columns: minmax(0, 1fr); gap: 6px; justify-items: start; }
  .release:has(.media) .release-info > .text-link { grid-column: 1; grid-row: auto; margin-top: 4px; }
  .release:not(:has(.media)) .release-info { grid-template-columns: minmax(0, 1fr) auto; gap: 12px; }
  .release:not(:has(.media)) .release-info > .eyebrow { grid-column: 1 / -1; }
  .release:not(:has(.media)) .release-info > h3 { grid-row: 2; font-size: 22px; }
  .release-info .text-link { min-width: 112px; min-height: 46px; padding: 10px 14px; font-size: 12px; grid-row: 2; }
  .video-caption { align-items: flex-start; flex-direction: column; gap: 14px; padding: 20px 6px 8px; }
  .video-caption h3 { font-size: 25px; }
  .video-external { font-size: 12px; }
  .video-controls { gap: 12px; padding: 12px 0 20px; }
  .video-swipe-hint { display: none; }
  .video-arrows { margin-left: auto; gap: 10px; }
  .video-arrows button { width: 46px; height: 46px; }
  .video-counter-line { width: 30px; }
  .video-selectors { gap: 10px; margin-top: 22px; }
  .video-select-title { font-size: 12px; margin-top: 9px; }
  .video-thumb-number { left: 4px; bottom: 4px; font-size: 10px; }
  .about-body { grid-template-columns: 1fr; gap: 32px; }
  .about-body.has-mascot { grid-template-columns: 1fr; gap: 18px; }
  .mascot-scene { width: 140px; justify-self: end; margin-right: 8px; padding-top: 26px; }
  .companion { max-width: 100%; width: 100%; }
  .about-name { font-size: 38px; margin-bottom: 18px; }
  .contact-body > p:first-child { font-size: 18px; }
  .footer { padding-top: 50px; }
  .footer-name { font-size: 76px; }
  .footer-bottom { margin-top: 44px; gap: 16px; flex-wrap: wrap; }
  .back-to-top { margin-left: auto; }
  .social-links { gap: 18px; }
  .list-row { grid-template-columns: 1fr; gap: 14px; }
  .empty-music { grid-template-columns: 1fr; gap: 24px; }
  .media img { object-position: var(--photo-position-mobile, 50% 50%); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
