:root{
  --blush:#f6d6dd;
  --blush-2:#fdecef;
  --ink:#111;
  --muted:#6b7280;
  --card:#ffffff;
  --line:#ececec;
  --btn:#3b3b3b;
}

.serif { font-family: "Playfair Display", ui-serif, Georgia, serif; }
.sans { font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial; }

.badge-top {
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:800;
  color:#d9a8b0;
  font-size:.82rem;
}

.hr-soft{ border-top:1px solid var(--line); }

.card-soft{
  background:var(--card);
  border:1px solid #f1f1f1;
  border-radius:14px;
  box-shadow: 0 2px 12px rgba(0,0,0,.05);
}

.btn-main{
  background:var(--btn);
  color:white;
  border-radius:14px;
  padding:16px 18px;
  font-weight:800;
}

.btn-main:disabled{
  opacity:.45;
  cursor:not-allowed;
}

.btn-ghost{
  border:1px solid #e9e9e9;
  border-radius:14px;
  padding:12px 14px;
  background:white;
  font-weight:700;
}

.pill{
  border:1px solid #e7e7e7;
  border-radius:999px;
  padding:10px 14px;
  font-weight:800;
  background:#f6f6f6;
}

.pill.active{
  background:#e9e9e9;
  border-color:#e0e0e0;
}

.choice-card{
  border:1px solid #efefef;
  border-radius:14px;
  overflow:hidden;
  background:white;
  box-shadow: 0 2px 14px rgba(0,0,0,.06);
}

.choice-card img{
  width:100%;
  height:240px;
  object-fit:cover;
}

.choice-card .inner{ padding:14px; }

.soft-select{
  width:100%;
  border:1px solid #e9e9e9;
  border-radius:12px;
  padding:12px 14px;
  background:white;
}

.small-note{ color: var(--muted); font-size: .9rem; }
