/* シニアモード（P1-09）- フォトフレーム＋特大はなす */
.easy-wrap {
  flex: 1; display: flex; flex-direction: column;
  padding: 20px 18px calc(20px + env(safe-area-inset-bottom));
  gap: 14px;
}
.easy-head { font-size: 1.5rem; font-weight: 700; text-align: center; }
.frame {
  flex: 1; min-height: 240px; background: #0b0e1a; border-radius: 20px;
  overflow: hidden; display: grid; place-items: center;
}
.frame img { width: 100%; height: 100%; object-fit: contain; }
.frame-empty { color: var(--muted); font-size: 1.05rem; text-align: center; padding: 20px; }
.frame-caption { text-align: center; color: var(--muted); font-size: 1rem; min-height: 1.6em; }
.easy-call {
  background: var(--accent); color: #08221d;
  font-size: 2rem; font-weight: 800; padding: 30px; border-radius: 24px;
  margin: 0; letter-spacing: .2em;
}
.easy-sub { display: flex; gap: 8px; justify-content: center; }
.easy-sub .link { font-size: 1rem; }
