:root{--ink: #12110f;--black: #050505;--paper: #f2eee5;--paper-soft: #faf7f0;--line: #d8d0c2;--muted: #70695f;--wood: #9b6848;--white: #ffffff;--max: 1180px;--gutter: 28px;color-scheme:light;font-family:Helvetica Neue,Arial,Hiragino Sans,Yu Gothic,Meiryo,sans-serif}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:var(--paper);scroll-behavior:smooth}body{display:flex;flex-direction:column;min-height:100vh;min-height:100svh;margin:0;color:var(--ink);background:var(--black);font-size:16px;line-height:1.75;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body:not(.has-fixed-backdrop){background:var(--paper)}img{display:block;max-width:100%}[data-reveal]{--reveal-opacity: 1;--reveal-delay: .12s;--reveal-duration: 1.1s}.js-reveal [data-reveal]{opacity:0;transition:opacity var(--reveal-duration) ease var(--reveal-delay);will-change:opacity}.js-reveal [data-reveal].is-revealed{opacity:var(--reveal-opacity);will-change:auto}.js-reveal [data-reveal=backdrop]{--reveal-delay: 0ms;--reveal-duration: 1s}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.js-reveal [data-reveal]{opacity:var(--reveal-opacity);transition:none;will-change:auto}}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.22em}button,input,textarea{font:inherit}.skip-link{position:fixed;top:12px;left:12px;z-index:50;transform:translateY(-140%);padding:8px 12px;color:var(--white);background:var(--black)}.skip-link:focus{transform:translateY(0)}.site-header{position:fixed;top:0;right:0;left:0;z-index:10;border-bottom:1px solid rgba(18,17,15,.12);background:#f2eee5f2;backdrop-filter:blur(10px)}.site-header--overlay{border-bottom:0;color:var(--white);background:transparent;backdrop-filter:none}.site-backdrop{position:fixed;inset:0;z-index:0;overflow:hidden;pointer-events:none;background:linear-gradient(90deg,#050505 0% 58%,#0b0907)}.site-backdrop img{--reveal-opacity: .9;width:min(62vw,760px);height:100%;max-width:none;object-fit:cover;object-position:54% 42%;opacity:var(--reveal-opacity);filter:contrast(1.08) saturate(.82)}.site-backdrop:after{position:absolute;inset:0;background:linear-gradient(90deg,#0505052e,#0505051f 42%,#050505 62% 100%),linear-gradient(0deg,#05050570,#0505050a 45%,#0505055c);content:""}#main-content,.site-footer{position:relative;z-index:1}#main-content{flex:1 0 auto}.site-header__inner,.site-footer__inner,.content-section,.page-hero,.profile-layout,.contact-layout{width:min(100% - var(--gutter) * 2,var(--max));margin:0 auto}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:82px}.brand{display:inline-flex;flex-direction:column;gap:0;text-decoration:none}.brand__en{font-family:Georgia,Times New Roman,serif;font-size:1.18rem;line-height:1.1}.brand__ja{color:var(--muted);font-size:.72rem;line-height:1.4}.site-header--overlay .brand__ja{color:#ffffffb8}.nav{display:flex;align-items:center;gap:22px;color:var(--muted);font-size:.82rem}.site-header--overlay .nav{color:#ffffffc7}.nav a{position:relative;text-decoration:none}.nav a[aria-current=page],.nav a:hover{color:currentColor}.nav a[aria-current=page]:after,.nav a:hover:after{position:absolute;right:0;bottom:-8px;left:0;height:1px;background:currentColor;content:""}.site-header--overlay .nav a[aria-current=page]:after,.site-header--overlay .nav a:hover:after{display:none}.home-hero{position:relative;min-height:100svh;overflow:hidden;color:var(--white);background:linear-gradient(90deg,#05050500,#0505050d 43%,#050505 58%,#0b0907)}.home-hero__content{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,540px);align-items:center;width:min(100% - var(--gutter) * 2,var(--max));min-height:100svh;margin:0 auto;padding:132px 0 72px;text-align:left}.home-hero__copy{grid-column:2;max-width:520px}.eyebrow{margin:0 0 18px;color:var(--wood);font-size:.78rem;font-weight:700;line-height:1.4;text-transform:uppercase}.home-hero .eyebrow{color:#ffffffbd}h1,h2,h3,p{overflow-wrap:anywhere}h1,h2,h3{margin:0;font-weight:500;line-height:1.05}h1{font-family:Georgia,Times New Roman,serif;font-size:4.6rem}.home-hero h1{max-width:8.8em;font-size:clamp(4.25rem,6.2vw,6rem)}.home-hero__lead,.page-hero__lead{margin:26px 0 0;color:#fffc;font-size:1.1rem}.home-hero__lead{margin-top:20px}.button-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:10px 18px;border:1px solid var(--ink);border-radius:2px;color:var(--paper-soft);background:var(--ink);font-size:.9rem;text-decoration:none}.button--light{border-color:var(--white);color:var(--ink);background:var(--white)}.button--ghost-light{border-color:#ffffff85;color:var(--white);background:transparent}.contact-note h2{font-family:Georgia,Times New Roman,serif;font-size:clamp(2.05rem,3.4vw,3.25rem);font-weight:400;line-height:1.08}.page-hero{min-height:54svh;padding:178px 0 96px;color:var(--white)}.page-hero h1{max-width:820px;color:var(--white)}.page-hero__lead{max-width:680px;color:#ffffffc2}.page-hero .eyebrow{color:#ffffffb8}.page-hero--profile{padding-bottom:74px}.content-section,.profile-layout,.contact-layout{position:relative}.content-section:before,.profile-layout:before,.contact-layout:before{position:absolute;top:0;bottom:0;left:50%;z-index:-1;width:100vw;transform:translate(-50%);background:var(--paper);content:""}.content-section{padding:72px 0 112px}.profile-layout{display:grid;grid-template-columns:minmax(280px,.82fr) minmax(0,1fr);gap:64px;padding:72px 0 116px;align-items:start}.profile-photo{margin:0}.profile-photo img{width:100%;aspect-ratio:4 / 5;object-fit:cover;object-position:50% 42%;border-radius:2px}.profile-copy{padding-top:16px}.profile-copy h2{margin-bottom:28px;font-family:Hiragino Mincho ProN,Yu Mincho,serif;font-size:2.1rem}.profile-copy h2 span{display:block;margin-top:8px;color:var(--muted);font-family:Georgia,Times New Roman,serif;font-size:1.08rem}.profile-copy p{margin:0 0 1.35em;max-width:67ch}.discography-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:52px 32px}.recording{min-width:0}.recording__cover{aspect-ratio:1 / 1;overflow:hidden;border:1px solid rgba(18,17,15,.08);background:#e1dacd}.recording__cover img{width:100%;height:100%;object-fit:cover}.recording__placeholder{display:grid;width:100%;height:100%;place-items:center;padding:24px;color:var(--muted);text-align:center}.recording__body{padding-top:18px}.recording h2{font-family:Georgia,Times New Roman,serif;font-size:1.28rem;line-height:1.18}.recording h2 span{color:var(--muted);font-family:inherit;font-size:.92em;font-weight:400}.recording__artist{margin:8px 0 12px;color:var(--muted);font-size:.95rem}.recording__more{color:var(--muted);font-size:.84rem;line-height:1.55}.recording__more summary{display:inline-flex;align-items:center;gap:.38em;list-style:none;color:var(--accent);font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;cursor:pointer}.recording__more summary::-webkit-details-marker{display:none}.recording__more summary:after{content:"(+)";color:var(--muted);letter-spacing:.04em}.recording__more[open] summary:after{content:"(-)"}.recording dl{display:grid;gap:5px;margin:12px 0 0}.recording dl div{display:grid;grid-template-columns:68px minmax(0,1fr);gap:12px}.recording dt{color:var(--ink);font-weight:700}.recording dd{margin:0}.recording__personnel{display:grid;gap:2px;margin:0;padding:0;list-style:none}.schedule-list{display:grid;border-top:1px solid var(--line)}.schedule-item{display:grid;grid-template-columns:180px minmax(0,1fr) auto;gap:28px;align-items:start;padding:30px 0;border-bottom:1px solid var(--line)}.schedule-item--with-flyer{grid-template-columns:170px 112px minmax(0,1fr) auto}.schedule-item time{color:var(--wood);font-weight:700}.schedule-item__flyers{display:grid;gap:10px}.schedule-item__flyer{display:block;border:1px solid var(--line);background:var(--paper-soft);text-decoration:none}.schedule-item__flyer img{display:block;width:100%;aspect-ratio:3 / 4;object-fit:contain}.schedule-item h2{font-family:Georgia,Times New Roman,serif;font-size:1.55rem}.schedule-item p{margin:8px 0 0;color:var(--muted)}.schedule-item__lineup{display:grid;gap:4px;margin:16px 0 0;padding:0;color:var(--ink);font-size:.94rem;list-style:none}.schedule-item__itinerary{margin:18px 0 0;max-width:760px}.schedule-item__itinerary p{margin:0 0 8px;color:var(--wood);font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.schedule-item__itinerary ul{display:grid;gap:5px;margin:0;padding:0;color:var(--muted);font-size:.92rem;line-height:1.55;list-style:none}.schedule-item__details{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:18px 24px;margin:22px 0 0;max-width:760px}.schedule-item__details div{display:grid;gap:5px;min-width:0}.schedule-item__details dt{color:var(--wood);font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.schedule-item__details dd{margin:0;color:var(--muted);font-size:.88rem;line-height:1.5}.schedule-item__note{max-width:760px;font-size:.9rem;line-height:1.7}.text-link{color:var(--wood);font-weight:700}.empty-state{max-width:720px;padding:58px;border:1px solid var(--line);background:var(--paper-soft)}.empty-state h2{font-family:Georgia,Times New Roman,serif;font-size:2.1rem}.empty-state p:last-child{margin-bottom:0;color:var(--muted)}.contact-layout{display:grid;grid-template-columns:minmax(0,.86fr) minmax(320px,1fr);gap:72px;padding:72px 0 112px}.contact-form{display:grid;gap:20px}.contact-form label{display:grid;gap:8px;color:var(--muted);font-size:.92rem}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:2px;padding:13px 14px;color:var(--ink);background:var(--paper-soft)}.contact-form input:focus,.contact-form textarea:focus{outline:2px solid rgba(155,104,72,.28);outline-offset:2px}.contact-form button{justify-self:start;min-height:48px;border:1px solid var(--ink);border-radius:2px;padding:10px 22px;color:var(--paper-soft);background:var(--ink);cursor:pointer}.form-hidden{display:none}.site-footer{flex-shrink:0;border-top:1px solid var(--line);color:var(--muted);background:var(--paper-soft)}.site-footer__inner{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:28px;padding:38px 0;align-items:center;font-size:.82rem}.site-footer p{margin:0}.site-footer__socials{display:flex;grid-column:2;gap:18px;align-items:center;justify-content:center}.site-footer__social-link{display:inline-grid;width:38px;height:38px;place-items:center;color:var(--ink);text-decoration:none;transition:color .16s ease,opacity .16s ease,transform .16s ease}.site-footer__social-link:hover{color:var(--muted);transform:translateY(-1px)}.site-footer__social-link svg{width:27px;height:27px}.site-footer__social-link--outline svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.65}.site-footer__social-link--filled svg{fill:currentColor;stroke:none}.site-footer__meta{grid-column:3;justify-self:end;text-align:right}@media(max-width:920px){:root{--gutter: 22px}.site-header__inner{min-height:74px;align-items:flex-start;flex-direction:column;justify-content:center;gap:12px}.nav{width:100%;gap:16px;overflow-x:auto;padding-bottom:2px;white-space:nowrap}.site-backdrop{background:var(--black)}.site-backdrop img{width:100%;object-position:48% 38%;opacity:.72}.site-backdrop:after{background:linear-gradient(90deg,#0505052e,#050505ad),#0505056b}.home-hero{background:transparent}.home-hero__content{display:flex;flex-direction:column;justify-content:center;padding-top:132px}.home-hero__copy{width:min(520px,100%)}h1{font-size:3.2rem}.page-hero{min-height:48svh;padding:156px 0 72px}.profile-layout,.contact-layout{grid-template-columns:1fr;gap:34px}.profile-photo{position:static}.profile-photo img{aspect-ratio:4 / 5}.discography-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.schedule-item{grid-template-columns:1fr;gap:12px}.schedule-item--with-flyer{grid-template-columns:96px minmax(0,1fr)}.schedule-item--with-flyer time{grid-column:1 / -1}.schedule-item--with-flyer .schedule-item__flyers{grid-column:1}.schedule-item--with-flyer .schedule-item__main{grid-column:2}.schedule-item__details{grid-template-columns:1fr}.site-footer__inner{grid-template-columns:1fr;justify-items:center;gap:12px}.site-footer__socials{grid-column:auto;justify-content:center}.site-footer__meta{grid-column:auto;justify-self:center;text-align:center}}@media(max-width:560px){body{font-size:15px}.brand__en{font-size:1rem}.nav{font-size:.78rem}h1{font-size:2.65rem}.home-hero__lead,.page-hero__lead{font-size:1rem}.page-hero{min-height:50svh;padding:146px 0 58px}.contact-note h2{font-size:2.18rem}.discography-grid{grid-template-columns:1fr;gap:42px}.empty-state{padding:30px 24px}.empty-state h2{font-size:1.7rem}.schedule-item--with-flyer{grid-template-columns:1fr}.schedule-item--with-flyer .schedule-item__flyers,.schedule-item--with-flyer .schedule-item__main{grid-column:auto}.schedule-item__flyers{width:min(150px,44vw)}}
