/* Two column */
.two-col{display:grid;gap:24px;grid-template-columns:1.2fr 1fr;}
.img-placeholder{min-height:320px;border:2px dashed #d9d2c8;border-radius:var(--radius-lg);background:#fffdf8;}
.text-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;padding:22px;box-shadow:var(--shadow);}
.list{margin:0;padding-left:18px;color:#5e584d;}