/* ============================================================
   site/index.html — page-level composition only.
   Reusable pieces live in components/marketing/*. What is here is the
   arrangement of the "Get ganbare yo" block, which exists once, on this page.
   ============================================================ */
.gy-getmark { display: flex; flex-wrap: wrap; align-items: baseline; gap: .28em; }
.gy-getmark .gyo-wm { font-size: inherit; line-height: inherit; }
.gy-get__lines { display: flex; flex-direction: column; gap: 4px; margin: 0; }
.gy-get__lines p { margin: 0; font-size: 26px; line-height: 1.35; letter-spacing: -0.01em; text-wrap: pretty; }
.gy-get__note { margin: 0; font-size: 15px; color: var(--text-faint); }
.gy-community-band { background: var(--surface-card); }
