/* top.css — Top ページ固有 */

/* パーティクル Canvas */
canvas.stars {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

/* Reel セクションはヘッダーの下から全画面 */
.reel {
  margin-top: 0;
}

/* Selected Projects エリアのセクション上余白 */
.projects {
  padding-bottom: 0;
}

/* コンタクト導線の上線 */
.cta-contact {
  border-top: 1px solid var(--color-border);
}
