.harthwyn-support-celebrations-260129 .harthwyn-support-hero,
.harthwyn-support-celebrations-260129 .harthwyn-support-builder__heading {
  background: linear-gradient(135deg, var(--hw-cream, #fbf5e9), var(--hw-powder, #edf5ff));
}
.harthwyn-support-form-grid,
.harthwyn-support-media-grid,
.harthwyn-support-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.harthwyn-support-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.harthwyn-support-builder__heading { padding: 1.25rem; border-radius: 18px; margin-bottom: 1rem; }
.harthwyn-support-builder .wp-editor-wrap { border: 1px solid rgba(23,56,95,.2); border-radius: 12px; overflow: hidden; background: #fff; }
.harthwyn-support-builder .wp-editor-container { border: 0; }
.harthwyn-support-builder select[multiple] { min-height: 10rem; }
.harthwyn-support-detail { overflow: hidden; }
.harthwyn-support-lead { font-size: 1.08rem; color: rgba(23,56,95,.82); }
.harthwyn-private-lock-note {
  display: flex; gap: .65rem; flex-wrap: wrap; align-items: center;
  padding: .85rem 1rem; margin: 1rem 0; border-radius: 12px;
  background: #fff4d8; border: 1px solid rgba(198,146,46,.45); color: #553b0a;
}
.harthwyn-support-story { max-width: 78ch; font-size: 1.03rem; line-height: 1.72; }
.harthwyn-support-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; margin: 1rem 0; }
.harthwyn-support-gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 14px; }
.harthwyn-support-media { width: 100%; margin: .75rem 0; border-radius: 12px; }
.harthwyn-support-payment-panel { margin-top: 1rem; padding: 1.1rem; border-radius: 16px; background: var(--hw-cream, #fbf5e9); border: 1px solid rgba(198,146,46,.32); }
.harthwyn-support-payment-list { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .75rem; }
.harthwyn-support-payment-list div { padding: .75rem; border-radius: 10px; background: #fff; }
.harthwyn-support-payment-list dt { font-weight: 700; color: var(--hw-navy, #17385f); }
.harthwyn-support-payment-list dd { margin: .2rem 0 0; overflow-wrap: anywhere; }
.harthwyn-support-card { display: flex; flex-direction: column; min-height: 100%; }
.harthwyn-support-card .harthwyn-actions { margin-top: auto; }
.harthwyn-support-lock { font-size: 1rem; }
@media (max-width: 1024px) {
  .harthwyn-support-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .harthwyn-support-form-grid,
  .harthwyn-support-media-grid,
  .harthwyn-support-card-grid,
  .harthwyn-support-gallery,
  .harthwyn-support-payment-list { grid-template-columns: 1fr; }
  .harthwyn-support-builder .wp-editor-tabs { display: none; }
}
