/*
  MiniMoto Gallery — About without headlines
  Removes the rhetorical headline layer and lets the institutional text
  carry the page.
*/

.statement-panel--no-headlines {
  background: var(--paper);
}

.statement-panel--no-headlines .statement-copy {
  max-width: 760px;
  margin-top: clamp(54px, 8vh, 110px);
  gap: clamp(20px, 2.2vw, 34px) clamp(24px, 2.8vw, 44px);
}

.statement-panel--no-headlines .statement-copy p {
  line-height: 1.34;
}

.statement-panel--no-headlines .statement-actions {
  margin-top: auto;
  padding-top: clamp(30px, 5vh, 62px);
  border-top: 1px solid var(--ink);
}

@media (max-width: 1180px) {
  .statement-panel--no-headlines .statement-copy {
    margin-top: 48px;
  }
}

@media (max-width: 820px) {
  .statement-panel--no-headlines .statement-copy {
    margin-top: 42px;
  }

  .statement-panel--no-headlines .statement-actions {
    margin-top: 48px;
    padding-top: 28px;
  }
}

@media (max-height: 760px) and (min-width: 821px) {
  .statement-panel--no-headlines .statement-copy {
    margin-top: 34px;
    gap: 14px 20px;
  }

  .statement-panel--no-headlines .statement-actions {
    padding-top: 22px;
  }
}
