.shihori-page{--sh-sakura:var(--kpc-magenta);--sh-gold:var(--kpc-acid);--sh-electric:var(--kpc-violet);--sh-void:var(--kpc-bg);--sh-card:var(--kpc-bg-2);--sh-card-hover:var(--kpc-bg-3);--sh-line:var(--kpc-line);--sh-text-1:var(--kpc-ink);--sh-text-2:var(--kpc-ink-2);--sh-text-3:var(--kpc-mute);--sh-rose:var(--kpc-magenta);--sh-amber:var(--kpc-acid);--sh-jade:var(--kpc-ok);--sh-serif:var(--kpc-font-display);--sh-display:var(--kpc-font-display);--sh-sans:var(--kpc-font-body);--sh-jp:var(--kpc-font-jp);--sh-r-md:12px;--sh-r-lg:16px;font-family:var(--sh-sans);color:var(--sh-text-1);background:var(--sh-void);min-height:100vh;overflow-x:hidden}.shihori-hero{text-align:center;padding:80px 24px 60px;position:relative;overflow:hidden}.shihori-hero-waves{z-index:0;pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0}.shihori-hero-waves .wave-sakura{background:radial-gradient(at 30% 80%,#ff2a8a14 0%,#0000 60%);width:140%;height:80%;animation:12s ease-in-out infinite alternate sh-wave-drift;position:absolute;bottom:-40%;left:-20%}.shihori-hero-waves .wave-gold{background:radial-gradient(at 70% 70%,#f5ff360f 0%,#0000 55%);width:140%;height:70%;animation:15s ease-in-out infinite alternate-reverse sh-wave-drift;position:absolute;bottom:-30%;right:-20%}.shihori-hero-waves .wave-electric{background:radial-gradient(at 50% 30%,#b465ff0d 0%,#0000 50%);width:60%;height:60%;animation:18s ease-in-out infinite alternate sh-wave-drift;position:absolute;top:-20%;left:30%}@keyframes sh-wave-drift{0%{transform:translate(0)scale(1)}to{transform:translate(30px,-20px)scale(1.05)}}.shihori-hero-glyphs{z-index:0;pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0}.shihori-hero-glyphs .glyph{font-family:var(--sh-jp);opacity:.06;-webkit-user-select:none;user-select:none;font-size:clamp(48px,10vw,120px);position:absolute}.shihori-hero-glyphs .glyph-1{color:var(--sh-sakura);animation:8s ease-in-out infinite sh-float;top:8%;left:8%}.shihori-hero-glyphs .glyph-2{color:var(--sh-gold);animation:10s ease-in-out 1s infinite sh-float;top:15%;right:12%}.shihori-hero-glyphs .glyph-3{color:var(--sh-electric);animation:9s ease-in-out 2s infinite sh-float;bottom:20%;left:15%}.shihori-hero-glyphs .glyph-4{color:var(--sh-jade);animation:11s ease-in-out .5s infinite sh-float;bottom:12%;right:8%}@keyframes sh-float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-15px)rotate(2deg)}}.shihori-hero-content{z-index:1;max-width:720px;margin:0 auto;position:relative}.shihori-hero .kpc-tape{margin-bottom:24px}.shihori-hero-jp{font-family:var(--sh-jp);color:var(--sh-text-3);letter-spacing:.3em;margin-bottom:12px;font-size:clamp(14px,3vw,20px)}.shihori-hero h1{font-family:var(--sh-serif);color:var(--kpc-ink);margin:0 0 12px;font-size:clamp(48px,10vw,84px);font-style:normal;font-weight:400;line-height:1.05}.shihori-hero-subtitle{font-family:var(--sh-display);letter-spacing:.2em;text-transform:uppercase;color:var(--sh-text-3);margin-bottom:20px;font-size:10px}.shihori-hero-tagline{font-family:var(--sh-sans);color:var(--sh-text-2);max-width:540px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:clamp(14px,2.5vw,17px);line-height:1.6}.shihori-hero-event{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:36px;display:flex}.shihori-photos{max-width:900px;margin:0 auto;padding:0 24px 60px}.shihori-photo-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:20px;display:grid}.shihori-photo-main{border-radius:var(--sh-r-lg);border:1px solid var(--sh-line);position:relative;overflow:hidden}.shihori-photo-main img{object-fit:cover;aspect-ratio:4/5;width:100%;height:100%;transition:transform .6s;display:block}.shihori-photo-main:hover img{transform:scale(1.03)}.shihori-photo-secondary{flex-direction:column;gap:16px;display:flex}.shihori-photo-secondary img{object-fit:cover;object-position:center 20%;border-radius:var(--sh-r-lg);border:1px solid var(--sh-line);flex:1;width:100%;transition:transform .6s;display:block}.shihori-photo-secondary img:hover{transform:scale(1.02)}.shihori-photo-caption{background:var(--sh-card);border:1px solid var(--sh-line);border-radius:var(--sh-r-md);flex-direction:column;gap:4px;padding:20px;display:flex}.shihori-photo-caption .caption-name{font-family:var(--sh-display);color:var(--sh-text-1);font-size:14px;font-weight:500}.shihori-photo-caption .caption-title{color:var(--sh-text-3);font-size:12px}.shihori-photo-caption .caption-location{font-family:var(--sh-display);letter-spacing:.08em;color:var(--sh-sakura);margin-top:4px;font-size:10px}.shihori-section{max-width:900px;margin:0 auto;padding:60px 24px}.shihori-section h2{font-family:var(--sh-serif);color:var(--sh-text-1);margin:0 0 16px;font-size:clamp(24px,5vw,40px);font-style:normal;font-weight:400;line-height:1.2}.shihori-section-intro{color:var(--sh-text-2);max-width:640px;margin-bottom:36px;font-size:15px;line-height:1.7}.shihori-credits-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;display:grid}.shihori-credit-card{background:var(--sh-card);border:1px solid var(--sh-line);border-radius:var(--sh-r-md);padding:20px;transition:border-color .3s,transform .2s,box-shadow .3s;position:relative;overflow:hidden}.shihori-credit-card:hover{border-color:#ff2a8a4d;transform:translateY(-3px);box-shadow:0 8px 24px #ff2a8a14}.shihori-credit-card:before{content:"";background:linear-gradient(90deg, var(--sh-sakura), var(--sh-gold));opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.shihori-credit-card:hover:before{opacity:1}.shihori-credit-card.credit-hot{background:linear-gradient(135deg, #ff2a8a0a 0%, var(--sh-card) 100%);border-color:#ff2a8a33}.shihori-credit-card.credit-hot:before{opacity:1}.credit-hot-badge{font-family:var(--sh-display);letter-spacing:.15em;color:var(--sh-void);background:var(--sh-sakura);border-radius:4px;padding:3px 8px;font-size:8px;font-weight:700;position:absolute;top:10px;right:10px}.shihori-credit-franchise{font-family:var(--sh-display);color:var(--sh-text-1);margin-bottom:6px;font-size:12px;font-weight:500}.shihori-credit-role{color:var(--sh-text-3);font-size:12px;line-height:1.5}.shihori-video-showcase{background:linear-gradient(135deg, #ff2a8a0a 0%, #b465ff0a 50%, var(--sh-card) 100%);border-radius:var(--sh-r-lg);border:1px solid #ff2a8a26;grid-template-columns:minmax(0,1fr) 1.6fr;align-items:center;gap:32px;margin-top:48px;padding:36px;display:grid;position:relative;overflow:hidden}.shihori-video-showcase:before{content:"";background:linear-gradient(90deg, var(--sh-sakura), var(--sh-electric), var(--sh-gold));height:3px;position:absolute;top:0;left:0;right:0}.shihori-video-context{flex-direction:column;gap:12px;display:flex}.video-context-label{font-family:var(--sh-display);letter-spacing:.2em;text-transform:uppercase;color:var(--sh-sakura);font-size:10px}.shihori-video-context h3{font-family:var(--sh-serif);color:var(--sh-text-1);margin:0;font-size:28px;line-height:1.2}.video-context-accent{color:var(--sh-gold);font-style:italic}.shihori-video-context p{color:var(--sh-text-2);margin:0;font-size:14px;line-height:1.7}.shihori-video-frame{border-radius:var(--sh-r-md);position:relative;overflow:hidden}.shihori-video-frame iframe{aspect-ratio:16/9;border-radius:var(--sh-r-md);border:none;width:100%;display:block}.video-glow{z-index:-1;pointer-events:none;background:radial-gradient(#ff2a8a1f 0%,#b465ff0f 40%,#0000 70%);animation:4s ease-in-out infinite sh-pulse;position:absolute;top:-20px;bottom:-20px;left:-20px;right:-20px}@keyframes sh-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.98)}}.video-credit{flex-direction:column;gap:2px;padding:12px 0 0;display:flex}.video-credit-song{font-family:var(--sh-display);color:var(--sh-text-1);font-size:13px;font-weight:500}.video-credit-artist{color:var(--sh-text-3);letter-spacing:.02em;font-size:11px}.shihori-tracks{background:var(--sh-card);border:1px solid var(--sh-line);border-radius:var(--sh-r-lg);flex-direction:column;gap:2px;display:flex;overflow:hidden}.shihori-track{align-items:center;gap:16px;padding:16px 20px;transition:background .2s;display:flex}.shihori-track:hover{background:#ff2a8a08}.track-bar{background:linear-gradient(180deg, var(--sh-sakura), var(--sh-gold));border-radius:2px;flex-shrink:0;width:3px;height:24px;transition:height .2s}.shihori-track:hover .track-bar{height:32px}.track-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.track-title{font-family:var(--sh-display);color:var(--sh-text-1);font-size:12px;font-weight:500}.track-context{color:var(--sh-text-3);font-size:12px}.track-year{font-family:var(--sh-display);letter-spacing:.08em;color:var(--sh-text-3);flex-shrink:0;font-size:10px}.shihori-bio-content{color:var(--sh-text-2);font-size:15px;line-height:1.8}.shihori-bio-content p{margin:0 0 20px}.shihori-pullquote{font-family:var(--sh-serif);color:var(--sh-sakura);border-left:3px solid var(--sh-sakura);opacity:.9;margin:32px 0;padding:24px 0 24px 24px;font-size:clamp(18px,3.5vw,26px);font-style:italic;line-height:1.5}.shihori-timeline{border-left:2px solid var(--sh-line);flex-direction:column;gap:24px;margin:40px 0;padding-left:24px;display:flex}.shihori-timeline-item{padding-left:24px;position:relative}.shihori-timeline-item:before{content:"";background:var(--sh-sakura);border:2px solid var(--sh-void);border-radius:50%;width:10px;height:10px;position:absolute;top:6px;left:-29px}.shihori-timeline-item:last-child:before{background:var(--sh-gold);box-shadow:0 0 8px #f5ff3680}.shihori-timeline-year{font-family:var(--sh-display);letter-spacing:.1em;color:var(--sh-gold);margin-bottom:4px;font-size:11px}.shihori-timeline-desc{color:var(--sh-text-2);font-size:14px;line-height:1.6}.shihori-expect-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.shihori-expect-title{font-family:var(--sh-display);color:var(--sh-text-1);margin-bottom:8px;font-size:12px;font-weight:500}.shihori-expect-desc{color:var(--sh-text-3);font-size:13px;line-height:1.6}.shihori-concert-note{background:var(--sh-card);border:1px solid var(--sh-line);border-radius:var(--sh-r-lg);margin-top:32px;padding:28px;position:relative;overflow:hidden}.shihori-concert-note:before{content:"";background:linear-gradient(90deg, var(--sh-sakura), var(--sh-electric), var(--sh-gold));height:3px;position:absolute;top:0;left:0;right:0}.concert-note-label{font-family:var(--sh-display);letter-spacing:.12em;text-transform:uppercase;color:var(--sh-electric);margin-bottom:12px;font-size:10px}.shihori-concert-note p{color:var(--sh-text-2);margin:0;font-size:14px;line-height:1.7}.shihori-concert-note strong{color:var(--sh-text-1)}.shihori-urgency{text-align:center;padding:80px 24px;position:relative;overflow:hidden}.shihori-urgency:before{content:"";pointer-events:none;background:radial-gradient(#ff2a8a0f 0%,#0000 60%);position:absolute;top:0;bottom:0;left:0;right:0}.shihori-urgency-content{z-index:1;max-width:600px;margin:0 auto;position:relative}.shihori-urgency h2{font-family:var(--sh-serif);color:var(--sh-text-1);margin:0 0 24px;font-size:clamp(28px,6vw,48px);font-style:normal;font-weight:400;line-height:1.15}.shihori-urgency-points{flex-direction:column;gap:12px;margin:0 0 36px;padding:0;list-style:none;display:flex}.shihori-urgency-points li{font-family:var(--sh-display);letter-spacing:.08em;color:var(--sh-text-2);justify-content:center;align-items:center;gap:8px;font-size:11px;display:flex}.shihori-urgency-points li .check{color:var(--sh-sakura);font-size:14px}.shihori-urgency-ctas{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.shihori-social{text-align:center;border-top:1px solid var(--sh-line);padding:60px 24px}.shihori-social h3{font-family:var(--sh-display);letter-spacing:.12em;text-transform:uppercase;color:var(--sh-text-2);margin:0 0 24px;font-size:12px}.shihori-social-links{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:36px;display:flex}.shihori-back-link{font-family:var(--sh-display);letter-spacing:.08em;color:var(--sh-text-3);align-items:center;gap:6px;font-size:10px;text-decoration:none;transition:color .3s;display:inline-flex}.shihori-back-link:hover{color:var(--sh-text-1)}@media (max-width:640px){.shihori-hero{padding:60px 16px 40px}.shihori-photo-grid{grid-template-columns:minmax(0,1fr)}.shihori-photo-main img{aspect-ratio:3/4}.shihori-photo-secondary img{aspect-ratio:4/3}.shihori-section{padding:40px 16px}.shihori-credits-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.shihori-video-showcase{grid-template-columns:minmax(0,1fr);gap:24px;padding:24px}.shihori-video-context h3{font-size:22px}.shihori-expect-grid{grid-template-columns:minmax(0,1fr)}.shihori-hero-event{flex-direction:column;align-items:center}.shihori-urgency{padding:60px 16px}.shihori-photos{padding:0 16px 40px}}@media (max-width:400px){.shihori-credits-grid{grid-template-columns:minmax(0,1fr)}}
