/* Home only: the original Yuta portrait leads, with manga as a quiet backdrop. */
#home{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:4vw;padding-top:64px;align-items:start;background:#fafaf8}
#home .hero-copy{min-width:0}
#home .hero-copy h1{font-size:clamp(44px,5.4vw,82px);line-height:1.08;letter-spacing:-.065em}
#home .hero-lead{max-width:560px;font-size:clamp(16px,1.25vw,19px);line-height:1.75}
#home .hero-visual{align-self:start;min-height:650px;margin-top:12px;display:grid;place-items:start center;padding:36px 0 90px}
#home .profile-orbit{width:91%;max-width:620px;aspect-ratio:1;padding:0;border-radius:24px 24px 4px 4px;border:1px solid rgba(10,12,15,.2);background:#fff;box-shadow:0 28px 70px rgba(10,12,15,.16);transform:rotate(-2deg)}
#home .profile-orbit img{display:block;width:100%;height:100%;border-radius:23px 23px 3px 3px;object-fit:cover;object-position:center;filter:grayscale(1) contrast(1.08);box-shadow:none}
#home .profile-orbit:before{inset:12px;border:1px solid rgba(255,255,255,.5);border-radius:16px 16px 0 0;z-index:1;animation:none;pointer-events:none}
#home .profile-orbit:after{display:none}
#home .orbit-label{display:none}
#home .yuta-frame{opacity:.8;border-width:5px}
#home .yuta-frame-a{width:34%;height:250px;right:-5%;top:0;transform:rotate(10deg)}
#home .yuta-frame-b{width:39%;height:155px;left:-4%;bottom:54px;transform:rotate(-9deg)}
#home .yuta-frame-c{width:29%;height:210px;right:-2%;bottom:25px;transform:rotate(8deg)}
#home .signature{right:7%;bottom:66px;left:12%;text-align:left;padding:20px 24px;border:1px solid rgba(10,12,15,.18);border-left:4px solid #111;background:rgba(255,255,255,.95);backdrop-filter:blur(16px);transform:rotate(-2deg)}
#home .signature b{font-size:clamp(34px,4vw,58px);line-height:1.2;letter-spacing:-.055em}
#home .signature span,#home .signature small{font-size:12px;line-height:1.6}
#home .hero-actions{gap:12px;flex-wrap:wrap}
html.theme-dark #home{background:#020304}
.theme-dark #home .profile-orbit{border-color:#ffffff30;box-shadow:0 30px 90px #000}
.theme-dark #home .signature{background:rgba(9,12,14,.94);border-color:#ffffff30;border-left-color:#eee}
@media(min-width:1100px){#home .hero-visual{position:sticky;top:112px}}
@media(max-width:1000px){
  #home{grid-template-columns:minmax(0,1fr);padding-top:28px;gap:26px}
  #home .hero-visual{grid-row:1;min-height:0;width:min(520px,90%);margin:0 auto;padding:20px 0 80px}
  #home .signature{bottom:40px}
  #home .hero-copy h1{font-size:clamp(43px,7vw,68px)}
  #home .hero-copy{max-width:760px;margin:0 auto;width:100%}
}
@media(max-width:600px){
  #home{padding:18px 20px 105px;gap:14px}
  #home .hero-visual{width:100%;padding:16px 0 64px}
  #home .profile-orbit{width:94%;border-radius:18px 18px 3px 3px}
  #home .profile-orbit img{border-radius:17px 17px 2px 2px}
  #home .signature{left:8%;right:5%;bottom:24px;padding:12px 17px}
  #home .signature b{font-size:36px}
  #home .signature small{font-size:11px}
  #home .yuta-frame-a{height:160px;right:-3%}
  #home .yuta-frame-b{height:95px;bottom:36px}
  #home .yuta-frame-c{height:140px;bottom:12px}
  #home .hero-copy h1{font-size:clamp(39px,10.8vw,58px);margin:15px 0 18px}
  #home .overline{font-size:11px;line-height:1.6;letter-spacing:.08em}
}
