
:root{
  --ink:#171713;
  --paper:#f3f0e8;
  --line:rgba(23,23,19,.18);
  --accent:#6d725d;
  --music-bg:#e7e3d8;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;color:var(--ink);background:var(--paper);
  font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Yu Gothic",sans-serif;
  letter-spacing:.025em;
}
a{color:inherit}
img{max-width:100%;display:block}
.site-header{
  min-height:88px;display:grid;grid-template-columns:1fr auto 90px;
  align-items:center;gap:30px;padding:20px 4vw;position:sticky;top:0;z-index:10;
  background:rgba(243,240,232,.9);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);
}
.brand{text-decoration:none;display:flex;gap:16px;align-items:center}
.brand-ja{font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:19px;letter-spacing:.14em}
.wordmark-small{width:115px;height:auto}
nav{display:flex;gap:24px}
nav a{font-size:11px;letter-spacing:.14em;text-decoration:none}
.lang{border:0;background:none;font-size:10px;letter-spacing:.12em}
.hero{
  min-height:calc(100vh - 88px);display:grid;grid-template-columns:1.05fr .95fr;
  border-bottom:1px solid var(--line);
}
.hero-copy{padding:10vh 7vw 8vh;display:flex;flex-direction:column;justify-content:center}
.eyebrow{font-size:10px;letter-spacing:.24em;margin:0 0 26px}
.hero-name h1{
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:clamp(55px,7.2vw,110px);font-weight:400;line-height:1.36;
  letter-spacing:.15em;margin:0 0 4px;
}
.wordmark-hero{width:min(430px,72%);height:auto;display:block;margin:0 0 34px -7px}
.identity{
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:16px;letter-spacing:.12em;margin:0 0 34px;line-height:2.1
}
.lead{
  max-width:480px;font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:20px;letter-spacing:.1em;line-height:2
}
.hero-links{display:flex;gap:12px;margin-top:34px}
.button{
  display:inline-block;border:1px solid var(--ink);padding:13px 22px;
  text-decoration:none;font-size:11px;letter-spacing:.14em;background:transparent;color:var(--ink)
}
.button.primary{background:var(--ink);color:var(--paper)}
.hero-photo{
  margin:0;position:relative;min-height:650px;overflow:hidden;
  background:#d6d0bf;border-left:1px solid var(--line)
}
.hero-photo img{width:100%;height:100%;object-fit:cover}
.hero-photo figcaption{
  position:absolute;right:20px;bottom:18px;color:#fff;font-size:9px;
  letter-spacing:.2em;text-shadow:0 1px 8px rgba(0,0,0,.45)
}
.statement{padding:105px 7vw;text-align:center;border-bottom:1px solid var(--line)}
.statement p{
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:clamp(19px,2.2vw,30px);line-height:2.35;letter-spacing:.1em;margin:0
}
.section{padding:110px 7vw;border-bottom:1px solid var(--line)}
.section-head{display:grid;grid-template-columns:180px 1fr;align-items:end;margin-bottom:58px}
.section-head .eyebrow{margin:0}
h2{
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-weight:400;font-size:clamp(38px,5vw,72px);margin:0;line-height:1.22;letter-spacing:.08em
}
.news-item{
  display:grid;grid-template-columns:180px 1fr;border-top:1px solid var(--line);padding-top:28px
}
.news-item h3{font-family:serif;font-size:28px;font-weight:400;margin:0 0 10px}
.news-item p{max-width:700px;line-height:1.9}
.music{background:var(--music-bg)}
.release-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:34px}
.release-card{border-top:1px solid var(--ink);padding-top:18px}
.cover-image{
  aspect-ratio:1/1;margin-bottom:24px;overflow:hidden;background:#ccc;border:1px solid rgba(23,23,19,.08)
}
.cover-image img{width:100%;height:100%;object-fit:cover}
.release-copy .meta{font-size:10px;letter-spacing:.15em}
.release-copy h3{font-family:serif;font-size:31px;font-weight:400;margin:8px 0}
.release-copy p{line-height:1.9}
.release-copy a{font-size:11px;letter-spacing:.15em}
.empty-state{padding:60px 0;border-top:1px solid var(--ink);border-bottom:1px solid var(--line)}
.empty-state p{font-family:serif;font-size:26px}
.empty-state span{font-size:12px;opacity:.65}
details{margin-top:28px}
summary{cursor:pointer;font-size:11px;letter-spacing:.12em}
.past{padding:18px 0 0 22px;opacity:.72;font-size:13px}
.bio{display:grid;grid-template-columns:.9fr 1.1fr;gap:7vw;align-items:center}
.bio-photo{
  margin:0;aspect-ratio:3/4;overflow:hidden;background:#d6d0bf
}
.bio-photo img{width:100%;height:100%;object-fit:cover}
.wordmark-bio{width:min(330px,65%);margin:0 0 32px -4px}
.bio-copy .tagline{
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:19px;line-height:2.1;letter-spacing:.09em;margin:24px 0
}
.bio-copy .poem{
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  line-height:2.25;letter-spacing:.07em;margin:28px 0
}
.bio-copy>p{line-height:2.05;max-width:670px}
.contact{background:#1b1c18;color:#f3f0e8}
.contact .section-head{border-bottom:1px solid rgba(255,255,255,.25);padding-bottom:38px}
.contact-intro{margin-bottom:42px}
form{max-width:850px}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:28px}
label{font-size:11px;letter-spacing:.08em;display:block;margin-bottom:26px}
input,textarea{
  width:100%;margin-top:10px;padding:13px 0;border:0;border-bottom:1px solid rgba(255,255,255,.35);
  background:transparent;color:white;font:inherit;outline:none
}
textarea{resize:vertical}
.contact .button{border-color:#f3f0e8}
.contact .button.primary{background:#f3f0e8;color:#171713}
.form-note{font-size:12px;opacity:.7}
footer{padding:34px 4vw;display:flex;justify-content:space-between;font-size:9px;letter-spacing:.14em}
@media(max-width:800px){
  .site-header{grid-template-columns:1fr auto;padding:17px 20px}
  .brand{gap:10px}.brand-ja{font-size:16px}.wordmark-small{width:90px}
  nav,.lang{display:none}
  .hero{grid-template-columns:1fr}
  .hero-copy{padding:72px 24px}
  .hero-photo{min-height:66vh;border-left:none;border-top:1px solid var(--line)}
  .wordmark-hero{width:72%;margin-top:-3px}
  .section,.statement{padding:78px 24px}
  .statement{text-align:left}
  .section-head,.news-item{grid-template-columns:1fr;gap:14px}
  .release-grid,.bio,.field-row{grid-template-columns:1fr}
  .release-grid{gap:60px}
  .bio{gap:50px}
  footer{padding:28px 24px}
}


/* v5: mobile refinement */
.lang{
  justify-self:end;
  text-decoration:none;
  border:1px solid var(--line);
  border-radius:999px;
  padding:8px 11px;
  line-height:1;
}
input, textarea { font-size:16px; } /* prevents iOS auto-zoom */
button { cursor:pointer; }

@media (max-width: 800px) {
  body { overflow-x:hidden; }
  .site-header{
    min-height:70px;
    grid-template-columns:1fr auto;
    padding:14px 18px;
  }
  .brand-ja{font-size:15px;letter-spacing:.11em}
  .wordmark-small{width:86px}
  .lang{
    display:block;
    font-size:10px;
    padding:7px 10px;
  }
  .hero{min-height:auto}
  .hero-copy{
    padding:58px 22px 46px;
  }
  .eyebrow{
    margin-bottom:20px;
    font-size:9px;
    letter-spacing:.2em;
  }
  .hero-name h1{
    font-size:clamp(44px,15vw,66px);
    line-height:1.28;
    letter-spacing:.1em;
  }
  .wordmark-hero{
    width:min(290px,78%);
    margin:0 0 25px -4px;
  }
  .identity{
    font-size:13px;
    line-height:2.1;
    letter-spacing:.08em;
    margin-bottom:24px;
  }
  .lead{
    font-size:17px;
    line-height:1.9;
    margin:0;
  }
  .hero-links{
    margin-top:28px;
    flex-wrap:wrap;
  }
  .hero-photo{
    min-height:0;
    aspect-ratio:4 / 3;
  }
  .hero-photo img{
    object-position:center 48%;
  }
  .statement{
    padding:62px 22px;
  }
  .statement p{
    font-size:17px;
    line-height:2.2;
    letter-spacing:.055em;
  }
  .statement br{display:none}
  .section{
    padding:72px 22px;
  }
  .section-head{
    margin-bottom:38px;
  }
  h2{
    font-size:clamp(38px,12vw,56px);
    line-height:1.12;
  }
  .news-item time{font-size:11px}
  .news-item h3{
    font-size:24px;
    line-height:1.35;
  }
  .release-card{
    padding-top:14px;
  }
  .release-copy h3{
    font-size:27px;
    overflow-wrap:anywhere;
  }
  .release-copy p{
    font-size:14px;
    line-height:1.9;
  }
  .empty-state{
    padding:44px 0;
  }
  .empty-state p{
    font-size:21px;
    line-height:1.5;
  }
  .bio-photo{
    aspect-ratio:3/4;
  }
  .bio-photo img{
    object-position:center center;
  }
  .bio-copy h2{
    font-size:46px;
    letter-spacing:.1em;
  }
  .wordmark-bio{
    width:min(260px,75%);
    margin-bottom:24px;
  }
  .bio-copy .tagline{
    font-size:16px;
    line-height:2;
    letter-spacing:.06em;
  }
  .bio-copy .poem{
    font-size:14px;
    line-height:2.15;
  }
  .bio-copy .poem br{display:none}
  .bio-copy>p{
    font-size:14px;
    line-height:2;
  }
  .contact h2{
    font-size:clamp(36px,11vw,52px);
  }
  .contact-intro{
    font-size:14px;
    line-height:1.8;
  }
  .field-row{
    gap:0;
  }
  label{
    font-size:12px;
    margin-bottom:24px;
  }
  input, textarea{
    padding:14px 0;
  }
  .contact .button{
    width:100%;
    text-align:center;
    padding:15px 20px;
  }
  .form-note{
    font-size:11px;
    line-height:1.6;
  }
  footer{
    flex-direction:column;
    gap:8px;
  }
}

.hp-field{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
  pointer-events:none !important;
}
button[disabled]{opacity:.55;cursor:wait}


/* v9: social links + latest video */
.site-header{grid-template-columns:1fr auto auto 70px}
.social-links{display:flex;gap:14px;align-items:center}
.social-links a,.footer-social a{
  font-size:10px;letter-spacing:.12em;text-decoration:none;opacity:.75
}
.social-links a:hover,.footer-social a:hover{opacity:1}
.latest-video{background:#f7f4ec}
.video-card{
  display:block;text-decoration:none;border-top:1px solid var(--ink);padding-top:18px
}
.video-thumb{position:relative;aspect-ratio:16/9;overflow:hidden;background:#111}
.video-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.video-card:hover .video-thumb img{transform:scale(1.015)}
.play-mark{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:70px;height:70px;display:grid;place-items:center;border-radius:50%;
  background:rgba(243,240,232,.9);color:#171713;font-size:22px;padding-left:4px
}
.video-meta{display:flex;justify-content:space-between;align-items:center;padding-top:14px}
.video-meta p,.video-meta span{margin:0;font-size:10px;letter-spacing:.14em}
.footer-social{display:flex;gap:16px;align-items:center}
@media(max-width:800px){
  .site-header{grid-template-columns:1fr auto}
  .social-links{display:none}
  .play-mark{width:56px;height:56px;font-size:18px}
  footer{align-items:flex-start}
}


/* v10: understated social icons */
.social-links,
.footer-social{
  display:flex;
  align-items:center;
  gap:10px;
}
.social-link{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  color:rgba(23,23,19,.66);
  border:1px solid rgba(23,23,19,.14);
  border-radius:999px;
  text-decoration:none;
  transition:opacity .2s ease, transform .2s ease, border-color .2s ease, color .2s ease;
}
.social-link:hover{
  color:rgba(23,23,19,.92);
  border-color:rgba(23,23,19,.28);
  transform:translateY(-1px);
}
.social-icon{
  width:15px;
  height:15px;
  display:block;
}
.sr-only{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0, 0, 0, 0) !important;
  white-space:nowrap !important;
  border:0 !important;
}
.footer-social .social-link{
  color:rgba(23,23,19,.58);
}

.contact .social-link,
.contact .footer-social .social-link{
  color:rgba(243,240,232,.78);
  border-color:rgba(243,240,232,.18);
}

@media(max-width:800px){
  .footer-social{
    gap:8px;
  }
  .social-link{
    width:28px;
    height:28px;
  }
  .social-icon{
    width:14px;
    height:14px;
  }
}
