/*
 * E-Pānui preview modal (2026-07-14) — chrome for the
 * #np-e-panui-modal shell + .np-e-panui-modal-content that
 * barrioNpmEPanuiModal clones into it on card click.
 *
 * E-Pānui bundle has no cover image (no field_image), so the head is
 * single-column full-width — no grid. Simpler than the shipped
 * publication / arotahi / newsletter / project modals (which use a
 * cover-left + head-right grid).
 *
 * Per the per-modal CSS convention (css-organisation.md §2 + D-5 in
 * the plan) this file stays scoped to modal chrome only. Load order
 * in barrio_npm_prototype.libraries.yml appends it to the modal
 * cluster after project-modal.css — modal-scoped selectors don't
 * collide with earlier files, so no base→override reordering needed
 * (contrast with commit 73188b4e's teaser-vs-listing collision).
 *
 * See documentation/e-panui-modal-plan.md §8.
 */

.np-e-panui-modal .modal-body {
  padding: 32px 40px 24px;
}

.np-e-panui-modal-head {
  margin-bottom: 24px;
}

.np-e-panui-modal-eyebrow {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6c675f;
}

.np-e-panui-modal-title {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: #2c2c2b;
  letter-spacing: -0.2px;
}

.np-e-panui-modal-meta {
  margin: 0 0 8px;
  font-size: 13px;
  color: #8a8377;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.np-e-panui-modal-online {
  margin: 8px 0 0;
  font-size: 13px;
}

.np-e-panui-modal-online a {
  color: #2c2c2b;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}

.np-e-panui-modal-online a:hover {
  color: #000;
}

.np-e-panui-modal-body {
  margin: 20px 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: #2c2c2b;
  padding-top: 18px;
  border-top: 1px solid #e4e0d8;
}

.np-e-panui-modal-body p {
  margin: 0 0 12px;
}

.np-e-panui-modal-body p:last-child {
  margin-bottom: 0;
}

.np-e-panui-modal-detail-link {
  margin: 24px 0 0;
  padding-top: 16px;
  border-top: 1px solid #e7e2d8;
  text-align: right;
}

.np-e-panui-modal-detail-link a {
  font-size: 14px;
  font-weight: 700;
  color: #2c2c2b;
  text-decoration: none;
}

.np-e-panui-modal-detail-link a:hover {
  text-decoration: underline;
}

.np-e-panui-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}

@media (max-width: 575.98px) {
  .np-e-panui-modal .modal-body {
    padding: 24px 22px 18px;
  }
  .np-e-panui-modal-title {
    font-size: 20px;
  }
}
