.hero{min-height:100svh;background:#000 url('assets/brushstroke.png') center/cover no-repeat;
color:#f6f6f6;display:flex;align-items:center;justify-content:center;text-align:center;padding:6vh 2rem;position:relative;}
.poem{font-family:serif;font-size:clamp(18px,2.8vw,28px);line-height:1.9;white-space:pre-wrap;max-width:36em;margin:0 auto;}
.lang{position:absolute;top:14px;right:14px;display:flex;gap:8px;z-index:10}
.lang button{font:12px sans-serif;padding:6px 10px;border-radius:999px;border:1px solid #333;background:#0e0e0e;color:#ddd;cursor:pointer}
.lang button.active{background:#fff;color:#000;border-color:#fff}
.washi{background:url('assets/washi.svg') repeat;color:#2a2a2a;padding:2rem}