:root{--black:#090807;--ink:#11100e;--paper:#f2efe9;--muted:#b8b0a3;--gold:#c8a66a;--gold2:#e4ca98;--wine:#41151d;--line:rgba(200,166,106,.28)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--black);color:var(--paper);font-family:"Noto Sans JP",sans-serif;font-weight:300;line-height:1.9;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.site-header{position:absolute;z-index:20;top:0;left:0;width:100%;display:flex;align-items:center;justify-content:space-between;padding:26px 4.5%;border-bottom:1px solid rgba(255,255,255,.13)}
.brand{display:flex;flex-direction:column;line-height:1}.brand span{font-family:"Cormorant Garamond",serif;font-weight:600;font-size:1.35rem;letter-spacing:.16em}.brand small{margin-top:7px;font-size:.55rem;letter-spacing:.32em;color:var(--gold2)}
nav{display:flex;gap:34px}nav a{font-size:.78rem;letter-spacing:.12em;color:#ddd6cc;transition:.25s}nav a:hover{color:var(--gold2)}
.header-cta{border:1px solid rgba(228,202,152,.65);padding:12px 22px;font-size:.76rem;letter-spacing:.1em;transition:.3s}.header-cta:hover{background:var(--gold);color:#111}
.hero{position:relative;min-height:100svh;display:flex;align-items:center;isolation:isolate}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-3}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,4,4,.97) 0%,rgba(4,4,4,.83) 37%,rgba(4,4,4,.15) 74%),linear-gradient(0deg,rgba(5,5,5,.72),transparent 35%);z-index:-2}
.hero-content{width:min(1200px,91%);margin:90px auto 0}.eyebrow{font-family:"Cormorant Garamond",serif;font-size:.78rem;letter-spacing:.34em;font-weight:500}.hero h1{font-family:"Noto Sans JP",sans-serif;font-weight:300;font-size:clamp(2.8rem,6vw,5.6rem);line-height:1.38;letter-spacing:.05em;margin:24px 0}.hero h1 em{font-family:"Cormorant Garamond","Noto Sans JP",serif;font-style:normal;color:var(--gold2);font-weight:400}.hero-copy{font-size:1rem;color:#d0cbc2;letter-spacing:.05em}.hero-actions{display:flex;align-items:center;gap:34px;margin-top:42px}.button{display:inline-flex;justify-content:center;align-items:center;min-height:54px;padding:13px 30px;font-size:.82rem;letter-spacing:.08em;transition:.3s}.button-gold{background:linear-gradient(115deg,#ad884d,#e0c78f);color:#111;font-weight:500}.button-gold:hover{filter:brightness(1.12);transform:translateY(-2px)}.text-link{font-size:.82rem;letter-spacing:.08em;border-bottom:1px solid rgba(255,255,255,.3);padding:8px 0}.text-link span{margin-left:12px;color:var(--gold2)}
.hero-meta{display:flex;align-items:center;gap:16px;margin-top:70px;color:#bcb5aa;font-size:.72rem;letter-spacing:.12em}.hero-meta i,.audience-band i{width:3px;height:3px;background:var(--gold);border-radius:50%}.scroll-mark{position:absolute;right:4.5%;bottom:40px;display:flex;flex-direction:column;align-items:center;gap:10px}.scroll-mark span{font-size:.58rem;letter-spacing:.28em;writing-mode:vertical-rl}.scroll-mark b{display:block;width:1px;height:55px;background:linear-gradient(var(--gold),transparent)}
.section{position:relative;padding:130px max(5%,calc((100% - 1200px)/2))}.gold{color:var(--gold)}.section-number{position:absolute;left:2%;top:125px;color:#51483c;font-family:"Cormorant Garamond",serif;font-size:1.1rem}.intro{background:#11100e;display:grid;grid-template-columns:1fr 1fr;gap:12%;border-top:1px solid var(--line)}.intro h2,.section-head h2,.artist h2,.access h2,.contact h2{font-weight:300;letter-spacing:.07em;line-height:1.6;margin:15px 0;font-size:clamp(2rem,4vw,3.5rem)}.intro-copy{color:#c5beb3;font-size:1rem}.intro-copy p:first-child{color:#f0ece5;font-size:1.15rem}
.lesson{background:#0c0b0a}.section-head{display:flex;justify-content:space-between;align-items:end;gap:10%;margin-bottom:70px}.section-head>p{max-width:420px;color:#aaa195}.lesson-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.lesson-card{padding:48px 38px;min-height:380px;border-right:1px solid var(--line);transition:.4s;background:linear-gradient(180deg,transparent,rgba(65,21,29,0))}.lesson-card:last-child{border:0}.lesson-card:hover{background:linear-gradient(180deg,rgba(200,166,106,.08),rgba(65,21,29,.15))}.card-no{font-size:.7rem;color:var(--gold);letter-spacing:.15em}.lesson-card h3{font-family:"Cormorant Garamond",serif;font-size:3rem;font-weight:400;margin:38px 0 5px}.jp-title{font-size:.92rem;letter-spacing:.13em;color:var(--gold2);margin-bottom:32px}.lesson-card p:last-child{font-size:.9rem;color:#aaa298}.audience-band{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:24px;margin-top:50px;font-size:.76rem;letter-spacing:.12em;color:#c7c0b5}
.profile{background:radial-gradient(circle at 15% 20%,#2a1216 0,transparent 36%),#12100f;display:grid;grid-template-columns:1.1fr .9fr;gap:8%;align-items:center}.profile-panel{padding-left:6%}.profile-panel h2{font-family:"Cormorant Garamond",serif;font-weight:400;font-size:clamp(4rem,8vw,7.8rem);line-height:1;margin:25px 0}.profile-lead{font-size:1.3rem!important;line-height:1.8;color:#f2ede5!important}.profile-panel>p{max-width:680px;color:#b5ada2}.profile-stats{display:flex;gap:8%;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:28px 0;margin:42px 0}.profile-stats div{display:flex;flex-direction:column}.profile-stats strong{font-family:"Cormorant Garamond",serif;color:var(--gold2);font-size:2.4rem;font-weight:400}.profile-stats sup{font-size:1rem}.profile-stats strong span{font-size:1rem}.profile-stats div>span{font-size:.6rem;letter-spacing:.18em;color:#91897f}.gold-link{color:var(--gold2);border-color:var(--gold)}.profile-quote{align-self:stretch;border-left:1px solid var(--line);display:flex;justify-content:center;flex-direction:column;padding:9%;background:linear-gradient(145deg,transparent,rgba(200,166,106,.05))}.quote-mark{font-family:"Cormorant Garamond",serif;color:var(--gold);font-size:8rem;height:90px}.profile-quote p{font-family:"Cormorant Garamond","Noto Sans JP",serif;font-size:clamp(1.4rem,2.5vw,2.2rem);line-height:2.1;color:#e6ded2}
.voices{background:#151311}.voice-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line)}.voice-grid article{padding:44px 34px;border-right:1px solid var(--line);min-height:290px;display:flex;flex-direction:column}.voice-grid article:last-child{border:0}.voice-grid span{font-family:"Cormorant Garamond",serif;color:var(--gold);font-size:.75rem;letter-spacing:.2em}.voice-grid p{font-family:"Cormorant Garamond","Noto Sans JP",serif;font-size:1.12rem;line-height:2;margin:32px 0;flex:1}.voice-grid small{color:#8f877c;font-size:.7rem}.draft-note{color:#857d73;font-size:.72rem;margin-top:18px}
.price{background:#eae6df;color:#171411}.price .section-head>p{color:#6f685f}.price-wrap{border-top:1px solid #a9a095}.price-item{display:grid;grid-template-columns:1.5fr .6fr .7fr;align-items:center;padding:36px 28px;border-bottom:1px solid #bbb2a7}.price-item>div:first-child span,.schedule-row span{font-family:"Cormorant Garamond",serif;font-size:.7rem;letter-spacing:.22em;color:#7b6a4e}.price-item h3{font-size:1rem;font-weight:400;margin:5px 0}.duration,.amount{font-family:"Cormorant Garamond",serif;font-size:2.7rem}.duration small,.amount small{font-size:1rem}.featured{background:#181512;color:#eee9df}.featured h3{color:#eee9df}.schedule-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:35px 28px;background:#dcd5ca}.schedule-row div{display:flex;flex-direction:column}.schedule-row strong{font-weight:500;margin-top:8px}.note{font-size:.78rem;color:#746d63;margin-top:20px}
.artist{background:linear-gradient(115deg,#0a0908,#261318);display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center}.artist-copy>p:not(.eyebrow){color:#b7afa4;max-width:600px}.button-outline{margin-top:28px;border:1px solid var(--gold);color:var(--gold2)}.button-outline:hover{background:var(--gold);color:#111}.artist-types{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line)}.artist-types div{min-height:280px;padding:30px 22px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between}.artist-types div:last-child{border:0}.artist-types span{font-size:.7rem;color:var(--gold)}.artist-types p{font-family:"Cormorant Garamond",serif;font-size:1.4rem;line-height:1.4;letter-spacing:.05em}
.steps{background:#eae6df;color:#171411}.step-list{list-style:none;margin:0;padding:0;border-top:1px solid #b7aea2}.step-list li{display:grid;grid-template-columns:100px 1fr;padding:30px 10px;border-bottom:1px solid #b7aea2}.step-list>li>span{font-family:"Cormorant Garamond",serif;color:#927444;font-size:1.15rem}.step-list h3{font-weight:500;letter-spacing:.07em;margin:0 0 7px}.step-list p{margin:0;color:#645d54;font-size:.9rem}
.faq{background:#11100f;display:grid;grid-template-columns:.7fr 1.3fr;gap:10%}.faq-title h2{font-weight:300;letter-spacing:.07em;font-size:clamp(2rem,4vw,3.5rem)}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;list-style:none;padding:25px 0;display:flex;justify-content:space-between;gap:20px;font-size:.95rem}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--gold);font-size:1.3rem;transition:.25s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{margin:0;padding:0 42px 25px 0;color:#aaa298;font-size:.88rem}
.access{background:#0e0d0c;display:grid;grid-template-columns:1fr 1fr;gap:12%;border-bottom:1px solid var(--line)}.access-title>p:last-child{font-size:.68rem;letter-spacing:.32em;color:var(--gold)}.access-details dl{margin:0}.access-details dl div{display:grid;grid-template-columns:100px 1fr;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.12)}.access-details dt{color:#8f877c;font-size:.78rem}.access-details dd{margin:0}.privacy-note{font-size:.72rem;color:#8f877c;margin-top:18px}
.contact{text-align:center;background:linear-gradient(135deg,#a5844d,#d5b97f);color:#17130e}.contact h2{font-size:clamp(2.5rem,5vw,4.5rem)}.contact>p:not(.eyebrow){color:#443727}.button-light{margin:28px 0;background:#0b0a09;color:#f2eee7;min-width:280px}.button-light:hover{transform:translateY(-2px);background:#261d17}.contact small{display:block;color:#594a36}
footer{padding:55px 5%;display:grid;grid-template-columns:1fr 1fr auto;gap:20px;align-items:end;background:#070706;color:#817a71}.footer-brand{color:#e8e1d8}footer>p{font-size:.72rem}footer>div{display:flex;gap:25px;font-size:.72rem;grid-column:3;grid-row:1}footer>small{grid-column:3;font-size:.58rem;letter-spacing:.08em}
.reveal{opacity:1;transform:none}.reveal.visible{opacity:1;transform:none}
@media (max-width:900px){.site-header{padding:22px 5%}nav{display:none}.header-cta{padding:10px 13px}.hero-content{margin-top:80px}.hero-shade{background:linear-gradient(90deg,rgba(4,4,4,.94),rgba(4,4,4,.3)),linear-gradient(0deg,rgba(4,4,4,.82),transparent 50%)}.intro,.profile,.artist,.access,.faq{grid-template-columns:1fr}.intro,.section{padding-top:95px;padding-bottom:95px}.section-number{display:none}.lesson-grid{grid-template-columns:1fr}.lesson-card{border-right:0;border-bottom:1px solid var(--line);min-height:auto}.profile-quote{border-left:0;border-top:1px solid var(--line);min-height:340px}.voice-grid{grid-template-columns:1fr}.voice-grid article{border-right:0;border-bottom:1px solid var(--line);min-height:auto}.voice-grid article:last-child{border-bottom:0}.artist-types{margin-top:20px}.section-head{align-items:start;flex-direction:column}.price-item{grid-template-columns:1.2fr .7fr .8fr}.schedule-row{grid-template-columns:1fr}.access{gap:50px}.faq{gap:35px}}
@media (max-width:600px){.brand span{font-size:1.05rem}.brand small{font-size:.45rem}.header-cta{font-size:.66rem}.hero{min-height:830px}.hero-content{width:90%;margin-top:65px}.hero h1{font-size:2.65rem;line-height:1.5}.hero-copy br{display:none}.hero-actions{align-items:flex-start;flex-direction:column;gap:15px}.hero-meta{gap:10px;flex-wrap:wrap;margin-top:42px}.scroll-mark{display:none}.section{padding-left:6%;padding-right:6%}.intro{gap:38px}.lesson-card{padding:38px 20px}.profile-panel{padding-left:0}.profile-stats{gap:4%;justify-content:space-between}.profile-stats strong{font-size:1.9rem}.price-item{padding:26px 14px;grid-template-columns:1fr .6fr .75fr}.duration,.amount{font-size:1.9rem}.artist-types{grid-template-columns:1fr}.artist-types div{min-height:145px;border-right:0;border-bottom:1px solid var(--line)}.artist-types div:last-child{border:0}.access-details dl div{grid-template-columns:80px 1fr}footer{grid-template-columns:1fr;align-items:start}footer>div,footer>small{grid-column:1;grid-row:auto}.contact .button-light{min-width:0;width:100%}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button{transition:none}}

.lesson-frequency{font-size:1rem;line-height:1.6}.fee-details{margin-top:28px;font-size:1rem}.fee-details p{margin:8px 0}@media(max-width:600px){.price-item{grid-template-columns:1fr auto;gap:12px}.price-item>div:first-child{grid-column:1/-1}.lesson-frequency{font-size:1rem}.price-item .amount{font-size:2rem;white-space:nowrap}}

.price-category+.price-category{margin-top:42px}.price-category-heading{padding:26px 28px;background:#dcd5ca;border-bottom:1px solid #bbb2a7}.price-category-heading>span{font-family:"Cormorant Garamond",serif;font-size:.875rem;letter-spacing:.14em;color:#685538}.price-category-heading h3{font-size:1.4rem;font-weight:500;line-height:1.5;margin:7px 0}.price-category-heading p{font-size:1rem;color:#62594d;margin:8px 0 0}.price-category .price-item>div:first-child>span{display:none}.price-wrap>.schedule-row{margin-top:38px}.station-note{display:inline-block;margin-top:12px;font-size:.9375rem;color:#c3b8a7}.map-link{margin-top:26px;font-size:.9375rem;max-width:100%}@media(max-width:600px){.price-category-heading{padding:22px 16px}.price-category-heading h3{font-size:1.25rem}.price-category+.price-category{margin-top:32px}.map-link{padding:14px 18px}}

/* Editorial photographic edition */
figure{margin:0}section[id]{scroll-margin-top:28px}a:focus-visible,summary:focus-visible{outline:2px solid var(--gold2);outline-offset:6px}
.hero{min-height:850px;height:100svh;max-height:1100px;background:#090807}.hero-image{left:auto;right:0;top:0;width:55%;height:100%;object-position:50% 24%}.hero-shade{background:linear-gradient(90deg,#090807 28%,rgba(9,8,7,.94) 43%,rgba(9,8,7,.25) 65%,rgba(9,8,7,.08)),linear-gradient(0deg,#090807,transparent 20%)}.hero h1{font-size:clamp(2.6rem,4.25vw,4.5rem);line-height:1.6;letter-spacing:.025em}.hero-copy{max-width:550px;font-size:.92rem}.hero-content{position:relative;z-index:1}.hero .eyebrow{color:var(--gold2)}.hero-meta{margin-top:58px}.hero-actions{gap:24px}.hero .button{padding:15px 23px}
.lesson-photo{position:relative;margin-bottom:75px}.lesson-photo img{width:100%;max-height:540px;object-fit:cover;object-position:center 38%}.lesson-photo figcaption{position:absolute;bottom:0;left:0;right:0;padding:65px 30px 22px;background:linear-gradient(transparent,rgba(0,0,0,.8));letter-spacing:.16em}.course-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;margin-top:70px}.course-grid article{border-top:1px solid var(--line);padding-top:25px}.course-grid h3{font-size:1.2rem;font-weight:400}.course-grid article>p:last-child{color:#b8b0a3;font-size:.93rem}
.profile-photo{align-self:center}.profile-photo img{width:100%;height:650px;object-fit:cover;object-position:center 35%}.profile-photo figcaption,.performance-gallery figcaption{color:#bfb09a;font-size:.65rem;letter-spacing:.15em;margin-top:12px}.profile-panel{padding-left:0}.credits{border-top:1px solid var(--line);margin:30px 0;padding:20px 0 0}.credits h3{font-size:.8rem;font-weight:400;color:var(--gold2)}.credits ul{list-style:none;padding:0;color:#b8b0a3;font-size:.87rem}.credits li{padding:3px 0}.credits li:before{content:'—';margin-right:12px;color:var(--gold)}
.voice-grid h3{font-size:1.03rem;font-weight:400;line-height:1.9;margin:22px 0 0;color:#e4ca98}.voice-grid p{font-family:"Noto Sans JP",sans-serif;font-size:.88rem;margin:20px 0 30px;line-height:2.1;color:#c8c0b4}.draft-note{color:#b3aa9c;line-height:1.9}.voice-grid article{padding:35px 28px}.voices .section-head{margin-bottom:40px}.performance-gallery{display:grid;gap:28px}.performance-gallery img{width:100%;height:auto}.artist{align-items:start}.artist-copy{position:sticky;top:60px}.mobile-booking{display:none}.section-head>p{font-size:.93rem}.price .gold,.steps .gold{color:#826431}.steps .section-head>p{color:#645d54}
@media(max-width:900px){.hero{min-height:830px}.hero-image{width:75%}.hero-shade{background:linear-gradient(90deg,#090807 0%,rgba(9,8,7,.8) 30%,rgba(9,8,7,.1)),linear-gradient(0deg,#090807,transparent 60%)}.profile{gap:40px}.profile-photo{max-width:580px;width:100%;margin:auto}.profile-photo img{height:auto}.artist-copy{position:static}.artist{gap:40px}.course-grid{gap:30px}.hero h1{font-size:3rem}}
@media(max-width:600px){body{padding-bottom:66px}.site-header{padding:22px 5%;background:linear-gradient(#090807aa,transparent)}.hero{height:auto;min-height:900px;align-items:flex-end;padding-bottom:55px}.hero-image{width:100%;height:610px;object-position:50% 20%}.hero-shade{background:linear-gradient(0deg,#090807 25%,rgba(9,8,7,.9) 37%,rgba(9,8,7,.05) 72%)}.hero-content{margin-top:435px}.hero h1{font-size:clamp(1.85rem,7.4vw,2.7rem);margin:18px 0;line-height:1.6}.hero-copy{font-size:.84rem}.hero-actions{margin-top:27px}.hero-meta{margin-top:28px;font-size:.66rem}.eyebrow{font-size:.68rem}.section{padding-top:75px;padding-bottom:75px}.section-head{margin-bottom:35px;gap:12px}.section-head h2,.intro h2,.artist h2{font-size:2rem}.lesson-photo{margin-bottom:45px}.lesson-photo img{height:310px}.lesson-photo figcaption{font-size:.8rem;padding-left:18px}.course-grid{grid-template-columns:1fr;gap:25px;margin-top:40px}.profile-panel h2{font-size:4.5rem}.profile-lead{font-size:1.12rem!important}.voice-grid article{padding:30px 24px}.voice-grid h3 br{display:none}.step-list li{grid-template-columns:48px 1fr}.step-list h3{font-size:1rem}.mobile-booking{position:fixed;bottom:0;left:0;right:0;z-index:30;display:flex;justify-content:space-between;align-items:center;padding:16px 7% calc(16px + env(safe-area-inset-bottom));background:#d4b780;color:#17130e;font-weight:500;font-size:.85rem;box-shadow:0 -3px 20px #0004}.contact small{font-size:.75rem}.hero .button{font-size:.76rem}.price-item .amount{justify-self:end}.contact .button-light{padding:15px 10px;font-size:.76rem}.profile-photo img{max-height:620px;object-fit:cover}}
