
:root{--fg:#111;--muted:#777;--line:#dedede;--max:1180px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--fg);background:#fff;font-family:Arial,"Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;font-size:14px;line-height:1.65;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:underline;text-underline-offset:3px}
img{max-width:100%}
.wrap{width:min(var(--max),calc(100% - 48px));margin:auto}
header{position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--line);z-index:20}
.nav{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{font-size:13px;white-space:nowrap}
.menu{display:flex;align-items:center;justify-content:flex-end;gap:19px;font-size:10px;letter-spacing:.02em;white-space:nowrap}
.menu a:last-child{margin-left:4px}
.hero{padding:16px 0 68px}
.hero img{width:100%;height:min(60vh,620px);display:block;object-fit:cover;background:#f4f4f4}
.caption{font-size:9px;color:var(--muted);margin-top:7px;letter-spacing:.04em}
.section{border-top:1px solid var(--line);padding:64px 0}
.label{font-size:10px;letter-spacing:.12em;margin-bottom:26px}
.workrow{display:grid;grid-template-columns:70px minmax(0,1fr) 90px;gap:20px;padding:10px 0;border-bottom:1px solid #ededed;font-size:12px}
.workrow .year,.workrow .role{font-size:10px;color:var(--muted)}
.workrow .role{text-align:right}
.more{display:inline-block;margin-top:24px;font-size:10px;letter-spacing:.04em}
.profile{display:grid;grid-template-columns:minmax(240px,320px) minmax(0,1fr);gap:58px;align-items:start}
.profile img{width:100%;aspect-ratio:1;object-fit:cover;background:#f4f4f4}
.profile h1{font-size:25px;font-weight:400;margin:0 0 20px}
.newsrow{display:grid;grid-template-columns:100px minmax(0,1fr);gap:20px;padding:10px 0;border-bottom:1px solid #ededed}
.newsrow time{font-size:10px;color:var(--muted)}
.yearnav{display:flex;flex-wrap:wrap;gap:9px 18px;margin-bottom:32px;font-size:11px;color:#666}
.yearnav a:hover{color:#111}
.archive .workrow{grid-template-columns:1fr 70px}
.release{display:grid;grid-template-columns:300px minmax(0,1fr);gap:44px;padding:30px 0;border-top:1px solid #ededed}
.release img{width:100%;aspect-ratio:1;object-fit:cover;background:#f4f4f4}
.release h2{font-size:24px;font-weight:400;margin:4px 0 14px}
.track{display:grid;grid-template-columns:35px 1fr;border-top:1px solid #ededed;padding:6px 0;font-size:11px}
footer{padding:70px 0 28px;color:var(--muted);font-size:9px}
@media(max-width:820px){
 .wrap{width:calc(100% - 28px)}
 .nav{align-items:flex-start;padding:12px 0}
 .menu{gap:8px 12px;flex-wrap:wrap}
 .hero{padding-top:12px}
 .hero img{height:45vh}
 .workrow{grid-template-columns:48px minmax(0,1fr);gap:12px}
 .workrow .role{display:none}
 .profile,.release{grid-template-columns:1fr;gap:28px}
 .profile{max-width:620px}
}
@media(max-width:520px){
 .logo{font-size:12px}
 .menu{font-size:9px;max-width:75%}
 .section{padding:48px 0}
 .hero{padding-bottom:48px}
 .newsrow{grid-template-columns:75px minmax(0,1fr);gap:12px}
}

.archive-page{padding:56px 0;border-top:0}.archive-tabs{position:sticky;top:58px;z-index:8;background:rgba(255,255,255,.96);display:flex;flex-wrap:wrap;gap:8px 16px;padding:12px 0 18px;margin-bottom:22px;border-bottom:1px solid #ddd;font-size:10px}.archive-year{scroll-margin-top:115px;padding:36px 0 12px}.archive-year h2{font-size:24px;font-weight:400;margin:0 0 14px}.archive-item{display:grid;grid-template-columns:minmax(0,1fr) 70px;gap:18px;padding:8px 0;border-bottom:1px solid #eee;font-size:12px}.archive-item .kind{text-align:right;color:#777;font-size:9px;letter-spacing:.06em}@media(max-width:700px){.archive-tabs{top:82px}.archive-item{grid-template-columns:1fr 48px;gap:10px}.archive-year h2{font-size:21px}}

/* v11 — studio wallpaper */
:root{--fg:#fff;--muted:rgba(255,255,255,.67);--line:rgba(255,255,255,.22)}
html{background:#16120f}
body{
  color:var(--fg);
  background:
    linear-gradient(rgba(0,0,0,.48),rgba(0,0,0,.58)),
    url("assets/studio-background.jpg") center center / cover fixed no-repeat;
  min-height:100vh;
}
body:before{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;
  background:linear-gradient(90deg,rgba(0,0,0,.22),rgba(0,0,0,.04) 45%,rgba(0,0,0,.2));
}
header{background:rgba(12,10,8,.44);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}
.section,.archive-page{border-color:var(--line)}
.section .wrap,.archive-page .wrap{text-shadow:0 1px 12px rgba(0,0,0,.28)}
.workrow,.newsrow,.archive-item,.release,.track{border-color:rgba(255,255,255,.16)}
.workrow .year,.workrow .role,.newsrow time,.archive-item .kind,.caption,footer{color:var(--muted)}
.archive-tabs{background:rgba(12,10,8,.70);border-color:rgba(255,255,255,.2);backdrop-filter:blur(10px)}
.yearnav{color:rgba(255,255,255,.72)}.yearnav a:hover{color:#fff}
.profile img,.release img{background:rgba(255,255,255,.08)}
.hero{min-height:66vh;display:flex;align-items:flex-start;padding-top:8vh;padding-bottom:12vh}
.hero-title{white-space:pre-line;font-size:clamp(36px,6.2vw,92px);line-height:.92;letter-spacing:-.045em;font-weight:500;max-width:900px;text-shadow:0 2px 24px rgba(0,0,0,.35)}
.archive-item{grid-template-columns:minmax(0,1fr) 92px 70px}
.item-link{justify-self:end;align-self:center;font-size:8px;letter-spacing:.08em;color:rgba(255,255,255,.74);white-space:nowrap}
.home-work-link,.news-link{display:inline}
footer{border-top:1px solid rgba(255,255,255,.12)}
@media(max-width:700px){
 body{background:linear-gradient(rgba(0,0,0,.52),rgba(0,0,0,.62)),url("assets/studio-background.jpg") 47% center / cover fixed no-repeat}
 .hero{min-height:58vh;padding-top:7vh}.hero-title{font-size:clamp(34px,12vw,60px)}
 .archive-item{grid-template-columns:minmax(0,1fr) 70px}.archive-item .kind{display:none}.item-link{font-size:8px}
}


/* =========================
   v12
   ========================= */

/* Keep the full studio photo visible. No cropping. */
html{background:#0b0908}
body{
  background-color:#0b0908 !important;
  background-image:
    linear-gradient(rgba(0,0,0,.34),rgba(0,0,0,.44)),
    url("assets/studio-background.jpg") !important;
  background-position:center top !important;
  background-repeat:no-repeat !important;
  background-size:contain !important;
  background-attachment:fixed !important;
}
body:before{
  background:linear-gradient(90deg,rgba(0,0,0,.18),rgba(0,0,0,.02) 50%,rgba(0,0,0,.16)) !important;
}

/* Homepage stays visually close to the approved mockup. */
body.home .hero,
.hero{
  min-height:calc(100vh - 68px);
}

/* Discography */
.discography-page{padding-top:34px}
.disco-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:42px 28px;
  margin-top:26px;
}
.disco-card{min-width:0}
.disco-cover{
  width:100%;
  aspect-ratio:1/1;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.10);
}
.disco-cover img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}
.disco-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px 14px;
  margin-top:11px;
  font-size:9px;
  letter-spacing:.08em;
  color:rgba(255,255,255,.64);
}
.disco-card h2{
  margin:7px 0 0;
  font-size:16px;
  line-height:1.45;
  font-weight:400;
}
@media(max-width:900px){
  .disco-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  body{
    background-position:center top !important;
    background-size:contain !important;
    background-attachment:scroll !important;
  }
}
@media(max-width:520px){
  .disco-grid{grid-template-columns:1fr;gap:34px}
}

/* V12 Hidden Sounds */
#soundgame{position:absolute;inset:0;z-index:30;pointer-events:none;color:#fff}#sg-start{pointer-events:auto;position:absolute;right:24px;bottom:24px;border:1px solid #ffffff88;background:#0004;color:#fff;padding:11px 14px;font:inherit;font-size:10px;letter-spacing:.12em;cursor:pointer}#sg-count{display:none;position:absolute;left:24px;bottom:24px;font-size:10px;letter-spacing:.12em;text-shadow:0 1px 8px #000}#soundgame.play #sg-count{display:block}.sg{display:none;pointer-events:auto;position:absolute;width:64px;height:64px;border:0;border-radius:50%;background:transparent;cursor:crosshair}#soundgame.play .sg{display:block}.sg.found:after{content:"+";color:#fff;font-size:18px;text-shadow:0 1px 8px #000}.hs1{left:8%;top:44%}.hs2{left:29%;top:61%}.hs3{left:52%;top:54%}.hs4{left:74%;top:49%}.hs5{left:60%;top:29%}.hs6{left:18%;top:69%}.hs7{left:87%;top:67%}#sg-win{display:none;pointer-events:auto;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding:28px;background:#080808d9;border:1px solid #ffffff55;text-align:center;font-size:11px;letter-spacing:.12em;min-width:min(420px,80vw)}#sg-win.show{display:block}#sg-win strong{display:block;margin:8px 0 22px;font-size:18px;font-weight:400}#sg-again{border:0;background:none;color:#fff;font:inherit;font-size:10px;letter-spacing:.12em;cursor:pointer}@media(max-width:700px){#sg-start{right:14px;bottom:14px}#sg-count{left:14px;bottom:14px}.sg{width:52px;height:52px}}

.year-heading{font-size:12px;font-weight:400;letter-spacing:.12em;margin:44px 0 10px}.works-year:first-child .year-heading{margin-top:22px}

/* iPhone / local-asset hardening */
html{-webkit-text-size-adjust:100%}
img{max-width:100%;height:auto}
.profile-photo{margin:24px 0 30px;max-width:680px}
.profile-photo img{display:block;width:100%;height:auto}
@media(max-width:700px){
  .profile-photo{margin:18px 0 24px}
  body{background-attachment:scroll!important}
}


/* =========================================================
   V14.2 RESPONSIVE FIX
   The homepage now has body.home, so these desktop rules fire.
   Breakpoints are device-agnostic: desktop / tablet / phone.
   ========================================================= */

html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
html,body{width:100%;max-width:100%;overflow-x:hidden}
body{min-height:100vh;min-height:100svh}
img{max-width:100%;height:auto}
.wrap{width:min(1180px,calc(100% - 48px));max-width:1180px}

/* Desktop and normal Mac Safari windows */
@media (min-width:1024px){
  body.home main{
    display:grid;
    grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);
    grid-template-areas:
      "hero hero"
      "works news"
      "works profile";
    column-gap:56px;
    width:min(1180px,calc(100% - 48px));
    margin:0 auto;
  }
  body.home .hero{
    grid-area:hero;
    width:100%;
    margin:0;
    min-height:calc(100vh - 58px);
    min-height:calc(100svh - 58px);
    padding:8vh 0 10vh;
  }
  body.home main > .section:nth-of-type(1){grid-area:works}
  body.home main > .section:nth-of-type(2){grid-area:profile}
  body.home main > .section:nth-of-type(3){grid-area:news}
  body.home .section{padding:46px 0}
  body.home .section > .wrap{width:100%;margin:0}
  body.home .profile{
    grid-template-columns:130px minmax(0,1fr);
    gap:24px;
    align-items:start;
  }
  body.home .profile img{
    width:130px;height:130px;aspect-ratio:1/1;object-fit:cover
  }
  body.home .profile h1{font-size:19px;line-height:1.45}
  body.home .workrow{grid-template-columns:58px minmax(0,1fr) 76px;gap:14px}
  body.home .newsrow{grid-template-columns:82px minmax(0,1fr);gap:14px}
}

/* Tablets, iPad portrait, small laptops, split-screen desktops */
@media (min-width:768px) and (max-width:1023px){
  .wrap{width:calc(100% - 40px)}
  .menu{gap:9px 15px;flex-wrap:wrap}
  body.home main{
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);
    grid-template-areas:
      "hero hero"
      "works news"
      "profile profile";
    column-gap:34px;
    width:calc(100% - 40px);
    margin:0 auto;
  }
  body.home .hero{
    grid-area:hero;width:100%;margin:0;
    min-height:66vh;min-height:66svh;
  }
  body.home main > .section:nth-of-type(1){grid-area:works}
  body.home main > .section:nth-of-type(2){grid-area:profile}
  body.home main > .section:nth-of-type(3){grid-area:news}
  body.home .section > .wrap{width:100%;margin:0}
  body.home .profile{grid-template-columns:minmax(180px,260px) 1fr;gap:30px}
  .disco-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* Phones: iPhone, Pixel, Galaxy, Xperia, etc. */
@media (max-width:767px){
  .wrap{width:calc(100% - 28px)}
  .nav{min-height:auto;padding:11px 0 10px;align-items:flex-start;gap:12px}
  .logo{font-size:11px;padding-top:1px}
  .menu{
    max-width:78%;gap:6px 11px;flex-wrap:wrap;
    justify-content:flex-end;font-size:9px;line-height:1.5
  }

  body{
    background-position:center top!important;
    background-size:100% auto!important;
    background-attachment:scroll!important;
  }

  body.home main{display:block;width:auto;margin:0}
  body.home .hero{
    min-height:58vh;min-height:58svh;
    padding:7svh 0 8svh
  }
  body.home .hero-title{
    font-size:clamp(34px,11.5vw,58px);
    line-height:.94
  }
  body.home .section{padding:44px 0}
  body.home .section > .wrap{width:calc(100% - 28px);margin:auto}
  body.home .profile{grid-template-columns:1fr;gap:22px}
  body.home .profile img{
    width:100%;max-width:520px;height:auto;
    aspect-ratio:auto;object-fit:contain
  }

  .workrow{grid-template-columns:46px minmax(0,1fr);gap:11px}
  .workrow .role{display:none}
  .newsrow{grid-template-columns:72px minmax(0,1fr);gap:11px}
  .archive-tabs{top:73px}
  .archive-item{grid-template-columns:minmax(0,1fr) 58px;gap:10px}
  .archive-item .kind{display:none}
  .release{grid-template-columns:1fr;gap:24px}
  .disco-grid{grid-template-columns:1fr;gap:34px}
}

/* Very narrow Android / iPhone SE-class widths */
@media (max-width:380px){
  .wrap,body.home .section > .wrap{width:calc(100% - 22px)}
  .menu{max-width:76%;gap:5px 8px;font-size:8px}
  body.home .hero-title{font-size:clamp(31px,11.8vw,44px)}
  .newsrow{grid-template-columns:66px minmax(0,1fr)}
}

/* Landscape phones */
@media (max-height:520px) and (min-width:568px) and (max-width:1023px) and (orientation:landscape){
  body.home .hero{min-height:86vh;min-height:86svh;padding:8svh 0}
  body.home .hero-title{font-size:clamp(34px,7vw,58px)}
}



/* =========================================================
   V14.3 — TRUE DESKTOP HOME COMPOSITION
   Desktop content shares the first screen with the hero title.
   Mobile remains naturally stacked.
   ========================================================= */

@media (min-width:900px){
  body.home main{
    position:relative !important;
    display:grid !important;
    grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr) !important;
    grid-template-rows:auto auto 1fr !important;
    grid-template-areas:
      "hero hero"
      "works news"
      "works profile" !important;
    column-gap:56px !important;
    row-gap:18px !important;
    width:min(1180px,calc(100% - 48px)) !important;
    min-height:calc(100vh - 58px) !important;
    min-height:calc(100svh - 58px) !important;
    margin:0 auto !important;
    padding:6vh 0 5vh !important;
    align-content:start !important;
  }

  body.home .hero{
    grid-area:hero !important;
    min-height:0 !important;
    width:100% !important;
    margin:0 !important;
    padding:0 0 4vh !important;
    display:block !important;
  }

  body.home .hero-title{
    max-width:760px !important;
    font-size:clamp(54px,6.1vw,90px) !important;
    line-height:.9 !important;
  }

  body.home main > .section{
    border-top:1px solid rgba(255,255,255,.22) !important;
    padding:20px 0 0 !important;
    min-width:0 !important;
  }

  body.home main > .section:nth-of-type(1){grid-area:works !important}
  body.home main > .section:nth-of-type(2){grid-area:profile !important}
  body.home main > .section:nth-of-type(3){grid-area:news !important}

  body.home .section > .wrap{
    width:100% !important;
    margin:0 !important;
  }

  body.home .label{
    margin-bottom:14px !important;
  }

  body.home .workrow{
    grid-template-columns:54px minmax(0,1fr) 68px !important;
    gap:12px !important;
    padding:7px 0 !important;
    font-size:11px !important;
  }

  body.home .newsrow{
    grid-template-columns:76px minmax(0,1fr) !important;
    gap:12px !important;
    padding:7px 0 !important;
    font-size:11px !important;
  }

  body.home .profile{
    display:grid !important;
    grid-template-columns:105px minmax(0,1fr) !important;
    gap:18px !important;
    align-items:start !important;
  }

  body.home .profile img{
    width:105px !important;
    height:105px !important;
    aspect-ratio:1/1 !important;
    object-fit:cover !important;
  }

  body.home .profile h1{
    font-size:16px !important;
    line-height:1.45 !important;
    margin:0 0 10px !important;
  }

  body.home .more{margin-top:12px !important}

  /* The background remains fully visible and never cropped. */
  body.home{
    background-size:contain !important;
    background-position:center top !important;
  }
}

/* Tablet: balanced two-column layout, without forcing desktop density */
@media (min-width:768px) and (max-width:899px){
  body.home main{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    grid-template-areas:
      "hero hero"
      "works news"
      "profile profile" !important;
    gap:30px !important;
    width:calc(100% - 40px) !important;
    margin:0 auto !important;
  }
  body.home .hero{grid-area:hero !important;min-height:58svh !important;width:100% !important}
  body.home main > .section:nth-of-type(1){grid-area:works !important}
  body.home main > .section:nth-of-type(2){grid-area:profile !important}
  body.home main > .section:nth-of-type(3){grid-area:news !important}
  body.home .section > .wrap{width:100% !important;margin:0 !important}
}

/* Phones stay one-column and readable across iPhone / Android sizes */
@media (max-width:767px){
  body.home main{display:block !important;width:auto !important;margin:0 !important;padding:0 !important}
  body.home .hero{min-height:58svh !important;padding:7svh 0 8svh !important}
  body.home main > .section{padding:44px 0 !important}
}



/* =========================================================
   V14.4 — WIDE DESKTOP FIX
   Keep the entire studio photo visible, but do NOT constrain
   the desktop UI to the photo's 3:2 width.
   ========================================================= */
@media (min-width:900px){
  html{
    background:#070707;
  }

  body.home{
    /* Full uncropped photo on top + same photo filling wide side areas behind it */
    background-image:
      linear-gradient(rgba(0,0,0,.18),rgba(0,0,0,.18)),
      url("assets/studio-background.jpg"),
      url("assets/studio-background.jpg") !important;
    background-size:
      100% 100%,
      contain,
      cover !important;
    background-position:
      center,
      center top,
      center center !important;
    background-repeat:no-repeat !important;
    background-attachment:fixed !important;
  }

  body.home main{
    width:calc(100vw - 64px) !important;
    max-width:none !important;
    min-height:calc(100svh - 58px) !important;
    margin:0 32px !important;
    padding:42px 0 34px !important;

    display:grid !important;
    grid-template-columns:minmax(360px,.9fr) minmax(420px,1.2fr) minmax(330px,.9fr) !important;
    grid-template-rows:auto 1fr auto !important;
    grid-template-areas:
      "hero hero hero"
      "works . news"
      "works . profile" !important;
    column-gap:clamp(30px,4vw,80px) !important;
    row-gap:20px !important;
    align-content:stretch !important;
  }

  body.home .hero{
    grid-area:hero !important;
    width:auto !important;
    min-height:0 !important;
    padding:0 !important;
    margin:0 !important;
  }

  body.home .hero-title{
    width:min(760px,48vw) !important;
    max-width:none !important;
    font-size:clamp(52px,5.2vw,88px) !important;
    line-height:.88 !important;
    letter-spacing:-.045em !important;
  }

  body.home main > .section{
    width:100% !important;
    min-width:0 !important;
    padding:18px 0 0 !important;
    border-top:1px solid rgba(255,255,255,.32) !important;
    align-self:start !important;
  }
  body.home main > .section:nth-of-type(1){grid-area:works !important}
  body.home main > .section:nth-of-type(2){grid-area:profile !important}
  body.home main > .section:nth-of-type(3){grid-area:news !important}
  body.home .section > .wrap{width:100% !important;max-width:none !important;margin:0 !important}

  body.home .workrow{
    grid-template-columns:54px minmax(0,1fr) 70px !important;
    gap:12px !important;
    padding:8px 0 !important;
    font-size:11px !important;
  }
  body.home .newsrow{
    grid-template-columns:78px minmax(0,1fr) !important;
    gap:12px !important;
    padding:8px 0 !important;
    font-size:11px !important;
  }
  body.home .profile{
    grid-template-columns:110px minmax(0,1fr) !important;
    gap:20px !important;
  }
}

/* Keep a sane desktop composition on narrower Mac windows */
@media (min-width:900px) and (max-width:1250px){
  body.home main{
    grid-template-columns:minmax(330px,1fr) minmax(60px,.25fr) minmax(300px,.9fr) !important;
    margin:0 24px !important;
    width:calc(100vw - 48px) !important;
  }
  body.home .hero-title{width:min(680px,58vw) !important}
}

/* On phones, revert to a single clean background and stacked layout */
@media (max-width:767px){
  body.home{
    background-image:
      linear-gradient(rgba(0,0,0,.20),rgba(0,0,0,.20)),
      url("assets/studio-background.jpg") !important;
    background-size:100% 100%,100% auto !important;
    background-position:center top,center top !important;
    background-repeat:no-repeat !important;
    background-attachment:scroll !important;
  }
}



/* =========================================================
   V14.5 — FULLSCREEN PHOTO
   One photo only. Fill the browser edge-to-edge.
   ========================================================= */

@media (min-width:900px){
  html, body.home{
    background:#070707 !important;
  }

  body.home{
    background-image:
      linear-gradient(rgba(0,0,0,.22),rgba(0,0,0,.22)),
      url("assets/studio-background.jpg") !important;
    background-size:
      100% 100%,
      cover !important;
    background-position:
      center,
      center center !important;
    background-repeat:no-repeat !important;
    background-attachment:fixed !important;
  }

  body.home main{
    width:calc(100vw - 64px) !important;
    max-width:none !important;
    margin:0 32px !important;
  }
}

/* Phones/tablets: still edge-to-edge, using one photo only */
@media (max-width:899px){
  body.home{
    background-image:
      linear-gradient(rgba(0,0,0,.20),rgba(0,0,0,.20)),
      url("assets/studio-background.jpg") !important;
    background-size:
      100% 100%,
      cover !important;
    background-position:
      center,
      center top !important;
    background-repeat:no-repeat !important;
    background-attachment:scroll !important;
  }
}


/* V14.6 — stretch the studio photo to the exact viewport.
   Intentionally does NOT preserve the source aspect ratio. */
body.home{
  background-size:100% 100%, 100% 100% !important;
  background-position:center, center !important;
  background-repeat:no-repeat !important;
}
@media (max-width:899px){
  body.home{
    background-size:100% 100%, 100% 100% !important;
    background-position:center, center !important;
  }
}



/* =========================================================
   V14.7 — TOP WORKS natural wrapping
   Keep Japanese titles as phrases instead of breaking every
   few characters in the narrow category/title columns.
   ========================================================= */

body.home .workrow{
  grid-template-columns:minmax(0,1fr) auto !important;
  align-items:start !important;
}

body.home .workrow > *{
  min-width:0 !important;
}

body.home .workrow .title,
body.home .workrow a{
  word-break:normal !important;
  overflow-wrap:break-word !important;
  line-break:strict !important;
  white-space:normal !important;
}

body.home .workrow .kind,
body.home .workrow .role{
  white-space:nowrap !important;
}

/* Desktop: give WORKS substantially more real width */
@media (min-width:900px){
  body.home main{
    grid-template-columns:minmax(480px,1.15fr) minmax(120px,.35fr) minmax(360px,.85fr) !important;
  }

  body.home .workrow{
    grid-template-columns:minmax(0,1fr) 72px !important;
    gap:18px !important;
    font-size:12px !important;
    line-height:1.55 !important;
  }

  body.home .workrow .kind{
    display:inline !important;
    margin-left:10px !important;
    font-size:9px !important;
    opacity:.72 !important;
  }
}

/* Phones: title gets the full line; category/role stays secondary */
@media (max-width:767px){
  body.home .workrow{
    grid-template-columns:minmax(0,1fr) !important;
    gap:4px !important;
  }
  body.home .workrow .role{display:none !important}
}


/* =========================================================
   V15 — NEWS DETAIL + CONSISTENT GLOBAL NAV
   ========================================================= */
header > .wrap.nav{
  width:min(var(--max),calc(100% - 48px)) !important;
  margin:0 auto !important;
  min-height:58px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:24px !important;
}
header .logo{font-size:13px !important;white-space:nowrap !important}
header .menu{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:19px !important;
  font-size:10px !important;
  white-space:nowrap !important;
}

.news-detail-page{min-height:calc(100vh - 58px)}
.news-detail-wrap{max-width:820px;margin-left:auto;margin-right:auto}
.news-detail-date{
  display:block;
  margin-bottom:14px;
  font-size:10px;
  color:rgba(255,255,255,.66);
  letter-spacing:.06em;
}
.news-detail-page h1{
  margin:0 0 34px;
  font-size:clamp(26px,4vw,48px);
  line-height:1.18;
  font-weight:400;
  letter-spacing:-.025em;
}
.news-detail-body{
  max-width:720px;
  padding:26px 0 30px;
  border-top:1px solid rgba(255,255,255,.18);
  border-bottom:1px solid rgba(255,255,255,.18);
  font-size:15px;
  line-height:2;
}
.news-detail-body p{margin:0}
.news-detail-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px 24px;
  margin-top:24px;
  font-size:10px;
  letter-spacing:.06em;
}
.news-back{
  display:inline-block;
  margin-top:54px;
  font-size:10px;
  letter-spacing:.06em;
}

@media(max-width:820px){
  header > .wrap.nav{
    width:calc(100% - 28px) !important;
    min-height:auto !important;
    padding:12px 0 !important;
    align-items:flex-start !important;
    gap:12px !important;
  }
  header .menu{
    gap:8px 12px !important;
    flex-wrap:wrap !important;
  }
}



/* =========================================================
   V15.1 — SAME STUDIO BACKGROUND BEHAVIOR ON ALL PAGES
   Match TOP: one studio image filling the viewport.
   ========================================================= */

/* Desktop / laptop */
@media (min-width:900px){
  body:not(.home){
    background-image:
      linear-gradient(rgba(0,0,0,.24),rgba(0,0,0,.24)),
      url("assets/studio-background.jpg") !important;
    background-size:
      100% 100%,
      cover !important;
    background-position:
      center,
      center center !important;
    background-repeat:no-repeat !important;
    background-attachment:fixed !important;
    background-color:#070707 !important;
    min-height:100vh !important;
  }
}

/* Tablet / phone */
@media (max-width:899px){
  body:not(.home){
    background-image:
      linear-gradient(rgba(0,0,0,.24),rgba(0,0,0,.24)),
      url("assets/studio-background.jpg") !important;
    background-size:
      100% 100%,
      cover !important;
    background-position:
      center,
      center center !important;
    background-repeat:no-repeat !important;
    background-attachment:scroll !important;
    background-color:#070707 !important;
    min-height:100vh !important;
  }
}

/* Keep archive/detail sections transparent so the background doesn't get cut off */
body:not(.home) main,
body:not(.home) .archive-page,
body:not(.home) .news-detail-page{
  background:transparent !important;
}



/* =========================================================
   V15.2 — PROFILE / DISCOGRAPHY IMAGE BALANCE
   ========================================================= */

/* PROFILE: make the portrait feel like a main visual */
.profile-photo,
.profile-page img,
body.profile img{
  width:min(100%, 620px) !important;
  max-width:620px !important;
  height:auto !important;
}

/* DISCOGRAPHY: covers should be more compact */
.disco-grid{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:38px 24px !important;
}
.disco-card img,
.discography-grid img,
.discography-item img{
  width:100% !important;
  max-width:220px !important;
  height:auto !important;
  margin-left:0 !important;
}

@media (max-width:1100px){
  .disco-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important}
}
@media (max-width:760px){
  .profile-photo,
  .profile-page img,
  body.profile img{
    width:100% !important;
    max-width:520px !important;
  }
  .disco-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:30px 18px !important;
  }
  .disco-card img,
  .discography-grid img,
  .discography-item img{
    max-width:180px !important;
  }
}



/* =========================================================
   V15.3 — STRONGER PROFILE / SMALLER DISCO / UNIFIED TITLES
   ========================================================= */

/* PROFILE: make the photograph a proper large visual */
.profile-photo,
.profile-page img,
body.profile img{
  width:min(100%, 920px) !important;
  max-width:920px !important;
  height:auto !important;
  display:block !important;
}

/* DISCOGRAPHY: smaller artwork, more air around the archive */
.disco-grid{
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:42px 24px !important;
}
.disco-card img,
.release-card img,
.discography-grid img,
.discography-item img{
  width:100% !important;
  max-width:150px !important;
  height:auto !important;
  display:block !important;
  margin:0 0 14px 0 !important;
}

/* Every release title uses exactly the same typography */
.disco-card h2,
.disco-card h3,
.release-card h2,
.release-card h3,
.disco-title,
.release-title,
.discography-item h2,
.discography-item h3{
  font-family:inherit !important;
  font-size:13px !important;
  line-height:1.45 !important;
  font-weight:400 !important;
  font-style:normal !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  margin:0 0 6px !important;
}

@media (max-width:1100px){
  .disco-grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important}
  .profile-photo,
  .profile-page img,
  body.profile img{max-width:820px !important}
}
@media (max-width:760px){
  .profile-photo,
  .profile-page img,
  body.profile img{
    width:100% !important;
    max-width:none !important;
  }
  .disco-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:32px 18px !important;
  }
  .disco-card img,
  .release-card img,
  .discography-grid img,
  .discography-item img{
    max-width:130px !important;
  }
}



/* =========================================================
   V15.4 — UNIFIED DISCOGRAPHY COVER RENDERING
   All releases, including 2018 / 2020, use the same card and image box.
   ========================================================= */
.disco-card{
  display:block !important;
  min-width:0 !important;
}
.disco-card img{
  width:150px !important;
  height:150px !important;
  max-width:100% !important;
  aspect-ratio:1 / 1 !important;
  object-fit:cover !important;
  object-position:center !important;
  display:block !important;
  margin:0 0 14px 0 !important;
}
@media(max-width:760px){
  .disco-card img{
    width:130px !important;
    height:130px !important;
  }
}


/* V15.5 — TOP WORKS verified links */
body.home .workrow .title a{
  color:inherit !important;
  text-decoration:none !important;
}
body.home .workrow .title a:hover{
  text-decoration:underline !important;
  text-underline-offset:3px !important;
}


/* =========================================================
   V16 — FULL INLINE NEWS ARCHIVE
   ========================================================= */
.news-inline-wrap{
  max-width:980px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.news-intro{
  margin:12px 0 0;
  font-size:11px;
  opacity:.7;
}
.news-inline-list{
  margin-top:48px;
}
.news-article{
  scroll-margin-top:90px;
  padding:38px 0 52px;
  border-top:1px solid rgba(255,255,255,.18);
}
.news-article-head{
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  gap:24px;
  align-items:start;
  margin-bottom:24px;
}
.news-article-head time{
  font-size:10px;
  opacity:.66;
  letter-spacing:.05em;
  padding-top:4px;
}
.news-article-head h2{
  margin:0;
  font-family:inherit;
  font-size:clamp(19px,2vw,28px);
  line-height:1.35;
  font-weight:400;
  letter-spacing:-.015em;
}
.news-article-body{
  max-width:760px;
  margin-left:136px;
  font-size:14px;
  line-height:1.95;
}
.news-article-body p{
  margin:0 0 1.2em;
}
.news-article-body img{
  max-width:min(100%,520px) !important;
  height:auto !important;
  display:block;
  margin:20px 0;
}
.news-article-body a{
  overflow-wrap:anywhere;
  text-decoration:underline;
  text-underline-offset:3px;
}
body.news-page{
  background-image:
    linear-gradient(rgba(0,0,0,.24),rgba(0,0,0,.24)),
    url("assets/studio-background.jpg") !important;
  background-size:100% 100%, cover !important;
  background-position:center, center center !important;
  background-repeat:no-repeat !important;
  background-attachment:fixed !important;
  background-color:#070707 !important;
}
@media(max-width:760px){
  .news-article-head{
    grid-template-columns:1fr;
    gap:8px;
  }
  .news-article-body{
    margin-left:0;
    font-size:13px;
  }
  body.news-page{
    background-attachment:scroll !important;
  }
}


/* =========================================================
   V16.2 — NEWS PAGINATION (10 entries per page)
   ========================================================= */
.news-pagination{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:24px;
  padding:34px 0 18px;
  border-top:1px solid rgba(255,255,255,.18);
  font-size:10px;
  letter-spacing:.08em;
}
.news-page-prev{justify-self:start}
.news-page-next{justify-self:end}
.news-page-status{grid-column:2;opacity:.65}
.news-pagination a{color:inherit;text-decoration:none}
.news-pagination a:hover{text-decoration:underline;text-underline-offset:3px}
@media(max-width:760px){.news-pagination{gap:14px}}


/* =========================================================
   V16.3 — PROFILE PHOTO ACTUAL SELECTOR FIX
   profile.html uses .profile > img, so target that real markup.
   ========================================================= */
body:not(.home) .profile{
  grid-template-columns:minmax(0, 920px) minmax(220px, 1fr) !important;
  max-width:none !important;
  gap:58px !important;
  align-items:start !important;
}
body:not(.home) .profile > img{
  width:100% !important;
  max-width:920px !important;
  height:auto !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  display:block !important;
}
@media(max-width:1100px){
  body:not(.home) .profile{
    grid-template-columns:minmax(0, 760px) minmax(200px, 1fr) !important;
  }
  body:not(.home) .profile > img{
    max-width:760px !important;
  }
}
@media(max-width:760px){
  body:not(.home) .profile{
    grid-template-columns:1fr !important;
    max-width:none !important;
    gap:28px !important;
  }
  body:not(.home) .profile > img{
    width:100% !important;
    max-width:none !important;
  }
}


/* =========================================================
   V16.4 — TRUE DISCO COVER UNIFICATION
   Every release now uses the same .disco-cover wrapper.
   ========================================================= */
.disco-card .disco-cover{
  width:150px !important;
  height:150px !important;
  max-width:100% !important;
  aspect-ratio:1 / 1 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  margin:0 0 14px 0 !important;
  background:rgba(0,0,0,.18) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  box-sizing:border-box !important;
}
.disco-card .disco-cover img{
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  margin:0 !important;
  aspect-ratio:1 / 1 !important;
  object-fit:contain !important;
  object-position:center !important;
  display:block !important;
}
.disco-card .disco-meta{
  margin-top:0 !important;
}
@media(max-width:760px){
  .disco-card .disco-cover{
    width:130px !important;
    height:130px !important;
  }
  .disco-card .disco-cover img{
    width:100% !important;
    height:100% !important;
  }
}


/* V16.5 — PROFILE name forced line break */
.profile-name-break{
  display:block !important;
}


/* =========================================================
   V16.6 — READABILITY TUNE
   Keep the existing photographic/minimal look, improve legibility.
   ========================================================= */

/* Slightly deepen the photo overlay without turning it into a dark panel */
body.home,
body:not(.home),
body.news-page{
  background-image:
    linear-gradient(rgba(0,0,0,.36),rgba(0,0,0,.36)),
    url("assets/studio-background.jpg") !important;
}

/* Small text gets a touch more presence */
body{
  color:rgba(255,255,255,.98) !important;
  text-shadow:0 1px 2px rgba(0,0,0,.32);
}

.menu,
.eyebrow,
.kind,
.newsrow time,
.workrow .kind,
.disco-meta,
.release-meta,
.news-article-head time,
.news-page-status{
  opacity:.86 !important;
}

/* Body/archive copy: +1px-ish and more breathing room */
.news-article-body,
.profile-copy,
.profile-text,
.archive-page p{
  font-size:15px !important;
  line-height:2 !important;
  font-weight:400 !important;
}

/* Lists on TOP remain compact, but easier to scan */
.workrow,
.newsrow{
  font-size:13px !important;
  line-height:1.55 !important;
}

/* Navigation stays minimal, just less faint */
header,
.site-header,
.menu{
  text-shadow:0 1px 3px rgba(0,0,0,.42);
}

/* Links remain visually quiet until interaction */
a{
  text-shadow:inherit;
}
a:hover{
  opacity:1 !important;
}

@media(max-width:760px){
  .news-article-body,
  .profile-copy,
  .profile-text,
  .archive-page p{
    font-size:14px !important;
    line-height:1.9 !important;
  }
  .workrow,
  .newsrow{
    font-size:12px !important;
    line-height:1.55 !important;
  }
}




/* =========================================================
   V16.9 — TOP COPYRIGHT
   Centered and enlarged for a stronger closing signature.
   ========================================================= */
body.home footer,
body.home .site-footer{
  text-align:center !important;
}

body.home footer .wrap,
body.home .site-footer .wrap{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  text-align:center !important;
}

body.home footer,
body.home footer *,
body.home .site-footer,
body.home .site-footer *{
  text-align:center !important;
}

body.home footer .copy,
body.home footer .copyright,
body.home .site-footer .copy,
body.home .site-footer .copyright{
  width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
  font-size:18px !important;
  line-height:1.4 !important;
  letter-spacing:.04em !important;
  opacity:.95 !important;
  font-weight:400 !important;
}

@media(max-width:760px){
  body.home footer .copy,
  body.home footer .copyright,
  body.home .site-footer .copy,
  body.home .site-footer .copyright{
    font-size:16px !important;
  }
}


/* =========================================================
   V17 — DISCOGRAPHY / TRACKLIST REDESIGN
   One release = one horizontal archive row.
   Cover stays compact; track titles become the main information.
   ========================================================= */

body:not(.home) .disco-grid{
  display:block !important;
  max-width:1180px !important;
}

body:not(.home) .disco-card{
  display:grid !important;
  grid-template-columns:180px minmax(0,1fr) !important;
  grid-template-rows:auto auto 1fr !important;
  column-gap:42px !important;
  row-gap:8px !important;
  padding:42px 0 54px !important;
  border-top:1px solid rgba(255,255,255,.22) !important;
  min-width:0 !important;
}

body:not(.home) .disco-card:first-child{
  border-top:0 !important;
  padding-top:14px !important;
}

body:not(.home) .disco-card .disco-cover{
  grid-column:1 !important;
  grid-row:1 / span 3 !important;
  width:180px !important;
  height:180px !important;
  margin:0 !important;
  align-self:start !important;
}

body:not(.home) .disco-card .disco-meta{
  grid-column:2 !important;
  grid-row:1 !important;
  display:flex !important;
  gap:14px !important;
  flex-wrap:wrap !important;
  margin:0 !important;
  font-size:10px !important;
  line-height:1.4 !important;
  letter-spacing:.06em !important;
  opacity:.78 !important;
}

body:not(.home) .disco-card h2{
  grid-column:2 !important;
  grid-row:2 !important;
  margin:0 0 14px !important;
  font-size:clamp(20px,2vw,30px) !important;
  line-height:1.25 !important;
  font-weight:400 !important;
  letter-spacing:-.015em !important;
}

body:not(.home) .tracklist{
  grid-column:2 !important;
  grid-row:3 !important;
  list-style:none !important;
  padding:0 !important;
  margin:0 !important;
  columns:2 !important;
  column-gap:46px !important;
  column-fill:balance !important;
  max-width:840px !important;
}

body:not(.home) .tracklist li{
  break-inside:avoid !important;
  display:grid !important;
  grid-template-columns:30px minmax(0,1fr) !important;
  gap:10px !important;
  margin:0 0 7px !important;
  font-size:12px !important;
  line-height:1.5 !important;
  text-shadow:0 1px 2px rgba(0,0,0,.28) !important;
}

body:not(.home) .tracklist .track-no{
  opacity:.48 !important;
  font-variant-numeric:tabular-nums !important;
}

body:not(.home) .tracklist .track-title{
  opacity:.94 !important;
}

body:not(.home) .tracklist .track-side{
  display:block !important;
  margin:18px 0 8px !important;
  padding-top:10px !important;
  border-top:1px solid rgba(255,255,255,.14) !important;
  font-size:10px !important;
  letter-spacing:.08em !important;
  opacity:.7 !important;
}

body:not(.home) .tracklist .track-side:first-child{
  margin-top:0 !important;
  padding-top:0 !important;
  border-top:0 !important;
}

@media(max-width:900px){
  body:not(.home) .disco-card{
    grid-template-columns:150px minmax(0,1fr) !important;
    column-gap:28px !important;
  }
  body:not(.home) .disco-card .disco-cover{
    width:150px !important;
    height:150px !important;
  }
  body:not(.home) .tracklist{
    columns:1 !important;
  }
}

@media(max-width:620px){
  body:not(.home) .disco-card{
    display:block !important;
    padding:36px 0 44px !important;
  }
  body:not(.home) .disco-card .disco-cover{
    width:min(68vw,220px) !important;
    height:auto !important;
    aspect-ratio:1 / 1 !important;
    margin:0 0 18px !important;
  }
  body:not(.home) .disco-card .disco-meta{
    margin-bottom:8px !important;
  }
  body:not(.home) .disco-card h2{
    margin-bottom:20px !important;
    font-size:22px !important;
  }
  body:not(.home) .tracklist{
    columns:1 !important;
    max-width:none !important;
  }
  body:not(.home) .tracklist li{
    grid-template-columns:28px minmax(0,1fr) !important;
    font-size:12px !important;
    margin-bottom:8px !important;
  }
}


/* =========================================================
   V17.1 — ひとことニュース
   Compact, editable one-line note directly under the hero title.
   ========================================================= */
body.home .hitokoto-news{
  margin-top:22px !important;
  display:flex !important;
  align-items:baseline !important;
  gap:16px !important;
  max-width:760px !important;
  font-size:13px !important;
  line-height:1.55 !important;
  text-shadow:0 1px 2px rgba(0,0,0,.36) !important;
}

body.home .hitokoto-label{
  flex:0 0 auto !important;
  font-size:10px !important;
  letter-spacing:.08em !important;
  opacity:.68 !important;
  white-space:nowrap !important;
}

body.home [data-hitokoto-news]{
  min-width:0 !important;
  font-size:13px !important;
  font-weight:400 !important;
  opacity:.96 !important;
}

body.home [data-hitokoto-news] a{
  color:inherit !important;
  text-decoration:none !important;
}

body.home [data-hitokoto-news] a:hover{
  text-decoration:underline !important;
  text-underline-offset:3px !important;
}

@media(max-width:760px){
  body.home .hitokoto-news{
    margin-top:18px !important;
    display:block !important;
    font-size:12px !important;
  }
  body.home .hitokoto-label{
    display:block !important;
    margin-bottom:6px !important;
  }
  body.home [data-hitokoto-news]{
    font-size:12px !important;
  }
}


/* V17.2 — top navigation: remove redundant site-name label */
.site-name,
.site-brand,
.header-brand,
.brand-name{
  display:none !important;
}


/* =========================================================
   V17.3 — WebTop back link
   Same typographic language as the global menu, upper-left.
   ========================================================= */
body:not(.home) .webtop-link{
  position:fixed !important;
  top:24px !important;
  left:28px !important;
  z-index:1000 !important;
  color:inherit !important;
  font-family:inherit !important;
  font-size:10px !important;
  line-height:1 !important;
  font-weight:400 !important;
  letter-spacing:.08em !important;
  text-decoration:none !important;
  text-shadow:0 1px 3px rgba(0,0,0,.42) !important;
  opacity:.9 !important;
}
body:not(.home) .webtop-link:hover{
  opacity:1 !important;
  text-decoration:underline !important;
  text-underline-offset:3px !important;
}
@media(max-width:760px){
  body:not(.home) .webtop-link{
    top:18px !important;
    left:18px !important;
  }
}


/* =========================================================
   V17.5 — GLOBAL MENU ALIGNMENT
   Keep the navigation in its original upper-right position.
   WebTop remains independently on the upper-left of subpages.
   ========================================================= */
header nav,
.site-header nav,
.menu{
  margin-left:auto !important;
  text-align:right !important;
  justify-content:flex-end !important;
}

header .wrap,
.site-header .wrap{
  justify-content:flex-end !important;
}

body:not(.home) .webtop-link{
  left:28px !important;
  right:auto !important;
}

@media(max-width:760px){
  body:not(.home) .webtop-link{
    left:18px !important;
    right:auto !important;
  }
}


/* =========================================================
   V17.7 — ひとことニュース / subtle readability tune
   Keep the original V17.1 feel, only make it a little easier to read.
   ========================================================= */
body.home .hitokoto-news{
  margin-top:24px !important;
  gap:18px !important;
  max-width:800px !important;
}

body.home .hitokoto-label{
  font-size:11px !important;
  opacity:.80 !important;
}

body.home [data-hitokoto-news]{
  font-size:15px !important;
  line-height:1.6 !important;
  opacity:1 !important;
  text-shadow:0 1px 3px rgba(0,0,0,.48) !important;
}

@media(max-width:760px){
  body.home .hitokoto-news{
    margin-top:20px !important;
  }
  body.home .hitokoto-label{
    font-size:10px !important;
    opacity:.82 !important;
  }
  body.home [data-hitokoto-news]{
    font-size:14px !important;
    line-height:1.6 !important;
  }
}


/* =========================================================
   V17.8 — 「ひとことニュース」 label readability
   Keep the compact layout, but make the label itself clearer.
   ========================================================= */
body.home .hitokoto-label{
  font-size:13px !important;
  line-height:1.4 !important;
  letter-spacing:.06em !important;
  font-weight:500 !important;
  opacity:1 !important;
  text-shadow:0 1px 3px rgba(0,0,0,.52) !important;
}

@media(max-width:760px){
  body.home .hitokoto-label{
    font-size:12px !important;
    line-height:1.4 !important;
  }
}


/* =========================================================
   V17.9 — site identity kicker
   Same visual presence as the 「ひとことニュース」 label.
   ========================================================= */
body.home .site-kicker{
  margin:0 0 10px !important;
  font-size:13px !important;
  line-height:1.4 !important;
  letter-spacing:.06em !important;
  font-weight:500 !important;
  opacity:1 !important;
  text-shadow:0 1px 3px rgba(0,0,0,.52) !important;
}

@media(max-width:760px){
  body.home .site-kicker{
    margin-bottom:9px !important;
    font-size:12px !important;
    line-height:1.4 !important;
  }
}


/* =========================================================
   V18.1 — Hidden Sounds: click-only
   No game UI, labels, counters or prompts. Hotspots simply make sound.
   ========================================================= */
body.home #soundgame .soundgame-ui,
body.home #soundgame .soundgame-status,
body.home #soundgame .soundgame-counter,
body.home #soundgame .soundgame-message,
body.home #soundgame .soundgame-complete,
body.home #soundgame [data-sound-status],
body.home #soundgame [data-sound-count],
body.home #soundgame [data-sound-message],
body.home .soundgame-ui,
body.home .soundgame-status,
body.home .soundgame-counter,
body.home .soundgame-message,
body.home .soundgame-complete{
  display:none !important;
}

/* Keep the invisible clickable sound points available without advertising them. */
body.home #soundgame{
  pointer-events:none !important;
}
body.home #soundgame .hotspot,
body.home #soundgame [class*="hs"]{
  pointer-events:auto !important;
}


/* =========================================================
   V18.3 — PROFILE photo smaller
   ========================================================= */
body:not(.home) .profile > img{
  width:min(42vw,560px) !important;
  max-width:560px !important;
  height:auto !important;
  object-fit:cover !important;
  align-self:start !important;
}

@media(max-width:760px){
  body:not(.home) .profile > img{
    width:min(72vw,360px) !important;
    max-width:360px !important;
  }
}


/* =========================================================
   V18.4 — PROFILE clean two-column alignment + social icons
   ========================================================= */
body:not(.home) .profile{
  display:grid !important;
  grid-template-columns:minmax(280px,480px) minmax(260px,1fr) !important;
  gap:46px !important;
  align-items:start !important;
  max-width:1040px !important;
}

body:not(.home) .profile > img{
  width:100% !important;
  max-width:480px !important;
  height:auto !important;
  margin:0 !important;
  align-self:start !important;
}

body:not(.home) .profile > div{
  padding-top:0 !important;
  margin:0 !important;
  align-self:start !important;
}

body:not(.home) .profile h1{
  margin-top:0 !important;
  margin-bottom:22px !important;
}

body:not(.home) .profile-social{
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
  margin-top:24px !important;
}

body:not(.home) .profile-social a{
  display:flex !important;
  width:28px !important;
  height:28px !important;
  align-items:center !important;
  justify-content:center !important;
  color:inherit !important;
  opacity:.88 !important;
  text-decoration:none !important;
  transition:opacity .15s ease, transform .15s ease !important;
}

body:not(.home) .profile-social a:hover{
  opacity:1 !important;
  transform:translateY(-1px) !important;
}

body:not(.home) .profile-social svg{
  width:21px !important;
  height:21px !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.7 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}

@media(max-width:760px){
  body:not(.home) .profile{
    display:block !important;
    max-width:none !important;
  }
  body:not(.home) .profile > img{
    width:min(72vw,360px) !important;
    max-width:360px !important;
    margin-bottom:24px !important;
  }
  body:not(.home) .profile-social{
    margin-top:20px !important;
  }
}


/* =========================================================
   V18.5 — iPhone TOP layout fix
   Prevent the hero children from inheriting the old horizontal
   flex layout. Keep the desktop composition unchanged.
   ========================================================= */
@media(max-width:767px){
  body.home header .wrap.nav{
    display:flex !important;
    justify-content:flex-end !important;
  }

  body.home .menu{
    width:100% !important;
    max-width:100% !important;
    justify-content:flex-end !important;
    gap:6px 12px !important;
    font-size:9px !important;
  }

  body.home .hero{
    display:block !important;
    width:calc(100% - 28px) !important;
    min-height:0 !important;
    margin:0 auto !important;
    padding:52px 0 76px !important;
  }

  body.home .site-kicker{
    display:block !important;
    width:auto !important;
    margin:0 0 12px !important;
    writing-mode:horizontal-tb !important;
    white-space:normal !important;
  }

  body.home .hero-title{
    display:block !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    font-size:clamp(38px,12vw,52px) !important;
    line-height:.92 !important;
    letter-spacing:-.045em !important;
    writing-mode:horizontal-tb !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
  }

  body.home .hitokoto-news{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    margin-top:24px !important;
  }

  body.home .hitokoto-label{
    display:block !important;
    margin-bottom:7px !important;
    writing-mode:horizontal-tb !important;
    white-space:normal !important;
  }

  body.home [data-hitokoto-news]{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    writing-mode:horizontal-tb !important;
    overflow-wrap:anywhere !important;
  }

  body.home .section{
    clear:both !important;
  }
}

@media(max-width:380px){
  body.home .hero{
    width:calc(100% - 22px) !important;
    padding-top:44px !important;
  }
  body.home .menu{
    gap:5px 9px !important;
    font-size:8px !important;
  }
  body.home .hero-title{
    font-size:clamp(35px,11.7vw,45px) !important;
  }
}


/* =========================================================
   V18.6 — iPhone nav stays on one line
   ========================================================= */
@media(max-width:767px){
  body.home .menu,
  body:not(.home) .menu{
    display:flex !important;
    flex-wrap:nowrap !important;
    justify-content:flex-end !important;
    align-items:center !important;
    gap:0 9px !important;
    width:100% !important;
    max-width:none !important;
    white-space:nowrap !important;
    font-size:8.5px !important;
    letter-spacing:0 !important;
  }

  body.home .menu a,
  body:not(.home) .menu a{
    flex:0 0 auto !important;
    white-space:nowrap !important;
  }
}

@media(max-width:390px){
  body.home .menu,
  body:not(.home) .menu{
    gap:0 7px !important;
    font-size:8px !important;
  }
}

@media(max-width:360px){
  body.home .menu,
  body:not(.home) .menu{
    gap:0 6px !important;
    font-size:7.5px !important;
  }
}

/* V19 — ひとことニュースは文中で折り返さない */
body.home [data-hitokoto-news]{
  white-space:nowrap !important;
  overflow-wrap:normal !important;
  word-break:keep-all !important;
}
@media(max-width:767px){
  body.home .hitokoto-news{
    overflow-x:auto !important;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  body.home .hitokoto-news::-webkit-scrollbar{
    display:none;
  }
  body.home [data-hitokoto-news]{
    width:max-content !important;
    max-width:none !important;
    white-space:nowrap !important;
    overflow-wrap:normal !important;
    word-break:keep-all !important;
  }
}

/* V19.1 — desktopは1行、iPhone/モバイルでは自然に折り返す */
@media(max-width:767px){
  body.home .hitokoto-news{
    overflow-x:visible !important;
  }
  body.home [data-hitokoto-news]{
    width:100% !important;
    max-width:100% !important;
    white-space:normal !important;
    overflow-wrap:break-word !important;
    word-break:normal !important;
  }
}

/* V19.2 — CONTACT追加後もiPhoneメニューを1行に保つ */
@media(max-width:767px){
  body.home .menu,
  body:not(.home) .menu{
    gap:0 7px !important;
    font-size:7.8px !important;
    letter-spacing:-.01em !important;
  }
}
@media(max-width:390px){
  body.home .menu,
  body:not(.home) .menu{
    gap:0 5px !important;
    font-size:7.2px !important;
  }
}
@media(max-width:360px){
  body.home .menu,
  body:not(.home) .menu{
    gap:0 4px !important;
    font-size:6.8px !important;
  }
}

/* V19.3 — DOUBLE ALBUM tracklists: side 2 begins at top of right column */
@media(min-width:761px){
  body:not(.home) .disco-card.double-album .tracklist{
    columns:auto !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
    column-gap:34px !important;
    align-items:start !important;
  }
  body:not(.home) .disco-card.double-album .tracklist > li{
    grid-column:1 !important;
  }
  body:not(.home) .disco-card.double-album .tracklist > li.side-right,
  body:not(.home) .disco-card.double-album .tracklist > li.side-right ~ li{
    grid-column:2 !important;
  }
  body:not(.home) .disco-card.double-album .tracklist > li.side-right{
    grid-row:1 !important;
  }
  body:not(.home) .disco-card.double-album .tracklist > li.side-right ~ li{
    grid-column:2 !important;
  }
  /* Let each side form its own vertical sequence. */
  body:not(.home) .disco-card.double-album .tracklist{
    grid-auto-flow:column !important;
  }
}
/* More robust explicit two-column layout using sublists is unavailable in old markup;
   force the second-side heading to the top-right with a column break as fallback. */
@media(min-width:761px){
  body:not(.home) .disco-card.double-album .tracklist{
    display:block !important;
    columns:2 !important;
    column-gap:34px !important;
  }
  body:not(.home) .disco-card.double-album .tracklist .side-right{
    break-before:column !important;
    -webkit-column-break-before:always !important;
  }
}
@media(max-width:760px){
  body:not(.home) .disco-card.double-album .tracklist{
    display:block !important;
    columns:1 !important;
  }
}

/* V19.5 — streaming availability */
.streaming{
  margin-top:14px;
  font-size:11px;
  letter-spacing:.06em;
}
.streaming.unavailable{
  opacity:.45;
}

/* V19.9 — unavailable streaming label at full opacity */
.streaming.unavailable{opacity:1 !important;}
